/**************************************************************************************************************************************
************* FIX LP ******************************************************************************************************************
**************************************************************************************************************************************/
#root {
  height: auto !important;
}

/**************************************************************************************************************************************
************* CONTENT *****************************************************************************************************************
**************************************************************************************************************************************/

body {
  font-family: 'IBMPlexSans-Regular';
  font-size: 16px;
  line-height: 22px;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

a {
  text-decoration: none;
  color: black;
}

strong,
b {
  font-family: 'IBMPlexSans-Bold';
}

em,
i {
  font-style: italic !important;
  font-family: 'IBMPlexSans-Italic';
}

em b,
b em,
b i,
i b,
strong i,
i strong,
em strong,
strong em {
  font-weight: bold;
  font-style: italic;
}

#display1_internas,
#display1_home{
  max-height: 305px!important;
  overflow: hidden;
}


#content {
  width: 100%;
}

#content .content-wrapper {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
#content .content-wrapper.full-screen {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

#content .overlay {
  position: absolute;
  width: 100%;
  height: 60%;
  left: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5970763305322129) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.desktop {
  display: block !important;
}
.mobile {
  display: none !important;
}

/**************************************************************************************************************************************
************* ACESSO VIEW *************************************************************************************************************
**************************************************************************************************************************************/

#acesso-elleview-wrapper {
  padding: 0 15px;
}

#acesso-elleview-wrapper #acesso-elleview {
  border-bottom: 1px solid #4a4a4a;
  padding-bottom: 20px;
  float: left;
  width: 100%;
  margin: 40px 0 20px;
}

#acesso-elleview-wrapper #acesso-elleview a {
  display: block;
  line-height: 25px;
  font-size: 14px;
  text-transform: uppercase;
}

#acesso-elleview-wrapper #acesso-elleview #welcomemessage {
  width: 50%;
  float: left;
  text-transform: uppercase;
  display: none;
  line-height: 25px;
  font-size: 14px;
}

#acesso-elleview-wrapper #acesso-elleview #welcomemessage span {
  text-transform: uppercase !important;
}

#acesso-elleview-wrapper #acesso-elleview a.link-newsletter {
  width: 50%;
  float: left;
  padding-left: 25px;
  background: url(../images/bg-linknewsletter.png) no-repeat left center;
}
#acesso-elleview-wrapper #acesso-elleview a.acesso {
  width: 50%;
  float: right;
  padding-right: 25px;
  text-align: right;
  background: url(../images/bg-linkacesso.png) no-repeat right center;
}

/**************************************************************************************************************************************
************* TAGLIST *****************************************************************************************************************
**************************************************************************************************************************************/

#content .taglist {
  width: 100%;
}

#content .taglist li {
  display: inline-block;
  margin: 0 3px 10px 0;
}

#content .taglist li a {
  display: block;
  border: 1px solid black;
  line-height: 36px;
  padding: 0 8px;
  border-radius: 50px;
  color: black;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 16px;
  font-family: 'IBMPlexSans-Medium';
}

/**************************************************************************************************************************************
************* SOCIAL MENU *************************************************************************************************************
**************************************************************************************************************************************/

.site-menu-social {
  min-width: 250px;
  height: 24px;
  float: right;
}
.site-menu-social li a {
  display: block;
  width: 41px;
  height: 24px;
  text-indent: -99999px;
}
.site-menu-social li {
  width: 41px;
  height: 24px;
  display: inline-block;
  background-image: url(../images/social-buttons.png);
  background-repeat: no-repeat;
}
.site-menu-social li.intagram {
}
.site-menu-social li.twitter {
  background-position: -41px;
}
.site-menu-social li.facebook {
  background-position: -87px;
}
.site-menu-social li.youtube {
  background-position: -129px;
}
.site-menu-social li.linkedin {
  background-position: -177px;
}
.site-menu-social li.tiktok {
  background-position: -223px;
}

/**************************************************************************************************************************************
************* HEADER ******************************************************************************************************************
**************************************************************************************************************************************/

.site-header {
  background: #111111;
  position: fixed;
  height: 70px;
  width: 100%;
  margin: 0 auto;
  z-index: 2000;
}

.site-header .header-wrapper {
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  position: relative;
}

