@charset "UTF-8";

/*========== FONTES/CORES ==========*/
:root {
  --pt: 'PT Serif', serif;
  --oswald: 'Oswald', sans-serif;
  --darkblue: #004C6B;
  --bluebrenda: #025884;
  --lightblue: #00A9E4;
  --error: #FF3900;
  --success: #00A9E4;
  --warning: #CEAC1B;
  --primary: #007bff;
  --defaultShadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
}

/*========== GERAL ==========*/
::-moz-selection {
  color: #fff;
  background: #004C6B;
}

::selection {
  color: #fff;
  background: #004C6B;
}

* {
  box-sizing: border-box
}

body {
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: var(--pt);
}

.alert-custom {
  font-family: var(--oswald)
}

a, a:focus {
  color: var(--lightblue);
  text-decoration: none;
}

button {
  cursor: pointer;
  outline: none
}

button:focus {
  outline: none
}

button[disabled] {
  cursor: default;
  opacity: .5
}

a[target="_blank"] {
  cursor: alias
}

.exclusive-digital {
  background-color: var(--darkblue);
  color: #fff;
  padding: 1px;
  font-family: var(--oswald);
  font-weight: bold;
  font-size: 16px;
  display: block;
  width: 120px;
  text-align: center;
  margin-bottom: 10px;
}

.w-1200 {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto
}

.w-760 {
  width: 100%;
  max-width: 760px;
  position: relative;
  margin: 0 auto
}

.w-740 {
  width: 100%;
  max-width: 740px;
  position: relative;
  margin: 0 auto
}

.w-100 {
  width: 100%
}

.h-100 {
  min-height: 100vh
}

.p-15 {
  padding: 0 15px
}

.overflow-none {
  overflow: none
}

.overflow-hidden {
  overflow: hidden !important
}

.text-lowercase {
  text-transform: lowercase
}

.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.font-weight-light {
  font-weight: 300
}

.font-weight-normal {
  font-weight: 400
}

.font-weight-bold {
  font-weight: 700
}

.font-italic {
  font-style: italic
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.owl-carousel {
  z-index: 0
}

.ui-tooltip {
  background-color: rgba(0, 0, 0, .8);
  padding: 10px;
  max-width: 130px;
  text-align: center;
}

.ui-tooltip-content {
  color: #fff
}

.blue-title {
  font-family: var(--oswald);
  font-size: 40px;
  line-height: 1em;
  color: var(--darkblue);
  margin: 15px 0
}

.link-little {
  font-size: 16px;
  line-height: 25px;
  color: var(--lightblue);
  text-align: center;
  width: 100%;
  font-family: var(--oswald);
  text-decoration: none;
  display: block;
}

.link-little:hover {
  text-decoration: underline
}

.footer-screen {
  font-family: var(--oswald);
  font-size: 18px;
  line-height: 32px;
  color: #333;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 400px
}

.footer-screen a {
  color: var(--lightblue);
  text-decoration: none
}

.hamburguer {
  width: 30px;
  height: 20px;
  display: block;
  position: absolute;
  background: none;
  margin: 0;
  left: 15px;
  top: 20px;
  z-index: 9;
  -webkit-transition: left 300ms ease;
  -moz-transition: left 300ms ease;
  -ms-transition: left 300ms ease;
  -o-transition: left 300ms ease;
  transition: left 300ms ease;
}

.hamburguer:after,
.hamburguer:before,
.hamburguer span,
.hamburguer label {
  content: ' ';
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  position: absolute;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.hamburguer:before {
  top: 0;
}

.hamburguer:after {
  bottom: 0;
}

.hamburguer:focus {
  outline: none;
}

.hamburguer label {
  width: 100%;
  height: 20px;
  background: none;
  cursor: pointer;
  z-index: 1000;
}

.hamburguer span {
  top: 9px;
}

#change-hamburguer {
  display: none;
}

#change-hamburguer:checked~.hamburguer:before,
#change-hamburguer:checked~.hamburguer:after {
  top: 10px;
  margin-top: -10%;
}

#change-hamburguer:checked~.hamburguer:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#change-hamburguer:checked~.hamburguer:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#change-hamburguer:checked~.hamburguer span {
  opacity: 0;
}

#change-hamburguer:checked~.menu-wrap {
  left: 0
}

#change-hamburguer:checked~.hamburguer {
  position: fixed;
  left: 245px;
  z-index: 10
}

.footer-screen a:hover {
  text-decoration: underline
}

.single-article {
  min-height: calc(100vh - 115px)
}

.full-screen {
  min-height: calc(100vh - 65px);
  overflow: hidden;
}

.home-section {
  padding-top: 65px
}

.instagram-media {
  margin: 30px auto !important
}

/* class success/error usada em div.elegant-group */
.alert-box {
  padding: 0 0 0 30px;
  margin: 0;
  font-size: 14px;
  font-family: var(--oswald);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 15px;
  background-color: #fff
}

.caps-detect:before {
  content: 'CAPS LOCK ativa';
  font-size: 12px;
  font-family: var(--oswald);
  position: absolute;
  background-color: #ffc107;
  color: #212529;
  width: 87px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  right: 5px;
  top: 32px;
  z-index: 10;
}

.alert-box.success {
  color: var(--lightblue)
}

.alert-box.error {
  color: var(--error)
}

.alert-box.warning {
  color: var(--warning)
}

.alert-box.success:before,
.alert-box.error:before,
.alert-box.warning:before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 9px;
  top: 1px;
  background-image: url('../imgs/icons1.png');
  background-size: 175px;
  background-repeat: no-repeat;
  z-index: 1
}

.alert-box.success:before {
  background-position: -32px -63px
}

.alert-box.error:before {
  background-position: -48px -63px
}

.alert-box.warning:before {
  background-position: -17px -63px
}

.input-success label {
  color: var(--lightblue) !important
}

.input-success input {
  border-bottom-color: var(--lightblue) !important
}

.input-error label {
  color: var(--error) !important
}

.input-error input {
  border-bottom-color: var(--error) !important
}

.input-warning label {
  color: var(--warning) !important
}

.input-warning input {
  border-bottom-color: var(--warning) !important
}

.normal-size {
  font-size: 50px;
}

.form-item {
  padding-bottom: 50px;
  position: relative
}

.marked {
  color: var(--lightblue)
}

.btn-link {
  min-width: 150px;
  height: 40px;
  border: 0;
  background-color: var(--darkblue);
  color: #fff;
  font-size: 18px;
  font-family: var(--oswald);
  display: inline-block;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4px
}

.btn-link:hover {
  background-color: var(--lightblue);
  color: #fff
}

.btn-link:focus {
  color: #fff
}

.btn-search {
  background-color: transparent;
  color: var(--lightblue);
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-family: var(--oswald);
  display: block;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

button:not(.eye-pass) {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-login.loading {
  pointer-events: none;
  color: transparent;
  font-size: 0;
  position: relative;
  width: 40px !important;
  height: 40px !important;
  border-radius: 60px;
}

.btn-login.loading:before {
  content: '';
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  border: 2px solid var(--darkblue);
  border-top-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation-delay: 1s;
  -webkit-animation: spin 1s ease infinite;
}

.btn-resend.checkin,
.btn-login.checkin,
.btn-login.its-ok,
.btn-login.its-error {
  width: 40px !important;
  height: 40px !important;
  border-radius: 60px;
  font-size: 0;
  color: transparent;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.btn-resend.checkin,
.btn-login.checkin {
  background-color: #FEB500;
  position: relative;
}

.btn-login.its-ok {
  background-image: url('../imgs/its-ok.png');
  background-color: var(--success);
  position: relative
}

.btn-login.its-error {
  background-image: url('../imgs/its-error.png');
  background-color: var(--error)
}

.btn-resend.checkin:before,
.btn-login.checkin:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: inherit;
  border-radius: 50%;
  left: -30px;
  top: -30px;
  z-index: -1;
  -webkit-animation: pulse 2s ease-in-out infinite both;
  animation: pulse 2s ease-in-out infinite both;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.8;
  }

  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
  }
}

.checking-cod {
  position: absolute;
  width: 100%;
  height: 2px;
  overflow: hidden;
  left: 0;
  bottom: 5px;
  display: none
}

.checking-cod.actived {
  display: block
}

@keyframes runing {
  from {
    left: -80px
  }

  to {
    left: 100%
  }
}

.checking-bar {
  position: absolute;
  background: var(--lightblue);
  width: 80px;
  height: 1px;
  left: 0;
  bottom: 0;
  animation-name: runing;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.overlayer-menu {
  position: fixed;
  background: rgba(0, 0, 0, .80);
  width: 100%;
  height: 100%;
  z-index: 8;
  left: 0;
  top: 0
}

.breadcrumb-light {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 25px
}

.breadcrumb-light span {
  margin-right: 10px;
  text-transform: uppercase;
  color: var(--darkblue);
  font-family: var(--oswald);
  font-size: 14px
}

.breadcrumb-light span:not(:last-of-type):after {
  content: '>';
  padding-left: 10px;
  font-size: 21px;
  display: inline-block;
  height: 100%;
  line-height: 0
}

/*========== BANNERS ==========*/
.banner-row {
  width: 100%;
  position: relative;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1
}

.banner-row.extra {
  margin-bottom: 50px
}

.banner-row>div,
.br-wrap>div {
  background: transparent;
  position: relative;
  z-index: -1
}

.banner-row div span,
.br-wrap div span {
  position: absolute;
  right: 0;
  top: -20px;
  color: #525252;
  font-family: var(--oswald);
  font-size: 12px
}

.super-banner {
  width: 728px;
  height: 90px;
}

.top-banner {
  width: 300px;
  height: 50px;
  display: none
}

.banner-retangulo {
  width: 300px;
  height: 250px
}

.br-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap
}

