/*GERAL*/
body {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'signika_light';
}

p {
  margin-bottom: 1.5rem;

  font-size: 1rem;
  line-height: 1.6rem;

  font-family: 'signika_regular';
  text-align: justify;
}

i {
  font-style: italic;
}

em {
  font-style: italic;
}

a {
  color: #ff6600;
  font-family: 'signika_regular';
}
img.unloaded {
  opacity: 0;
  transition: all 0.5s;
}
img.loaded {
  opacity: 1;
}
main > section > h1,
main > section > h2 {
  padding: 0;
  margin: 40px auto 30px;
  font-size: 3rem;
}

hgroup {
  margin-bottom: 2rem;
}
@media (min-width: 600px) {
  hgroup {
    margin-bottom: 3rem;
  }
}
.center {
  text-align: center;
}

.breadcrumbs {
  display: flex;

  flex-wrap: wrap;
  justify-content: flex-start;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:not(:first-child) {
  margin-left: 10px;
}

.breadcrumbs li:not(:last-child) a:after {
  margin-left: 10px;

  content: '>';
}

.screenshots {
  display: flex;

  flex-wrap: wrap;
  justify-content: space-between;
}

article.aside {
  margin-bottom: 5rem;
  z-index: 1;
  position: relative;
}

main {
  padding-bottom: 50px;
}

section .content > h2 {
  font-size: 3rem;

  font-family: 'signika_bold';
  color: #ff794a;
}

.label {
  font-size: 1rem;
  padding: 6px 10px;
}

.content {
  margin: 0 auto;

  font-family: 'signika_regular';
}

@media (max-width: 599px) {
  .content {
    width: 90%;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .content {
    width: 90%;
  }
}
@media (min-width: 1000px) {
  .content {
    width: 100%;
    padding: 0 10%;
    box-sizing: border-box;
  }
}

.content section {
  position: relative;
  margin: 60px auto 0 auto;
  color: #fff;
}

#news-interna .middle-content {
  z-index: 5;
}

.close-shadow {
  position: relative;

  width: 30px;
  height: 30px;
  padding: 10px;
  margin: -75px auto 0;

  font-family: 'signika_bold';
  font-size: 1.3rem;

  cursor: pointer;

  color: #f00;
}

#database .close-shadow {
  display: none;
}

.thumbs ul li:before,
.news-banner:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;

  width: 100%;
  height: 50%;

  content: '';

  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 05, 0, 0.8));
}
.tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;

  padding: 12px 20px 12px 8px;
  margin-left: 10px;

  color: #fff;
  background: #f00;
}
.tag img {
  margin: -5px 5px 0 0;
}

.link-button {
  padding: 15px;
  text-transform: uppercase;
  background: #ff794a;
  color: #fff;
  transition: all 0.3s;
}
.link-button:hover {
  color: #fff;
  background: #15d2e8;
}
/*MANUTENÇÃO*/
.manutencao {
  display: none;
  padding: 1.3rem 0;

  font-family: 'signika_bold';
  font-size: 1.4rem;
  line-height: 27px;

  text-align: center;
  text-transform: uppercase;

  color: #fff;
  background: #f00;
}
.manutencao > div {
  width: 85%;
  margin: 0 auto;
}
.manutencao span {
  display: none;
}
.manutencao a {
  padding: 15px;

  font-size: 1.1rem;

  text-transform: initial;

  color: #000;
  background: #fff;
}
@media (min-width: 1100px) {
  .manutencao a {
    margin-left: 1.3rem;
  }
}
@media (max-width: 700px) {
  .content .manutencao {
    margin: 30px auto;
  }
  .content .news {
    margin: 30px auto 0px auto;
  }
  .content .mais {
    margin: 0px auto;
  }
}
.content .manutencao h2 {
  margin-bottom: 23px;
}

.manutencao a:hover {
  text-decoration: none;

  color: #f00;
  background: #fff;
}
@media (min-width: 1024px) {
  .manutencao {
    text-align: left;
  }
  .manutencao h2 {
    display: none;
  }
  .manutencao span {
    display: inline;
  }
}
@media (min-width: 1366px) {
  .news-banner > img {
    width: 100%;
    height: 100%;
  }
  .close-shadow {
    position: absolute;
    top: -5% !important;
    right: -5% !important;

    display: block !important;
    margin: 0;
  }
}
@media (min-width: 1920px) {
  .news-banner > img {
    width: 100%;
    height: auto;
  }
}