.site-header .header-menu {
  position: absolute;
  left: 32px;
  color: white;
}
.site-header .header-menu #menu__toggle {
  opacity: 0;
  display: none;
}

.site-header .header-wrapper:has(#menu__toggle:checked) {
  max-width: 100%;
}

.site-header .header-wrapper:has(#menu__toggle:checked) .header-menu {
  left: 100px;
  top: 32px;
}

.site-header .header-menu #menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
  top: 8px;
}
.site-header .header-menu #menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
.site-header .header-menu #menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
.site-header .header-menu #menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.site-header .header-menu .menu__btn {
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 55555;
  display: flex;
  /*flex-direction: column;*/
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.site-header .header-menu .menu__btn > span,
.site-header .header-menu .menu__btn > span::before,
.site-header .header-menu .menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition-duration: 0.25s;
}
.site-header .header-menu .menu__btn > span::before {
  content: '';
  top: -9px;
}
.site-header .header-menu .menu__btn > span::after {
  content: '';
  top: 9px;
}
.site-header .header-menu .menu__box {
  display: flex;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #111111;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  transition-duration: 0.25s;
  z-index: 55554;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.site-header .header-menu .menu__box::-webkit-scrollbar {
  display: none;
}

.site-header .header-menu .menu__box .menu-itens {
  width: 60%;
  height: 100vh;
  padding: 0 0 0 100px;
}

.site-header .header-menu .menu__box .menu-oferta {
  width: 40%;
  min-height: 100vh;
  background: #f0ede5;
  text-align: center;
  color: black;
  padding-bottom: 40px;
}

.site-header .header-menu .menu__box .menu-oferta img {
  margin: 80px 0 0 0;
  max-width: 60%;
}
.site-header .header-menu .menu__box .menu-oferta h4 {
  font-size: 28px;
  line-height: 28px;
  font-family: 'ElleGaborStd-Bold';
  width: 100%;
  padding: 0 10px;
  max-width: 300px;
  margin: 0 auto 30px;
}
.site-header .header-menu .menu__box .menu-oferta p {
  width: 100%;
  padding: 0 10px;
  max-width: 380px;
  margin: 0 auto 25px;
}
.site-header .header-menu .menu__box .menu-oferta span {
  display: inline-block;
  width: 100%;
  font-family: 'IBMPlexSans-Bold';
  line-height: 32px;
  font-size: 28px;
  margin-bottom: 30px;
}
.site-header .header-menu .menu__box .menu-oferta span small {
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  font-weight: 400;
}
.site-header .header-menu .menu__box .menu-oferta a.btn-menu-assinar {
  width: 232px;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 18px;
  font-family: 'IBMPlexSans-Bold';

  text-align: center;
  display: block;
  background: #6324e2;
  margin: 0 auto 20px;
}
.site-header .header-menu .menu__box .menu-oferta a.btn-outros-planos {
  text-decoration: underline;
  color: black;
}

.site-header .header-menu .menu__box .search-box {
  width: 100%;
  float: left;
  padding-right: 100px;
  margin: 96px 0 40px 0;
}

.site-header .header-menu .menu__box .search-box form {
  border: 1px solid #595e6c;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
  border-radius: 50px;
  padding: 4px;
}

.site-header .header-menu .menu__box .search-box form input:focus {
  outline: none;
}

.site-header .header-menu .menu__box .search-box form input[type='text'] {
  background: none;
  border: none;
  line-height: 20px;
  height: 20px;
  padding: 16px 24px;
  color: white;
  font-family: 'IBMPlexSans-Regular';

  font-size: 16px;
  width: 92%;
  display: block;
  float: left;
}

.site-header
  .header-menu
  .menu__box
  .search-box
  form
  input[type='text']::placeholder {
  font-family: 'IBMPlexSans-Regular';
  font-weight: normal;
  font-size: 18px;
  color: #fff;
}

.site-header .header-menu .menu__box .search-box form button {
  width: 61px;
  height: 46px;
  background: white;
  border-radius: 50px;
  border: none;
  display: block;
  float: right;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/header-search-icon.png);
}

.site-header .header-menu .menu__box ul.main-menu {
  width: 50%;
  float: left;
  font-size: 24px;
  font-family: 'ElleGaborStd-Bold';
  list-style: none;
}

