html,body{
    font-family: 'Poppins', sans-serif;
}

nav{
    display: flex ;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0;
    background-color: #fff;
    position: relative;
}
nav .shortcut{
    background-color: #282828;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 38px;
    z-index: 20;
}
nav .shortcut .boxSearch{
    padding-left: 30px;
    width: 25%;
}
nav .shortcut .boxSearch img{
    height: 14px;
    width: 14px;
    transition: 0.3s;
    margin-right: 5px;
}
nav .shortcut .boxSearch img:hover{
    cursor: pointer;
    transform: scale(1.5);
}
nav .shortcut .boxSocial{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
}
nav .shortcut .boxSocial img{
    height: 14px;
    width: 14px;
    display: none;
}
nav .shortcut .boxSocial img:hover{
    cursor: pointer;
    transition: 0.3s;
    transform: scale(1.5);
}
nav .shortcut .actions{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 30%;
}

nav .information{
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 95px;
    padding: 0 30px;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
    -ms-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
}
nav .information .boxData{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 25%;
}
nav .information .boxOnline{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 25%;
}
nav .information .boxOnline img{
    height: 10px;
    width: 10px;
}
nav .information .boxOnline strong{
    text-align: left;
    color: #797979;
    margin-right: 10px;
}

nav .shortcut .btn-user{
    color: #f4f4f4;
    text-align: center;
    vertical-align: middle;
    font-size: 1rem;
    letter-spacing: 1px;
    padding-right: 30px;
}
nav .btn-user:hover,
nav .btn-user:active,
nav .btn-user:focus{
    text-decoration: none;
}

.sin, .sup{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 38px;
    border: none;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
    text-shadow: 0px 0px 1px #000000;;
}
.sin{
    width: 134px;
    background-color: #e60404;;
    color: white;
}

.sin:hover,
.sin:active,
.sin:focus,
.sin:target,
.sin:visited,
.sin-mob:hover,
.sin-mob:active,
.sin-mob:focus,
.sin-mob:target,
.sin-mob:visited{
    color: #fff;
    text-decoration: none;
}
.sup{
    padding: 0px 10px;
    width: 154px;
    background-color: #f4f4f4;
    color: #000;
}
.sup img{
    border-radius: 100%;
}

/*.sin i{*/
/*    margin-right: 5px;*/
/*}*/

/*///////// MODAL /////////*/
.modal.left .modal-dialog {
    position:fixed;
    left: 0;
    top: 0;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal.right .modal-body {
    padding: 15px 15px 80px;
}
.modal.right.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
    right: 0;
}
.modal-content {
    border-radius: 0;
    border: none;
}
.modal-header {
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
}
/*///////// FIM MODAL /////////*/

/*//////// TOPO FIXADO ////////*/
nav .information .btns-nav,
nav .information .pd_space.menu{
    display: none;
}
nav .information.scrolled{
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    z-index: 999;
}
.information.scrolled .logs{
    height: 19px;
    margin: 0;
}
.information.scrolled .logo-text{
    font-size: 11px;
}
.information.scrolled .text-dark{
    font-size: 13px;
}
.information.scrolled .btns-nav,
.information.scrolled .pd_space.menu{
    display: flex;
    align-items: center;
}
.information.scrolled .pd_space.menu{
    width: 20px;
    cursor: pointer;
}
.information.scrolled .btn-user {
    color: #282828;
    font-weight: 600;
}
.information.scrolled .boxOnline,
.information.scrolled .boxData,
.information.scrolled .logo-text{
    display: none !important;
}
.information.scrolled .btns-nav .lups{
    margin-right: 15px;
}
.information.scrolled .btns-nav .sin.clube{
    position: relative;
    margin: 0 5px;
}
.information.scrolled .btns-nav .sup,
.information.scrolled .btns-nav .sin{
    height: 30px;
    width: 30px;
    border-radius: 100%;
}
.information.scrolled .btns-nav .sup {
    background-color: #606060;
}
.information.scrolled .btns-nav .sin img{
    filter: invert(1);
}
.information.scrolled .btns-nav .sup img {
    filter: brightness(2.5);
}
/*//////// FIM TOPO FIXADO ////////*/