/*.wrapper{
	width: 80%;
	margin: 0 auto;
	}*/
#back-to-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9999;

  width: 32px;
  height: 32px;

  line-height: 30px;

  cursor: pointer;
  transition: opacity 0.2s ease-out;
  text-align: center;
  text-decoration: none;

  opacity: 0;
  color: #444;
  border: 0;
  border-radius: 2px;
  background: #f5f5f5;
}
#back-to-top:hover {
  background: #e9ebec;
}
#back-to-top.show {
  opacity: 1;
}

#shadow,
#shadow-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;

  width: 100%;
  height: 100%;
}
#shadow {
  display: none;
}
#shadow-background {
  position: absolute;

  background: rgba(0, 0, 0, 0.9);
}
#shadow,
#shadow-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;

  width: 100%;
  height: 100%;
}
#shadow-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 40;

  padding: 38px 0 5px 0;

  background-size: 100% 38px;
}
.close-shadow {
  position: absolute;
  top: 0;
  right: 0;

  width: 30px;
  height: 30px;
  padding: 10px;

  font-family: 'signika_bold';
  font-size: 1.3rem;

  cursor: pointer;

  color: #f00;
}
/*NEW-BASE*/
/*Depois substituir isso*/
.title_3rem {
  font-family: 'signika_regular';
  font-size: 3rem;
  color: #a0543d;
}

.underlined {
  padding-bottom: 5px;
  border-bottom: 1px solid #ff4a86;
}

.margin_v_3rem {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
/*Por isso*/
.base_title_1 {
  margin-top: 3rem;
  margin-bottom: 3.5rem;

  padding-bottom: 5px;
  border-bottom: 1px solid #ff4a86;

  text-align: left;
  font-family: 'signika_light';
  font-size: 3rem;
  color: #a0543d;
}
@media (max-width: 600px) {
  .base_title_1 {
    font-size: 2rem;
  }
}

.base_title_2 {
  margin: 0px auto;

  font-size: 3rem;
  text-align: center;
}

/* HEADER E TAL */

/* HEADER */
header .horizontal-border.fixed {
  top: 0;
  z-index: 100;
  position: fixed;
}

header.inside .top .character {
  display: none;
}
/* header.inside .top .banner {display: none;} Carol pediu para retirar */
header.inside .top {
  min-height: 220px;
  background-color: #fff;
  overflow: hidden;
}
header.inside .top h1 img {
  height: 95px;
}
header.inside .top h1 span {
  right: -170%;
}
header.inside .top h1 a {
  display: flex;
}
@media (max-width: 426px) {
  header.inside .top h1 a {
    display: block;
  }
}
header.inside .top ul.call-to-action {
  width: auto;
}
header.inside .top .call-to-action .create-acc h2 {
  font-size: 1.3rem;
  margin-bottom: -0.4rem;
  text-align: center;
}
header.inside .top .call-to-action .create-acc h3 {
  display: none;
}
header.inside .top .call-to-action {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 826px) {
  header.inside .top .call-to-action {
    display: block;
  }
}
header.inside .top .call-to-action a {
  margin: 0 5px;
}
header.inside .top .call-to-action li {
  padding: 0 20px;
  box-sizing: border-box;
  min-width: 250px;
}

/* HEADER NATAL*/
header .top h1 img {
  height: 180px;
}
header .top h1 a > span {
  right: -80% !important;
  top: 55% !important;
}
header .top h1 a > span strong {
  color: #ff7d73 !important;
}
header.inside .top h1 img {
  height: 135px;
  margin-top: -45px;
}
@media (min-width: 1001px) {
  header.inside .top h1 a > span {
    right: -100% !important;
    top: 30% !important;
  }
}
/* HEADER NATAL*/

header .top {
  position: relative;
}

header.home .top {
  height: 30vh;
  overflow: hidden;
  min-height: 300px;
}

header.home .top ul.call-to-action li.create-acc {
  height: 50px;
  margin-bottom: 10px;
}

header.home .top ul.call-to-action li.hype {
  height: 50px;
  margin-top: 10px;
}

header .top .banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -46%);
}

header .top .character {
  position: absolute;
  width: auto;
  height: 120%;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
}

header .top h1 {
  position: relative;
  margin-bottom: 30px;
}

header .top h1 img {
  width: auto;
  height: 160px;
}

header .top h1 a > span {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #ff6600;
  text-transform: uppercase;
  margin: 10px;
}