.site-header .header-menu .menu__box ul.main-menu a {
  color: white;
  line-height: 45px;
  text-decoration: none;
}

.site-header .header-menu .menu__box ul.nossas-revistas-menu {
  display: none;
}

.site-header .header-menu .menu__box ul.sub-menu {
  width: 50%;
  float: right;
  padding: 0 100px 0 0;
  font-size: 16px;
  line-height: 40px;
  font-family: 'IBMPlexSans-Regular';
  list-style: none;
}

.site-header .header-menu .menu__box ul.sub-menu li {
  float: left;
  width: 100%;
}

.site-header .header-menu .menu__box ul.sub-menu li.separator {
  width: 100%;
  max-width: 56px;
  height: 2px;
  background-color: #ecac59;
  display: block;
  margin: 24px 0;
}

.site-header .header-menu .menu__box ul.sub-menu a {
  color: white;
  line-height: 40px;
  text-decoration: none;
}

.site-header .header-logo {
  width: 100px;
  margin-right: 100px;
}

.site-header .header-wrapper-revistas {
  width: 510px;
  position: absolute;
  right: 32px;
}

.site-header .header-menu-revistas {
  z-index: 999;
  display: block;
  float: left;
  font-size: 12px;
  color: white;
  line-height: 35px;
  position: relative;
}
.site-header .header-menu-revistas .dropbtn {
  border: none;
  cursor: pointer;
  color: white;
  position: relative;
  padding-right: 10px;
  background: none;
  font-family: 'IBMPlexSans-Medium';
  font-size: 15px;
}
.site-header .header-menu-revistas .dropbtn:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: none;
  top: 6px;
  right: -5px;
}
.site-header .header-menu-revistas .dropdown {
  position: relative;
  display: inline-block;
}
.site-header .header-menu-revistas .dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 1220px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: -370px;
  padding-top: 6px;
}
.site-header .header-menu-revistas .dropdown-content:after {
  content: '';
  position: absolute;
  right: 365px;
  width: 0;
  height: 0;
  top: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;

  border-bottom: 6px solid #fff;
}
.site-header .header-menu-revistas .dropdown-content .dropdown-wrapper {
  padding: 40px 0;
  background-color: #ffffff;
  z-index: 998;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 6px 6px;
  display: flex;
}
.site-header .header-menu-revistas .dropdown-content a {
  color: black;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: 20%;
  min-height: 480px;
  text-align: center;
  padding: 0 32px;
  border-right: 1px solid #c7c7c7;
  text-decoration: none;
}

.site-header .header-menu-revistas .dropdown-content a:last-child {
  border-right: none;
}
.site-header .header-menu-revistas .dropdown-content a h4 {
  text-align: left;
  font-family: 'ElleGaborStd-Bold';
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.site-header .header-menu-revistas .dropdown-content a p {
  flex: 1;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}

.site-header .header-menu-revistas .dropdown-content .img-wrapper {
  width: 100%;
  max-width: 200px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.site-header .header-menu-revistas .dropdown-content img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.site-header .header-menu-revistas .dropdown-content img.img-view {
  max-width: 200px;
  margin: 30px 0;
}

.site-header .header-menu-revistas .dropdown-content a span {
  text-align: left;
  line-height: 16px;
  font-size: 14px;
  display: block;
  padding: 15px 0 15px 45px;
  margin-top: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/header-menu-revista-icon.png);
}
.site-header .header-menu-revistas .dropdown-content a .btn-black {
  display: block;
  background: black;
  color: white;
  width: 95px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  font-family: 'IBMPlexSans-Medium';
  font-size: 15px;
}
.site-header .header-menu-revistas .dropdown:hover .dropdown-content {
  display: block;
}

.site-header .header-btn-assine {
  display: block;
  float: left;
  width: 160px;
  height: 35px;
  line-height: 35px;
  background: #6324e2;
  margin: 0 35px 0 40px;
}
.site-header .header-btn-assine a {
  color: white;
  display: block;
  line-height: 35px;
  width: 100%;
  font-size: 13px;
  line-height: 35px;
  font-weight: normal;
  font-family: 'IBMPlexSans-Medium';
  text-align: center;
}

.site-header .header-btn-assine a.mobile {
  display: none;
}
.site-header .header-acesse-view {
  display: block;
  float: right;
}

.site-header .header-acesse-view a {
  display: block;
  color: white;
  font-size: 14px;
  line-height: 18px;

  text-decoration: none;
}

.site-header .header-acesse-view a span {
  font-family: 'IBMPlexSans-Bold';
}

.site-header .header-acesse-view a small {
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.site-header .site-menu-social {
  width: 100%;
  margin-top: 50px;
}

/**************************************************************************************************************************************
******** Table of contents *******************************************************************************************************************
**************************************************************************************************************************************/

#ez-toc-container {
  padding: 8px 24px !important;
  max-width: 320px;
  width: 100%;
  font-size: 15px !important;
  background: #f0f0f0 !important;
  margin-bottom: 32px !important;
}

#ez-toc-container .ez-toc-title {
  font-weight: bold !important;
  font-size: 100%important;
  line-height: 34px !important;
}

