@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Work Sans', sans-serif;
    overflow-x: hidden;
    color: #262626;
    background: #fff;
    font-weight: 500;
}

::-webkit-scrollbar {
    width: 8px;
    position: absolute !important;
}

::-webkit-scrollbar-track {
    background: #CFDDE8;
}

::-webkit-scrollbar-thumb {
    background: #000;
}

ul {
    list-style: none;
}

*:focus {
    outline: 0 !important;
}

a {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none !important;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
}

input,
a,
.animate,
.btn,
.animated,
.btn-one,
.border-animation-primary:before,
.border-animation-primary:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

p {
    font-size: 16px;
    line-height: 26px;
}

.color-red {
    color: #CE162C;
}

button:focus {
    outline: none;
}

.btn-ca {
    background: #fff;
    border-radius: 32px;
    border: 2px solid #0A80F8;
    color: #0A80F8;
    font-size: 18px;
    padding: 7px 30px;
    font-weight: 500;
}

/* .btn:hover {
    background: #0657A8;
    color: #fff;
} */

a {
    color: #262626;
    font-weight: normal;
}

header {
    width: 100%;
    position: absolute;
    top: 0;
    background: #fff;
}

header nav {
    background: #F5F5F5;
    border-radius: 100px;
}

header nav ul li .nav-link {
    font-size: 18px;
    line-height: 28px;
    color: #20272C;
    font-weight: 500;
}

header nav ul li a.link-desk,
header nav ul li .nav-link:hover {
    color: #CE162C;
}

.navbar-collapse {
    width: auto;
}

.navbar-toggler img {
    width: 32px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 22px -6px #fff;
}

.title-one {
    font-size: 46px;
    font-weight: 300;
    line-height: 56px;
}

.title-two {
    font-size: 96px;
    font-weight: 200;
    line-height: 112px;
    width: auto !important;
    display: inline-block;
}

.title-two span {
    font-size: 40px;
    display: block;
    line-height: 50px;
    text-align: right;
    margin-right: -59px;
}

#navbarResponsives a {
    background: #FFFFFF;
    margin: 0 3px;
    border-radius: 22px;
    padding: 5px 15px;
    font-size: 17px;
}

#navbarResponsives a:hover {
    background: #CE162C;
    color: #fff;
}

.menu-perfil {
    background: #fff;
    position: absolute;
    width: 260px;
    right: 0;
    top: 0;
    border-radius: 22px;
    box-shadow: 0px 6px 20px #00000014;
    overflow-x: hidden;
    height: 250px;
    display: none;
}

.menu-perfil .top {
    background: #CE162C;
    text-align: center;
    height: 64px;
    position: relative;
}

.menu-perfil .top a {
    background: transparent !important;
    display: inline-block;
    padding: 0 !important;
    position: relative;
    top: 50%;
}

.menu-perfil .top a img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 4px solid #fff;
}

.menu-perfil .top .close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.menu-perfil .user-name {
    font-size: 20px;
    font-weight: 300;
}

.menu-perfil ul li a {
    display: block;
    padding: 10px 30px !important;
}

.menu-perfil ul li a:hover {
    background: #F5F5F5 !important;
    border-radius: 0 !important;
    color: #333 !important;
}

.bt-user-nav {
    background: transparent !important;
}

.bt-user-nav img {
    border: 2px solid transparent;
    border-radius: 100%;
}

.bt-user-nav:hover img {
    border: 2px solid #CE162C;
}


main {
    margin-top: 200px;
}

.container-fluid {
    max-width: 90%;
}

.card {
    min-height: 186px;
}

.card .card-header {
    background: #fff;
}

.card .card-header .title {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

.card .legand {
    color: #262626;
}

#nav li a {
    background: #F5F5F5;
    border-radius: 22px;
    display: block;
    padding: 8px 15px;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}

#nav li a.active,
#nav li a:hover {
    background: #CE162C;
    color: #fff;
}

#nav.analise-midia li a {
    padding: 12px 35px;
}



#show-book {
    background: #F5F5F5;
    font-size: 16px;
    padding: 3px 10px;
    color: #262626;
    margin-bottom: 20px;
    display: inline-block;
}

.buy-book {
    border-color: #262626;
    color: #262626;
    font-size: 16px;
    padding: 2px 20px;
    line-height: 28px;
}

.buy-book:hover {
    background: #262626;
    color: #fff;
}

.monitoring h2 {
    font-size: 18px;
    line-height: 28px;
}

.bt-monitoring {
    color: #C4C4C4;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline !important;
}

.bt-monitoring:hover {
    color: #0982FC;
}

