html {
    scroll-behavior: smooth;
}
body {
    font-family: "Quicksand", sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
}


#ButtonScrollTop {
    display: none;
    position: fixed;
    bottom: 5rem;
    right: 1.1rem;
    z-index: 99;

    background-color: #04487e;
    border-color: #ffffff;
    color: #ffffff;
    font-size: 1.5rem;
}
#ButtonScrollTop:hover {
    background-color: #ffffff;
    border-color: #04487e;
    color: #04487e;
}


#ButtonWhatsapp {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 99;

    background-color: #4dc247;
    border-color: #ffffff;
    color: #ffffff;
    font-size: 1.5rem;
}


::-webkit-scrollbar {
    width: 0.60rem;
}
/* Track */
::-webkit-scrollbar-track {
    background: #ffffff;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #04487e;
    border-radius: 0.40rem;
    border: 2px solid #ffffff;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #04487e;
    border-radius: 0.40rem;
    border: 2px solid #ffffff;
}


/* Mobile devices (mobile, max 991px) */
@media (max-width: 920px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}
/* Desktops devices (desktops, 992px and 1633) */
@media (min-width: 921px) and (max-width: 1633px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 95%;
    }
}
/* Extra large devices (extra large desktops, 1200px and up) */
@media (min-width: 1634px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 90%;
    }
}


/* Preloader */
html.preloader-hidden #preloader {
    display: none !important;
}
/* Tela de carregamento */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(130deg, rgb(7, 24, 49) 0%, rgb(11, 60, 117) 50%, rgb(3, 122, 201) 100%);
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.2s ease;
}
.loader {
    text-align: center;
    color: white;
}
.logo_loader {
    width: 14rem;
    animation: pulse 1.5s infinite ease-in-out;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.logo {
    max-height: 3rem;
}
.logo_auth {
    max-height: 4.5rem;
}
@media (max-width: 920px) {
    .logo {
        max-height: 3rem;
    }
}


.bg_nav {
    background: linear-gradient(130deg, rgb(7, 24, 49) 0%, rgb(11, 60, 117) 50%, rgb(3, 122, 201) 100%);
    background-size: cover;
}
nav .nav-link {
    color: #ffffff
}
.nav-link:hover {
    color: #00aded;
}
nav .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    margin-top: -1px;
}
.dropdown_size .dropdown-menu {
    max-height: 35vh;
    overflow: auto;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}
.dropdown-menu > li > a:hover:after {
    transform: rotate(-90deg);
}


.bg_footer {
    background: linear-gradient(130deg, rgb(7, 24, 49) 0%, rgb(11, 60, 117) 50%, rgb(3, 122, 201) 100%);
    background-size: cover;
}
footer p {
    color: #ffffff;
}
footer h5 {
    color: #ffffff;
}
footer .nav-link {
    color: #ffffff;
}
footer .link_social {
    color: #ffffff;
}
footer .nav-link:hover {
    color: #00aded;
}
footer .link_desenvolvedor {
    color: #00aded;
}
footer .link_desenvolvedor:hover {
    color: #ffffff;
}


.text-primary {
    color: #04487e!important;
}


.btn {
    font-family: "Nunito", sans-serif;
    border-radius: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}
.btn-light {
    --bs-btn-color: #04487e;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #04487e;
    --bs-btn-hover-bg: #c5ddf1;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #04487e;
    --bs-btn-active-bg: #c5ddf1;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #04487e;
    --bs-btn-disabled-bg: #c5ddf1;
    --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #04487e;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #04487e;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #04487e;
    --bs-btn-border-color: #04487e;
    --bs-btn-hover-color: #04487e;
    --bs-btn-hover-bg: #c5ddf1;
    --bs-btn-hover-border-color: #04487e;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #04487e;
    --bs-btn-active-bg: #c5ddf1;
    --bs-btn-active-border-color: #04487e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #c5ddf1;
    --bs-btn-disabled-border-color: #04487e;
}
.btn-outline-primary {
    --bs-btn-color: #04487e;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #090f14;
    --bs-btn-hover-color: #04487e;
    --bs-btn-hover-bg: #c5ddf1;
    --bs-btn-hover-border-color: #04487e;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #04487e;
    --bs-btn-active-bg: #c5ddf1;
    --bs-btn-active-border-color: #04487e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #04487e;
    --bs-btn-disabled-bg: #c5ddf1;
    --bs-btn-disabled-border-color: #04487e;
}
.btn_segmentos {
    width: 180px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
}
.btn_segmentos img {
    width: 5rem;
}


.bg-primary_custom {
    background: linear-gradient(130deg, rgb(7, 24, 49) 0%, rgb(11, 60, 117) 50%, rgb(3, 122, 201) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.bg-secondary_custom {
    background-color: rgb(248, 249, 250) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.bg-secondary {
    background-image: url('../imagens/gradientes/d_gray.png');
    background-color: rgb(248, 249, 250)!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.bg-secondary_original {
    background-color: #eaeef3!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.bg-primary {
    background-image: url('../imagens/gradientes/d_blue.png');
    background-color: #0f55a2!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.text-bg-primary {
    color: #fff !important;
    background-color: #0f55a2!important;
}


.card_custom {
    color: #04487e;
    background-color: #fff;
    border: 1px solid #04487e;
}
.card_custom:hover {
    color: #04487e;
    background-color: #c5ddf1;
    border: 1px solid #04487e;
}
.card_custom img {
    height: 3.5rem;
}
.card_custom_ativo {
    background-color: #c5ddf1;
    border: 1px solid #04487e;
}
.hover_blue:hover {
    background: #c5ddf1;
    border-radius: 1rem;
}


@media (max-width: 920px) {
    .carousel-item img {
        height: 600px;
        object-fit: cover;
        object-position: center;
        background-color: #030812;
    }
    .carousel .button_ver_mais {
        display: none!important;
    }
}
@media (min-width: 921px) and (max-width: 1633px) {
    .carousel-item img {
        height: 600px;
        object-fit: cover;
        object-position: center;
        background-color: #030812;
    }
}
@media (min-width: 1634px) {
    .carousel-item img {
        height: 720px;
        object-fit: cover;
        object-position: center;
        background-color: #030812;
    }
    .carousel .button_ver_mais {
        display: none!important;
    }
}
.carousel .button_ver_mais {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 2rem;
    margin-left: 15%;
}


@media (min-width: 921px) and (max-width: 1633px) {
    .transformando {
        display: none;
    }
}


@media (max-width: 920px) {
    .video_quem_somos {
        height: 218px;
    }
}
@media (min-width: 921px) and (max-width: 1633px) {
    .video_quem_somos {
        height: 388px;
    }
}
@media (min-width: 1634px) {
    .video_quem_somos {
        height: 512px;
    }
}
@media (max-width: 920px) {
    .video_apps {
        height: 90vh;
    }
}
@media (min-width: 921px) and (max-width: 1633px) {
    .video_apps {
        height: 90vh;
    }
}
@media (min-width: 1634px) {
    .video_apps {
        height: 90vh;
    }
}