#ez-toc-container .ez-toc-toggle label {
  border-color: #707070 !important;
}

#ez-toc-container .ez-toc-toggle label svg {
  fill: #000 !important;
  color: #000 !important;
}

#ez-toc-container ul {
  margin-top: 8px !important;
}

#ez-toc-container .ez-toc-list li {
  width: 100%;
  margin-bottom: 16px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid #afafaf;
}

#ez-toc-container .ez-toc-list li a {
  display: block;
  width: 100%;
  color: black !important;
  text-decoration: none !important;
}

#ez-toc-container .ez-toc-list li li {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

#ez-toc-container .ez-toc-list > li:last-child {
  border-bottom: none;
}

#ez-toc-container .ez-toc-list li ul li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/**************************************************************************************************************************************
******** FAQ *******************************************************************************************************************
**************************************************************************************************************************************/
#post-content section {
  display: inline-block;
  width: 100%;
}

#post-content section summary h2,
#post-content section summary h3,
#post-content section summary h4 {
  font-size: 22px;
  margin-bottom: 24px;
}

#post-content .saswp_faq_tiny_content {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 32px;
}

#post-content .post-views {
  display: none;
}

/**************************************************************************************************************************************
******** FOOTER ***********************************************************************************************************************
**************************************************************************************************************************************/

.site-footer {
  clear: both;
  width: 100%;
  float: left;
  padding: 30px;
  background: black;
}

.site-footer .site-footer-wrapper {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

.site-footer .site-footer-logo {
  width: 100%;
}
.site-footer .site-footer-menus {
  width: 100%;
  margin: 30px 0;
  float: left;
}
.site-footer .site-menu-footer {
  width: 280px;
  float: left;
}

.site-footer .site-menu-footer a {
  color: white;
  line-height: 28px;
  font-size: 14px;
  text-decoration: none;
}

.site-footer > p {
  width: 100%;
  color: white;
  float: left;
}

/**************************************************************************************************************************************
******** LGPD *************************************************************************************************************************
**************************************************************************************************************************************/

#lgpd {
  position: fixed;
  width: 100%;
  bottom: -300px;
  left: 0;
  text-align: center;
  background: #f2efe8;
  padding: 15px 0;
  z-index: 999999;
  transition: all 0.3s ease-out;
  opacity: 0;
  margin-bottom: 0;
}
#lgpd-container {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  transition: all 0.3s ease-out;
}
#lgpd #lgpd-text {
  display: inline-block;
  max-width: 800px;
  padding: 0 20px;
  vertical-align: middle;
}
#lgpd #lgpd-text p {
  line-height: 16px;
  font-size: 12px;
  text-align: left;
  color: #171717;
}
#lgpd #lgpd-text p a {
  text-decoration: underline;
  color: #171717;
}
#lgpd #lgpd-button {
  vertical-align: middle;
  display: inline-block;
}
#lgpd .lgpd-button-confirm {
  color: white;
  background: #171717;
  display: block;
  width: 200px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'ElleGaborStd-Bold';

  font-size: 12px;
}

#lgpd .lgpd-button-close {
  background: white;
  color: #171717;
  display: block;
  width: 200px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'ElleGaborStd-Bold';

  font-size: 12px;
  margin-bottom: 10px;
}

#lgpd #lgpd-newsletter-v2 {
  display: none;
  width: 100%;
  float: left;
  padding: 45px 0 90px 0;
}

