/* Font Lato */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.navbar-estadao {
    background-color:#393c40;
    height:40px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    position:relative;
    z-index:11
}

@media (max-width: 700px) {
  .navbar-estadao.not-subscriber,
  .navbar-estadao.check-banner-mobile{
    margin-top: 100px;
  }
}

.navbar-estadao * {
    font-family:"Lato",sans-serif
}
.navbar-estadao .container-large {
    display:flex;
    justify-content:space-between;
    width:95%;
    max-width:1280px;
    margin:auto
}
.navbar-estadao .container-large nav {
    display:flex
}
.navbar-estadao .container-large nav ul {
    list-style:none;
    display:flex;
    align-items:center;
    margin:0;
    padding-left:0
}
.navbar-estadao .container-large nav ul li {
    margin:0 5px;
    display:flex;
    align-items:center
}
.navbar-estadao .container-large nav ul li:first-child {
    margin-right:20px
}
@media only screen and (max-width: 1023px) {
    .navbar-estadao .container-large nav ul li:first-child {
        margin-right:15px
    }
}
@media only screen and (max-width: 767px) {
    .navbar-estadao .container-large nav ul li:first-child {
        display:flex
    }
}
@media only screen and (max-width: 767px) {
    .navbar-estadao .container-large nav ul li {
        display:none
    }
}
.navbar-estadao .container-large nav a {
    color:#fff;
    text-transform:uppercase;
    font-weight:700;
    font-size:12px;
    text-decoration:none;
    padding:5px;
    transition:.3s all
}
.navbar-estadao .container-large nav a:hover {
    opacity:.7
}
@media only screen and (max-width: 1023px) {
    .navbar-estadao .container-large nav a {
        font-size:11px
    }
}
.navbar-estadao .container-large .area-right {
    display:flex;
    align-items:center
}
.navbar-estadao .container-large .area-right a {
    text-decoration:none;
    text-transform:uppercase;
    font-size:12px
}
.navbar-estadao .container-large .area-right a img {
    margin-left:5px
}
.navbar-estadao .container-large .area-right .button-assine {
    height:30px;
    width:152px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    color:#2c2c2c;
    background-color:#f0bc00;
    border-radius:5px;
    transition:.3s all;
    margin-right:10px
}
.navbar-estadao .container-large .area-right .button-assine:hover {
    opacity:.7
}
.navbar-estadao .container-large .area-right .button-assine span {
    display:flex;
    margin-left:3px;
    color:#2c2c2c;
    align-items:center
}
@media only screen and (max-width: 1023px) {
    .navbar-estadao .container-large .area-right .button-assine span {
        display:none
    }
}
@media only screen and (max-width: 1023px) {
    .navbar-estadao .container-large .area-right .button-assine {
        width:auto;
        padding:0 10px
    }
}
.navbar-estadao .container-large .area-right .area-login {
    display:flex;
    flex-direction:column
}
.navbar-estadao .container-large .area-right .area-login a {
    width:80px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    margin-left:5px;
    transition:.3s all
}
.navbar-estadao .container-large .area-right .area-login a:hover {
    opacity:.7
}
.navbar-estadao .container-large .area-right .area-login a img {
    height:20px;
    width:20px;
    border-radius:50%
}
.navbar-estadao .container-large .area-right .area-login a span {
    color:#fff
}
@media only screen and (max-width: 1023px) {
    .navbar-estadao .container-large .area-right .area-login a {
        width:auto
    }
    .navbar-estadao .container-large .area-right .area-login a span {
        display:none
    }
}
.navbar-estadao .container-large .button-mobile-menu {
    display:none;
    background-color:rgba(0,0,0,0);
    border:none;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    margin-right:10px
}
@media only screen and (max-width: 767px) {
    .navbar-estadao .container-large .button-mobile-menu {
        display:flex
    }
}
@media only screen and (max-width: 767px) {
    .navbar-estadao .container-large {
        width:100%;
        padding:0 15px
    }
}
.navbar-mobile {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display:none;
    z-index:999999
}
.navbar-mobile .header-navbar-mobile {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:40px
}
.navbar-mobile .header-navbar-mobile .close-menu-mobile {
    background-color:rgba(0,0,0,0);
    border:none;
    cursor:pointer
}
.navbar-mobile .header-navbar-mobile .close-menu-mobile svg {
    height:25px;
    fill:#fff
}
.navbar-mobile .close-menu-click-screen {
    position:absolute;
    width:100%;
    background-color:rgba(0,0,0,.5);
    height:100%;
    transition:.5s all;
    z-index:1
}
.navbar-mobile .button-assine-mobile {
    background-color:#f0bc00;
    color:#2c2c2c;
    font-size:14px;
    border-radius:5px;
    padding:10px;
    display:block;
    margin-bottom:20px;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:700;
    width:max-content
}
.navbar-mobile .content-navbar-mobile {
    width:280px;
    height:100%;
    background-color:#fff;
    padding:20px;
    transition:.5s all;
    transform:translateX(-320px);
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    list-style:none
}
.navbar-mobile .content-navbar-mobile .logo-estadao {
    display:block
}
.navbar-mobile .content-navbar-mobile .logo-estadao img {
    width:125px
}
.navbar-mobile .content-navbar-mobile nav {
    border-top:1px solid #4a4a4a
}
.navbar-mobile .content-navbar-mobile nav ul {
    display:flex;
    flex-direction:column;
    list-style:none;
    padding: 0;
}
.navbar-mobile .content-navbar-mobile nav ul li {
    margin-top:20px
}
.navbar-mobile .content-navbar-mobile nav ul li a {
    text-decoration:none;
    color:#2c2c2c;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    padding:15px 0
}

