nav ul a,
nav .brand-logo {
    color: #444;
}

.ao .nav-wrapper {
    background-color: #ffffff;
    height: 75px !important;
}

.nav-wrapper a {
    color: #001f63ff !important;
}

.brand-logo img {
    width: 170px;
    margin-top: 10px;
}

p {
    line-height: 2rem;
}

.phone-preview {
}

.fh .phone-preview-sizer{
    top: 55%;
    max-width: 40vh;
}

.laptop-preview-sizer .image-container {
    overflow: hidden;
    bottom: 11% !important;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/static/images/tlr-bg.jpeg');
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
    background-blend-mode: color;
    animation: moveBackground 500s linear infinite;
}

.sidenav-trigger {
    color: #001f63ff;
}

.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
    width: 100%;
}

.dark-blue-text {
    color: #001f63ff !important;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3); /* Borda branca */
}

.pricing-table {
    border-color: #06a1fdff !important;
}

.blue-text {
    color: #06a1fdff !important;
}

.horizontal-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

@media screen and (max-width: 1366px) {
    #video-background {
        min-height: 100% !important;
        height: 100vh !important;
    }

    #parent-phones-block {
        padding-bottom: 3425px !important;
    }

    .terms-of-use {
        width: 100% !important;
    }
}

@media only screen and (max-width: 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }

    #index-banner .section {
        top: 10%;
    }
}

@media only screen and (max-width: 600px) {
    #index-banner .section {
        top: 0;
    }
    .background {
        background-size: cover;
    }

    .fh[data-disabled="true"] .phone-preview-sizer {
        top: 110px;
    }

    .fh .phone-preview-sizer{
        max-width: 250px;
    }

    .tlr-navbar, .nav {
        background-color: transparent !important;
    }

    .tlr-padding-text-block {
        padding: 0 2rem !important;
        display: block;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 200;
        text-align: center;
    }

    .tlr-laptop-preview .laptop-preview-sizer {
        top: 7% !important;
        width: 100% !important;
        height: 100%;
        left: 0 !important;
        transform: none !important;
        transform-origin: initial !important;
    }

    .laptop-preview-sizer .image-container {
        width: 100% !important;
        top: 7%;
        left: 0 !important;
    }

    .tlr-laptop-preview .laptop-preview {
        background-image: url("/static/images/phone.png") !important;
    }
}

.side-nav, .side-nav .collapsible-body {
    background-color: #ffffff !important;
}

.side-nav .collapsible-body {
    margin-top: 50px;
}
.side-nav .collapsible-body a {
    color: #0D47A1 !important;
    font-size: large;
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

footer.page-footer {
    margin: 0;
    position: relative;
}

.tlr-messages {
    position: fixed;
    z-index: 999;
    top: 10px;
    background-color: #0D47A1;
    padding: 30px;
    border-radius: 15px;
    left: 42%;
    display: flex !important;
    flex-direction: row !important;
}

@keyframes moveBackground {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 100% 0;
        background-color: white;
    }
    100% {
        background-position: 0 0; /* Reinicia o movimento */
    }
}

.phone-roll {
    position: fixed !important;
    left: 67px !important;
}

.laptop-title {
    width: 100% !important;
    margin-left: 0 !important;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

.gn .laptop-preview-sizer-mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: matrix(1.2, 0, 0, 1.2, -529.88, -355.805);
    transform-origin: 50%;
    width: 135%;
}

.mobile-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.animated-title {
    font-size: 10vw !important;
}

.tlr-title {
    font-size: xxx-large !important;
    text-align: center;
}

.tlr-subtitle {
    font-size: xx-large !important;
}

.tlr-padding-text-block {
    padding: 0 20rem;
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 200;
    text-align: center;
}

.tlr-laptop-preview {
    height: 100vh;
    z-index: 9;
    position: relative;
}

#video-background {
    min-height: 135vh;
    height: auto;
    z-index: -1000;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.tlr-laptop-preview .laptop-preview-sizer {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50%;
    width: 135%;
}
.tlr-laptop-preview .laptop-preview {
    background-image: url("/static/images/macbook.png")
}

.tlr-navbar {
    background-color: white;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: none !important;
}

.button-collapse {
    float: left;
    position: relative;
    z-index: 1;
    height: auto !important;
    margin: 0 !important;
}

.terms-of-use {
    background-color: white;
    color: black !important;
    width: 50%;
    margin: auto;
    text-align: center;
    padding: 100px 100px;
}

.terms-of-use p { color: black;}

.tlr-lp-menu {
    background-color: #001f63;
    padding: 0 10px;
}