#lgpd #lgpd-newsletter-v2 .wrapper {
  width: 100%;
  max-width: 770px;
  padding: 60px 35px 0;
  margin: 0 auto;
  border-top: 1px solid black;
  position: relative;
}

#lgpd #lgpd-newsletter-v2 #close-button-newsletter {
  position: absolute;
  top: -80px;
  right: -55px;
  width: 42px;
  height: 42px;
  background: url(../images/close-newsletter.png);
  cursor: pointer;
}

#lgpd #lgpd-newsletter-v2 .lgpd-newsletter-v2-text {
  float: left;
  max-width: 390px;
  width: 100%;
  text-align: left;
  padding-right: 60px;
}

#lgpd #lgpd-newsletter-v2 .lgpd-newsletter-v2-text .title {
  font-size: 28px;
  line-height: 32px;
  font-family: 'ElleGaborStd-Bold';
  margin-bottom: 20px;
  text-transform: uppercase;
  display: block;
}
#lgpd #lgpd-newsletter-v2 .lgpd-newsletter-v2-text .desc {
  font-size: 16px;
  line-height: 20px;
}

#lgpd #lgpd-newsletter-v2 .lgpd-newsletter-v2-form {
  float: left;
  max-width: 310px;
  width: 100%;
}

#lgpd #lgpd-newsletter-v2 .lgpd-newsletter-v2-form input[type='text'] {
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: 1px solid #575757;
  font-size: 16px;
  color: #171717;
  font-family: 'IBMPlexSans-Regular';
}

#lgpd #lgpd-newsletter-v2 .lgpd-newsletter-v2-form ._checkbox-radio {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
}

#lgpd #lgpd-newsletter-v2 .lgpd-newsletter-v2-form button {
  width: 160px;
  color: white;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-family: 'ElleGaborStd-Bold';
  border: none;
  background: #6324e2;
  margin-top: 15px;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}

#lgpd #lgpd-newsletter-v2 a {
  display: block;
  width: 100%;
  max-width: 280px;
  padding-left: 30px;
  float: left;
  text-align: left;
  text-decoration: underline;
  background: url(../images/arrow-dropright-circle.png) no-repeat left center;
  margin-top: 20px;
  font-size: 15px;
}

#lgpd #lgpd-newsletter-v2 ._error-inner {
  color: red;
  font-size: 13px;
  margin: 5px 0;
  text-align: left;
}

/**************************************************************************************************************************************
******** PAGE *************************************************************************************************************************
**************************************************************************************************************************************/

#content.page {
  padding: 120px 0;
}

#content.page h1 {
  font-family: 'ElleGaborStd-Bold';
  font-size: 50px;
  line-height: 56px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
}

#content.page p {
  margin-bottom: 25px;
}

#content.page a {
  text-decoration: underline;
  color: blue;
}

/**************************************************************************************************************************************
******** NEWSLETTER *******************************************************************************************************************
**************************************************************************************************************************************/

#content .newsletter {
  width: 100%;
  float: left;
  padding: 90px 0;
  background: #f0ede5;
}

#content .newsletter .newsletter-texto,
#content .newsletter .newsletter-selecione {
  width: 50%;
  float: left;
}
#content .newsletter .newsletter-texto {
  padding-right: 100px;
}
#content .newsletter .newsletter-texto h2 {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 30px;
  font-family: 'ElleGaborStd-Bold';
}

#content .newsletter .newsletter-texto p {
  margin: 10px 0 30px;
}

#content .newsletter form {
  position: relative;
}

#content .newsletter form ._form_element {
  width: 350px;
  float: left;
}
#content .newsletter form ._form_element input[type='text'] {
  width: 100%;
  background: white;
  border: 1px solid #bdbdbd;
  height: 51px;
  line-height: 51px;
  text-align: center;
  margin-bottom: 20px;
  color: #353535;
  font-size: 16px;
}

#content .newsletter form ._button-wrapper {
  width: 125px;
  float: right;
}

#content .newsletter form ._button-wrapper button {
  height: 51px;
  width: 125px;
  line-height: 51px;
  color: white;
  text-align: center;
  font-size: 14px;
  font-family: 'IBMPlexSans-Medium';
  border: none;
  background: #6324e2;
  position: absolute;
  right: 0;
  top: 0;
}

