body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: #e3e3e3 !important;
    background-image: url("../img/bg.png");
    background-size: 60px;
}
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 5px;
}

p{
  font-size: 16px;
  font-family: roboto-regular
}
li{
  color: #000;
  position: relative;
  font-family: roboto-light;
  text-align: left;
  font-size: 16px;

  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
a {
    color: #fff;
    text-decoration: none;
}

a:visited {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:active {
    color: #fff;
    text-decoration: none;
}
a:link {
    color: #fff;
    text-decoration: none;
}
a:focus {
    color: #fff;
    text-decoration: none;
}

@font-face {
    font-family: roboto-regular;
    src: url(fonts/roboto-regular.ttf);
}
@font-face {
    font-family: roboto-light;
    src: url(fonts/roboto-light.ttf);
}
@font-face {
    font-family: roboto-condensed;
    src: url(fonts/roboto-condensed.ttf);
}
@font-face {
    font-family: roboto-b;
    src: url(fonts/roboto-bold.ttf);
}
.banner{
  max-width: 300px;
  width: 90%;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
/* Select Option */
select.select-categoria{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url("../img/down.png"), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 96.5% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #000;
   font-size: 16px;
   font-family: roboto-regular;
   top: 27px;
   overflow: hidden;
   padding: 3px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   height: 30px;
   width: 230px;
   float: right;
   position: relative;

}
select option{
  font-size: 16px;
  font-family: roboto-regular;
  padding-top: 5px;
  padding-bottom: 5px;
}
select.select-numero{
  margin-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url("../img/down.png"), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 96.5% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #000;
   top: 27px ;
   overflow: hidden;
   padding: 3px 10px;
   font-size: 16px;
   font-family: roboto-regular;
   text-overflow: ellipsis;
   white-space: nowrap;
   height: 30px;
   width: 230px;
   float: right;
   position: relative;

}
.disqus{
  width: 100%;
  margin-left: 5px;
  display: block;
  position: relative;
}
/* Fim Select option*/
/* Menu */

.menu-fundo {
    width: 100%;
    height: 60px;
    background-color: #39008A;
    z-index: 99;
    position: fixed;
    display: block;
    top: 0px;
    left: 0px;
}
.menu {
    width: 695px;
    height: 60px;
    /*background-color: #315497;*/
    position: relative;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 99;
}
.item-menu {
    width: 170px;
    height: 100%;
    min-height: 100%;
    /*background-color: #315497;*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-family: roboto-b;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 25px;
    cursor: pointer;
    background-position: -170px bottom;
    background-repeat: no-repeat;
    letter-spacing: 1px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: inline-block;
    z-index: 99;
}
.item-menu:focus {
  width: 170px;
  height: 100%;
  min-height: 100%;
  /*background-color: #315497;*/
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-family: roboto-b;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 25px;
  cursor: pointer;
  background-position: -170px bottom;
  background-repeat: no-repeat;
  letter-spacing: 1px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: inline-block;
  z-index: 99;

}
.item-menu:hover {
    opacity: 1.0;
    background-color: #6631B1;
    position: relative;
    cursor: pointer;
    transition: 0.4s;
    z-index: 99;
}
.item-mb {
    width: 170px;
    height: 60px;
    min-height: 60px;
    /*background-color: #315497;*/
    position: relative;
    float: left;
    font-family: roboto-light;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-position: -170px bottom;
    background-repeat: no-repeat;
    letter-spacing: 1px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;

}
.item-mb:hover {
    background-color: #39008A;
    position: relative;
    cursor: pointer;
    transition: 0.4s;
}
.um:hover {
    background-image: url("../img/linha_um.png");
    background-position: bottom;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff;
}
.dois:hover {
    background-image: url("../img/linha_dois.png");
    background-position: bottom;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff;
}
.tres:hover {
    background-image: url("../img/linha_tres.png");
    background-position: bottom;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff;
}
.quatro:hover {
    background-image: url("../img/linha_quatro.png");
    background-position: bottom;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff;
}
.um:focus {
    background-image: url("../img/linha_um.png");
    background-position: bottom;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff;
}
.dois:focus {
    background-image: url("../img/linha_dois.png");
    background-position: bottom;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff;
}
.tres:focus {
    background-image: url("../img/linha_tres.png");
    background-position: bottom;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff;
}
.quatro:focus {
    background-image: url("../img/linha_quatro.png");
    background-position: bottom;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff;
}
.menu-bt-mb {
    background-image: url("../img/menu.png");
    background-size: 70%;
    background-position: center;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    visibility: hidden;
    display: none;
    top: 5px;
    right: 20px;
    position: fixed;
    cursor: pointer;
    border-radius: 25px;
    z-index: 5;
}
.menu-bt-mb:hover {
    background-color: #490AA4;
    z-index: 99;
}
.menu-mb {
    position: absolute;
    right: 0px;
    top: 60px;
    width: 170px;
    height: 300px;
    background-color: #490AA4;
    display: none;
}
.separador-mb {
    width: 160px;
    height: 1px;
    background-color: #fff;
    margin-left: 5px;
    margin-top: -2px;
    float: left;
    z-index: 2;
}
.separador {
    width: 100%;
    height: 1px;
    background-color: #fff;

    margin-top: -3px;
    position: absolute;
    z-index: 2;
}

.filtros{
  width: 550px;
  height: 30px;
  float: right;
  margin-top: 20px;
  position: absolute;
  display: block;
}
.logo {
    background-image: url("../img/wardmb.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 100%;
    position: absolute;
    margin-left: 50px;
    cursor: pointer;
    transition: 0.3s;
}
.logo:hover {
    background-size: 95%;
    transition: 0.3s;
}

.redes{
  width: 110px;
  height: 100%;
  position: fixed;
  right: 0px;
  top:0px;
}
.face {
    width: 40px;
    height: 40px;
    float: right;
    bottom: 10px;
    margin-right: 20px;
    margin-top: 10px;
    cursor: pointer;
    background-image: url("../img/face.png");
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    border-radius: 25px 25px 25px 25px;
    transition: 0.2s;
}

.face:hover{
    background-size: 80%;
    background-color: #3b5998;
    transition: 0.2s;
}

.youtube {
    width: 40px;
    height: 40px;
    float: right;
    bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
    background-image: url("../img/youtube.png");
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    border-radius: 25px 25px 25px 25px;
    transition: 0.2s;
}

.youtube:hover{
    background-size: 80%;
    background-color: #e52d27;
    transition: 0.2s;
}

.face_mb {
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 10px;
    left: 30px;
    cursor: pointer;
    background-image: url("../img/face.png");
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    border-radius: 25px 25px 25px 25px;
}
.youtube_mb {
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 10px;
    right: 30px;
    cursor: pointer;
    background-image: url("../img/youtube.png");
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    border-radius: 25px 25px 25px 25px;
}
/* Fim Menu */

.mobile{
  display: none;
  visibility: hidden;
}
/* Corpo */

.corpo {
    width: 1200px;
    margin-top: 5px;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 50px;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 30px;

}
.corpo-index {
    width: 1200px;
    margin-top: 5px;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 20px;
}
.recomendadas {
    margin-top: 10px;
    margin-bottom: 70px;
    top:0;
    right: 0;
    width: 100%;
    height: 300px;
    float: left;
    position: relative;
    min-height: 300px;
}

.disqus{
  margin-top: 50px;
float: left;
}
.separador-corpo {
    width: 100%;
    height: 4px;
    background-color: #315497;
    top: 4px;
    position: relative;
    opacity: 0.5;
    border-radius: 2px;
}
.carousel-indicators li {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
    bottom: -20px !important;
    margin-bottom: -30px !important;
}
.slides-noticias {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    width: 1220px;
    height: 400px;
    padding-left: 5px;
}
.slide1g {
    width: calc(50% - 4px);
    height: 100%;
    margin-right: 3px;
    margin-left: : 1px;
    float: left;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.slide1g-mb {
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.3s;

}
.slidelink-mb {
    color: #fff;
    text-decoration: none;
}
.slidelink-mb:hover {
    color: #fff;
    text-decoration: none;
}
.textoslide-mb {
    position: relative;
    top: 270px;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    height: 210px;
    background-color: rgba(0, 0, 0, 0.7);
  }

.slide1g-mb h4 {
    font-size: 25px;
    margin-left: 20px;
    margin-top: 0px;
    text-shadow: 2px 2px #000;
}
.slide1g-mb p {
    font-size: 20px;
    margin-left: 20px;
    text-shadow: 1px 1px 1px #000;
}

.slidelink {
    color: #fff;
    text-decoration: none;
}
.slidelink:hover {
    color: #fff;
    text-decoration: none;
}
.textoslide {
    position: relative;
    top: 180px;
    padding-top: 80px;
    width: 100%;
    height: 220px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 14%, rgba(0, 0, 0, 0.65) 24%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 14%, rgba(0, 0, 0, 0.65) 24%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 14%, rgba(0, 0, 0, 0.65) 24%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  }

.slide1g h4 {
    font-size: 25px;
    margin-left: 20px;
    margin-top: 0px;
    text-shadow: 2px 2px #000;
}
.slide1g p {
    font-size: 20px;
    margin-left: 20px;
    text-shadow: 1px 1px 1px #000;
}
.slide1m {
    background-color: #aabbcc;
    width: calc(50% - 2px);
    height: 198px;
    margin-left: 0px;
    margin-bottom: 4px;
    float: left;
}
.slide2m {
    background-color: #aabbcc;
    width: calc(50% - 2px);
    height: 198px;
    margin-left: 0px;
    margin-bottom: 4px;
    float: left;
}
.seta-direita {
    width: 30px;
    height: 70px;
    background-color: #39008A;
    position: absolute;
    float;
    right;
    border-radius: 0px;
    right: -23px;
    top: 50%;
    margin-top: -35px;
    box-shadow: 1px 2px 3px #000;
    transition: 0.5s;
    background-image: url("../img/direita.png");
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
}
.seta-direita:hover {
    width: 40px;
    height: 80px;
    right: -33px;
    transition: 0.2s;
    top: 50%;
    margin-top: -40px;
    background-size: 70%;
}
.item {
    height: 400px;
}
.seta-esquerda {
    width: 30px;
    height: 70px;
    background-color: #39008A;
    position: absolute;
    float;
    left;
    border-radius: 0px;
    left: -23px;
    top: 50%;
    margin-top: -35px;
    box-shadow: 1px 2px 3px #000;
    transition: 0.5s;
    background-image: url("../img/esquerda.png");
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
}
.seta-esquerda:hover {
    width: 40px;
    height: 80px;
    left: -33px;
    transition: 0.2s;
    top: 50%;
    margin-top: -40px;
    background-size: 70%;
}
/* Fim corpo*/

/* Modelos Noticias */

a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    text-decoration: none;
    color: #fff;
}
a:visited {
    text-decoration: none;
    color: #fff;
}
a:active {
    text-decoration: none;
    color: #fff;
}

.noticia-extra {
    width: 27%;
    float:right;
    padding-left: 0px;
    padding-right: 0px;
    background-color: rgba(255,255,255,0.7);
    box-shadow: 1px 1px 3px #e2e2e2;
    border-radius: 5px;
    padding-top: 0px;
    padding-bottom: 20px;

}
.novas-atualizacao-extra {
    margin-bottom: 30px;
    width: 100%;
    height: 3px;
    background-color: #d1d1d1;
    position: relative;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;

}

.novas-marca-atualizacao-extra {
    margin-top: 0px;
    position: absolute;
    width: 200px;
    height: 4px;
    margin-left: -100px;
    left:50%;
    background-color: #39008A;
}

.novas-text-atualizacao-extra {
    margin-top: 5px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 30px;
    color: #39008A;
    font-family: roboto-condensed;
    font-size: 20px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    transition: 0.1s;
}

.mural{
  margin-top: 60px;
}

.noticias {
    width: 70%;
    margin-left: 0;
    float: left;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(255,255,255,0.7);
    box-shadow: 1px 1px 3px #e2e2e2;
    border-radius: 5px;
    padding-top: 0px;
}
.noticia-gr {
    margin-top: 15px;
    width: 170px;
    height: 300px;
    background-color: transparent;
    position: relative;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 3px 3px 4px #cbcbcb;
    transition: 0.2s;
    border-radius: 5px;

}
.noticia-gr-txt {
    width: 100%;
    height: 170px;
    background-color: #fff;
    position: relative;
    margin-top: 130px;
    padding-right: 5px;
    padding-top: 1px;
}
.noticia-gr:hover {
    cursor: pointer;
    border: none;
    transition: 0.2s;
    box-shadow: 0px 0px 8px #39008A;
}

.noticia-gr-txt h4 {
    background-color: #fff;
    color: #000;
    position: relative;
    font-family: roboto-regular;
    text-align: left;
    font-size: 18px;
    padding-top: 0px;
    margin-left: 10px;
    margin-top: 5px;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}



.noticia-gr-txt p {
    background-color: #fff;
    color: #000;
    position: relative;
    font-family: roboto-light;
    text-align: left;
    font-size: 15px;
    height: 45px;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.noticias p {
    margin-top: 25px;
    text-indent: 40px;
    line-height: 30px;
    font-size: 1.15em;
    font-family: roboto-light;
    text-align: justify;
    text-align-last: left;
}
.noticias h2 {
    line-height: 44px;
    font-size: 34px;
    font-family: roboto-condensed;
}
.noticias h4 {
    line-height: 25px;
    font-size: 1.6em;
    font-family: roboto-condensed;
    color: #000;
}
.noticias h5 {
    width: 100%;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    color: #fff;
    padding-left: 10px;
    padding-top: 4px;
    height: 20px;
    top: -10px;
    position: relative;
    font-size: 12px;
    text-align: center;
    font-family: roboto-light;
}
.noticias h6 {
    width: 100%;
    color: #939393;
    top: -7px;
    position: relative;
    font-size: 12px;
    text-align: left;
    font-family: roboto-regular;
}
.separador-noticia {
    width: 80%;
    height: 2px;
    background-color: #000;
    opacity: 0.4;
    position: relative;
}
.imagem-inicial {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.novas{
  width: 100%;
  max-width: 1000px;
  height: 3px;
  background-color: #d1d1d1;
  position: relative;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

.novas-marca{
  margin-top: 0px;
  position: absolute;
  margin-left: -100px;
  left: 50%;
  width: 200px;
  height: 4px;
  background-color: #39008A;
}
.novas-text{
  margin-top: 5px;
  position: absolute;
  margin-left: -100px;
  left: 50%;
  width: 200px;
  height: 30px;
  color: #39008A;
  font-family: roboto-condensed;
  font-size: 20px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
}


.novas-mural{
  width: calc(100% - 50px);
  height: 3px;
  background-color: #d1d1d1;
  position: relative;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -25px;
}

.novas-marca-mural{
  margin-top: 0px;
  position: absolute;
  width: 200px;
  height: 4px;
  background-color:  #39008A;
}
.novas-text-mural{
  margin-top: 5px;
  position: absolute;
  left: 0%;
  width: 200px;
  height: 30px;
  color: #39008A;
  font-family: roboto-condensed;
  font-size: 20px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  transition: 0.1s;
  cursor: pointer;
}
.novas-atualizacao{
  width: calc(100% - 50px);
  height: 3px;
  background-color: #d1d1d1;
  position: relative;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -5px;
}

.novas-marca-atualizacao{
  margin-top: 0px;
  position: absolute;
  width: 200px;
  height: 4px;
  background-color:  #39008A;
}
.novas-text-atualizacao{
  margin-top: 5px;
  position: absolute;
  left: 0%;
  width: 200px;
  height: 30px;
  color: #39008A;
  font-family: roboto-condensed;
  font-size: 20px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  transition: 0.1s;
}

.novas-marca-atualizacao-todas{
  margin-top: 0px;
  right: 0%;
  float: right;
  position: absolute;
  width: 100px;
  height: 4px;
  background-color:  #39008A;
}
.novas-text-atualizacao-todas{
  margin-top: 5px;
  position: absolute;
  right: 0%;
  width: 100px;
  height: 30px;
  color: #39008A;
  font-family: roboto-condensed;
  font-size: 16px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  transition: 0.1s;
  cursor: pointer;
}

.novas-text-atualizacao-todas:hover{
  margin-top: 5px;
  position: absolute;
  right: 0%;
  width: 100px;
  height: 30px;
  color: #39008A;
  font-family: roboto-condensed;
  font-size: 18px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  transition: 0.1s;
  cursor: pointer;
}

.lol {
    margin-top: -3px;
    width: 45px;
    height: 45px;
    background-size: 100%;
    background-image: url("../img/lol.png");
    background-repeat: no-repeat;
    float: right;
    position: relative;
    right: 0px;
    top: 0px;
}
.overwatch {
    margin-top: -3px;
    width: 45px;
    height: 45px;
    background-size: 100%;
    background-image: url("../img/overwatch.png");
    background-repeat: no-repeat;
    float: right;
    position: relative;
    right: 0px;
    top: 0px;
}
.heroes {
    margin-top: -3px;
    width: 45px;
    height: 45px;
    background-size: 100%;
    background-image: url("../img/heroes.png");
    background-repeat: no-repeat;
    float: right;
    position: relative;
    right: 0px;
    top: 0px;
}

.lol-slide {
    margin-top: -5px;
    width: 60px;
    height: 60px;
    background-size: 100%;
    background-image: url("../img/lol.png");
    background-repeat: no-repeat;
    float: right;
    position: relative;
    right: 0px;
    top: 0px;
}
.overwatch-slide {
    margin-top: -5px;
    width: 60px;
    height: 60px;
    background-size: 100%;
    background-image: url("../img/overwatch.png");
    background-repeat: no-repeat;
    float: right;
    position: relative;
    right: 0px;
    top: 0px;
}
.heroes-slide {
    margin-top: -5px;
    width: 60px;
    height: 60px;
    background-size: 100%;
    background-image: url("../img/heroes.png");
    background-repeat: no-repeat;
    float: right;
    position: relative;
    right: 0px;
    top: 0px;
}

.filtro-noticias{
  width: auto;
  max-width: 100%;
  float: right;
}
/* Fim Modelos Noticias */
/* Podcast */

.podcast {
    width: 100%;
    height: 150px;
    color: #fff;
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 150px;
}

.titulo-podcast{
  background-image: url('../img/ward.png');
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 40px;
  padding: 5px 10px 5px 55px;
  background-color: #39008A;
  border-radius: 5px;
  color: #fff;
}

.icone-podcast{

}
/* Fim Podcast */

/* Atualizações*/
.corpo-lol{
  width: 100%;
  height: 190px;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  margin-top: 30px;
}

.corpo-heroes{
  width: 100%;
  height: 190px;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  margin-top: 30px;
}

.corpo-overwatch{
  width: 100%;
  height: 190px;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  margin-top: 30px;
}

.atualizacao {
    margin-top: 15px;
    width: 250px;
    height: 130px;
    background-color: transparent;
    position: relative;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #666;
    transition: 0.5s;
    border: 2px solid #fff;
}

.atualizacao:hover {
    cursor: pointer;
    text-decoration: none;
    text-decoration: none;
    border: none;
    transition: 0.2s;
    box-shadow: 0px 0px 12px #39008A;
    border: 2px solid #fff;
}

.atualizacao-txt-lol {
    width: 110px;
    height: 37px;
    background-color: #00889c;
    position: absolute;
    z-index: 99;
    padding-top: 4px;
    margin-left: 17px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    margin-top: 0px;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
}
.atualizacao-txt-heroes {
    width: 110px;
    height: 37px;
    background-color: #004c98;
    position: absolute;
    z-index: 99;
    padding-top: 4px;
    margin-left: 17px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    margin-top: 0px;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
}
.atualizacao-txt-overwatch {
    width: 110px;
    height: 37px;
    background-color: #e96b00;
    position: absolute;
    z-index: 99;
    padding-top: 4px;
    margin-left: 17px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    margin-top: 0px;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
}
.atualizacao:hover {
    cursor: pointer;

}

.atualizacao-txt-lol p {
    color: #fff;
    position: relative;
    font-family: roboto-b;
    text-align: center;
    font-size: 16px;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.atualizacao-txt-heroes p {
    color: #fff;
    position: relative;
    font-family: roboto-b;
    text-align: center;
    font-size: 16px;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.atualizacao-txt-overwatch p {
    color: #fff;
    position: relative;
    font-family: roboto-b;
    text-align: center;
    font-size: 16px;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.col-lg-3 .box-atualizacao .heroes{
  margin-top: 0px;
  left:-25px;
}

.col-lg-3 .box-atualizacao .lol{
  margin-top: 0px;
  left:-25px;
}

.col-lg-3 .box-atualizacao .overwatch{
  margin-top: 0px;
  left:-25px;
}

.col-md-3 .box-atualizacao .heroes{
  margin-top: 0px;
  left: 55px;
}

.col-md-3 .box-atualizacao .lol{
  margin-top: 0px;
  left: 55px;
}

.col-md-3 .box-atualizacao .overwatch{
  margin-top: 0px;
  left: 55px;
}

.veja-mais-lol{
  top:50%;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #fff;
  background-color: #00889c;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px 2px #aaa;
  transition: 0.3s;
}

.veja-mais-heroes{
  top:50%;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #fff;
  background-color: #004c98;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px 2px #aaa;
  transition: 0.3s;
}


.veja-mais-overwatch{
  top:50%;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #fff;
  background-color: #e96b00;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px 2px #aaa;
  transition: 0.3s;
}
.mais{
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: roboto-light;
    margin: 5px;
    text-decoration: none;
}
.box-atualizacao{
  width: 200px;
  height: 190px;
  margin-left: 0px;
  margin-right: auto;
}
/* Fim Atualizações*/

/* Calendario */

.corpo-mes{
 width: 100%;
 height: auto;
 font-size: 18px;
 font-family: roboto-regular;
 color:#000;
 position: relative;
 margin-top: 50px;
 margin-bottom: 50px;
}

.corpo-evento{
  width: 100%;
  position: relative;
  height: 50px;
  background-color: #39008A;
  margin-top: 10px;
}

.corpo-evento-index{
  width: 100%;
  position: relative;
  height: 40px;
  background-color: #39008A;
  margin-top: 10px;
}


.dia-index{
  float: left;
  width: 10%;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  font-family: roboto-regular;
  color:#fff;

}

.evento-index{
  float: left;
  width: 45%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  font-family: roboto-regular;
  color:#fff;
  background-color: #6631B1;
  text-align: center;

}

.horario-index{
  float: left;
  width: 10%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  font-family: roboto-regular;
  color:#fff;
  text-align: center;
}

.transmissao-index{
  float: left;
  width: 30%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  font-family: roboto-regular;
  color:#fff;
  background-color: #6631B1;
    text-align: center;
}

.jogo-index{
  float: left;
  width: 5%;
  height: 50px;
  font-size: 16px;
  line-height: 40px;
  font-family: roboto-regular;
  color:#fff;
  text-align: center;
}


.dia{
  float: left;
  width: 10%;
  height: 50px;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  font-family: roboto-regular;
  color:#fff;

}

.evento{
  float: left;
  width: 45%;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  font-family: roboto-regular;
  color:#fff;
  background-color: #6631B1;
  padding-left: 10px;

}

.horario{
  float: left;
  width: 10%;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  font-family: roboto-regular;
  color:#fff;
  padding-left: 25px;
}

.transmissao{
  float: left;
  width: 30%;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  font-family: roboto-regular;
  color:#fff;
  background-color: #6631B1;

}

.jogo{
  float: left;
  width: 5%;
  height: 50px;
}

.twitch-midia{
  width: 80px;
  height: 50px;
  background-image: url("../img/twitch-midia.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  line-height: 50px;
  margin-left: 10px;
}

.youtube-midia{
  width: 80px;
  height: 50px;
  background-image: url("../img/youtube-midia.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  line-height: 50px;
  margin-left: 10px;
}

.sportv-midia{
  width: 100px;
  height: 50px;
  background-image: url("../img/sportv-midia.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  line-height: 50px;
  margin-left: 10px;
}

.nomedomes{
  width: 200px;
  height: 50px;
  background-color: #6631B1;
  font-size: 30px;
  line-height: 50px;
  color:#fff;
  text-align: center;
}

.detalhe{
  width: 20px;
  height: 50px;
  position: relative;
  float: left;
  background-color: #39008A;
}

.bt-mes{
  width: 160px;
  height: 40px;
  font-size: 16px;
  line-height: 35px;
  background-color:  #6631B1;
  font-family: roboto-regular;
  text-transform: uppercase;
  color: #fff;
  float: left;
  margin-left: 10px;
  position: relative;
  display: block;
  text-align: center;
  margin-top: 5px;
  border-radius: 3px;
  border: 2px solid #fff;
  cursor: pointer;
  transition: 0.3s;
}

.bt-mes:hover{
  background-color: #39008A;
  transition: 0.3s;
}

.todosmeses{
  margin-top: 10px;
  width: 1050px;
  height: 200px;
  margin-left: calc(50% - 525px);
  position: relative;
}

.lol-jogo{
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-image: url("../img/lol.png");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: top center;
}

.heroes-jogo{
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-image: url("../img/heroes.png");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: top center;
}

.overwatch-jogo{
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-image: url("../img/overwatch.png");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: top center;
}

/* Fim calendario */

@media screen and (max-width: 1920px) {
    .menu {
        width: 695px;
    }
    .slides-noticias {
        width: 1000px;
    }

    .corpo {
        width: 1100px;
        padding-bottom: 30px;
    }
    .corpo-index {
        width: 1200px;
        padding-bottom: 30px;
    }
    .noticia-gr {
        margin-top: 15px;
        width: 170px;
        height: 300px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .noticia-gr-txt {
        width: 100%;
        height: 180px;
        margin-top: 130px;
    }

    .col-lg-3 .box-atualizacao .heroes{
      margin-top: 0px;
      left:-25px;
    }

    .col-lg-3 .box-atualizacao .lol{
      margin-top: 0px;
      left:-25px;
    }

    .col-lg-3 .box-atualizacao .overwatch{
      margin-top: 0px;
      left:-25px;
    }
}
@media screen and (max-width: 1200px) {
    .corpo,
    .corpo-index {
        width: 100%;
    }

    .noticia-extra{
      display: none;
      visibility: hidden;
    }

    .logo{
      width: 70px;
      background-image: url("../img/ward.png");
      background-size: 60px;
      background-color: #490AA4;
      float: left;
      margin-left: 0px;
      position: relative;

    }
    .slides-noticias {
        width: 860px;
    }
    select.soflow{
      margin-left: calc(100% - 260px);
    }
    .noticia-gr {
        margin-top: 15px;
        width: 340px;
        height: 170px;
        background-position: top left;
        background-size: 220px;
        transition: 0.5s;
    }
    .col-lg-3 .box-atualizacao .heroes{
      margin-top: 0px;
      left:135px;
    }

    .col-lg-3 .box-atualizacao .lol{
      margin-top: 0px;
      left:135px;
    }

    .col-lg-3 .box-atualizacao .overwatch{
      margin-top: 0px;
      left:135px;
    }

    .noticia-gr-txt {
        width: 170px;
        height: 170px;
        background-color: #fff;
        position: relative;
        float: right;
        margin-top: 0px;
        right: 0px;
        padding-right: 5px;
    }
    .lol,
    .overwatch,
    .heroes {
        float: left;
        left: 125px;
    }
    .menu {
        width: 695px;
        float:left;
        position: relative;
        margin-left: 5px;
    }
    .recomendadas {
        width: 100%;
        height: 300px;
        float: none;
        position: relative;
        min-height: 300px;
    }
    .noticia-lt {
        margin-top: 15px;
        width: 152px;
        height: 280px;
        background-color: transparent;
        float: left;
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
        display: inline;
        margin-left: 5px;
        margin-right: 5px;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100%;
        overflow: hidden;
        text-decoration: none;
        border: 1px solid #cbcbcb;
        box-shadow: 3px 3px 8px #cbcbcb;
        transition: 0.5s;
    }
    .noticia-lt-txt {
        width: 100%;
        height: 160px;
        background-color: #fff;
        position: relative;
        margin-top: 105px;
        padding-right: 5px;
        padding-top: 1px;
    }
    .noticia-lt-txt h4 {
        margin-top: 5px;
        text-align: left;
        margin-left: 5px;
    }
    .noticia-lt-txt p {
        text-align: left;
        margin-left: 10px;
        margin-right: 3px;
    }

    .noticias {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        background-color: rgba(255,255,255,0.7);
        box-shadow: 1px 1px 3px #e2e2e2;
        border-radius: 5px;
        padding-top: 20px;
        float: none;

    }

    .corpo-lol, .corpo-heroes, .corpo-overwatch{
      height: 200px;
    }



}
@media screen and (max-width:996px) {

    .redes{
      display: none;
      visibility: hidden;
    }
    .novas{
      width: 750px;
    }

    select.soflow{
      margin-left: calc(100% - 230px);
    }

    .slides-noticias {
        width: calc(100% - 150px);
        margin-top: 65px;
    }
    .noticia-gr {
        margin-top: 15px;
        width: 410px;
        height: 170px;
        background-position: top left;
        background-size: 220px;
        transition: 0.5s;
    }

    .noticia-gr-txt {
        width: 200px;
        height: 170px;
        background-color: #fff;
        position: relative;
        float: right;
        margin-top: 0px;
        right: 0px;
        padding-right: 5px;
    }
    .lol,
    .overwatch,
    .heroes {
        float: left;
        left: 165px;
    }
    .recomendadas {
        width: 100%;
        height: 300px;
        float: none;
        min-height: 300
    }
    .noticia-lt {
        margin-top: 15px;
        width: 150px;
        height: 280px;
        background-color: transparent;
        float: left;
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
        display: inline;
        margin-left: 5px;
        margin-right: 5px;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100%;
        overflow: hidden;
        text-decoration: none;
        border: 1px solid #cbcbcb;
        box-shadow: 3px 3px 8px #cbcbcb;
        transition: 0.5s;
    }
    .noticia-lt-txt {
        width: 100%;
        height: 160px;
        background-color: #fff;
        position: relative;
        margin-top: 105px;
        padding-right: 5px;
        padding-top: 1px;
    }
    .noticia-lt-txt h4 {
        margin-top: 5px;
        text-align: left;
        margin-left: 5px;
    }
    .noticia-lt-txt p {
        text-align: left;
        margin-left: 10px;
        margin-right: 3px;
    }
    .noticias {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        float: none;

    }
    .corpo {
        margin-top: 50px;
        width: 840px;
        margin-left: auto;
        margin-right: auto;
    }

    .corpo-index{
        width: 840px;
        margin-left: auto;
        margin-right: auto;
    }
    .menu-fundo {
        width: 100%;
        height: 60px !important;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .menu {
        width: 100%;
        height: 100%;
        margin-bottom: 0px;
        margin-top: 0px;
        display: none;
    }
    .item-menu {
        display: none;
        visibility: hidden;
    }
    .logo {
        background-image: url("../img/wardmb.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        width: 200px;
        height: 50px;
        position: absolute;
        margin-top: 5px;
        left: 50%;
        margin-left: -100px;
        cursor: pointer;
        background-color: transparent;
    }
    .separador {
        display: none;
        visibility: hidden;
    }
    .menu-bt-mb {
        visibility: visible;
        display: block;
        position: fixed;
    }
    .menu-mb {
        right: 0px;
        top: 60px;
        position: absolute;
    }
    .face {
        display: none;
        visibility: hidden;
    }
    .youtube {
        display: none;
        visibility: hidden;
    }

    .corpo-lol, .corpo-heroes, .corpo-overwatch{
      height: 400px;
    }


    .corpo-evento{
      width: 100%;
      position: relative;
      height: 50px;
      background-color: #39008A;
      margin-top: 10px;
    }

    .corpo-evento-index{
      width: 100%;
      position: relative;
      height: 40px;
      background-color: #39008A;
      margin-top: 10px;
    }


    .dia-index{
      float: left;
      width: 50px;
      height: 40px;
      font-size: 16px;
      text-align: center;
      line-height: 40px;
      font-family: roboto-regular;
      color:#fff;

    }

    .evento-index{
      float: left;
      width: 320px;
      height: 40px;
      font-size: 16px;
      line-height: 40px;
      font-family: roboto-regular;
      color:#fff;
      background-color: #6631B1;
      text-align: center;

    }

    .horario-index{
      float: left;
      width: 100px;
      height: 40px;
      font-size: 16px;
      line-height: 40px;
      font-family: roboto-regular;
      color:#fff;
      text-align: center;
    }

    .transmissao-index{
      float: left;
      width: 300px;
      height: 40px;
      font-size: 16px;
      line-height: 40px;
      font-family: roboto-regular;
      color:#fff;
      background-color: #6631B1;
        text-align: center;
    }

    .jogo-index{
      float: left;
      width: 65px;
      height: 50px;
      font-size: 16px;
      line-height: 40px;
      font-family: roboto-regular;
      color:#fff;
      text-align: center;
    }


    .dia{
      float: left;
      width: 50px;
      height: 50px;
      font-size: 25px;
      text-align: center;
      line-height: 50px;
      font-family: roboto-regular;
      color:#fff;

    }

    .evento{
      float: left;
      width: 320px;
      height: 50px;
      font-size: 18px;
      line-height: 50px;
      font-family: roboto-regular;
      color:#fff;
      background-color: #6631B1;
      padding-left: 10px;

    }

    .horario{
      float: left;
      width: 100px;
      height: 50px;
      font-size: 20px;
      line-height: 50px;
      font-family: roboto-regular;
      color:#fff;
      padding-left: 25px;
    }

    .transmissao{
      float: left;
      width: 300px;
      height: 50px;
      font-size: 18px;
      line-height: 50px;
      font-family: roboto-regular;
      color:#fff;
      background-color: #6631B1;

    }

    .jogo{
      float: left;
      width: 70px;
      height: 50px;
    }

    .twitch-midia{
      width: 80px;
      height: 50px;
      background-image: url("../img/twitch-midia.png");
      background-size: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      float: left;
      line-height: 50px;
      margin-left: 10px;
    }

    .youtube-midia{
      width: 80px;
      height: 50px;
      background-image: url("../img/youtube-midia.png");
      background-size: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      float: left;
      line-height: 50px;
      margin-left: 10px;
    }

    .sportv-midia{
      width: 100px;
      height: 50px;
      background-image: url("../img/sportv-midia.png");
      background-size: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      float: left;
      line-height: 50px;
      margin-left: 10px;
    }

    .nomedomes{
      width: 200px;
      height: 50px;
      background-color: #6631B1;
      font-size: 30px;
      line-height: 50px;
      color:#fff;
      text-align: center;
    }
    .todosmeses{
      margin-top: 10px;
      width: 800px;
      height: 200px;
      margin-left: calc(50% - 350px);
      position: relative;
    }
}
@media screen and (max-width: 768px) {
  .novas{
    width: 550px;
  }
  .filtro-noticias{
    width: auto;
    max-width: 231px;
    float: unset;
    margin-left: auto;
    margin-right: auto;
  }
  select.select-categoria{
    float: unset;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  select.select-numero{
    float: unset;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .mural {
    margin-top: 40px;
}

  .novas-mural{
    margin-bottom: 10px;
  }

  .novas-marca-mural, .novas-text-mural{
    margin-left: -100px;
    left: 50%;
  }

  select.soflow{
    margin-left: calc(50% - 115px);
    z-index: 99;
  }

  .corpo{
    width:610px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }

  .corpo-index{
    width:610px;
    margin-left: auto;
    margin-right: auto;

  }

  .textoslide{
    position: relative;
    top: 0px;
    padding-top: 70%;
    width: 100%;
    height: 100%;
  }
  .noticia-gr-txt {
      width: 200px;
      height: 170px;
      background-color: #fff;
      position: relative;
      float: right;
      margin-top: 0px;
      right: 0px;
      padding-right: 5px;
  }
  .lol,
  .overwatch,
  .heroes {
      float: left;
      left: 165px;
  }
  .recomendadas {
      width: 100%;
      height: 300px;
      float: none;
      min-height: 300
  }
    .recomendadas {
        width: 0%;
        height: 100%;
        float: right;
        display: none;
        visibility: hidden;
    }
    .noticias {
        width: 100%;
        float: left;
    }
    .mobile{
      display: block;
      visibility: visible;
    }
    .desktop{
      display: none;
      visibility: hidden;
    }
    .corpo-lol, .corpo-heroes, .corpo-overwatch{
      height: 400px;
    }
    .corpo-evento{
      width: 100%;
      position: relative;
      height: 100px;
      background-color: #39008A;
      margin-top: 10px;
    }

    .corpo-evento-index{
      width: 100%;
      position: relative;
      height: 40px;
      background-color: #39008A;
      margin-top: 10px;
      display: none;
      visibility: hidden;
    }

    .dia{
      float: left;
      width: 70px;
      height: 100px;
      font-size: 35px;
      text-align: center;
      line-height: 100px;
      font-family: roboto-regular;
      color:#fff;

    }

    .evento{
      float: left;
      width: 430px;
      height: 50px;
      font-size: 18px;
      line-height: 50px;
      font-family: roboto-regular;
      color:#fff;
      background-color: #6631B1;
      padding-left: 10px;

    }

    .horario{
      float: left;
      width: 100px;
      height: 50px;
      font-size: 20px;
      line-height: 50px;
      font-family: roboto-regular;
      color:#fff;
      padding-left: 25px;
    }

    .transmissao{
      float: left;
      width: 430px;
      height: 48px;
      font-size: 18px;
      line-height: 50px;
      margin-top:  2px;
      font-family: roboto-regular;
      color:#fff;
      background-color: #6631B1;

    }

    .jogo{
      float: left;
      width: 100px;
      height: 50px;
    }

    .twitch-midia{
      width: 80px;
      height: 50px;
      background-image: url("../img/twitch-midia.png");
      background-size: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      float: left;
      line-height: 50px;
      margin-left: 10px;
    }

    .youtube-midia{
      width: 80px;
      height: 50px;
      background-image: url("../img/youtube-midia.png");
      background-size: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      float: left;
      line-height: 50px;
      margin-left: 10px;
    }

    .sportv-midia{
      width: 100px;
      height: 50px;
      background-image: url("../img/sportv-midia.png");
      background-size: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      float: left;
      line-height: 50px;
      margin-left: 10px;
    }

    .nomedomes{
      width: 200px;
      height: 50px;
      background-color: #6631B1;
      font-size: 30px;
      line-height: 50px;
      color:#fff;
      text-align: center;
    }

    .todosmeses{
      margin-top: 30px;
      width: 600px;
      height: 200px;
      margin-left: calc(50% - 270px);
      position: relative;
    }

}
@media screen and (max-width: 576px) {

    .corpo,
    .corpo-index{
      width: 100%;
    }
    .slides-noticias {
        width: 100%;
    }

    .novas{
      width: 350px;
      margin-top: 180px;
    }

    .noticia-gr-txt {
        width: 200px;
        height: 170px;
        background-color: #fff;
        position: relative;
        float: right;
        margin-top: 0px;
        right: 0px;
        padding-right: 5px;
    }
    .lol,
    .overwatch,
    .heroes {
        float: left;
        left: 40%;
    }
    .recomendadas {
        width: 100%;
        height: 300px;
        float: none;
        min-height: 300
    }

    .textoslide-mb{
      height: 200px;
      top:250px;
      padding-right: 10px;
      padding-left: 10px;
    }

    .textoslide-mb h4{
      margin-left: 0px;
      margin-top: 0px;
      font-size: 22px;
    }

    .textoslide-mb p{
      margin-left: 0px;
      font-size: 18px;
      font-family: roboto-light;
    }

    .corpo{
      margin-top: 50px;
    }

    .corpo-index{
      margin-top: 10px;
    }

    .slide1g-mb{
      height: 250px;
    }

    .slide-mb{
      height: 280px;
    }

    .item{
      height: 420px;
    }

    .lol-slide,
    .overwatch-slide,
    .heroes-slide {
        float: right;
        right:12px;
        left:auto;
    }

    .slides-noticias{
      height: 250px;
      padding-left: 0px;
      margin-top: 65px;
    }
    .seta-direita {
        width: 80px;
        height: 50px;
        background-color: #39008A;
        position: absolute;
        float: right;
        border-radius: 0px ;
        right: 0px;
        top: calc(100% + 15px);
        margin-top: -65px;
        box-shadow: 0px 0px 0px #000;
        transition: 0.5s;
        background-image: url("../img/direita-mb.png");
        background-position: center center;
        background-size: 40px;
        background-repeat: no-repeat;
        z-index: 9;
        border-radius: 30px 0px 0px 0px;
    }
    .seta-direita:hover {
      width: 80px;
      height: 50px;
      right: 0px;
      transition: 0.2s;
      top: calc(100% + 15px);
      margin-top: -65px;
      background-size: 45px;
    }
    .seta-esquerda {
      width: 80px;
      height: 50px;
        background-color: #39008A;
        position: absolute;
        float: left;
        border-radius: 0px;
        left: 0px;
        top: calc(100% + 15px);
        margin-top: -65px;
        box-shadow: 0px 0px 0px #000;
        transition: 0.5s;
        background-image: url("../img/esquerda-mb.png");
        background-position: center center;
        background-size: 40px;
        background-repeat: no-repeat;
        z-index: 9;
        border-radius: 0px 30px 0px 0px;
    }
    .seta-esquerda:hover {
      width: 80px;
      height: 50px;
      left: 0px;
      transition: 0.2s;
      top: calc(100% + 15px);
      margin-top: -65px;
      background-size: 45px;
    }
    .logo{
      margin-top: 5px;
      left: 50%;
      margin-left: -130px;
      background-color: transparent;
    }
    .corpo-lol, .corpo-heroes, .corpo-overwatch{
      height: 400px;
    }

    .corpo-mes{
      height: 200px;
    }

    .dia{
      float: left;
      width: 15%;
      height: 100px;
      font-size: 35px;
      text-align: center;
      line-height: 100px;
      font-family: roboto-regular;
      color:#fff;

    }

    .evento{
      float: left;
      width: 85%;
      height: 50px;
      font-size: 18px;
      line-height: 50px;
      font-family: roboto-regular;
      color:#fff;
      background-color: #6631B1;
      padding-left: 10px;

    }

    .horario{
      float: right;
      width: 15%;
      height: 50px;
      font-size: 20px;
      line-height: 50px;
      font-family: roboto-regular;
      color:#fff;
      padding-left: 15px;
    }

    .transmissao{
      float: left;
      width: 70%;
      height: 48px;
      font-size: 18px;
      line-height: 50px;
      margin-top:  2px;
      font-family: roboto-regular;
      color:#fff;
      background-color: #6631B1;

    }

    .jogo{
      float: left;
      width: 40px;
      height: 50px;
      display: none;
      visibility: hidden;
    }

    .todosmeses{
      margin-top: 50px;
      width: 430px;
      height: auto;
      margin-left: calc(50% - 220px);
      position: relative;
      float: left;
    }

    .bt-mes{
      width: 200px;
    }

}

@media screen and (max-width: 450px) {

  .corpo{
    width: 100%;
    margin-left: 0px;
    margin-top: 50px;
  }

  .corpo-index{
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }

 .noticia-gr {
      margin-top: 15px;
      width: 100%;
      height: 170px;
      background-position: top left;
      background-size: 220px;
      transition: 0.5s;
      border-radius: 0px;
    }

    .noticia-gr-txt {
        width: 50%;
        height: 170px;
        background-color: #fff;
        position: relative;
        float: right;
        margin-top: 0px;
        right: 0px;
        padding-right: 0px;
    }
    .lol,
    .overwatch,
    .heroes {
        float: left;
        left: calc(50% - 45px);
    }

    .corpo-lol, .corpo-heroes, .corpo-overwatch{
      height: 400px;
    }

    .dia{
      float: left;
      width: 15%;
      height: 50px;
      font-size: 20px;
      text-align: center;
      line-height: 50px;
      padding-left: 15px;
      font-family: roboto-regular;
      color:#fff;
    }

    .evento{
      float: left;
      width: 85%;
      height: 50px;
      font-size: 18px;
      line-height: 50px;
      font-family: roboto-regular;
      color:#fff;
      background-color: #6631B1;
      padding-left: 10px;

    }

    .horario{
      float: right;
      width: 20%;
      height: 50px;
      font-size: 20px;
      line-height: 50px;
      font-family: roboto-regular;
      color:#fff;
      padding-left: 0px;
      text-align: left;
    }

    .transmissao{
      float: left;
      width: 78%;
      height: 48px;
      font-size: 18px;
      line-height: 50px;
      margin-top:  2px;
      font-family: roboto-regular;
      color:#fff;
      background-color: #6631B1;
      padding-left: 10px;
    }

    .twitch-midia{
      width: 70px;
      height: 50px;
      background-image: url("../img/twitch-midia.png");
      background-size: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      float: left;
      line-height: 50px;
      margin-left: 10px;
    }

    .youtube-midia{
      width: 70px;
      height: 50px;
      background-image: url("../img/youtube-midia.png");
      background-size: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      float: left;
      line-height: 50px;
      margin-left: 10px;
    }

    .sportv-midia{
      width: 70px;
      height: 50px;
      background-image: url("../img/sportv-midia.png");
      background-size: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      float: left;
      line-height: 50px;
      margin-left: 10px;
    }
}

@media screen and (max-width: 400px) {
  .col-xs-6{
    width: 100% !important;
  }
  .corpo-lol, .corpo-heroes, .corpo-overwatch{
    height: 800px;
  }

  .box-atualizacao{
    width: 100%;
  }

  .atualizacao{
    width: calc(100% - 20px);
    background-position: center center;
    background-size: cover;
  }


  .col-xs-6 .box-atualizacao .heroes{
    margin-top: 0px;
    left: calc( 100% - 55px);
  }

  .col-xs-6 .box-atualizacao .lol{
    margin-top: 0px;
    left: calc( 100% - 55px);
  }

  .col-xs-6 .box-atualizacao .overwatch{
    margin-top: 0px;
    left: calc( 100% - 55px);
  }

  .todosmeses{
    margin-top: 50px;
    width: 100%;
    height: auto;
    margin-left: 0px;
    position: relative;
    float: left;
  }

  .bt-mes{
    width: 100%;
  }
}
