/** --- dataranger-homepage-section-main */

body {
    background: linear-gradient(to bottom, #FFFFFF 0%, #F3F3F3 100%);
    background-attachment: fixed;
    margin: 0;
    min-height: 100vh;
}

section {
    background-color: transparent;
}

/** --- dataranger-app */

.login-ico {
    font-style: normal;
}

.dr-midsec-img-mobile {
    display: none;
}

.dr-midsec-title {
    display: block;
}


.dr-sec-1-painel-ltr {
    background-color: #DE7029;
    height: 100vh;
}

.dr-sec-1-info-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dr-sec-1-info-panel {
    background-color: #DE7029;
    height: 100vh;
}

.dr-sec-1-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 4px 3px 2px #333;
    padding: 1rem;
}

.dr-sec-1-info-title {
    font-weight: 700;
    font-size: clamp(24px, 1.5rem, 2rem);
}

.dr-sec-1-painel-rtl {
    position: relative;
    height: 80vh;
    width: 100%;
    background-color: #1e1e1e;
    overflow: hidden;
}

#background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;

    opacity: 0.1;
}

.dataranger-app-main-info {
    position: absolute;
    bottom: 20px;
    left: 6vw;
    color: #ffffff;
    text-align: left;
    z-index: 2;
}

.dataranger-app-main-info h1 {
    font-size: 6.25rem;
    font-weight: 700;
    text-align: left;
    color: #f47d31;
}

.dataranger-app-main-info p {
    font-size: 24px;
    font-weight: 300;
    text-align: left;
}

#typing {
    border-right: 2px solid;
    white-space: nowrap;
    overflow: hidden;
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

#typing {
    animation: blink 0.7s infinite step-end;
}




.dataranger-homepage-midsection {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 427px;

    background-image: url('../img/dr-homepage-sec-2-midsec-img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
}

.dataranger-homepage-midsection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 40%;
}

.dataranger-midsec-body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dr-midsec-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Label que contém o título */
.dr-homepage-midsec-label {
    position: relative;
    z-index: 2;
    /* Garante que o texto fique acima do overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* Garante que o contêiner ocupe toda a altura disponível */
    text-align: center;
}

.dr-homepage-midsec-title h1 {
    font-size: 3.37rem;
    font-weight: 700;
    line-height: 5rem;
    margin: 0.5rem 0;
    /* Espaçamento entre as linhas */
}

.visao-raio-x-wrapper {
    font-size: 1.5rem;
    font-weight: 700;
}

.visao-raio-x-dash-txt-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.visao-raio-x-dashes {
    border-top: 1px dashed black;
    width: 100%;
    margin: 0 0.5rem;
}

.visao-raio-x-text {
    font-size: clamp(32px, 5vw, 4.37rem);
    text-align: center;
    white-space: nowrap;
}

.mt-100 {
    margin-top: 6.25rem;
}

/** --- jumpcloud-homepage-section-8 */

.outerWrapperForms {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    background-image: url('../img/bg_img_footer_rev.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
}

.outerWrapperForms::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.wrapperForms {
    position: relative;
    margin: 6.25rem 0;
}

.msc-homepage-forms-txt-1 {
    font-size: 43px;
    text-align: left;
}

.msc-homepage-forms-txt-1 span {
    font-size: 60px;
}

.msc-homepage-forms-txt-2 {
    text-align: right;
}

.msc-homepage-forms-txt-2 span {
    font-size: 60px;
}

.msc-homepage-forms-txt-3 {
    text-align: left;
}

.msc-homepage-forms-txt-3 span {
    font-size: 60px;
}

.textForms {
    position: relative;
    color: white;
    font-size: 2.68rem;
    line-height: 3.5rem;
}

.pipedriveWebForms {
    position: relative;
}

.textForms p {
    line-height: 3rem;
}

.textForms span {
    color: #f47d31;
    font-weight: 700;
}

.pipedriveWebForms {
    position: relative;
    padding: 20px;
    border-radius: 24px;
    background-color: white;
    max-width: 31.25rem;
    z-index: 4;
}

@media (max-width: 768px) {

    /** --- dataranger-homepage-section-main */

    .navbar-toggler-cust {
        padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
        font-size: var(--bs-navbar-toggler-font-size);
        line-height: 1;
        color: #f47d31;
        background-color: transparent;
        border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
        border-radius: var(--bs-navbar-toggler-border-radius);
        transition: var(--bs-navbar-toggler-transition);
    }

    .fix-top-bar {
        margin-top: 200px;
    }

    .dr-sec-1-painel-rtl {
        display: none;
    }

    /** --- dataranger-homepage-section-2 */
    .dr-homepage-img-about {
        background-image: url("../img/dr-homepage-sec-1-img.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 23.8rem;
        width: 100%;
        margin: 3.75rem 0 0;
    }

    .bkg-mobile {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 50vh;
        background-color: #f47d31;
        background-image: url(../img/dataranger-white-logo.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 9vh;
    }



    .visao-raio-x-text {
        display: none !important;
    }

    .visao-raio-x-dashes {
        display: none;
    }

    .dr-midsec-img-mobile {
        margin-top: 20rem;
    }

    .dr-midsec-img-mobile h1 {
        margin-bottom: 40px;
        font-size: clamp(34px, 5vw, 4.37rem);
        font-weight: 700;
        text-align: center;
    }

    .midsec-text {
        font-weight: 300;
        line-height: 22px;
        text-align: justify;

        margin-bottom: 50px;
    }

    .dataranger-homepage-midsection {
        background-image: none !important;
    }

    .dr-midsec-title {
        display: none;
    }

    .dr-midsec-img-mobile {
        display: block;
    }

    .mt-100 {
        margin-top: 6.25rem;
    }
}