header .top ul.call-to-action {
  position: relative;
  width: 300px;
}

header .top ul.call-to-action li {
  position: relative;
  width: 96%;
  height: 50px;
  margin-left: 2%;
  background-color: #ff6600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
header .top ul.call-to-action li:hover {
  background-color: #ff6600;
}

header .top ul.call-to-action li h2 {
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: -0.3rem;
}

header .top ul.call-to-action li img {
  margin-right: 5px;
}

header .top ul.call-to-action li.create-acc h2 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 6px;
}
header .top ul.call-to-action li.create-acc h3 {
  font-size: 1rem;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin-bottom: -0.3rem;
}

header .top ul.call-to-action li.download {
  background-color: #fff;
  border-bottom: 1px solid #ff6600;
}

header .top ul.call-to-action li.download h2 {
  color: #ff6600;
  font-size: 1.2rem;
  font-weight: 600;
}

header .top ul.call-to-action li.download:hover h2 {
  color: #ff6600;
}

header .top ul.call-to-action li.mig:before {
  background: #00ed00 !important;
}

header .top ul.call-to-action li.mig:hover:before {
  background: #00b7fd !important;
}

header .top ul.call-to-action li.mig h2 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 0px;
  position: relative;
}

header .top ul.call-to-action li.mig h2:after {
  content: '';
  position: absolute;
  display: block;
  top: -12px;
  right: -18px;
  background: url(../img/alert.png);
  background-size: 100%;
  width: 20px;
  height: 20px;
}

header .top ul.helper-navigation {
  position: absolute;
  display: flex;
  align-items: center;
  right: 10%;
  top: 60px;
}

header .top ul.helper-navigation li {
  margin-left: 20px;
}

header .top ul.helper-navigation li a {
  display: flex;
  align-items: center;
  font-family: 'signika_regular';
  color: #fff;
  font-size: 1.2rem;
}

header .top ul.helper-navigation li a.destaque {
  background-color: #fff;
  color: #ff6600;
  border-radius: 50px;
  padding: 5px 20px;
}

header .top ul.helper-navigation li a .icon {
  width: 27px;
  height: 27px;
  position: relative;
  overflow: hidden;
  background-image: url('../img/icons/icons-mini.png');
  background-size: 600% 100%;
  background-position-x: 0;
  margin-right: 10px;
}

header .top ul.helper-navigation li:hover a .icon {
  animation: icon-shake;
  animation-duration: 0.2s;
  animation-iteration-count: infinite;
}

@keyframes icon-shake {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}

header .top ul.helper-navigation li a .icon.loja {
  background-position-x: -100%;
}
header .top ul.helper-navigation li a .icon.suporte {
  background-position-x: -200%;
}
header .top ul.helper-navigation li a .icon.minha-conta {
}

@media (max-width: 1280px) {
  header .top .character {
    display: none;
  }
}

@media (min-width: 1000px) {
  header .top h1 {
    position: absolute;
    top: 60%;
    left: 10%;
    transform: translateY(-50%);
  }

  header .top ul.call-to-action {
    position: absolute;
    top: 60%;
    right: 26px;
    transform: translateY(-50%);
  }
}

@media (max-width: 1200px) {
  header.inside .top {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 20px 50px 20px;
  }

  header.inside .top ul.call-to-action {
    top: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 1000px) {
  header.home .top {
    height: auto;
  }
  header .top {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 20px 50px 20px;
  }
  header .top h1 {
    margin-bottom: 0;
  }
  header .top .banner {
    height: 100%;
  }

  header .top ul.helper-navigation {
    right: initial;
  }
}

@media (max-width: 600px) {
  header .top ul.helper-navigation li a:not(.destaque) span {
    display: none;
  }
}

@media (max-width: 400px) {
  header .top ul.helper-navigation li a.destaque span {
    display: none;
  }

  header .top ul.helper-navigation li a.destaque {
    border-radius: 50px;
    padding: 5px;
  }
  header .top ul.helper-navigation li a.destaque .icon {
    margin: 0;
  }
}
/* HEADER-END */

/* HEADER-MENU */
#horizontal-menu-ghost {
  height: 60px;
}

.horizontal-menu ul {
  width: 100%;
}

.horizontal-menu > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0.5rem auto;
  text-align: center;
}

.horizontal-menu > ul > li > a > h2 {
  display: inline-block;
  margin-bottom: -0.3rem;
}

.horizontal-menu .home {
  display: flex;
  align-items: center;
  justify-content: center;
}