/*========== ICONES  ==========*/
/* Os icones estao referenciados por coluna e linha, exemplo c1_l5 = Coluna 1 linha 5 */
.icon {
  display: inline-block;
  background-image: url('../imgs/icons1.png');
  background-size: 311px 337px;
  margin: 0;
  overflow: hidden;
  text-indent: -7000px;
  font-size: 0;
  color: transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

a:hover .icon {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* ---- COLUNA 1 ---- */
.c1l1 {
  width: 25px;
  height: 25px;
  background-position: -3px -2px
}

.c1l2 {
  width: 25px;
  height: 25px;
  background-position: -3px -29px
}

.c1l3 {
  width: 25px;
  height: 25px;
  background-position: -3px -57px
}

.c1l4 {
  width: 25px;
  height: 23px;
  background-position: -3px -86px
}

.c1l5 {
  width: 25px;
  height: 23px;
  background-position: -3px -113px
}

.c1l6 {
  width: 25px;
  height: 25px;
  background-position: -3px -139px
}

/* ---- COLUNA 2 ---- */
.c2l1 {
  width: 26px;
  height: 21px;
  background-position: -31px -4px
}

.c2l2 {
  width: 26px;
  height: 21px;
  background-position: -31px -31px
}

.c2l3 {
  width: 25px;
  height: 25px;
  background-position: -31px -57px
}

.c2l4 {
  width: 25px;
  height: 25px;
  background-position: -31px -84px
}

.c2l5 {
  width: 25px;
  height: 25px;
  background-position: -31px -112px
}

.c2l6 {
  width: 25px;
  height: 25px;
  background-position: -31px -140px
}

/* ---- COLUNA 3 ---- */
.c3l1 {
  width: 25px;
  height: 18px;
  background-position: -58px -5px
}

.c3l2 {
  width: 25px;
  height: 18px;
  background-position: -58px -33px
}

.c3l3 {
  width: 25px;
  height: 25px;
  background-position: -58px -57px
}

.c3l4 {
  width: 25px;
  height: 24px;
  background-position: -58px -85px
}

.c3l5 {
  width: 25px;
  height: 25px;
  background-position: -58px -112px
}

.c3l6 {
  width: 25px;
  height: 24px;
  background-position: -58px -140px
}

/* ---- COLUNA 4 ---- */
.c4l1 {
  width: 26px;
  height: 26px;
  background-position: -86px -1px
}

.c4l2 {
  width: 26px;
  height: 26px;
  background-position: -86px -29px
}

.c4l3 {
  width: 25px;
  height: 25px;
  background-position: -86px -57px
}

.c4l4 {
  width: 25px;
  height: 24px;
  background-position: -86px -85px
}

.c4l5 {
  width: 25px;
  height: 25px;
  background-position: -86px -112px
}

.c4l6 {
  width: 25px;
  height: 25px;
  background-position: -86px -139px
}

/*========== ICONES MENU ==========*/
.side-menu-icons {
  display: inline-block;
  background-image: url('../imgs/sprite_home.png');
  background-size: 465px;
  margin: 0;
  overflow: hidden;
  text-indent: -7000px;
  font-size: 0;
  color: transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background-repeat: no-repeat;
}

/*
icones com as posições em %
qualquer alteração no sprite o posicionamento deve ser recalculado
use: http://www.spritecow.com
*/
.icon-calendar {
  background-position: 0.36% 0.697%;
  width: 48px;
  height: 49px
}

.icon-radio {
  background-position: 18.462% 0.697%;
  width: 42px;
  height: 49px
}

.icon-whatsapp {
  background-position: 35.577% 0.697%;
  width: 49px;
  height: 49px
}

.icon-filter {
  background-position: 53.317% 1.701%;
  width: 50px;
  height: 45px
}

.icon-sheet {
  background-position: 70.863% 0.697%;
  width: 48px;
  height: 49px
}

.icon-letter {
  background-position: 0.241% 50.968%;
  width: 50px;
  height: 37px
}

.icon-broadcast {
  background-position: 17.909% 50.637%;
  width: 49px;
  height: 35px
}

.icon-mic {
  background-position: 36.079% 50.871%;
  width: 34px;
  height: 49px
}

.icon-newspaper {
  background-position: 53.27% 50.871%;
  width: 44px;
  height: 49px
}

.icon-people {
  background-position: 70.964% 50.512%;
  width: 50px;
  height: 46px
}

.icon-plus {
  background-position: 0.24% 99.952%;
  width: 49px;
  height: 49px
}

.icon-plus.enabled {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-arrow-right {
  background-position: 94.707% 7.023%;
  width: 21px;
  height: 42px
}

.icon-arrow-left {
  background-position: 94.707% 49.498%;
  width: 21px;
  height: 43px
}

.icon-play {
  background-position: 16.43% 98.007%;
  width: 42px;
  height: 42px
}

.icon-volume {
  background-position: 31.206% 94.044%;
  width: 42px;
  height: 33px
}

.icon-radio-dark {
  background-position: 85.325% 0.697%;
  width: 42px;
  height: 49px
}

.icon-broadcast-dark {
  background-position: 86.779% 50.637%;
  width: 49px;
  height: 35px
}

/*========== FORM ELEGANT INPUT ==========*/
.elegant-group {
  width: 100%;
  padding: 30px 5px 5px 5px;
  position: relative;
  box-sizing: border-box
}

.elegant-group label {
  position: absolute;
  font-size: 20px;
  font-family: var(--oswald);
  color: var(--darkblue);
  background-color: #fff;
  left: 5px;
  bottom: 7px;
  pointer-events: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2
}

.elegant-group.selected label {
  bottom: 35px;
  font-size: 14px;
  color: var(--darkblue)
}

.elegant-group.selected.error label {
  color: var(--error)
}

.elegant-group.gray-elegant label {
  color: #777
}

.elegant-input[type="text"],
.elegant-input[type="email"],
.elegant-input[type="number"],
.elegant-input[type="password"] {
  border: 0;
  border-bottom: 1px solid #BABDBE;
  padding: 1px 0;
  outline: none;
  color: #333;
  background-color: #fff;
  font-size: 18px;
  position: relative;
  font-family: var(--oswald);
  width: 100%
}

.elegant-group.selected input {
  color: #666
}

.advise-block {
  width: 100%;
  min-height: 50vh;
  background-color: #fff;
  position: relative;
  margin-top: 50px;
  padding: 70px 40px 40px 40px;
  font-family: var(--oswald);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .3);
}

.advise-block:before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: calc(50% - 40px);
  background-image: url('../imgs/temp/key.png');
  background-size: 65px;
  background-position: center;
}

.advise-title {
  color: #1E1E1E;
  font-size: 34px;
  line-height: 1.2em;
  margin: 0 auto;
  font-weight: 400;
  width: 100%;
  max-width: 610px;
}

.advise-subtitle {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 35px 0;
  color: #777;
  font-family: var(--pt);
}

.advise-header,
.advise-footer {
  width: 100%;
}

.advise-header {
  margin-bottom: 30px;
  margin-top: 70px;
}

.advise-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.advise-footer>div {
  display: flex;
  flex-direction: column;
  align-items: center
}

.advise-footer .btn-link {
  width: 160px
}

.advise-footer div:first-of-type {
  border-right: 1px solid #333
}

.advise-footer div {
  width: 100%;
  max-width: 330px;
  padding: 35px 20px;
}

.advise-footer div h6 {
  font-size: 19px;
  font-weight: 400;
  line-height: 21px;
  margin: 0 0 20px 0;
}

.advise-footer div span {
  font-size: 18px;
  line-height: 22px;
  font-family: var(--pt);
  color: #777;
  display: block;
  min-height: 80px;
  margin-bottom: 20px
}

.advise-footer div button {
  width: 120px;
}

/*========== TELA DE LOGIN PRINCIPAL ==========*/
.welcome-screen {
  background-image: url(../imgs/logo-home-horizontal.png),
    url(../imgs/add-icon.svg), url(../imgs/add-icon.svg), url(../imgs/add-icon.svg), url(../imgs/bg-login.png), linear-gradient(#0a4c6b, #00405A);
  background-repeat: no-repeat;
  background-position: 16.5% 15%, 30% 42%, 72% 42%, 60% 50%, center -50px, center;
  background-size: auto, 35px, 35px, 35px, 100%, contain;
}

.welcome-screen {
  min-height: calc(100vh - 50px);
  position: relative
}

.login-screen>div {
  height: 100%;
  /*max-height: 575px;*/
  min-height: 500px;
}

.login-screen,
.welcome-screen {
  min-height: 100vh;
  position: relative
}

.form-wrap {
  width: 100%;
  max-width: 278px;
}

.welcome-header {
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  height: 30px;
}

.welcome-header img {
  width: auto;
  height: 30px
}

.welcome-text {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 30px;
  max-width: 80%;
  min-height: 40vh;
}

.welcome-text h1 {
  font-size: 50px;
  line-height: 62px;
  font-family: var(--oswald);
}

.welcome-text p {
  font-size: 23px;
  line-height: 27px;
  font-family: var(--pt);
}

.welcome-text div {
  font-family: var(--oswald);
  font-size: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.form-login-welcome .content-login,
.form-login-welcome input {
  width: 100%;
  max-width: 280px
}

.form-login-welcome .content-login .btn-login {
  max-width: 160px;
}

.login-screen {
  background-image: url("../imgs/add-icon-blue.svg"), url("../imgs/add-icon-blue.svg");
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: 6vw 15vh, 22vw 20vh;
}

.login-screen .elegant-group .link-little {
  position: absolute;
  right: 5px;
  display: block;
  bottom: 6px;
  width: auto;
  z-index: 9;
}

.login-screen .footer-screen {
  color: #999;
  line-height: 22px;
  max-width: 280px;
  justify-content: center;
  position: absolute;
  bottom: 30px;
}

.login-screen .footer-screen h4 {
  font-weight: 400;
}

.cadastro-portal {
  color: #999;
  font-size: 18px;
  font-family: var(--oswald);
  line-height: 20px;
  max-width: 315px;
}

.form-item .eye-pass {
  width: 100px;
  height: 20px;
  display: inline-block;
  background-color: transparent;
  color: var(--lightblue);
  font-size: 14px;
  border: 0;
  font-family: var(--oswald);
  text-align: left;
  padding-left: 5px
}

.wrap-btn {
  width: 100%
}

.btn-login {
  width: 100%;
  height: 40px;
  border: 0;
  background-color: var(--darkblue);
  color: #fff;
  font-size: 22px;
  font-family: var(--oswald);
  margin: 0 auto;
  border-radius: 4px;
  display: block;
  position: relative;
}

.btn-login:hover {
  background-color: #143847;
}

.btn-follow {
  width: 100px;
  height: 30px;
  font-size: 15px;
  border: 0;
  background-color: var(--darkblue);
  color: #fff;
  font-family: var(--oswald);
  margin: 0 auto;
  border-radius: 4px;
  display: block;
  position: relative;
}

.btn-follow.btn-light {
  background-color: var(--lightblue);
  margin: 0
}

.btn-follow.following {
  border: 1px solid var(--darkblue);
  background: #fff;
  color: var(--darkblue)
}

.btn-follow.btn-light.following {
  border: 1px solid var(--lightblue);
  color: var(--lightblue)
}

.btn-login[disabled] {
  background-color: #999;
  color: #333
}

.link-h3-login a,
.link-h4-login a {
  color: var(--lightblue);
  font-family: var(--oswald);
  text-align: center;
  text-decoration: none
}

.link-h3-login a {
  font-size: 22px
}

.link-h4-login a {
  font-size: 14px
}

.link-h3-login a:hover,
.link-h4-login a:hover {
  text-decoration: underline
}

@keyframes downArrow {
  from {
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  to {
    -moz-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}

div.welcome-screen>div.wrap-arrow {
  display: none
}

.down-arrow {
  animation-name: downArrow;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate
}

.modal-login-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  z-index: 9
}

.modal-login {
  position: relative;
  width: 100%;
  max-width: 450px;
  background-color: #fff;
  padding: 30px 15px 15px 15px;
  z-index: 1;
  border-radius: 4px
}

.modal-login h4 {
  font-size: 35px;
  font-family: var(--oswald);
  color: var(--darkblue);
  font-weight: normal;
}

.msg-display {
  color: var(--error)
}

.btn-close-modal {
  background-color: transparent;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0
}

.btn-close-modal span {
  color: #333;
  font-size: 35px;
  line-height: 0;
  font-weight: 400
}

.input-group-portal {
  width: 100%;
  display: flex;
}

.input-group-portal.one-line {
  flex-direction: row;
}

.input-group-portal.one-line label:first-of-type {
  margin-left: 0;
}

.input-group-portal.one-line label:last-of-type {
  margin-right: 0;
}

.input-group-portal.multiple-line {
  flex-direction: column;
}

.input-group-portal.multiple-line label {
  margin-left: 0;
  margin-right: 0
}

.fancy-label {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #999;
  margin: 5px
}

.fancy-label span {
  position: absolute;
  width: 60px;
  height: 100%;
  left: 0;
  bottom: 0;
  padding: 0 5px;
  background-color: #eee;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--oswald);
}

.fancy-label input {
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 65px;
  font-family: var(--oswald);
  font-weight: normal;
  font-size: 18px;
  border: 0;
  line-height: 1.5em;
  color: #333;
}

/*========== TELA DE CADASTRO ==========*/
.msg-screen {
  max-width: 740px;
  margin: 0 auto
}

.title-cadastro {
  color: var(--darkblue);
  font-size: 72px;
  line-height: 1em;
  font-family: var(--oswald)
}

.header-bar {
  width: 100%;
  height: 50px;
  background-color: var(--darkblue);
  display: flex;
  align-items: center;
}

.header-bar a {
  background-image: url('../imgs/area-exclusiva.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 20px;
  text-indent: -5000px;
  overflow: hidden;
  display: block;
  margin-left: 15px
}

.description {
  color: #515557;
  font-size: 15px;
  line-height: 18px;
  font-family: var(--pt);
}

.description-normal {
  color: #515557;
  font-size: 22px;
  line-height: 30px;
  font-family: var(--pt);
}

.input-code {
  font-size: 32px !important;
  color: #666;
  line-height: 44px;
  font-family: var(--oswald);
  border: 0;
  border-bottom: 1px solid #999;
  outline: none;
  letter-spacing: 15px
}

.btn-resend {
  font-size: 17px;
  line-height: 25px;
  color: var(--lightblue);
  font-family: var(--oswald);
  text-decoration: none
}

.wrap-cadastro,
.wrap-cadastro>div {
  height: calc(100vh - 50px);
  max-height: 600px;
  width: 100%;
  max-width: 364px;
  flex-wrap: nowrap;
}

/*========== ESTRUTURA PADRÃO DO HEADER ==========*/
.main-header {
  height: 65px;
  background-color: var(--darkblue);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  /* transition para animaÃ§Ã£o da classe hide-bar */
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header.row {
  display: flex;
}

.logo-topo {
  height: 22px;
}

/* classe 'hide-bar' foi criada somente para o mobile e aplicada
automaticamente por jQuery */
.main-header.hide-bar {
  top: -70px
}

.main-header>.d-flex {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px
}

.main-footer {
  height: 50px;
  background-color: var(--darkblue);
  position: relative;
  z-index: 3
}

.logo-footer {
  width: 202px;
  height: 50px;
  margin: 0 auto;
}

.container-comments>div,
.container-comments div iframe {
  width: 100% !important;
  max-width: 760px
}

.fb_iframe_widget {
  z-index: 1
}

/*.main-footer div {
  z-index: -1
}*/
.menu-wrap {
  min-height: 100%;
  width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  background: #fff;
  left: -285px;
  top: 0;
  z-index: 9;
  -webkit-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, .1);
  box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, .1);
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-list {
  display: flex;
  height: 100%;
  flex: 1
}

.header-menu {
  background-color: var(--darkblue);
  width: 100%;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px 20px 30px 20px
}

.avatar,
.colunista-avatar {
  width: 82px;
  height: 82px;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  border: 2px solid #fff;
  outline: none;
  background-image: url('../imgs/avatar-none.png');
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}

.colunista-avatar {
  width: 100px;
  height: 100px
}

.wrapper-colunista-avatar {
  padding-top: 10px
}

.avatar:focus {
  outline: none
}

.avatar:before {
  content: '';
  position: absolute;
  width: 82px;
  height: 82px;
  left: auto;
  top: auto;
  background-image: url('../imgs/camera.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
  opacity: 0;
  border-radius: 50%
}

.avatar.img-loading:before {
  background-image: unset;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: var(--darkblue);
  -webkit-animation: spin 1s linear infinite;
  opacity: 1;
}

.avatar:after {
  content: '';
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  opacity: 0;
  z-index: 1
}

.avatar:hover:after {
  opacity: .6
}

.avatar:hover:before {
  opacity: 1
}

.colunista-avatar {
  overflow: hidden;
  cursor: default
}

.avatar img,
.colunista-avatar img {
  width: auto;
  height: 100%;
  border-radius: 50%;
}

.name-user {
  font-size: 18px;
  line-height: 25px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: var(--oswald);
  font-weight: 300;
  color: #fff
}

.link {
  font-size: 16px;
  line-height: 21px;
  font-family: var(--oswald);
  font-weight: 300;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: row;
}

.link.light {
  color: #fff
}

.link.dark {
  color: var(--darkblue)
}

.link i {
  margin-right: 7px
}

.menu-items {
  list-style: none;
  padding: 0;
  margin: 0
}

.menu-items li {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-items li:hover {
  background-color: #C2D4DB
}

.menu-items li a {
  padding: 20px 20px
}

.social-network {
  padding: 0 0 20px 20px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.social-network li {
  margin-right: 10px
}

.social-network li a {
  display: block
}

/*========== INTERNA NOTICIA ==========*/
.default-article {
  width: 100%;
  max-width: 760px;
  margin: 0 auto
}

.article-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 65px;
  color: #000;
  font-family: var(--oswald);
  font-weight: 400
}

.title-of-the-middle {
  font-weight: 700;
  display: block
}

.article-desc {
  font-family: var(--pt);
  font-size: 22px;
  line-height: 28px;
  color: #777;
  display: block;
}

.posted a,
.title-top {
  display: block;
  font-size: 20px;
  line-height: 36px;
  color: var(--darkblue);
  font-family: var(--oswald);
  margin: 50px 0 25px 0
}

.posted-interna-colunista {
  font-size: 18px;
  line-height: 36px;
  font-family: var(--oswald);
  font-weight: 300;
  color: #777;
  display: block
}

.category-post {
  color: #999;
  font-size: 18px;
  line-height: 36px;
  font-family: var(--oswald);
  display: block;
  text-transform: uppercase;
}

.category-post strong {
  color: #000;
  font-weight: 400
}

.by-author {
  font-size: 20px;
  line-height: 36px;
  color: #777;
  display: block;
  margin-bottom: 25px;
  margin-top: 10px;
}

.wrapper-relevant {
  width: 100%;
  max-width: 760px;
  margin: 60px auto;
  font-size: 20px;
  line-height: 26px;
  color: #555;
  clear: both;
}

.wrapper-relevant button {
  color: var(--lightblue);
  background-color: transparent;
  border: 0;
  font-size: 20px;
  outline: none;
  font-family: var(--pt)
}

.materia-extra {
  font-size: 18px;
  line-height: 21px;
  position: relative;
}

.materia-extra .icon {
  position: absolute;
  left: 0;
  top: 0
}

.text-container,
.internal-special-notice {
  margin-top: 25px;
  position: relative
}

.text-container p,
.internal-special-notice p {
  font-size: 21px;
  font-family: var(--pt);
  color: #333;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 20px;
}

.text-container p:first-of-type:first-letter,
div.internal-special-notice:first-of-type p:first-of-type:first-letter {
  color: var(--darkblue);
  font-size: 64px;
  line-height: 1em;
  float: left;
  margin-right: 10px;
  margin-top: 0;
  text-transform: uppercase;
}

.about-subject {
  width: 100%;
  max-width: 760px;
  padding: 15px;
  background-color: #eee;
  margin: 40px auto
}

.about-subject h3 {
  font-size: 28px;
  line-height: 1.3em;
  color: var(--darkblue);
  font-family: var(--oswald);
  font-weight: normal;
  margin: 0 0 20px 0
}

.about-subject ul li:not(:last-of-type) {
  margin-bottom: 15px
}

.about-subject ul li a {
  color: #1E1E1E;
  font-size: 22px;
  line-height: 1.2em;
  font-family: var(--oswald);
  font-weight: normal;
}

.about-subject ul li a:hover {
  color: var(--lightblue)
}

.img-post.horizontal {
  width: 100%;
  margin: 50px 0;
  height: auto;
}

.img-post.horizontal.highlighted-img {
  margin: 50px auto;
  max-width: 1200px;
}

.horizontal.highlighted-img.first {
  margin-top: 0
}

.img-post.vertical {
  width: 100%;
  max-width: 295px;
}

/* classe .Left e .Right é usada pelo fivenews */
.Left {
  float: left;
  margin: 10px 50px 10px 0;
}

.Right {
  float: right;
  margin: 10px 0 10px 50px;
}

.Left:not(.vertical),
.Right:not(.vertical) {
  width: 100%;
  height: auto;
}

.Left:not(.vertical) img,
.Right:not(.vertical) img {
  width: 100% !important;
  height: auto !important;
}

.img-post img {
  width: 100%;
  height: auto
}

.img-post figcaption {
  font-family: var(--oswald);
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #707070;
  margin-top: 0;
  position: relative;
  padding-left: 20px;
  z-index: -1
}

.img-post figcaption:before {
  content: '';
  width: 15px;
  height: 13px;
  background-image: url('../imgs/icons1.png');
  background-position: 1.051% 27.302%;
  background-size: 175px;
  position: absolute;
  left: 0;
  top: 6px
}

.media-video {
  margin: 50px 0;
}

.media-video>iframe {
  width: 100%;
  height: 415px;
}

.media-video.outbox {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto
}

.media-video.outbox>iframe {
  width: 100%;
  height: 450px;
}

.social-floatbox {
  position: absolute;
  left: -70px;
  top: 0;
  z-index: 1
}

.social-floatbox ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column
}

.social-floatbox ul li a {
  color: var(--darkblue);
  font-family: var(--oswald);
  font-size: 20px;
  text-decoration: none
}

.social-floatbox i {
  margin-right: 9px
}

.citation {
  font-size: 30px;
  line-height: 40px;
  color: var(--darkblue);
  margin: 50px auto;
  max-width: 760px;
  font-style: italic;
}

.citation author {
  display: block;
  font-size: 20px;
  font-style: normal;
}

.special-title {
  font-size: 24px;
  font-family: var(--oswald);
  font-weight: 400;
  color: var(--darkblue);
  position: relative;
  margin-bottom: 16px;
  z-index: -1
}

.special-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  display: block;
  width: 19px;
  height: 2px;
  background-color: var(--darkblue)
}

.tags-wrap {
  margin-bottom: 50px
}

.tags-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tags-list li {
  margin-right: 5px;
  display: inline-block
}

.tags-list li a {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--oswald);
}

.tags-list li a:hover {
  color: #999
}

.wrap-recommended {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 26px
}

.wrap-recommended>div {
  width: 50%;
}

.list-recommended {
  padding: 0;
  list-style: none;
}

.list-recommended li {
  border-bottom: 1px solid #999;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.list-recommended li:last-of-type {
  border-bottom: 0
}

.list-recommended li a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  line-height: 22px;
  font-family: var(--oswald);
  font-weight: 400;
}

.list-recommended li a:hover,
.list-recommended li a:hover time {
  color: var(--lightblue)
}

.list-recommended li a time {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  display: block;
  color: #777;
}

.box-colunista {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #999
}

.colunista-desc {
  font-size: 18px;
  line-height: 1.3em;
  margin: 0 0 12px 0;
  color: #707070;
}

.follow-box {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  justify-content: center
}

.follow-box a {
  color: var(--darkblue);
  font-family: var(--oswald);
  font-size: 20px;
  line-height: 36px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

.mobile-order {
  display: flex;
  flex-direction: column;
}

.mobile-order>.btn-follow {
  margin: 0
}

.wrap-comments {
  margin: 25px 0 50px 0
}

/*========== CAPA JORNAL ==========*/
.hidden-input {
  width: 0;
  height: 0;
  visibility: hidden;
  font-size: 0
}

.floating-layout {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.fixed-widget {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-right: 1px solid #999;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.content-widget {
  width: 100%;
  max-width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 160px;
  z-index: 2;
}

.logo-widget {
  padding: 0;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--darkblue);
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}

.light-theme .logo-widget {
  background-color: #fff
}

.logo-widget>img {
  width: 50px;
  height: 50px;
}

.widget-title {
  font-family: var(--oswald);
  font-weight: 600;
  font-size: 32px;
  color: var(--darkblue);
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  margin: 15px 0 20px 0;
}

.light-theme .widget-title {
  color: #fff
}

.widget-title.light-theme {
  background-color: #fff
}

.title-filter {
  font-family: var(--oswald);
  font-size: 20px;
  line-height: 1em;
  margin: 20px 0 10px 0;
}

/* calendario */
.calendar,
.ui-datepicker {
  font-family: var(--oswald);
  margin-top: 20px;
  background-color: #fff
}

.ui-datepicker {
  display: none
}

.ui-datepicker-calendar thead th {
  color: #000;
  font-weight: 400;
  font-size: 12px
}

.ui-datepicker-prev,
.ui-datepicker-next {
  /*    display: none;*/
  cursor: pointer
}

.ui-datepicker-year {
  display: none
}

.ui-datepicker-calendar tbody td {
  position: relative;
  font-size: 12px;
  /* color: #333; */
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  line-height: 19px;
}

.ui-datepicker-calendar tbody td a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #000;
}

.ui-state-active {
  background: orange;
  color: #fff !important
}

.ui-state-highlight {
  background: var(--darkblue);
  color: #fff !important
}

.ui-datepicker-title {
  text-align: center
}

.ui-state-active.ui-state-highlight {
  color: #f4af00 !important
}

.ui-state-disabled {
  color: #999 !important
}

.ui-datepicker-header {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700
}

.ui-datepicker-header a {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  color: #999
}

.ui-datepicker-header a:first-of-type {
  left: 10px
}

.ui-datepicker-header a:last-of-type {
  right: 8px
}

.search-form {
  width: 100%;
}

.edition-filter {
  border: 0;
  border-bottom: 1px solid #777;
  color: #777;
  font-size: 18px;
  line-height: 25px;
  font-family: var(--oswald);
  width: 100%;
  max-width: 220px;
  display: block;
  outline: none;
  padding: 5px;
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
}

.edition-filter:focus {
  color: var(--darkblue);
}

.edition-filter option {
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.selection-edition {
  width: 100%;
  max-width: 220px
}

.wrapper-news {
  width: 100%;
  max-width: 700px;
  padding-top: 20px;
}

.box-news {
  margin-bottom: 65px;
}

.box-news>div:not(.list-colunas) {
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
}

.titles-news {
  padding: 50px
}

.box-news>h4 {
  font-size: 48px;
  line-height: 65px;
  text-transform: uppercase;
  color: var(--darkblue);
  font-weight: 700;
  font-family: var(--oswald);
  margin: 0 0 15px 20px;
  padding: 0
}

.box-news.highlighted>h4 {
  color: #1E1E1E
}

.box-news:first-of-type>h4 {
  margin-top: -15px;
}

/*========== CAIXA EDIÇÃO IMPRESSA ==========*/
.edicao-impressa {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: block;
  background-color: var(--darkblue);
  height: 240px;
  position: relative;
  overflow: hidden;
}

.container-edicao-impressa {
  overflow: hidden;
  margin-bottom: 50px;
  font-family: var(--oswald);
  padding: 0 40px;
  border-radius: 6px;
}

.container-animacao {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 100%;
  position: relative;
  float: left;
}

.container-edicao-impressa .descricao {
  float: right;
  max-width: 340px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.container-edicao-impressa .descricao h1 {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
}

.animacao-jornal {
  display: block;
  width: 140px;
  position: absolute;
  left: 90px;
  top: 22px;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.animacao-bg-tablet {
  background: url('https://www.opovo.com.br/includes/assets/online/jornal/imgs/tablet.png');
  width: 150px;
  height: 170px;
  position: absolute;
  left: 20px;
  top: 92px;
  overflow: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background-size: 60%;
  background-repeat: no-repeat;
  transform: rotate(-15deg);
}

.animacao-container-jornal {
  overflow: hidden;
  width: 51%;
  height: 62%;
  background: #fff;
  margin-left: 7px;
  margin-top: 11px;
  position: relative;
}

.animacao-jornal-img-tablet {
  width: 100%;
  display: block;
  position: absolute;
  -moz-animation-duration: 10s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -moz-animation-name: slidein;
  -webkit-animation-name: slidein;
  animation-name: slidein;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transition-timing-function: ease-in-out;
}

.edicao-impressa:hover .animacao-bg-tablet {
  top: 88px;
}

.edicao-impressa:hover .animacao-jornal {
  top: 30px;
}

@-moz-keyframes slidein {
  0% {
    top: 0;
  }

  25% {
    top: -50px;
  }

  50% {
    top: 0px;
  }

  100% {
    top: 0px;
  }
}

@-webkit-keyframes slidein {
  0% {
    top: 0;
  }

  25% {
    top: -50px;
  }

  50% {
    top: 0px;
  }

  100% {
    top: 0px;
  }
}

@keyframes slidein {
  0% {
    top: 0;
  }

  25% {
    top: -50px;
  }

  50% {
    top: 0px;
  }

  100% {
    top: 0px;
  }
}

.img-box-news,
.img-box-news img {
  width: 100%;
  height: auto;
  margin: 0
}

.container-box-news {
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}

.container-box-news a {
  display: block;
}

.exclusivo-digital a h6:before {
  content: 'Exclusivo digital';
  display: block;
  width: 106px;
  padding: 6px;
  background-color: var(--darkblue);
  font-family: var(--oswald);
  margin-bottom: 6px;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  text-align: center;
  font-weight: 400;
}

.highlighted>div {
  background-color: var(--darkblue) !important;
}

.highlighted>.container-box-news a {
  color: #fff
}

.highlighted>.container-box-news a:hover h6 {
  color: var(--lightblue)
}

.thumb-list {
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 30px 0 0;
  border-radius: 4px;
  background-color: #000
}

.thumb-list img {
  width: auto;
  height: 120px;
}

.container-box-news h5,
.container-box-news h6 {
  margin: 0;
  font-family: var(--oswald);
}

.container-box-news h5 {
  position: relative;
  font-size: 28px;
  line-height: 38px;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.container-box-news h5:before {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.container-box-news h6 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 30px
}

.list-news {
  padding: 50px;
  margin: 0;
  list-style: none;
}

.list-news li {
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

.list-news li:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-news li a h5,
.list-news li a h6 {
  margin: 0
}

.list-news li a h5 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.list-news li a h6 {
  font-size: 28px;
  line-height: 32px;
}

.list-news li a {
  color: #1E1E1E;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.list-news li a:hover,
.list-news li a:hover h6 {
  color: var(--lightblue)
}

.charge {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 0
}

.charge img {
  width: 100%;
  height: auto;
}

.highlighted .list-news li a {
  color: #fff
}

.item-list-colunas {
  padding: 50px;
  margin-bottom: 30px;
  background-color: var(--bluebrenda);
  color: #fff;
  font-family: var(--oswald);
  border-radius: 6px
}

.item-list-colunas a {
  margin: 10px 0 0 0;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.item-list-colunas a:hover {
  color: var(--lightblue);
}

.item-list-colunas header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.item-list-colunas header h4 {
  margin: 0 0 10px 0;
  font-size: 32px
}

.item-list-colunas header p {
  font-size: 28px;
  line-height: 36px
}

.item-list-colunas header figure {
  margin: 0;
  margin-right: 10px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff
}

.item-list-colunas header figure img {
  height: 90px;
  width: auto !important;
}

/*========== ADD THIS ==========*/
.at-resp-share-element .at-share-btn:focus,
.at-resp-share-element .at-share-btn:hover {
  transform: translateY(0) !important;
  opacity: .8
}

.at-svc-whatsapp {
  display: none !important
}

.addthis_inline_share_toolbox {
  width: 36px;
  position: absolute;
  left: -55px;
  top: 13px;
}

.at-share-btn-elements {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.at-share-btn-elements a {
  border-radius: 50% !important;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

/*========== CAPA REPORTAGENS ESPECIAIS ==========*/
.widget-icon .icon-sheet {
  background-position: -279px 13px;
}

.news-special-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-special-item {
  border-radius: 6px;
  overflow: hidden;
  height: 320px;
  margin: 0 0 30px 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-shadow: var(--defaultShadow);
  box-shadow: var(--defaultShadow);
}

.news-special-item>* {
  width: 50%;
  height: auto;
}

.news-special-item figure {
  margin: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee
}

.news-special-item figure img {
  width: auto;
  height: 100%;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.news-special-item:hover figure img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.wrapper-special-title {
  padding: 20px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.main-title-special {
  display: flex;
  flex-direction: column;
  font-family: var(--oswald)
}

.special-name {
  margin: 0
}

.special-name a {
  font-size: 38px;
  line-height: 1.3em;
  font-weight: 400;
  color: #1E1E1E;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.special-name a:hover {
  color: var(--lightblue)
}

.main-title-special time {
  font-weight: 100;
  font-size: 18px;
  color: #999;
  line-height: 36px
}

.special-author {
  font-size: 14px;
  line-height: 21px
}

.special-author:before {
  content: 'Por';
  color: #999;
  margin-right: 1px
}

/*========== LISTAGEM NOTICIA COLUNISTA ==========*/
.writer-info-box {
  width: 100%;
  padding: 15px;
  border-radius: 6px;
  -webkit-box-shadow: var(--defaultShadow);
  box-shadow: var(--defaultShadow);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}

.img-writer {
  width: 160px;
  height: 160px;
  min-width: 160px;
  min-height: 160px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 15px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e9e9e9
}

.img-writer img {
  width: auto;
  height: 100%;
}

.writer-name {
  font-size: 40px;
  line-height: 1.2em;
  margin: 0;
  color: var(--darkblue);
  font-family: var(--oswald);
}

.writes-about {
  color: var(--darkblue);
  font-family: var(--oswald);
  margin-bottom: 15px
}

.writer-desc {
  color: #777;
  font-size: 22px;
  line-height: 29px
}

.writer-btn-follow>button {
  margin: 0
}

.writer-news-list {
  padding: 0;
  list-style: none;
  margin-top: 70px;
  margin-bottom: 70px;
}

.writer-list-item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.writer-list-item a {
  display: flex;
  flex-direction: row;
  color: #1E1E1E;
  font-family: var(--oswald);
  padding: 0 20px
}

.writer-list-item a:hover {
  color: var(--lightblue)
}

.writer-list-item a time {
  margin-right: 30px;
  font-size: 28px;
  line-height: 34px;
  font-weight: normal;
  width: 80px;
  max-width: 80px;
  color: #999
}

.writer-list-item a .writer-article-title {
  margin: 0;
  font-size: 28px;
  line-height: 34px;
  font-weight: normal
}

.writer-list-item:first-of-type a {
  flex-direction: column;
  align-items: flex-start;
}

.writer-list-item:first-of-type a .writer-article-title {
  font-size: 50px;
  line-height: 56px;
}

/*========== INTERNA REPORTAGEM ESPECIAL ==========*/
.internal-special-notice {
  width: 100%;
  max-width: 760px;
  margin: auto
}

.internal-special-notice .text-container {
  width: 100%;
  max-width: 760px;
  display: block;
  margin: auto
}

/*========== PAGINA PERFIL ==========*/
.profile-breadcrumb {
  background-color: var(--darkblue);
  margin-left: -10px;
  margin-right: -10px;
  height: 150px;
  border-top: 1px solid #fff;
  margin-bottom: 100px;
  padding: 0 15px;
}

.profile-breadcrumb a, .profile-breadcrumb span {
  color: #fff;
}

.profile .avatar,
.profile .avatar:before,
.profile .avatar.img-loading:before {
  width: 150px;
  height: 150px;
}

.profile .avatar img {
  border: 2px solid #fff;
}

.profile-name {
  color: var(--darkblue);
  font-family: var(--oswald);
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  max-width: 150px;
}

.wrap-perfil {
  width: 100%;
  max-width: 646px;
  position: relative;
  margin: 0 auto
}

.wrap-perfil .elegant-group.selected.disabled label,
.wrap-perfil .elegant-group.selected.disabled input {
  color: #777 !important;
}

.required-field {
  color: #FF0000;
}

.change-password {
  border-top: 1px solid #6B6963;
}

.title-profile-form {
  color: var(--darkblue);
  font-family: var(--oswald);
  font-weight: 400;
  font-size: 30px;
}

.title-profile-form:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--darkblue);
}

.wrap-perfil .elegant-group input {
  color: #302222;
  height: 33px;
}

.wrap-perfil .elegant-group label {
  left: 0;
}

.wrap-perfil .btn-login,
.wrap-btn-more {
  width: 160px;
  margin: 0;
}

.see-more-resp {
  display: block;
  text-align: center;
  margin: 25px 0;
  font-family: var(--oswald);
  font-size: 25px;
  color: #777;
}

/*========== WIDGET COM ICONE ==========*/
.widget-icon .content-widget {
  max-width: 360px;
}

.widget-icon .widget-title {
  font-size: 35px;
}

/*========== PAGINA LISTAGEM DE COLUNISTAS ==========*/
.column-filters {
  font-size: 28px;
  font-weight: 600;
}

.columnist-listing .edition-filter {
  border-bottom: 1px solid #777;
  color: #777;
}

.columnist-listing .icon-people {
  background-position-x: -279px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 30px;
  vertical-align: sub;
}

.switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E9E9E9;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 14px;
}

.switch .slider:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  box-shadow: 2px 2px 2px #ccc;
}

.switch input:checked+.slider:before {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  box-shadow: 0px 3px 6px #ccc;
  background-color: #004c6b;
}

.wrapper-colunistas ul {
  list-style: none;
  margin-left: 23px;
  padding: 0;
  width: 100%;
  justify-content: space-around;
}

.wrapper-colunistas li {
  background-color: #fff;
  box-shadow: 0 2px 4px #ccc;
  padding: 20px;
  border-radius: 4px;
  width: 340px;
  margin-bottom: 30px;
}

.wrapper-colunistas .columnist-image {
  width: 86px;
  height: 86px;
  margin: 0;
}

.btn-follow.following {
  background-color: #fff;
}

.columnist-data, .column-filters {
  font-family: var(--oswald);
  color: var(--darkblue);
}

.columnist-data a {
  color: var(--darkblue);
}

.columnist-data h1 {
  font-size: 30px;
  font-weight: 500;
  max-width: 200px;
  line-height: 38px;
}

.columnist-data span {
  font-size: 14px;
}

/*========== PAGINA NEWSLETTER ==========*/
.widget-icon .icon-whatsapp {
  background-position: -132px 13px;
}

.widget-icon .icon-letter {
  background-position: 16px -57px;
}

.wrapper-receive-content {
  color: var(--darkblue);
  font-family: var(--oswald);
  width: 100%
}

.wrapper-receive-content .alert-box {
  left: -9px;
  bottom: 5px;
}

.wrapper-receive-content h1 {
  font-size: 100px;
  font-weight: 700;
  margin-top: -40px;
}

.wrapper-receive-content .switch-option {
  font-size: 35px;
  font-weight: 600;
  vertical-align: -webkit-baseline-middle;
}

.content-newsletter .switch-option {
  width: 160px;
  display: inline-block
}

.wrapper-receive-content p {
  font-family: var(--pt);
  font-size: 35px;
}

.wrapper-receive-content .elegant-group label {
  left: 0;
}

.wrapper-receive-content .information h2 {
  font-size: 22px;
}

.wrapper-receive-content .information p {
  color: #515557;
  font-size: 20px;
}

.wrapper-receive-content .btn-login {
  width: 160px;
  margin: 0;
}

/*========== PAGINA AO VIVO ==========*/
.wrapper-aovivo .video-title,
.wrapper-aovivo .video-date,
.wrapper-aovivo p,
.previous-listing h1,
.aovivo .edition-filter {
  color: #fff;
}

.widget-icon .icon-broadcast-dark {
  background-position: -345px -57px;
}

.aovivo .edition-filter option {
  color: #1e1e1e;
}

.aovivo .edition-filter {
  border-bottom: 1px solid #fff;
  background-color: transparent;
}

.wrapper-aovivo, .previous-listing {
  font-family: var(--oswald);
}

.wrapper-aovivo span {
  font-size: 18px;
}

.wrapper-aovivo .media-video>iframe {
  border-radius: 10px;
}

.wrapper-aovivo .media-video {
  margin-bottom: 20px;
  margin-top: 0;
}

.wrapper-aovivo .video-description {
  font-family: var(--pt);
  font-size: 22px;
  color: #fff;
  line-height: normal;
}

.wrapper-aovivo .addthis_inline_share_toolbox {
  left: 0;
  top: auto;
  bottom: 10px;
  width: 100%;
}

.wrapper-aovivo .at-share-btn-elements {
  flex-direction: row;
}

.videos-wrapper {
  border-top: 1px solid #707070;
  padding-bottom: 40px
}

.wrapper-aovivo .videos-wrapper>h1 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  font-family: var(--oswald)
}

.listagem-videos .media-video {
  margin: 0 0 20px 0
}

.listagem-videos {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.listagem-videos li {
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  font-family: var(--oswald);
  max-width: 380px;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  margin-bottom: 30px
}

.listagem-videos li:nth-of-type(3n+3) {
  margin-right: 0
}

.listagem-videos li iframe {
  width: 100%;
  height: 193px;
}

.video-theme {
  background-color: #004c6b;
  color: #fff;
  font-weight: 600;
  padding: 3px 12px;
  box-sizing: border-box;
}

.video-title {
  color: #1e1e1e;
  font-size: 28px;
  line-height: 1.3em;
  margin: 20px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*========== HOME ==========*/
.wrapper-home-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 35px 0;
}

.dark-home {
  background-color: #1E1E1E;
  padding-left: 0;
  padding-right: 0
}

.content-home {
  width: 100%;
  max-width: 930px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0
}

.content-home-item:first-of-type {
  width: 930px;
  height: 665px;
  margin-bottom: 15px
}

.content-home-item {
  width: 300px;
  height: 250px;
  font-family: var(--oswald);
  font-weight: normal;
}

.content-home-item:not(:first-of-type) {
  margin-right: 15px;
}

.content-home-item:last-of-type {
  margin-right: 0
}

.content-home-item a {
  color: #fff
}

.content-home-item a:hover {
  color: var(--lightblue)
}

.content-home-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #fff
}

.content-home-img img {
  width: auto;
  height: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.content-home-item a:hover .content-home-img img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.content-home-img figcaption {
  width: 250px;
  position: absolute;
  padding: 10px;
  background-color: #333;
  bottom: 15px;
  left: auto;
  border-radius: 4px
}

.content-home-item figcaption span {
  font-size: 15px;
  line-height: 20px
}

.content-home-item:first-of-type figcaption span {
  font-size: 24px;
  line-height: 32px
}

.content-home-item:first-of-type figcaption {
  width: 100%;
  max-width: 530px;
  max-height: 206px;
}

.content-home-item figcaption h1 {
  font-size: 42px;
  line-height: 51px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content-home-item figcaption h2 {
  font-size: 26px;
  line-height: 1.3em;
  max-height: 100px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.menu-home {
  background-color: #1e1e1e;
  padding: 0 0 0 115px
}

.side-menu-home {
  height: 100%
}

.side-menu-home ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%
}

.side-menu-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  max-width: 104px;
}

.side-menu-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  font-family: var(--oswald);
  color: #fff;
  font-weight: lighter;
  letter-spacing: 2px;
}

.side-menu-item i {
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

@-webkit-keyframes blink {
  from {
    background: #EA0000;
  }

  to {
    background: #fff;
  }
}

.side-menu-item i.notification:before {
  content: '';
  display: block;
  position: absolute;
  right: 2px;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation-name: blink;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.side-menu-item a:hover i:not(.icon-plus) {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hidden-more {
  display: none
}

/*========== RADIOS ==========*/
.widget-icon .icon-radio-dark {
  background-position: -341px 13px
}

.live-bar {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px
}

.live-signal {
  background-color: #FF0000;
  width: 100px;
  height: 38px;
  color: #fff;
  font-size: 15px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  cursor: default;
}

.live-signal:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 50%;
  animation-name: blink;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.radio-select {
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  background-color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-family: var(--oswald);
  width: 100%;
  max-width: 150px;
  display: block;
  outline: none;
  padding: 5px;
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
  background: #1e1e1e;
  color: #fff;
}

.wrapper-player {
  background-color: #000;
  background-image: url('../imgs/player_loading.gif');
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
}

.wrapper-player iframe {
  background-color: #000;
  background-image: url('../imgs/player_loading.gif');
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  border: 0
}

.head-resume {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff
}

.head-resume span {
  font-size: 36px;
  font-family: var(--oswald);
}

.frequency-input {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  max-width: 200px
}

.frequency-input label {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #777;
  cursor: pointer;
}

.frequency-input label:first-of-type {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px
}

.frequency-input label:last-of-type {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px
}

.frequency-input input:checked+label {
  background-color: var(--darkblue);
  color: #fff
}

.frequency-input input {
  display: none
}

.content-resume {
  color: #fff;
}

.content-resume h3 {
  font-size: 36px;
}

.content-resume h4 {
  font-size: 28px
}

.content-resume p {
  font-size: 20px;
  line-height: 30px
}

/*========== PAGINA 404 ==========*/
.content-404 {
  color: var(--darkblue);
  font-family: var(--oswald);
  text-align: center;
}

.content-404 strong {
  font-size: 157px;
}

.content-404 h1 {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  line-height: 40px;
  max-width: 450px;
}

.content-404 p, .content-404 a {
  font-size: 24px;
}

/*========== CADASTRO CNPJ ==========*/
.cpf-list {
  list-style: none;
  padding: 0
}

.cpf-list li {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cpf-list li>div {
  width: 32%
}

.elegant-tiny {
  width: 152px
}

/*========== GALERIA FIVENEWS ==========*/
figure.img-galeria {
  position: relative;
  display: flex;
  overflow: hidden;
  background-color: #f7f7f7;
  margin: 0 auto 30px auto;
  width: 760px;
  height: 570px
}

figure.img-galeria .item-galeria {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6
}

figure.img-galeria .item-galeria:not(:first-of-type) {
  width: 0;
  height: 0;
  visibility: hidden;
}

figure.img-galeria .item-galeria img {
  width: auto;
  height: 100%
}

.img-galeria-ampliar {
  background-color: rgba(0, 0, 0, .8);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  font-family: var(--oswald);
  font-size: 20px;
  padding: 5px;
  overflow: hidden;
  z-index: 7
}

/*========== ANIMATION LOAD DO CONTEUDO ==========*/
.shine {
  background: #ddd;
  background-image: linear-gradient(to right, #ddd 0%, #fff 20%, #ddd 40%, #ddd 100%);
  background-repeat: no-repeat;
  background-size: 800px 400px;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

/*========== LOADING CONTENT INTIRE PAGE ==========*/
.screen-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99
}

.loading-anim {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}

.loading-anim span {
  font-family: sans-serif;
  font-size: 18px;
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 15px;
  color: #fff;
  font-weight: lighter;
  text-transform: uppercase;
}

.spinner {
  border: 8px solid var(--lightblue);
  border-top-color: #eee;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: block;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*========== MEDIA QUERIES ==========*/
@media screen and (min-width: 1366px) {
  .welcome-text h1 {
    font-size: 3.6764705882352944vw;
    line-height: 4.5588235294117645vw
  }

  .welcome-text p {
    font-size: 1.6176470588235297vw;
    line-height: 1.9852941176470587vw
  }

  .login-screen>div {
    height: 100vh;
    max-height: 600px
  }
}

@media screen and (min-width: 1281px) {
  .bar-date {
    display: none
  }

  .profile .content-widget {
    top: calc(65px + 75px);
  }

  .aovivo .content-widget {
    position: absolute;
    top: 0;
  }
}

@media screen and (max-width: 1280px) {
  .search-form {
    width: 100%;
    max-width: 700px
  }

  .search-form form {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .search-form form>div {
    width: 100%;
    max-width: 615px
  }

  .search-form form>button {
    width: 85px;
    min-width: 85px;
    text-align: right;
    padding: 0;
    margin: 0
  }

  .floating-layout {
    flex-direction: column;
  }

  .calendar-mobile {
    width: 0;
    height: 0;
    font-size: 0;
    opacity: 0
  }

  .ui-datepicker {
    padding: 25px;
    margin-top: 45px;
    border-radius: 6px;
    left: 42vw !important;
    background-color: #e9e9e9;
    display: none;
  }

  .ui-datepicker-calendar {
    width: 100%;
    height: 100%
  }

  .ui-datepicker-calendar tbody tr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .ui-datepicker-calendar tbody td,
  .ui-datepicker-calendar thead th {
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
    overflow: hidden;
    font-size: 22px
  }

  .ui-state-highlight,
  .ui-state-default,
  .ui-state-default {
    font-size: 20px;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .ui-datepicker-calendar thead {
    width: 100%;
    display: flex;
    flex-direction: row;
  }

  .ui-datepicker-calendar thead tr {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-direction: row;
  }

  .ui-datepicker-calendar thead th {
    font-size: 22px
  }

  .ui-datepicker-header {
    font-size: 20px
  }

  .ui-datepicker-header a {
    font-size: 18px
  }

  .ui-datepicker-prev,
  .ui-datepicker-next {
    font-size: 18px
  }

  .ui-datepicker:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 15px;
    top: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 22px solid #e9e9e9;
  }

  .edition-filter {
    display: none;
  }

  .openFilter {
    border: 0;
    margin-left: 15px;
    background-image: url(../imgs/filter-icon.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px
  }

  .openFilter.side-menu-icons.icon-filter {
    background-size: 150px
  }

  .fixed-widget {
    width: 100%;
    height: 277px;
    max-width: 1200px;
    border-right: 0;
    position: relative;
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: content-box;
    align-items: flex-start;
  }

  .fixed-widget.just-img {
    height: 165px
  }

  .fixed-widget.without-img {
    height: 175px
  }

  .bar-mobile {
    height: 40px
  }

  .fixed-bar-date {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5px 15px;
    z-index: 8;
    background-color: #fff
  }

  .bar-mobile,
  .content-widget {
    width: 100%;
    max-width: 700px;
    position: relative;
    top: 0
  }

  .wrapper-news {
    margin: 0 auto
  }

  .bar-date {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: 1px solid #999;
    padding-bottom: 10px
  }

  .bar-date>div {
    width: 50%;
  }

  .bar-filter {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .btn-calendar {
    display: inline-block;
    background-image: url(../imgs/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px
  }

  .fake-select {
    position: relative;
  }

  .fake-options {
    margin: 0;
    padding: 15px;
    position: absolute;
    list-style: none;
    top: 60px;
    left: -78px;
    background-color: #e9e9e9;
    border-radius: 6px;
    z-index: 2
  }

  .fake-options:before {
    content: '';
    display: inline-block;
    position: absolute;
    right: 3px;
    top: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 22px solid #e9e9e9;
  }

  .fake-options li:not(:last-of-type) {
    margin-bottom: 15px
  }

  .fake-options li button {
    border: 0;
    background-color: transparent;
    color: #000;
    font-size: 25px;
    font-family: var(--oswald)
  }

  .calendar {
    display: none
  }

  .date-actual {
    font-size: 16px;
    line-height: 21px;
    color: #525252;
    font-family: var(--oswald);
    font-weight: 600
  }

  .profile-breadcrumb {
    margin-bottom: 0;
    height: 195px;
  }

  .profile {
    top: -40px;
    margin-bottom: -40px;
    height: auto;
  }

  .change-password {
    border-color: #C0C0C0;
  }

  .wrapper-colunistas {
    border-top: 1px solid #B4B4B4;
    padding-top: 25px;
  }

  .wrapper-colunistas ul {
    margin-left: 0;
    /*justify-content: center;*/
  }

  .fixed-widget.columnist-listing {
    padding-top: 0;
  }

  .aovivo .edition-filter {
    display: block;
  }

  .wrapper-aovivo, .previous-listing {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1200px) {
  .menu-home {
    padding: 0 0 0 15px
  }

  .listagem-videos {
    justify-content: center;
  }

  .listagem-videos li {
    max-width: 45vw;
    margin-right: 1.25vw;
    margin-bottom: 1.25vw;
  }

  .listagem-videos li:nth-of-type(3n+3) {
    margin-right: 1.25vw
  }

  .listagem-videos li:nth-of-type(2n+2) {
    margin-right: 0
  }

  .listagem-videos li iframe {
    height: 23.583333333333336vw
  }

  .videos-wrapper>h1 {
    margin-left: 15px
  }
}

@media screen and (max-width: 1070px) {
  .hidden-more {
    display: flex;
    position: relative;
  }

  .hidden-more:before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    top: 0;
    left: calc(50% - 10px);
    background-color: #1e1e1e;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
  }

  .hidden-more.opened:before {
    width: 300px;
    height: 300px;
    top: -176px;
    left: calc(50% - 150px);
    z-index: -1
  }

  .hidden-more-item {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: calc(50% - 25px);
    bottom: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
  }

  .show-item {
    display: flex;
    visibility: visible;
    opacity: 1
  }

  .show-item.first-item {
    left: calc(50% - 120px);
    bottom: 107px
  }

  .show-item.second-item {
    left: calc(50% - 32px);
    bottom: 185px
  }

  .show-item.third-item {
    left: calc(50% - -71px);
    bottom: 107px
  }

  .mosaico-slider {
    overflow: hidden;
  }

  .mosaico-slider .owl-nav {
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    background-color: transparent;
  }

  .mosaico-slider .owl-nav button {
    width: 35px;
    height: 60px;
    display: inline-block;
    position: absolute;
    bottom: calc(33.33333vh + 20px);
    background-image: url('../imgs/sprite_home.png') !important;
    background-size: 465px !important;
    background-color: rgba(0, 0, 0, .2) !important;
    border-radius: 4px
  }

  .mosaico-slider .owl-nav .owl-prev {
    left: 15px;
    background-position: -417px -65px !important
  }

  .mosaico-slider .owl-nav .owl-next {
    right: 15px;
    background-position: -413px -2px !important
  }

  .mosaico-slider .owl-nav span {
    display: none
  }

  .mosaico-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 82.5px);
    width: 165px;
    display: flex;
    justify-content: center;
  }

  .mosaico-slider .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 20px
  }

  .mosaico-slider .owl-dots .owl-dot:last-of-type {
    margin-right: 0
  }

  .mosaico-slider .owl-dots .owl-dot.active {
    background-color: #fff
  }

  .mosaico-slider .content-home-img figcaption {
    border-radius: 6px;
    bottom: 60px;
    width: calc(100vw - 70px)
  }

  .content-home-item a:hover .content-home-img img {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }

  .mosaico-slider .content-home-img img {
    width: auto
  }

  .mosaico-slider .content-home-item:first-of-type span,
  .mosaico-slider .content-home-item span {
    font-size: 14px;
    line-height: 18px
  }

  .mosaico-slider .content-home-item:first-of-type h1,
  .mosaico-slider .content-home-item:first-of-type h2,
  .mosaico-slider .content-home-item h1,
  .mosaico-slider .content-home-item h2 {
    font-size: 20px;
    line-height: 24px
  }

  .content-home-item:first-of-type,
  .content-home-item:last-of-type {
    width: unset;
    height: unset;
    margin-bottom: unset;
  }

  .mosaico-slider,
  .mosaico-slider .content-home-item {
    height: calc(100vh - 180px)
  }

  .wrapper-home-content {
    flex-direction: column;
    align-items: center
  }

  .side-menu-home ul {
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    z-index: 2
  }

  .side-menu-item {
    max-width: 95px;
    margin-bottom: 0
  }

  .side-menu-item a span {
    font-size: 13px;
    line-height: 1.3em;
    z-index: 2
  }

  .menu-home {
    padding: 15px 15px 0 15px;
    width: 100%;
    max-width: 930px;
    position: fixed;
    left: 0;
    bottom: 10px
  }
}

@media (min-width: 992px) and (max-width: 1366px) {
  .login-screen {
    background-position: 6vw 5vh, 24vw 10vh;
  }
}

@media screen and (min-width: 992px) {
  .horizontal.highlighted-img.first {
    overflow: hidden;
    height: calc(100vh - 65px)
  }

  .w-50 {
    width: 50%
  }

  .wrap-perfil .elegant-group.selected input {
    font-size: 20px
  }

  .wrap-perfil .elegant-group.selected label {
    font-size: 18px
  }
}

@media screen and (max-width: 991px) {
  .wrapper-receive-content .alert-box {
    bottom: -31px;
  }

  .box-colunista {
    flex-direction: column;
  }

  .follow-box a {
    text-align: center;
  }

  .colunista-avatar {
    margin: 0 auto
  }

  .mobile-order>.btn-follow {
    margin: 15px auto;
    width: 100%
  }

  .avatar:before {
    opacity: 1;
    background-color: #fff;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50%;
    background-size: 17px;
    left: unset;
    top: unset;
    right: 9px;
    bottom: 6px;
  }

  .avatar:after {
    display: none
  }

  .welcome-text {
    text-align: center;
  }

  .wrap-arrow {
    position: absolute;
    bottom: 0;
    left: auto
  }

  .welcome-screen {
    background-image: url(../imgs/logo-home-vertical.png),
      url(../imgs/add-icon.svg), url(../imgs/add-icon.svg), url(../imgs/add-icon.svg), url(../imgs/bg-login.png), linear-gradient(#0a4c6b, #00405A);
    min-height: calc(100vh - 50px);
    position: relative;
    background-position: center 10%, 14% 40%, 89% 35%, 71% 44%, center 20%, center;
    background-size: auto, 25px, 25px, 25px, contain, contain;
  }

  .login-screen {
    background-size: 25px;
    background-position: 24vw 6vh, 70vw 6vh;
  }

  .social-floatbox {
    position: relative;
    left: 0
  }

  .social-floatbox ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row
  }

  .social-floatbox ul li:first-of-type {
    padding-right: 10px
  }

  .profile {
    top: -80px;
    margin-bottom: -70px;
  }

  .wrap-perfil .elegant-group {
    padding-top: 20px;
  }

  .wrap-perfil .elegant-group label {
    font-size: 16px;
    top: 25px;
  }

  .wrap-perfil .elegant-group.selected label {
    top: 5px;
    font-size: 14px;
  }

  .fixed-widget.columnist-listing {
    height: 100%;
    padding: 50px 0 25px;
  }

  .logo-op img {
    width: 170px;
    height: auto;
  }
}

@media screen and (max-width: 900px) {
  .previous-listing .owl-carousel .owl-video-tn {
    background-size: auto;
  }
}

@media screen and (max-width: 800px) {
  figure.img-galeria {
    width: 100%;
    height: 71.25vw
  }
}

@media screen and (min-width: 791px) and (max-width: 1280px) {
  .wrapper-aovivo .addthis_inline_share_toolbox {
    left: 10px;
  }
}

@media screen and (min-width: 791px) {
  .wrapper-aovivo {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 790px) {
  .at-resp-share-element .at-share-btn:focus, .at-resp-share-element .at-share-btn:hover {
    opacity: 1
  }

  .at-svc-whatsapp {
    display: inherit !important;
  }

  .at-share-btn-elements a {
    border-radius: 0 !important;
    width: 100% !important;
    height: 50px;
    overflow: hidden;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .addthis_inline_share_toolbox {
    width: 100%;
    position: fixed;
    left: 0;
    top: unset;
    bottom: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2
  }

  .at-share-btn-elements {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .item-list-colunas {
    max-width: 350px;
    padding: 30px
  }

  .media-video:not(.outbox),
  .media-video:not(div .video-theme),
  .media-video>iframe {
    height: 52.53164556962025vw !important
  }

  .container-box-news h5 {
    font-size: 22px;
    line-height: 37px;
  }

  .container-box-news h5:before {
    content: '';
    width: 26px;
    bottom: -1px;
  }

  .container-box-news h6 {
    font-size: 34px;
    line-height: 43px;
    margin-bottom: 25px;
  }

  .list-news li a h5 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
  }

  .list-news li a h6 {
    font-size: 22px;
    line-height: 1.318em;
  }

  .box-news>h4 {
    font-size: 36px;
    line-height: 46px;
  }

  .item-list-colunas header h4 {
    font-size: 20px
  }

  .item-list-colunas p {
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 1.636em;
  }

  .wrapper-aovivo .addthis_inline_share_toolbox {
    bottom: 0;
    z-index: 99;
  }
}

@media screen and (max-width: 768px) {
  .wrapper-home-content {
    padding: 0
  }

  .wrapper-aovivo .media-video {
    margin-top: 30px;
  }

  .wrapper-aovivo, .previous-listing {
    padding: 0 15px;
  }

  .advise-title {
    font-size: 30px;
    line-height: 1.3em
  }

  .item-list-colunas {
    height: 268px;
  }
}

@media screen and (max-width: 767px) {
  .ui-datepicker {
    left: unset !important;
    right: 26px !important
  }

  .media-video>iframe {
    height: 54.10691003911343vw;
  }

  .listagem-videos li:nth-of-type(3n+3) {
    margin-right: 0
  }

  .listagem-videos li {
    margin: 0;
    max-width: 100%;
    margin-bottom: 3.911342894393742vw;
  }

  .listagem-videos li iframe {
    height: 52.411994784876136vw
  }

  .avatar:before {
    right: -1px;
    bottom: -3px;
  }

  .about-subject ul {
    padding-left: 20px
  }

  .about-subject ul li a {
    font-size: 16px
  }

  .advise-header {
    margin-bottom: 0
  }

  .head-resume {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .live-bar {
    margin-bottom: 30px
  }

  .input-group-portal.one-line {
    flex-direction: column;
  }

  .input-group-portal.one-line label {
    margin-left: 0;
    margin-right: 0
  }

  .img-writer {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px
  }

  .writer-desc {
    font-size: 18px;
    line-height: 21px
  }

  .writer-info-box {
    flex-direction: column;
  }

  .writer-list-item a {
    padding: 0
  }

  .writer-list-item a time {
    font-size: 24px;
    line-height: 34px
  }

  .writer-list-item a .writer-article-title {
    font-size: 24px
  }

  .writer-list-item:first-of-type a .writer-article-title {
    font-size: 36px;
    line-height: 40px
  }

  .writer-name {
    margin-top: 20px;
    font-size: 28px;
    line-height: 32px
  }

  .writer-name,
  .writes-about {
    text-align: center;
    width: 100%;
    display: block;
  }

  .news-special-item {
    flex-direction: column;
    width: 100%;
    max-width: 350px;
    height: 460px;
    margin: 0 auto 30px auto
  }

  .news-special-item>* {
    width: 100%
  }

  .news-special-item figure {
    height: 264px
  }

  .special-name a {
    font-size: 20px;
    line-height: 24px
  }

  .main-title-special time {
    font-size: 14px;
    line-height: 24px
  }

  .wrapper-special-title {
    max-height: 200px
  }

  .item-list-colunas {
    padding: 10px;
    width: 280px;
    height: 240px;
    margin: 0 auto 30px auto;
    display: flex;
    flex-direction: column;
  }

  .super-banner {
    display: none
  }

  .top-banner,
  .bottom-banner {
    display: inline-block
  }

  .welcome-text h1 {
    font-size: 6.51890482398957vw;
    line-height: 8.083441981747066vw
  }

  .welcome-text p {
    font-size: 2.9986962190352022vw;
    line-height: 3.5202086049543677vw
  }

  .wrap-recommended {
    flex-direction: column
  }

  .wrap-recommended>div {
    width: 100%
  }

  .br-wrap {
    justify-content: center;
    align-items: center;
    padding-bottom: 30px
  }

  .fixed-widget.profile {
    top: -130px;
    height: 40px;
    margin-bottom: 0;
  }

  .profile .avatar {
    width: 80px;
    height: 80px;
  }

  .profile .profile-name {
    color: #fff;
    font-size: 18px;
  }

  .profile-breadcrumb .breadcrumb-light {
    padding: 20px 0;
  }

  .wrap-perfil .title-profile-form {
    font-size: 22px;
  }

  .previous-listing ul li {
    max-width: 495px;
    max-height: 420px;
  }

  .container-edicao-impressa {
    height: 276px;
    padding: 0 20px;
  }

  .container-edicao-impressa .descricao {
    float: none;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    height: auto;
  }

  .edicao-impressa {
    height: 100%;
  }

  .container-edicao-impressa .descricao h1 {
    font-size: 22px;
    line-height: normal;
  }

  .animacao-bg-tablet {
    top: 18px;
  }

  .animacao-jornal {
    top: 10px;
  }

  .animacao-jornal {
    left: 80px;
  }

  .container-animacao {
    float: none;
  }

  .content-404 strong {
    font-size: 80px;
  }

  .content-404 h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .wrapper-relevant {
    margin: 40px auto;
  }

  .fixed-widget {
    padding-bottom: 10px;
    height: auto;
  }

  .login-screen .footer-screen {
    bottom: 10px;
    line-height: 20px;
  }
}

@media screen and (max-width: 739px) {
  .wrapper-colunistas ul {
    flex-direction: column;
    align-items: center;
  }

  .wrapper-colunistas li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 691px) {
  .previous-listing h1 {
    font-size: 24px;
  }

  .previous-listing ul li {
    padding: 10px;
  }

  .previous-listing .owl-theme .owl-nav {
    padding: 0 10px;
  }
}

@media screen and (max-width: 630px) {
  .item-list-colunas {
    padding: 20px
  }

  .title-cadastro {
    font-size: 11.428571428571429vw
  }

  .wrapper-colunistas li {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .advise-title {
    font-size: 22px;
    line-height: 1.3em
  }

  .advise-subtitle {
    font-size: 18px;
    line-height: 24px
  }

  .advise-footer {
    flex-direction: column;
    align-items: center;
  }

  .advise-footer div:first-of-type {
    border-right: 0;
    border-bottom: 1px solid #333
  }

  .welcome-text h1 {
    font-size: 24px;
    line-height: 34px
  }

  .welcome-text p {
    font-size: 16px;
    line-height: 20px
  }

  .welcome-text div {
    font-size: 12px;
  }

  .link-h3-login a {
    font-size: 16px;
  }

  .cadastro-portal, .login-screen .footer-screen h4 {
    font-size: 15px;
  }

  .cadastro-portal .btn-login {
    font-size: 18px;
  }

  .article-title {
    font-size: 32px;
    line-height: 38px
  }

  .category-post {
    font-size: 16px;
    line-height: 36px;
  }

  .article-desc,
  .by-author {
    font-size: 18px;
    line-height: 26px
  }

  .posted {
    font-size: 20px;
    line-height: 36px;
  }

  .box-news>h4 {
    font-size: 24px;
    text-align: center;
    margin-left: 0;
  }
}

@media screen and (max-width: 425px) and (min-width: 341px) {
  .content-newsletter .switch-option {
    width: 220px;
  }
}

@media screen and (max-width: 456px) {
  .ui-datepicker {
    width: 88.59649122807018vw;
  }

  .ui-datepicker-calendar tbody td,
  .ui-datepicker-calendar thead th {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
    overflow: hidden;
    font-size: 20px;
  }
}

@media screen and (max-width: 425px) {
  .head-resume {
    align-items: center;
  }

  .head-resume span {
    font-size: 20px
  }

  .frequency-input {
    max-width: 170px
  }

  .frequency-input label {
    width: 100%
  }

  .hidden-more.opened:before {
    width: 250px;
    height: 250px;
    top: -147px;
    left: calc(50% - 125px);
    z-index: -1;
  }

  .show-item.first-item {
    left: calc(50% - 97px);
    bottom: 94px;
  }

  .show-item.second-item {
    left: calc(50% - 25px);
    bottom: 146px;
  }

  .show-item.third-item {
    left: calc(50% - -50px);
    bottom: 94px;
  }

  .side-menu-item i.notification:before {
    width: 7px;
    height: 7px
  }

  .side-menu-home .side-menu-icons {
    background-size: 300px;
  }

  .side-menu-item .icon-radio {
    width: 31px;
    height: 34px;
  }

  .side-menu-item .icon-plus {
    width: 34px;
    height: 34px;
  }

  .side-menu-item .icon-whatsapp {
    width: 35px;
    height: 34px;
  }

  .side-menu-item .icon-sheet {
    width: 32px;
    height: 34px;
  }

  .side-menu-item .icon-letter {
    width: 34px;
    height: 26px;
  }

  .side-menu-item .icon-broadcast {
    width: 36px;
    height: 28px;
  }

  .side-menu-item .icon-newspaper {
    width: 33px;
    height: 34px;
  }

  .side-menu-item .icon-people {
    width: 34px;
    height: 31px;
  }

  .writer-btn-follow>button {
    width: 100%;
    height: 40px
  }

  .list-news li a h6 {
    font-size: 20px
  }

  .box-news {
    margin-bottom: 40px
  }

  .container-box-news h6 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 18px;
  }

  .item-list-colunas header figure {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px
  }

  .list-news,
  .titles-news {
    padding: 20px
  }

  .thumb-list {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    margin-top: 5px;
    margin-right: 14px;
  }

  .blue-title {
    font-size: 30px
  }

  .Left, .Right {
    float: none;
    margin: 30px auto
  }

  .img-post.vertical {
    max-width: 100%
  }

  .item-list-colunas {
    width: 250px;
    height: 220px;
  }

  .wrap-perfil .btn-login {
    width: 100%;
  }

  .columnist-data h1 {
    font-size: 22px;
    line-height: 27px;
    max-width: 170px;
  }

  .wrapper-colunistas .btn-follow {
    width: 80px;
    height: 20px;
    font-size: 14px;
    line-height: 10px;
  }

  .wrapper-colunistas .columnist-image {
    width: 67px;
    height: 67px;
  }

  .columnist-listing .widget-title {
    font-size: 30px;
  }

  .column-filters {
    font-size: 22px;
  }

  .columnist-listing .switch {
    width: 48px;
    height: 18px;
  }

  .columnist-listing .switch .slider:before {
    width: 20px;
    height: 18px;
  }

  .columnist-listing .switch input:checked+.slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  .wrapper-receive-content h1 {
    font-size: 50px;
  }

  .wrapper-receive-content .header-top,
  .wrapper-receive-content .information {
    text-align: center;
  }

  .wrapper-receive-content .header-top p {
    font-size: 28px;
    line-height: 32px;
  }

  .wrapper-receive-content .form-wrap {
    max-width: 100%;
  }

  .wrapper-receive-content .btn-login {
    margin: 0 auto;
  }

  .content-whatsapp .form-item {
    justify-content: center;
    padding-bottom: 15px;
  }

  .wrapper-aovivo span,
  .wrapper-aovivo .video-description {
    font-size: 16px;
  }

  .content-404 a {
    display: block;
  }

  .item-list-colunas a {
    font-size: 20px;
    line-height: normal;
  }

  .img-post.horizontal, .media-video, .citation {
    margin: 30px auto;
  }
}

@media screen and (max-width: 375px) {

  .ui-datepicker-calendar tbody td,
  .ui-datepicker-calendar thead th {
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    overflow: hidden;
    font-size: 18px;
  }

  .side-menu-item a span {
    font-size: 9px
  }

  .side-menu-item {
    max-width: 70px
  }

  .item-list-colunas header h4 {
    font-size: 16px
  }

  .item-list-colunas .btn-follow.btn-light {
    height: 25px;
  }

  .container-box-news h5 {
    font-size: 22px;
    line-height: 37px;
  }

  .normal-size {
    font-size: 30px
  }

  .footer-screen {
    font-size: 15px;
    line-height: 28px
  }
}

@media screen and (max-height: 360px) {
  .welcome-text p {
    margin-bottom: 60px;
  }

  .login-screen>div {
    min-height: 600px;
  }

  .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important
  }
}