#content .newsletter .newsletter-selecione h6 {
  padding-bottom: 15px;
  margin-bottom: 50px;
  border-bottom: 1px solid #788794;
  color: #788794;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'IBMPlexSans-Medium';
}

#content .newsletter .newsletter-selecione .item {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
#content .newsletter .newsletter-selecione .item img {
  display: inline-block;
  border-radius: 50%;
}
#content .newsletter .newsletter-selecione .item .info {
  display: inline-block;
  /* 
  max-width: 375px;
  margin: 0 60px 0 20px;
  */
  max-width: 490px;
  margin: 0 0 0 20px;
}
#content .newsletter .newsletter-selecione .item .info h5 {
  font-size: 20px;
  font-family: 'ElleGaborStd-Bold';
  margin-bottom: 10px;
  text-transform: uppercase;
}
#content .newsletter .newsletter-selecione .item .check {
  display: inline-block;
  vertical-align: top;
  margin-top: 42px;
}

.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}
.form-switch i::before {
  content: '';
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}
.form-switch i::after {
  content: '';
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}
.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
.form-switch:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}
.form-switch input {
  display: none;
}
.form-switch input:checked + i {
  background-color: #6324e2;
}
.form-switch input:checked + i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}

/**************************************************************************************************************************************
************* 404 ERROR ***************************************************************************************************************
**************************************************************************************************************************************/

.error_404 {
  padding: 0 10px;
  text-align: center;
}

.error_404 h1 {
  margin-top: 150px;
  color: #6324e2;
  font-size: 90px;
  line-height: 90px;
  font-family: 'ElleGaborStd-Bold';
  font-weight: 700;
}
.error_404 p {
  font-size: 28px;
  line-height: 32px;
  margin: 15px 0;
  font-family: 'IBMPlexSans-Bold';
}
.error_404 form {
  width: 100%;
  max-width: 650px;
  margin: 60px auto;
  border: 1px solid #595e6c;
  border-radius: 50px;
  padding: 3px;
}

.error_404 form input[type='search'] {
  float: left;
  border: none;
  width: 90%;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  border-radius: 50px;
  padding: 0 0 0 15px;
}

.error_404 form button {
  width: 10%;
  float: right;
  background: #ecac59;
  border: none;
  border-radius: 50px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
}

.error_404 form button span {
  font-size: 40px;

  display: block;
  transform: rotate(-45deg);
}

/**************************************************************************************************************************************
******** MOBILE ***********************************************************************************************************************
**************************************************************************************************************************************/