/*//////// MENU NAVBAR ////////*/
nav .navigation{
    width: 100% !important;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 49px;
    padding: 3px 50px;
    margin: 10px 0;
    overflow-x: auto;
    overflow-y: hidden;
}
nav .navigation a{
    font-weight: 500;
    color: black;
    text-decoration: none;
    margin-right: 15px;
    cursor: pointer;
}
nav .painelContentNavigation{
    background-color: #f4f4f4;
    border-bottom: 1px solid #ECECEC;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 380px;
    margin-bottom: 15px;
}
nav .contentNavtigation{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 95%;
    max-width: 1410px;
}
nav .navNoticias,
nav .navVariedades{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
}
nav .navNoticias .navEditoriais{
    display: flex;
    flex-direction: column;
    width: 35%;
    height: 100%;
    padding: 20px 5px;
}

nav .navNoticias .navEditoriais .titleNavEditoriais{
    margin-bottom: 20px;
}
nav .navNoticias .navEditoriais .optionsNavEditoriais{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

nav .navNoticias .navEditoriais .optionsNavEditoriais ul,
nav .navNoticias .navEditoriaiss .optionsNavEditoriais ul,
nav .navNoticias .navCidades .optionsNavCidades ul,
nav .navVariedades .navEditoriais .optionsNavEditoriais ul,
nav .navVariedades .navCidades .optionsNavCidades ul{
    position:relative;
    margin:0;
    padding:0;
    width:48%;
    height:100%;
}
nav .navNoticias .navEditoriais .optionsNavEditoriais ul li,
nav .navNoticias .navEditoriaiss .optionsNavEditoriais ul li,
nav .navNoticias .navCidades .optionsNavCidades ul li,
nav .navVariedades .navEditoriais .optionsNavEditoriais ul li,
nav .navVariedades .navCidades .optionsNavCidades ul li{
    list-style: none;
    font-weight: 400;
    padding: 7px;
    border-bottom: 1px solid rgb(209, 209, 209);
}
nav .navNoticias .navEditoriais .optionsNavEditoriais ul li a{
    text-decoration: none;
    color: #606060;
    font-size: 15px;
}
nav .navNoticias .navEditoriais .optionsNavEditoriais ul li a:hover{
    color: #FB0234;
}

nav .navNoticias .navEditoriaiss .titleNavEditoriais{
    margin-bottom: 20px;
}
nav .navNoticias .navEditoriaiss .optionsNavEditoriais ul li a{
    text-decoration: none;
    color: #9D9D9D;
    font-size: 15px;
}
nav .navNoticias .navEditoriaiss .optionsNavEditoriais ul li a:hover{
    color: #428bca;
}
nav .navNoticias .navCidades,
nav .navVariedades .navCidades{
    display: flex;
    flex-direction: column;
    width: 20%;
    height: 100%;
    padding: 20px 40px;
}
nav .navNoticias .navCidades .titleNavCidades{
    margin-bottom: 20px;
}
nav .navNoticias .navCidades .optionsNavCidades{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
nav .navNoticias .navCidades .optionsNavCidades ul li a{
    text-decoration: none;
    color: #9D9D9D;
}
nav .navNoticias .navCidades .optionsNavCidades ul li a:hover{
    color: #428bca;
}
nav .navNoticias .Relacionadas,
nav .navVariedades .Relacionadas{
    display: flex;
    flex-direction: column;
    width: 45%;
    height: 100%;
    padding: 20px 15px;
    max-width: 547px;
}
nav .navNoticias .Relacionadas .titleNavRelacionadas{
    margin-bottom: 20px;
}
nav .navNoticias .Relacionadas .titleNavRelacionadas img,
nav .navVariedades .Relacionadas .titleNavRelacionadas img{
    height: 15px;
    width: 15px;
}
nav .navNoticias .Relacionadas .materiasRelacionadas,
nav .navVariedades .Relacionadas .materiasRelacionadas{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
nav .navNoticias .Relacionadas .materiasRelacionadas .materia,
nav .navVariedades .Relacionadas .materiasRelacionadas .materia{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80%;
    width: 30%;
    border: 1px solid rgb(243, 243, 243);
}
nav .navNoticias .Relacionadas .materiasRelacionadas .materia:hover,
nav .navVariedades .Relacionadas .materiasRelacionadas .materia:hover{
    background-color: rgb(226, 226, 226);
    cursor: pointer;
}
nav .navNoticias .Relacionadas .materiasRelacionadas .materia .imgMateria{
    height: 45%;
    width: 100%;
    background-image: url('../img/photos/unsplash-1.jpg');
}
nav .navNoticias .Relacionadas .materiasRelacionadas .materia .tituloMateria,
nav .navVariedades .Relacionadas .materiasRelacionadas .materia .tituloMateria{
    height: 55%;
    width: 100%;
    padding-top: 15px;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: #9D9D9D;
    padding: 15px;
}
nav .navVariedades .navEditoriais{
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 100%;
    padding: 20px 5px;
}
nav .navVariedades .navEditoriais .titleNavEditoriais{
    margin-bottom: 20px;
}
nav .navVariedades .navEditoriais .optionsNavEditoriais{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
nav .navVariedades .navEditoriais .optionsNavEditoriais ul li a{
    text-decoration: none;
    color: #9D9D9D;
    font-size: 15px;
}
nav .navVariedades .navEditoriais .optionsNavEditoriais ul li a:hover{
    color: #428bca;
}
nav .navVariedades .navCidades .titleNavCidades{
    margin-bottom: 20px;
}
nav .navVariedades .navCidades .optionsNavCidades{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
nav .navVariedades .navCidades .optionsNavCidades ul li a{
    text-decoration: none;
    color: #9D9D9D;
}
nav .navVariedades .navCidades .optionsNavCidades ul li a:hover{
    color: #428bca;
}
nav .navVariedades .Relacionadas .titleNavRelacionadas{
    margin-bottom: 20px;
}
nav .navVariedades .Relacionadas .materiasRelacionadas .materia .imgMateria{
    height: 45%;
    width: 100%;
    background-image: url('../img/photos/unsplash-1.jpg');
}
/*//////// MENU NAVBAR ////////*/

.pd_spaces{
    width: 25%;
}
.lups{
    height: 100%;
    width: 20px;
    margin-right: 25px;
}
.lups:hover{
    cursor:pointer
}
/*MENU HAMBURGUER*/
.masj{
    height:25px;
    width:25px;
}
/*LOGO ATRIBUNA*/
.logs{
    height: 37px;
    margin-bottom: 5px;
    width: 100%;
}
.logo-text{
    font-size: 14px;
    margin: 0;
    letter-spacing: normal;
}
.logs:hover{
    cursor:pointer
}
.hid{
    display: none !important
}
.scale-up-ver-top {
    -webkit-animation: scale-up-ver-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-ver-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@media screen and (max-width: 1130px){
    nav .navigation i{
        display: none;
    }

}
@media screen and (max-width: 950px){
    nav .information .boxData,
    nav .information .boxOnline span{
        display: none;
    }
    nav .information .pd_space.menu{
        display: block;
        width: 25%;
    }
    .sin,.sup{
        padding: 0 10px;
    }
    .sin img{
        margin: 0;
    }
    nav .shortcut .boxSearch{
        padding-left: 10px;
        width: auto;
    }
    nav .navigation{
        justify-content: flex-start;
        padding: 0 15px;
    }
}
@media screen and (max-width: 650px) {
    .boxLogo .logs {
        width: 85%;
    }
    .boxLogo .logo-text{
        font-size: 12px;
    }
    nav .lups{
        margin-right: 15px;
    }
}
@media screen and (max-width: 500px){
    .boxLogo .logs{
        width: 100%;
        height: 25px;
        margin: 0;
    }
    .boxLogo .logo-text{
        display: none;
    }
    nav .information{
        height: 60px;
    }
    nav .information.scrolled{
        padding: 0 10px;
    }
    nav .btn-user{
        padding-right: 10px;
    }
    nav .information{
        padding: 0 10px;
    }
    .masj{
        height: 20px;
        width: 20px;
    }
    .information.scrolled .btns-nav .sup, .information.scrolled .btns-nav .sin{
        width: 25px;
        height: 25px;
    }
    .information.scrolled .btns-nav .lups{
        margin-right: 8px;
    }
}
@media screen and (max-width: 390px){
    nav .shortcut{
        flex-wrap: wrap;
        height: auto;
    }
    nav .shortcut .boxSearch{
        height: 30px;
    }
    nav .shortcut .actions{
        width: 100%;
    }
    nav .shortcut .actions .lups{
        display: none;
    }
    nav .shortcut .boxSocial{
       width: auto;
    }
    nav .shortcut .boxSocial .lups{
        display: block;
        width: 17px;
        height: 17px;
        margin-right: 10px;
    }
    nav .actions .lups{
        width: 17px;
    }
}

@-webkit-keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
}
@keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
}