#house-ad-link{
  z-index: 99999 !important;
}

/* Navbar Estradao */
.navbar-default-estradao{
  position: fixed;
  top: 47px;
  z-index: 9999;
  width: 100%;
}

.navbar-default-estradao::before{
  content: "";
  height: 47px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #efefef;
}

#search-panel{
  padding-right: 0 !important;
  padding-top: 0 !important;
}

#left-side-menu{
  padding-top: 0 !important;
  z-index: 9999999999 !important;
}

@media (max-width: 700px) {
  .navbar-default-estradao.not-subscriber,
  .navbar-default-estradao.check-banner-mobile{
    top: 147px;
    margin-bottom: 100px;
  }

  .navbar-default-estradao.not-subscriber::before,
  .navbar-default-estradao.check-banner-mobile::before{
    content: "";
    height: 147px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #efefef;
  }
}


/* Regras CSS Paywall */
main.background{
  z-index: 99999999;
}

main.background p.old-price{
  font-weight: 400;
}

main.background .modal:not(:has(>#registred_mobile)):not(:has(>.tab1)){animation-name: none;background-image: none;
  height: initial;
  position: fixed;
  left: initial;
  top: initial;
  overflow: initial;
  z-index: 99999999;
}

main.background #isRegistered{
  margin-bottom: 10px;
}

main.background p.termos{
  margin-top: 12px;
}

main.background .modal-label p{
  margin-left: 10px;
}

main.background .modal a:hover{
  text-decoration: none;
}

main.background .error-icon-style{
  margin-top: -11%;
}

main.background form{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

main.background form .grid-container .error-icon-style{
  margin-top: -8%;
}

#house-ad-link .banner__container .banner__field > div:nth-child(2){
  margin-bottom: 8px;
  margin-top: 4px;
}

#house-ad-link .banner__container .banner__field .btn__price .estadao{
  line-height: 16px;
}

@media (max-width: 700px) {
  main.background .error-icon-style{
    margin-top: -11%;
  }

  main.background form .grid-container .error-icon-style{
    margin-top: -4.3%;
  }
}

@media (max-width: 550px) {
  main.background .error-icon-style{
    margin-top: -11%;
  }

  main.background form .grid-container .error-icon-style{
    margin-top: -6%;
  }
}

@media (max-width: 450px) {
  main.background .error-icon-style{
    margin-top: -11%;
  }

  main.background form .grid-container .error-icon-style{
    margin-top: -8%;
  }
}

barra-parceiros{
  position: absolute;
  z-index: 9999;
}