.horizontal-menu > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  font-size: 1rem;
}

.horizontal-menu > ul > li:hover > a {
  color: #ff9e01;
}

.sec-menu li:not(:last-child) {
  margin-right: 3rem;
}
.sec-menu img {
  position: relative;
  margin-right: 5px;
}

.sub-menu {
  position: absolute;
  left: 0px;
  top: 58px;
  width: 100%;
  height: 0px;
  z-index: 5;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.sub-menu-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hover-container {
  display: flex;
  bottom: 0;
  width: 100%;
  height: 305px;
  padding: 30px 10%;
  box-sizing: border-box;
  position: absolute;
  border-bottom: 1px solid #ff6600;
}

.hover-container.banners > ul {
  display: flex;
  justify-content: space-around;
  height: 100%;
}

.hover-container.banners > ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 4px #ff6600;
  background-color: #000;
  margin-right: 20px;
  flex: 1;
  overflow: hidden;
}

.hover-container.banners > ul.thumb li {
  align-items: flex-start;
  justify-content: flex-end;
  padding: 30px;
  box-sizing: border-box;
}

.hover-container.banners > ul.thumb li:not(.lastitem):after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 50%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 05, 0, 0.8));
}

.hover-container.banners > ul.thumb li:not(.lastitem):after {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 50%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 05, 0, 0.8));
  pointer-events: none;
}

.hover-container.banners > ul li.bigger {
  flex: 2;
}

.hover-container.banners > ul li.more {
  border: solid 4px #554b42;
}

.hover-container.banners > ul li:hover {
  border: solid 4px #ff6600;
}

.hover-container.banners > ul li.destaque {
  border: solid 4px #fff;
  flex: 2;
}

.hover-container.banners > ul li.destaque:hover {
  border: solid 4px #ff6600;
}

.hover-container.banners > ul li:last-child {
  margin-right: 0;
}

.hover-container.banners > ul li a {
  text-decoration: none;
}

.hover-container.banners > ul li h3 {
  font-size: 1.4rem;
  color: #ff9e01;
  position: relative;
  z-index: 2;
}

.hover-container.banners > ul.thumb li:not(.lastitem) h3 {
  color: #fff;
}

.hover-container.banners > ul li.destaque h3 {
  position: relative;
  font-size: 1.4rem;
  padding: 10px 20px;
  background-color: #ff6600;
  color: #fff;
  z-index: 1;
}

.hover-container.banners > ul li img.icon {
  margin-bottom: 20px;
}

.hover-container.banners > ul li img.background {
  position: absolute;

  left: 50%;
  transform: translateX(-50%) scale(1.1);
  transition: all 0.3s;
}
.hover-container.banners > ul li:not(:last-child) img.background {
  height: 100%;
  top: 0;
}
.hover-container.banners > ul li:last-child img.background {
  top: 54px;
}
.hover-container.banners > ul li:hover img.background {
  transform: translateX(-50%) scale(1.2);
}

/*Esconder/Mostrar o menu mobile*/
@media (max-width: 1400px) {
  .banner-principal .banner {
    height: 100%;
    width: auto;
    max-width: none;
  }
}

/*Menu Normal*/
@media (min-width: 1200px) {
  .horizontal-menu {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
    height: 60px;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #ff6600;
  }
  .horizontal-menu > ul {
    display: flex;
    width: auto;
    height: 100%;
  }
  .horizontal-menu .home .header-title {
    width: 0;
    overflow: hidden;
  }
  .horizontal-menu .home:after {
    content: none;
  }
  .horizontal-menu .home a:after {
    content: none;
  }
  .horizontal-menu > ul > li,
  .horizontal-menu .home {
    display: inline-flex;
    width: auto;
    height: 100%;
    margin: 0 0.8rem 0 auto;
    align-items: center;
    -ms-flex-align: center;
  }
  .main-menu > li:not(:last-child):after {
    width: 5px;
    height: 5px;
    margin-left: 0.8rem;
    line-height: 100%;
    content: '';
    background: #ff6600;
  }
  .horizontal-menu > ul > li:hover > a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ff6600;
  }

  #lugbar menu {
    width: 85%;
    margin: 0 auto;
  }

  .home-icon:hover {
    margin: 0 !important;
    border-bottom: none !important;
  }

  .main-menu > li:hover > div.sub-menu {
    width: 100%;
    height: 305px;
  }
  .main-menu > li > div.sub-menu:after {
    content: '';
    position: absolute;
    bottom: -1000px;
    left: 0;
    width: 100%;
    height: 1000px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s;
  }
  .main-menu > li:hover > div.sub-menu:after {
    opacity: 0.7;
    visibility: visible;
  }

  li.home label {
    display: none;
  }

  .horizontal-menu > ul > li:not(.home) {
    display: inline-flex !important;
  }
}
@media (min-width: 1366px) {
  .horizontal-menu {
    justify-content: center;
  }
}
@media (min-width: 1800px) {
  .horizontal-menu {
    padding: 0 10%;
  }
}
/* HEADER-MENU-END */