.list-monitoring {
    box-shadow: 0px 6px 20px #00000014;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    text-align: left;
    padding: 0;
    overflow: hidden;
    position: absolute;
    width: 400px;
    z-index: 1;
    right: 0;
    background: #fff;
    display: none;
}

.list-monitoring.active {
    display: block;
}

.list-monitoring ul {
    padding: 10px 0;
    margin: 0
}

.list-monitoring ul li a {
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: 10px 30px;
}

.list-monitoring ul li a:hover {
    background: #F5F5F5;
}

.list-monitoring .close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #909090;
    font-size: 16px;
    cursor: pointer;
    z-index: 9;
}

.name-monitoring {
    font-size: 18px;
    line-height: 28px;
}

.filter {
    background: #F5F5F5;
    border-radius: 24px;
    padding: 20px;
}

.filter label {
    font-size: 16px;
}



#map>div {
    display: none;
}

#map svg:hover {
    cursor: pointer;
}

#map svg g path {
    transition: all .4s;
}

#map svg g g.active path,
#map svg g g:hover path {
    fill: #6F2E22;
}

#map svg g g.active>text,
#map svg g g:hover>text {
    fill: #fff;
}

#tab-publico .item {
    display: none;
}


.card.form {}







.tag {
    border-radius: 6px;
    display: inline-block;
    background: #eee;
    padding: 2px 15px;
    color: #fff;
}

.tag-1 {
    background: #2B66AA;
}

.tag-closed {
    background: #1FA233;
}

.btn-submit {
    background: #0A80F8;
    border-radius: 32px !important;
    color: #fff;
    width: 120px;
}

.btn-submit:hover {
    background: #0657A8;
}



input,
select {
    height: 45px;
    border: 1px solid #E5E5E5 !important;
    border-radius: 12px !important;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.box-tooltip {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: left;
}

.progress-bar {
    height: 16px;
}

.nav-two a {
    display: block;
    border-radius: 22px;
    border: 2px solid #525252;
    padding: 3px 30px;
}

.nav-two a:hover,
.nav-two a.active {
    background: #525252;
    color: #fff;
}

#page-login {
    background: url(../images/home-desktop.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}



#page-login input {
    border-radius: 32px !important;
    padding: 25px !important;
    border: 0;
}

#page-login #login-bt {
    border-radius: 32px;
    border: 2px solid #fff !important;
    padding: 10px 50px !important;
    background: transparent;
    height: auto;
    color: #fff;
}

#page-login #login-bt:hover {
    background: #CE162C;
}

.forgot-password {
    display: block;
    text-decoration: underline !important;
    color: #fff;
    margin: 20px 0 0;
}



.card-two {
    background: #F8F1FD;
    border-radius: 12px;
}

.line {
    border-bottom: 1px solid #D8D8D8;
}

.btn-one {
    border-radius: 32px;
    border: 2px solid #0A80F8;
}

.btn-red {
    background: #CE162C;
    border-color: #CE162C;
    color: #Fff;
}

.btn-red:hover {
    background-color: #a81828;
    color: #Fff;
}

.btn-green {
    background: #1FA233;
    border-color: #1FA233;
    color: #Fff;
}

.btn-green:hover {
    background: #178629;
}

.nav-two .btn-brown-b {
    background: #fff;
    border-color: #6F2E22;
    color: #6F2E22;
}

.nav-two .btn-brown-b.active,
.nav-two .btn-brown-b:hover {
    background: #6F2E22;
    border-color: #6F2E22;
    color: #Fff;
}

.nav-two .btn-orange-b {
    background: #fff;
    color: #F75F00;
    border-color: #F75F00;
}

.nav-two .btn-orange-b.active,
.nav-two .btn-orange-b:hover {
    background: #F75F00;
    color: #Fff;
}

.nav-two .btn-pink-b {
    background: #fff;
    color: #C30AB4;
    border-color: #C30AB4;
}

.nav-two .btn-pink-b.active,
.nav-two .btn-pink-b:hover {
    background: #C30AB4;
    color: #Fff;
}

.nav-two .btn-blue-b {
    background: #fff;
    color: #1268D1;
    border-color: #1268D1;
}

.nav-two .btn-blue-b.active,
.nav-two .btn-blue-b:hover {
    background: #1268D1;
    color: #Fff;
}

.btn-gray-b {
    display: block;
    border-radius: 22px;
    border: 2px solid #525252;
    padding: 3px 30px;
}

.btn-gray-b:hover {
    background: #525252;
    color: #Fff;
}


.btn-blue-b {
    display: inline-block;
    background: #fff;
    border-radius: 32px !important;
    border: 2px solid #0A80F8 !important;
    padding: 3px 30px;
    color: #0A80F8;
    font-weight: 500;
}

