.mw-topo {
    max-width: 1200px;
    margin: 0 auto;
}

.mw-topo-container {
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/*Busca*/

.dol-busca {
    display: flex;
    flex-direction: row;
    width: 300px;
    height:47px;
}

.dol-busca span {
    padding: 0.9rem 1rem;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    display: flex;
    align-items: center;
}

.dol-busca img {
    width: 14px;
    height: 14px;
}

.dol-busca span i {
    font-size: 15px;
    color: #2e5a73;
}

.dol-busca input[type="text"] {
    border: 1px solid #ced4da;
    border-left: none;
    padding: 9px 9px 9px 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #393939;
    outline: 0;
    width: 220px;
    font-size: 16px;
}

.dol-busca input::placeholder {
    color: #7e7e7e;
}

.dol-busca input:focus {
    border: 2px solid #80BDFF;
    outline: 0;
}

/*CAPA DO DIA - INDICADORES*/

.mw-container-capa-indicadores {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.mw-topo-capa {
    display: flex;
    gap: 10px;
    position: relative;
    min-height:90px;
}

.mw-topo-capa-text {
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: right;
    margin: 20px 0;
    gap: 5px;
}

.mw-topo-capa-text h3 {
    color: #983131;
    font-size: 14px;
    font-weight: 700;
    font-family: nunito bold, sans-serif;
    margin: 0;
}

.mw-topo-capa-text span {
    color: #505050;
    font-size: 10px;
    font-family: nunito, sans-serif;
}

.mw-img-capa {
    padding-top: 10px !important;
    height: 90px;
    max-height: 90px;
    overflow: hidden;
}

.mw-img-big-capa {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 90px;
    right: -75px;
    padding: 15px 5px 2px 5px;
    border-radius: 5px;
    background-color: rgb(0 0 0 / 61%);
    color: white;
}

.mw-img-big-capa .arrow-up {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: calc(50% - 8px);
    top: 3px;
}

.mw-img-capa .show {
    z-index: 9999999;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    opacity: 1;
    /* IGNORE */
    display: block;
}

.pulse-ao-vivo {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: red;
    cursor: pointer;
    box-shadow: 0 0 0 0 #34ace0;
    animation: pulse 2s infinite;
    position: absolute;
    border: 2px solid #fff;
    right: -15px;
    top: -4px;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }

    70% {
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

/*INDICADORES*/
.mw-topo-indicadores {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding-left: 23px;
    padding-right: 20px;
    margin: 0 -10px;
}

.prev-cot {
    border-left: 1px solid #ddd;
}
/* 
.hrTop {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    margin: 0 !important;
} */

.hrTop-bottom {
    width: 100%;
    height: 1px;
    background-color: #f4f4f4;
    margin: 0 !important;
}

.mw-indicadores-icons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-width:50px;
}

.mw-indicadores-icons>span {
    font-size: 15px;
    font-weight: 800;
    font-family: "Nunito Extra Bold", sans-serif;
}

/*NAVBAR TOPO*/
.mw-navbar-topo {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    max-width: 1200px;
}

.mw-nav-list {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mw-nav-list-mob {
    position: relative;
    top: 0px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mw-nav-list li a span {
    font-weight: 700;
    font-family: "Nunito Bold", sans-serif;
    text-align: center;
    font-size: 13px;
}

.mw-nav-list li a span {
    font-weight: 700;
    font-family: "Nunito Bold", sans-serif;
    text-align: center;
    font-size: 13px;
}

.mw-nav-list li a span.dol-mais-concursos-video {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

/* .mw-nav-list li a:hover {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.11);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.11);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.11);
    transition: all 200ms ease-in;
    transform: scale(1.11);
} */

.mw-nav-list-mob li a {
    font-weight: 700;
    font-family: "Nunito Bold", sans-serif;
    text-align: center;
    font-size: 14px;
    /* transition: all .3s; */
    width: 100px;
    line-height: 1;
    white-space: nowrap;
}

/* .mw-nav-list-mob li a:hover {

    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.11);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.11);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.11);
    transition: all 200ms ease-in;
    transform: scale(1.11);
} */

/*LINKS TOPO*/
.mw-links-topo {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin: 0;
    position: relative;
    min-width: 280px;
}

.nav-dropdown {
    height: 40px;
    display: flex;
    align-items: center;
}

.nav-dropdown-content {
    display: none;
    position: absolute;
    /* left: 0; */
    top: 32px;
    background-color: #f9f9f9;
    /* width: 1200px; */
    box-shadow: 0 20px 40px rgb(0 0 0 / 40%);
    z-index: 155;
}

.nav-dropdown:hover .nav-dropdown-content {
    display: block;
}

.nav-dropdown-content.dol-c-concursos {
    border-top: 5px solid #983131 !important;
    color: #983131 !important;
}

.nav-dropdown-content.dol-c-noticias {
    border-top: 5px solid #2e5a73 !important;
    color: #2e5a73 !important;
}

.nav-dropdown-content.dol-c-esportes {
    border-top: 5px solid #0e650e !important;
    color: #0e650e !important;
}

.nav-dropdown-content.dol-c-entretenimento {
    border-top: 5px solid #5c4463 !important;
    color: #5c4463 !important;
}

.nav-dropdown-content.dol-c-tuedoide {
    border-top: 5px solid #6e5000 !important;
    color: #6e5000 !important;
}

.nav-dropdown-content.dol-c-galeria {
    border-top: 5px solid #006363 !important;
    color: #006363 !important;
}

.nav-dropdown-content.dol-c-dolplay {
    border-top: 5px solid #444 !important;
    color: #444 !important;
}

.nav-dropdown-content.dol-c-dolcast {
    border-top: 5px solid #503085 !important;
    color: #503085 !important;
}

.dol-c-dolcast {
    color: #503085 !important;
}

.nav-dropdown-content.dol-c-colunistas {
    border-top: 5px solid #2e5a73 !important;
    color: #2e5a73 !important;
}

.nav-dropdown-row {
    display: flex;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.nav-dropdown-left {
    /* width: calc(100% - 70%); */
    background: #f4f4f4;
    padding: 15px;
    overflow-y: scroll;
    height: fit-content;
}

/* width */

.nav-dropdown-left::-webkit-scrollbar {
    width: 10px;
}

.nav-dropdown-left ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.nav-dropdown-left li {

    /* padding: 0 0 30px 0; */
    transition: all .2s;
}

.nav-dropdown-left li a {
    font-weight: 400;
    font-family: nunito, sans-serif;
    font-size: 1rem;
    transition: all .2s;
}

.nav-dropdown-left li a:hover {
    padding-left: 5px !important;
    font-weight: 700;
}

.nav-dropdown-title {
    position: relative;
    font-weight: 700;
    font-family: nunito bold, sans-serif;
    font-size: 28px;
    margin-bottom: 30px;
    padding: 0 15px;
    /* padding: 15px 0; */
}

.nav-dropdown-title::before {
    content: "";
    position: absolute;
    width: 5px;
    background: #ccc;
    border-radius: 5px;
    height: 40%;
    left: 0;
    top: 12px;
}

.nav-dropdown-title.dol-c-concursos::before {
    background: #983131 !important;
}

.nav-dropdown-title.dol-c-noticias::before {
    background: #2e5a73 !important;
}

.nav-dropdown-title.dol-c-esportes::before {
    background: #0e650e !important;
}

.nav-dropdown-title.dol-c-entretenimento::before {
    background: #5c4463 !important;
}

.nav-dropdown-title.dol-c-tuedoide::before {
    background: #6e5000 !important;
}

.nav-dropdown-title.dol-c-galeria::before {
    background: #006363 !important;
}

.nav-dropdown-title.dol-c-dolplay::before {
    background: #444 !important;
}

.nav-dropdown-title.dol-c-colunistas::before {
    background: #2e5a73 !important;
}

.nav-dropdown-right {
    width: 80%;
    padding: 30px;
}

.nav-dropdown-container {
    display: flex;
    flex-wrap: wrap;
}

.mw-recommendedMenu {
    display: flex;
    /* flex-wrap: nowrap; */
    gap: 25px;
}

.dol-ultimas-box {
    /* width: calc(100% / 3); */
    position: relative;
    overflow: hidden;
}

.dol-ultimas-box-images {

    width: 100%;
    height: 150px;
    position: relative;
}

.dol-ultimas-box-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.dol-ultimas-box h3 {
    text-align: left;
    color: #505050;
    font-size: 14px;
    font-weight: 700;
    font-family: nunito bold, sans-serif;
    margin: 15px 0;
    font-display: swap;
}

.dol-ultimas-box h2 {
    text-align: left;
    font-weight: 700;
    font-family: nunito bold, sans-serif;
    font-size: 20px;
}

.mw-navbar-topo-mob {
    display: none;
}

.menu_open,
.search-icon {
    display: none;
}

.menu_open,
.search-icon img {
    width: 20px;
    height: 20px;
    filter: invert(30%) sepia(100%) hue-rotate(150deg);
}

.mw-message-user-login {
    color: #601d0c !important;
    background: #f1d5d1;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ebbbb4;
    display: none;
}

.modal_usuario {
    display: none;
    opacity: 0;
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
}

.modal_usuario:target {
    opacity: 1;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    left: 0;
    bottom: 0;
    z-index: 3000;
    display: flex;
    justify-content: center;
    align-items: center; 
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
}

.modal_usuario_container {
    position: relative;
    background-color: #FFF;
    width: 100%;
    max-width: 480px;
    border-radius: 15px;
    transition: .4s;
}

.modal_usuario_close {
    position: absolute;
    right: 20px;
    font-size: 25px;
    font-weight: 700;
    color: red;
    top: 20px;
}

.modal_usuario_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 45px 0 25px 0;
}

.modal_usuario_logo h5 {
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 300;
    font-size: 1.5rem;
    font-family: nunito light, sans-serif;
}

.modal_usuario_container form {
    margin: 0 35px 35px 35px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.modal_usuario_container form a {
    color: #555;
    font-size: 14px;
    text-align: right;
}

.modal_usuario_input input {
    padding: 0.375rem 0.75rem;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 5px;
}

.modal_usuario_button {
    padding: 10px;
    background-color: #4267b2;
    border-color: #4267b2;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    border-radius: 0.3rem;
    cursor: pointer;
}


.modal_cadastro_button {

    text-transform: uppercase;
    padding: 1rem;
    color: #fff !important;
    background-color: #28a745;
    border-color: #28a745;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    display: inherit;
    text-align: center;
    width: 100%;
    max-width: 500px;
    border-radius: 0 0 15px 15px;
}

.rba-aovivo .text-aovivo{
    white-space: nowrap;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes apear-down {
    from {
        height: 0;
    }

    to {
        height: 600px;
    }
}

@keyframes apear-down {
    from {
        height: 0;
    }

    to {

        height: 600px;
    }
}

@keyframes hide-top {
    0% {
        height: 600px;
        display: flex;
        flex-direction: column;
    }

    99% {
        height: 0;
        display: flex;
        flex-direction: column;
    }
    100% {
        display: none;
    }
}

.rba-aovivo {
    display: none;
}

@media (max-width: 768px) {
    .dol_logo img {
        width: 117px;
        height: 53px;
    }

    .mw-topo {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99999999999;
        background: #fff;
    }

    .rba-aovivo {
        position: relative;
        display: block;
        background: #A80000 !important;
        padding: 8px !important;
        padding-right: 10px;
        width: 100px;
        border-radius: 30px;
        white-space: nowrap;
    }

    .rba-aovivo .text-aovivo {

        width: 100%;
        color: #fff;
        padding-left: 26px;
        white-space: nowrap;
    }

    .rba-aovivo img {
        width: auto;
        height: 23px;
        position: absolute;
        top: 3px;
        left: 3px;
        box-shadow: 0 0 0 3px rgb(0 0 0 / 32%);
        background: rgb(0 0 0/32%);
        border-radius: 50%;
    }

    .menu_open {
        display: flex;
        align-items: center;
    }

    .mw-navbar-topo-mob {

        position: relative;
        top: 55px;
        display: block;
        height: 55px;
        margin-bottom: 25px;
        z-index: 200;
    }

    .search-icon {
        display: block;
    }

    .mw-container-capa-indicadores,
    .dol-busca {
        display: none;
    }

    .mw-navbar-topo {
        z-index: 99999999; 
        /* height: 0 !important; */
        animation: apear-down .5s forwards;
        overflow-x: hidden;
        background: #fff;
    }

    .mw-navbar-topo * {
        transition: unset;
    }

    .mw-nav-list {
        display: block !important;
        text-align: center;
        margin: 0 0 45px 0;
    }

    .nav-dropdown {
        height: 20px;
    }

    .mw-nav-list li {
        margin: 0 0 20px 0;
    }

    .mw-nav-list li a span {
        font-size: 16px !important;
    }

    .mw-nav-list li a span {
        font-size: 16px !important;
    }

    .nav-dropdown-content {
        position: relative;
        width: 470px;
        right: 0;
        left: 0;
    }

    .nav-dropdown-left {
        width: 100%;
        height: auto;
    }

    .nav-dropdown-right {
        display: none;
    }

    .mw-navbar-topo.active {
        position: fixed;
        top: 57px;
        right: 0;
        left: 0;
        display: flex !important;
        flex-direction: column !important;
        margin: 0 0 25px 0;
        padding: 16px 0;
        height: 0;

    }

    .mw-navbar-topo:not(.active) {
        animation: hide-top .5s  forwards;
        
    }


    .mw-links-topo a:first-child {
        display: flex;
        justify-content: center;
        width: 100%;
        position: absolute;
        bottom: 35px;
        margin: 0 0 15px 0;
    }

    .mw-links-topo .iconf {
        height: 35px;
        width: 120px;
    }

    .mw-links-topo img {
        width: 30px;
        height: 30px;
    }

    .mw-nav-list-mob {
        position: relative;
        overflow-x: scroll;
        padding: 10px;
    }

    .pulse-mobile {
        right: -2px;
    }

    .mw-topo-container {
        padding: 0 10px 0 10px;
        border-bottom: 1px solid #5555;
    }
}