/* HEADER-MENU-MOBILE */
/*CHECKBOX CSS CLICK EVENT*/
input#toggle {
  position: fixed;
  top: 0;
  opacity: 0;
}

li.home label {
  margin-top: 0.4rem;
  opacity: 1;
  cursor: pointer;
  transform: translateX(30%);
  font-size: 1.1rem;
  color: #484848;
  font-family: sans-serif;
}
/*CHECKBOX CSS CLICK EVENT*/

@media (max-width: 1200px) {
  input#toggle:checked + nav.horizontal-menu {
    max-height: 660px;
    transition: max-height 0.3s ease-in;
  }

  .horizontal-menu {
    position: relative;
    width: 100%;
    max-height: 60px;
    overflow: hidden;
    background-color: #fff;
    transition: max-height 0.3s ease-out;
    z-index: 10;
    border-bottom: solid 1px #ff6600;
  }

  .horizontal-menu .home {
    height: 60px;
    margin: 0;
  }
  .horizontal-menu .home:before {
    width: 5px;
    height: 5px;
    margin-left: -0.4rem;
    line-height: 100%;
    content: '';
    background: #ff6600;
    position: absolute;
  }

  .horizontal-menu > ul > li:not(.home) {
    margin: 1.8rem auto;
  }
}
/* HEADER-MENU-MOBILE-END */
/* HEADER-END */

/* SUBMENU NEWS */

@media (min-width: 1580px) {
  .hover-container.news .first-container > a > img {
    width: 100% !important;
    height: auto !important;
  }
}

.hover-container.news * {
  font-family: 'signika_regular';
}

.hover-container.news > div {
  display: flex;
}

.hover-container.news .first-container,
.hover-container.news .second-container {
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: black;
  cursor: pointer;
  border: solid 4px #ff6600;
  border-bottom: 10px solid #ff6600;
}

.hover-container.news .first-container:hover,
.hover-container.news .second-container:hover {
  border: solid 4px #15d2e8;
  border-bottom: 10px solid #15d2e8;
}

.hover-container.news .hover-information {
  position: absolute;
  bottom: 0;
  z-index: 4;
  padding: 0 20px;
  text-align: left;
  word-wrap: break-word;
  pointer-events: none;
  color: #fff;
}

.hover-container.news .hover-information > span {
  padding: 10px;
  background: #ff6600;
}

.hover-container.news .hover-information > h3 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

@media (min-width: 1200px) {
  .hover-container.news .first-container .hover-information > h3 {
    font-size: 1.5rem;
  }
  .hover-container.news .second-container .hover-information > h3 {
    font-size: 1.3rem;
  }
}

@media (min-width: 1600px) {
  .hover-container.news .first-container .hover-information > h3 {
    font-size: 1.6rem;
  }
  .hover-container.news .second-container .hover-information > h3 {
    font-size: 1.4rem;
  }
}

@media (min-width: 1920px) {
  .hover-container.news .first-container .hover-information > h3 {
    font-size: 1.7rem;
  }
  .hover-container.news .second-container .hover-information > h3 {
    font-size: 1.5rem;
  }
}

.hover-container.news .first-container:before,
.hover-container.news .second-container:before {
  position: absolute;
  bottom: 0;
  z-index: 4;
  height: 50%;
  width: 100%;
  content: '';
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 05, 0, 0.8));
}

.hover-container.news .first-container {
  flex: 3;
}

.hover-container.news .first-container:hover > a > img,
.hover-container.news .second-container:hover > a > img {
  transform: translate(-50%, -50%) scale(1.1);
}

.hover-container.news .first-container > a > img,
.hover-container.news .second-container > a > img {
  position: absolute;
  z-index: 3;
  display: block;
  height: 100%;
  width: auto;
  max-width: inherit;
  margin: 0 auto;
  transition: all 0.5s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}