@media (max-width: 1279px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }

  #content {
    overflow: hidden;
  }

  #content .overlay.destaque-home {
    display: none;
  }

  /**************************************************************************************************************************************
******** HEADER MOBILE  ***************************************************************************************************************
**************************************************************************************************************************************/

  .header-menu-revistas,
  .header-acesse-view {
    display: none !important;
  }
  .site-header .header-wrapper-revistas {
    width: 90px;
    margin: 0;
  }
  .site-header .header-btn-assine {
    margin: 0;
    width: 90px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .site-header .header-btn-assine a.mobile {
    font-size: 11px;
    line-height: 12px;
    font-family: 'IBMPlexSans-Bold';
  }

  .site-header .header-btn-assine a.desktop {
    display: none;
  }

  .site-header .header-wrapper:has(#menu__toggle:checked) .header-menu {
    left: 32px;
    top: 24px;
  }

  .site-header .header-menu .menu__box ul.sub-menu li.separator {
    margin: 24px auto;
    float: unset;
    display: inline-flex;
  }

  .site-header .header-menu .menu__box {
    height: 100vh;
    overflow-y: auto;
    flex-direction: column;
  }
  .site-header .header-menu .menu__box .menu-itens {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .site-header .header-menu .menu__box .search-box {
    padding: 0 10px;
  }
  .site-header .header-menu .menu__box .menu-oferta {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }
  .site-header .header-menu .menu__box ul.main-menu {
    width: 100%;
    padding: 0 20 0 20px;
    text-align: center;
  }
  .site-header .header-menu .menu__box ul.sub-menu {
    width: 100%;
    padding: 0 20px 45px 20px;
    text-align: center;
  }

  .site-header .header-menu .menu__box ul.main-menu a.elle-view-destaque {
    padding: 4px 8px;
    background-color: #fff;
    color: #000;
  }

  .site-header .header-menu .menu__box .search-box form input[type='text'] {
    width: 80%;
  }
  .site-header .header-menu .menu__box .search-box form button {
    width: 20%;
  }
  .site-header .header-menu .menu__box ul.nossas-revistas-menu {
    display: block;
    font-size: 20px;
    color: #ecac59;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    float: left;
  }
  .site-header .header-menu .menu__box ul.nossas-revistas-menu:before {
    content: '';
    height: 2px;
    display: block;
    background: #ecac59;
    width: 60px;
    margin: 0 auto 20px;
  }
  .site-header .header-menu .menu__box ul.nossas-revistas-menu:after {
    content: '';
    height: 2px;
    display: block;
    background: #ecac59;
    width: 60px;
    margin: 20px auto 0;
  }
  .site-header .header-menu .menu__box ul.nossas-revistas-menu a {
    color: white;
    font-weight: 400;
  }

  .site-header .header-logo {
    margin: 0;
  }

  /**************************************************************************************************************************************
******** FOOTER MOBILE  ***************************************************************************************************************
**************************************************************************************************************************************/

  .site-footer .site-menu-footer {
    width: 100%;
    margin-bottom: 30px;
  }

  .site-footer .site-menu-social {
    float: left;
    min-width: 250px;
    margin-bottom: 30px;
  }

  .site-header .site-menu-social {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 48px;
  }

  body.scrolled .site-header {
    top: 0;
  }

  /**************************************************************************************************************************************
******** LGPD MOBILE  *****************************************************************************************************************
**************************************************************************************************************************************/

  #lgpd-newsletter {
    padding: 0 20px;
    width: 100%;
  }
  #lgpd #lgpd-newsletter-title {
    width: 100%;
    display: block;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
  }
  #lgpd #lgpd-newsletter-title {
    text-align: center;
  }
  #lgpd #lgpd-newsletter-text {
    width: 100%;
    display: block;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
  }
  #lgpd #lgpd-newsletter-text p br {
    display: initial;
  }
  #lgpd #lgpd-newsletter-butons {
    width: 100%;
    display: block;
  }
  #lgpd #lgpd-text {
    display: block;
    width: 100%;
    max-width: 360px;
    padding: 0 20px;
    margin: 0 auto 25px;
    text-align: center;
  }
  #lgpd #lgpd-button {
    display: block;
    width: 100%;
  }
  #lgpd .lgpd-button-confirm,
  #lgpd .lgpd-button-close {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }
  #lgpd .lgpd-button-close {
    margin-bottom: 10px;
  }

  #lgpd #lgpd-newsletter-v2 {
    padding-top: 15px;
    padding-bottom: 0;
  }

  #lgpd #lgpd-newsletter-v2 .wrapper {
    width: 100%;
    max-width: 770px;
    padding: 0 45px;
    border-top: none;
  }

  #lgpd #lgpd-newsletter-v2 .lgpd-newsletter-v2-text {
    text-align: center;
    padding-right: 0;
    margin-bottom: 30px;
  }

  #lgpd #lgpd-newsletter-v2 .lgpd-newsletter-v2-text .desc {
    font-size: 16px;
    line-height: 20px;
  }

  #lgpd #lgpd-newsletter-v2 .lgpd-newsletter-v2-form {
    max-width: 100%;
  }

  #lgpd #lgpd-newsletter-v2 .lgpd-newsletter-v2-form button {
    margin: 25px auto 0;
  }

  #lgpd #lgpd-newsletter-v2 a {
    padding: 0;
    background: none;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
  }

  #lgpd #lgpd-newsletter-v2 #close-button-newsletter {
    right: 10px;
    top: -50px;
  }

  /**************************************************************************************************************************************
******** NEWSLETTER MOBILE ************************************************************************************************************
**************************************************************************************************************************************/
  #content .newsletter {
    padding: 70px 20px;
  }

  #content .newsletter .newsletter-texto,
  #content .newsletter .newsletter-selecione {
    width: 100%;
    float: left;
  }

  #content .newsletter .newsletter-texto {
    padding-right: 0;
    margin-bottom: 40px;
  }

  #content .newsletter .newsletter-texto h2 {
    font-size: 28px;
    line-height: 32px;
  }

  #content .newsletter .newsletter-selecione .item img {
    display: none;
  }

  #content .newsletter .newsletter-selecione .item .info {
    /* max-width: calc(100% - 90px); */
    max-width: 100%;
    margin: 0;
  }

  #content .newsletter .newsletter-selecione .item .check {
    float: right;
  }

  #content .newsletter form ._form_element {
    width: 100%;
  }
  #content .newsletter form ._button-wrapper {
    width: 100%;
  }
  #content .newsletter form ._button-wrapper button {
    position: relative !important;
    width: 100%;
    margin: 20px auto;
  }

  /**************************************************************************************************************************************
******** TAGLIST MOBILE  **************************************************************************************************************
**************************************************************************************************************************************/

  #content .taglist {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: auto;
    padding: 0 10px 10px 0;
  }

  #content .taglist li {
    white-space: nowrap;
  }

  #content .taglist li:first-child {
    margin-left: 0;
  }

  /**************************************************************************************************************************************
******** DROPS MOBILE  ****************************************************************************************************************
**************************************************************************************************************************************/

  #content .posts-drops img {
    width: 120px;
    height: auto;
    margin: 0 15px 0 0;
  }

  #content .posts-drops .drop-text {
    width: calc(100% - 135px);
    min-height: 163px;
  }
  #content .posts-drops .drop-text h4 {
    font-size: 16px;
    line-height: 22px;
  }
  #content .posts-drops .drop-text .drop-description.hidden {
    display: none;
  }

  #content.page {
    padding: 120px 20px 0;
  }

  #content.page h1 {
    font-size: 30px;
    line-height: 36px;
  }

  #ez-toc-container {
    max-width: 100% !important;
  }
}