.btn-blue-b:hover {
    background: #0A80F8;
    color: #Fff;
}


.card-three {
    background: #F5F5F5;
    border-radius: 24px;
    position: relative;
}

.fs-12 {
    font-size: 12px;
    line-height: 20px;
}

.fs-20 {
    font-size: 20px;
    line-height: 30px;
}

.fs-24 {
    font-size: 24px;
    line-height: 34px;
}

.fs-28 {
    font-size: 28px;
    line-height: 38px;
}

.fs-31 {
    font-size: 31px;
    line-height: 41px;
}

.fs-42 {
    font-size: 42px;
    line-height: 52px;
}

.fs-46 {
    font-size: 46px;
    line-height: 56px;
}

.fs-36 {
    font-size: 36px;
    line-height: 46px;
}

.fs-64 {
    font-size: 64px;
    line-height: 74px;
}

.fs-73 {
    font-size: 73px;
    line-height: 86px;
}

.bg-gray {
    background: #F5F5F5;
}

.bg-green {
    background: #1FA233 !important;
}

.bg-red {
    background: #CC0000;
}

.bg-yellow {
    background: #FCB412;
}

.bg-brown {
    background: #6F2E22;
}

.bg-orange {
    background: #FCB412;
}

.bg-pink {
    background: #C30AB4;
}

.bg-blue {
    background: #1268D1 !important;
}

.bg-blue1 {
    background: #0A80F8 !important;
}

.scroll-h {
    overflow-x: scroll;
}

.color-green {
    color: #1FA233;
}

.color-orange {
    color: #FCB412;
}

.color-red {
    color: #CC0000;
}

.color-gray {
    color: #909090;
}

.color-pink {
    color: #C30AB4;
}

.color-brown {
    color: #6F2E22;
}

.color-blue {
    color: #1268D1;
}

.color-blue1 {
    color: #0A80F8;
}

.color-yellow {
    color: #FCB412;
}

.color-white {
    color: #fff;
}

.color-df {
    color: #262626
}



/*=============================================================*/
footer {
    background: #fff;
}


footer p {
    color: #000;
    font-size: 16px;
    margin-bottom: 26px;
}


#mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    background: #F5F5F5;
    width: 100%;
    color: #fff;
    height: 110vh;
    z-index: 9;
}

#mobile-nav .top {
    background: #CE162C;
    height: 90px;
}

#mobile-nav .top .close-nav {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 18px;
}

#mobile-nav .user-avatar {
    top: 30px;
    position: relative;
}

#mobile-nav .user-avatar img.avatar {
    border-radius: 100%;
    border: 4px solid #fff;
    width: 80px;

}

#mobile-nav .monitoring {
    background: #333333;
    padding: 20px;
}

#mobile-nav .monitoring .name-monitoring {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

#mobile-nav .monitoring img {
    width: 100px;
}

#mobile-nav .list-monitoring {
    width: 94%;
    left: 0;
    margin: auto;
}

#mobile-nav #navbar {
    padding: 10px 0 50px;
}

#mobile-nav #navbar a {
    display: inline-block;
    width: auto;
    color: #333333;
    font-size: 18px;
    background: #fff;
    margin: 10px;
    padding: 5px 30px;
    border-radius: 21px;
}

#mobile-nav #nav-two {
    background: #fff;
    right: 0;
    top: 50px;
    position: absolute;
    width: 250px;
    border-radius: 20px;
    color: #333333;
    padding: 20px;
}

#mobile-nav #nav-two h3 {
    font-size: 20px;
    font-weight: 400;
}

#mobile-nav #nav-two a {
    display: block;
    margin: 10px 0;
}

#mobile-nav #nav-two .close-nav-two {
    color: #000;
    position: absolute;
    top: -4px;
    right: 11px;
    font-weight: bold;
}



@media (max-width: 1366px) {
    #navbarResponsives a {
        font-size: 12px;
    }
}

@media (max-width: 990px) {
    .navbar {
        background: transparent;
    }

}

@media (max-width: 768px) {
    .container-fluid {
        max-width: 100%;
    }

    #nav {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .scroll-h {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    #nav::-webkit-scrollbar {
        display: none;
    }

    .card {
        min-height: 100px;
    }

    .title-two {
        font-size: 50px;
        line-height: 60px;
    }

    .title-two span {
        display: inline-block;
    }

    .overflow-x {
        overflow-x: scroll;
    }

    .fs-64 {
        font-size: 46px;
        line-height: 56px;
    }

    #page-login {
        background: url(../images/home-mobile.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}