.hover-container.news .second-container {
  flex: 2;
  margin-left: 20px;
  margin-right: 20px;
  background-color: green;
}

.hover-container.news .second-container {
  margin-right: 0;
}

.hover-container.news span.past {
  display: flex;
  align-items: center;

  position: absolute;
  z-index: 4;
  padding: 10px;
  margin-left: 10px;

  color: #808080;
  background: #fff;
  pointer-events: none;
}

.hover-container.news span.past > img {
  margin-right: 10px;
}

.hover-container.news .third-container {
  flex: 2;
  flex-direction: column;
  text-align: left;
}

.hover-container.news .third-container span.tag {
  display: flex;
  align-items: center;
  position: relative;
  width: 80px;
  height: 20px;
  top: initial;
  left: initial;
  z-index: initial;
  margin-left: 0;
  padding: 4px;
  margin-bottom: 5px;
  font-size: 1rem;
}

.hover-container.news .third-container span.tag img {
  margin: 0px 5px 0 0;
}

.hover-container.news .third-container > h3 {
  z-index: 4;
  margin-bottom: 0.4rem;

  color: #484848;
  font-size: 1.5rem;

  text-transform: uppercase;
}

.hover-container.news .third-container > ul > li {
  display: flex;
  flex-direction: column;
  margin-top: 0.6rem;
}

.hover-container.news .third-container > ul > li > a:hover {
  color: #ff6600;
  text-decoration: underline !important;
  text-decoration-color: #ff6600;
}

.hover-container.news .third-container ul > li > span > img {
  padding-right: 5px;
  vertical-align: bottom;
}

.hover-container.news .hover-spotlight-title {
  position: absolute;
  z-index: 4;
  padding: 12px 20px 12px 8px;
  margin-left: 10px;
  background: #ff6600;
  pointer-events: none;
}

.hover-container.news .hover-spotlight-title img {
  margin: -5px 5px 0 0;
  vertical-align: middle !important;
}

.hover-container.news .last-container {
  position: relative;
  border: solid 4px #ff6600;
  background-color: #000;
  margin-left: 20px;
  flex: 1;
  overflow: hidden;
  background-color: #fff;
}

.hover-container.news .last-container:hover {
  border: solid 4px #15d2e8;
}

.hover-container.news .last-container a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  color: #ff9e01;
}

/* BARRA UOL */

#lugbar {
  margin-top: 44px;
}
#lugbar::before {
  content: '';
  background: #262626;
  position: absolute;
  height: 44px;
  top: -44px;
  width: 100%;
  z-index: 102;
  left: 0;
}
#barrauol {
  margin-bottom: -44px !important;
}

#barrauol .containerUOL {
  transform: scaleY(1);
  transform-origin: center top;
  -webkit-animation: show 0.5s forwards;
  animation: show 0.5s forwards;
  transition: all 0.5s;
  opacity: 0;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* BARRA UOL END */

/* hack */
#lugbar ~ .lostintranslations {
  width: 100% !important;
}

/* SLICK SLIDER */

.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-initialized .slick-slide {
  cursor: pointer;

  outline: none;
}
.slick-arrow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;

  width: 5%;
  height: 100%;
  margin: 0;

  content: '';
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-indent: -999999px;

  outline: none;
  /*background-image: url(../../img/arrow.png);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.slick-prev {
  left: 0;

  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
button {
  padding: 0;

  cursor: pointer;

  border: none;
  outline: none;
  background: transparent;
}

/* TOPO HYPE DE INVERNO */
#top-winter {
  margin-top: 2%;
}

.winter-plate {
  display: flex;
  z-index: 1;
  margin: 0 0 30px 0;
}

@media (min-width: 763px) {
  .winter-plate {
    width: 42%;
  }
}

.winter-plate > img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#winter-banner-24,
#top-winter {
  display: none;
}

@media (min-width: 1024px) {
  .winter-plate {
    display: none;
  }
  #winter-banner-24 {
    display: block;
    width: 100%;
  }
}
header .top#top-winter h1 span {
  display: none;
}
@media (min-width: 1200px) {
  header .top#top-winter h1 span {
    display: block;
  }

  header .top#top-winter h1 {
    left: 5%;
  }
}
@media (min-width: 1440px) {
  header .top#top-winter h1 {
    left: 8%;
  }
}
@media (min-width: 1600px) {
  header .top#top-winter h1 {
    left: 10%;
  }
}