/**************************************************************************************************************************************
******** TESTE AB HEADER ****************************************************************************************************************
**************************************************************************************************************************************/

.site-header .header-wrapper #menu-assine {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: white;
  padding: 32px;
  display: none!important;
}

@media (max-width: 1279px) {

.site-header.teste-ab .header-wrapper-revistas{
  width: 130px;
}

.site-header .header-wrapper .header-btn-assine.teste-ab {
  display: none!important;
  background: none;
}

.site-header.teste-ab .header-wrapper .header-btn-assine {
  display: none!important;
}

.site-header.teste-ab .header-wrapper .header-btn-assine.teste-ab {
  display: block!important;
  width: 130px;
}

.site-header.teste-ab .header-btn-assine.teste-ab a{
  text-align: left;
  position: relative;
}

.site-header.teste-ab .header-btn-assine.teste-ab a:after{
  content: "";
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  border-bottom: initial;
  position: absolute;
  top: 15px;
  left: 130px;
}

.site-header.teste-ab .header-btn-assine.teste-ab a.active:after{ 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
  border-top: initial;
}

/* alinha o logo a esquerda */

.site-header.teste-ab .header-wrapper{
  justify-content: left;
  padding: 0 32px 0 80px;
}

.site-header .header-wrapper #menu-assine {
  display: none;
}

.site-header.teste-ab .header-wrapper #menu-assine.active {
  display: block!important;
}

.site-header.teste-ab .header-wrapper #menu-assine h5{
  font-size: 17px;
  font-family: 'ElleGaborStd-Bold';
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ECAC59;
  text-transform: uppercase;
}
.site-header.teste-ab .header-wrapper #menu-assine a{
  font-size: 20px;
  font-family: 'IBMPlexSans-Bold';
  margin-bottom: 16px;
  color: #6324E2;
  display: block;
  position: relative;
}
.site-header.teste-ab .header-wrapper #menu-assine a:after{
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.site-header.teste-ab .header-wrapper #menu-assine p{
  font-size: 16px;
  line-height: 20px;
  color: #728494;
  margin-bottom: 42px;
  padding: 0 5px 0 0;
}

}

/**************************************************************************************************************************************
******** MOBILE (IPHONES MINI E SE) ***************************************************************************************************
**************************************************************************************************************************************/

@media (max-width: 375px) {

  .site-header .header-wrapper .header-logo img {
    max-width: 85%;
  }
}