@keyframes home-vetor {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(12%);
  }
}
@keyframes home-vetor-2 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(5%);
  }
}
@keyframes efeito-entrada {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  50% {
    opacity: 0.5;
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes efeito-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rotate-arrow-start {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-180deg);
  }
}
@keyframes rotate-arrow-end {
  from {
    transform: rotate(-180deg);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes heighOpentItems {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes heighClosetItems {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #FFEFEB;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}
.main__editoralaranja {
  margin-top: 80px;
  padding: 0 48px;
  min-height: 80vh;
  background-color: #FF6138;
  background-image: url("../../imgs/editora/main-hero-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 33.75rem) {
  .main__editoralaranja {
    background-position: center;
  }
}
.main__editoralaranja .main__container {
  width: 960px;
  max-width: 1290px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
}
.main__editoralaranja .main__container > h1 {
  margin-bottom: 40px;
  color: #FFF;
  text-align: center;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.0625rem;
  animation: efeito-entrada 1s ease-out forwards;
}
.main__editoralaranja .main__divimg {
  justify-self: flex-end;
  animation: efeito-opacity 1s ease-out forwards;
}
.main__editoralaranja .main__divimg img {
  margin: 0 auto;
}

@media screen and (max-height: 768px) {
  .main__editoralaranja {
    min-height: 100vh;
  }
}
.footer {
  padding: 40px 48px 0px 48px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 64rem) {
  .footer {
    padding: 40px 24px 0px 24px;
  }
}
@media screen and (max-width: 48rem) {
  .footer {
    background-size: contain;
    background-position: bottom;
  }
}
.footer .footer__container {
  max-width: 1290px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 64rem) {
  .footer .footer__container {
    gap: 30px;
  }
}
@media screen and (max-width: 48rem) {
  .footer .footer__container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 33.75rem) {
  .footer .footer__container {
    flex-direction: column;
  }
}
.footer .footer__redessociais {
  flex-shrink: 0;
}
.footer .footer__redessociais p {
  margin-top: 16px;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5625rem;
}
.footer .footer__redessociais small {
  margin: 16px 0;
  display: block;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
}
.footer .footer__redessociais .footer__redessociais__lista {
  display: flex;
  gap: 16px;
}
.footer .footer__redessociais .footer__redessociais__lista a {
  display: block;
}
.footer .footer__navlinks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 80rem) {
  .footer .footer__navlinks {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 64rem) {
  .footer .footer__navlinks {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 48rem) {
  .footer .footer__navlinks {
    order: 3;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 33.75rem) {
  .footer .footer__navlinks {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer .footer__navlinks .footer__navlinks__items p {
  margin-bottom: 8px;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
}
.footer .footer__navlinks .footer__navlinks__items a {
  color: #FFFFFF;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.875rem;
}
@media screen and (max-width: 33.75rem) {
  .footer .footer__map {
    order: 3 !important;
  }
}
.footer .footer__map .footer__map__items {
  margin-bottom: 24px;
}
.footer .footer__map .footer__map__items p {
  margin-bottom: 4px;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
}
.footer .footer__map .footer__map__items small {
  color: #FFFFFF;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.footer .footer__map .footer__map__container {
  width: 100%;
  height: 237px;
  background-color: #FFFFFF;
}
.footer .footer__copy {
  margin: 45px 0 23px 0;
}
.footer .footer__copy .footer__copy__lista {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer .footer__copy .footer__copy__info {
  margin-top: 16px;
  text-align: center;
  color: #FFFFFF;
}
.footer .footer__copy .footer__copy__info a {
  color: #FFFFFF;
  text-decoration: underline;
}

.footer--laranja {
  background-color: #FF6138;
  background-image: url("../../imgs/home/footer-hero-banner.webp");
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 19px 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: #FFEFEB;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 62.4375rem;
  transition: 0.3s ease-out;
  border: none;
  text-transform: uppercase;
}
@media screen and (max-width: 33.75rem) {
  .button {
    font-size: 1.125rem;
  }
}

.button__outline {
  background-color: transparent;
  border: 1px solid #FF6138;
}

.button__outline--2 {
  background-color: transparent;
  border: 1px solid #338CC8;
}

.button__outline--3 {
  background-color: transparent;
  border: 1px solid #DBAC04;
}

.button__outline--4 {
  background-color: transparent;
  border: 1px solid #165DAD;
}

.button__outline--5 {
  background-color: transparent;
  color: #FFEFEB;
  border: 1px solid #FFEFEB;
}

.button__outline--6 {
  background-color: transparent;
  border: 1px solid #0A4793;
}

.button__outline--7 {
  background-color: transparent;
  border: 1px solid #2275B5;
}

.button__outline--roxo {
  background-color: transparent;
  border: 1px solid #503D92;
}

.button__outline--branco {
  background-color: transparent;
  color: #FFEFEB;
  border: 1px solid #FFEFEB;
}

.button__small {
  padding: 9.5px 16px;
  font-weight: 600;
}

.button__full {
  color: #FFFFFF;
}

.button__full--laranja {
  background-color: #FF6138;
  color: #FFFFFF;
}

.button__full--azul-2 {
  background-color: #1B6AA8;
  color: #FFFFFF;
}

.button__full--amarelo {
  background-color: #CDA206;
  color: #FFFFFF;
}

.button__full--azul-3 {
  background-color: #165DAD;
  color: #FFFFFF;
}

.button__full--azul-4 {
  background-color: #0A4793;
  color: #FFFFFF;
}

.button__full--azul-5 {
  background-color: #2275B5;
  color: #FFFFFF;
}

.button__full--roxo {
  background-color: #503D92;
  color: #FFFFFF;
}

.button--verde {
  color: #116737;
}

.button--verde-2 {
  color: #70BE5A;
}

.button--laranja {
  color: #E97244;
}

.button--laranja-2 {
  color: #F78C51;
}

.button--laranja-3 {
  color: #FF6138;
}

.button--azulclaro {
  color: #338CC8;
}

.button--azulclaro-2 {
  color: #1C8BCC;
}

.button--azul {
  color: #004B97;
}

.button--azul-2 {
  color: #165DAD;
}

.button--azul-3 {
  color: #0A4793;
}

.button--azul-4 {
  color: #2275B5;
}

.button--azulclaro-3 {
  color: #2275B5;
}

.button--amarelo {
  color: #E0B109;
}

.button--roxo {
  color: #524093;
}

.button--preto {
  color: #090C15;
}

.griditem {
  padding-top: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background-color: #FFF;
  box-shadow: 0px 0px 17px 0px rgba(255, 97, 56, 0.17);
}
@media screen and (max-width: 48rem) {
  .griditem {
    scroll-snap-align: center;
    width: 300px;
    flex-shrink: 0;
  }
}
.griditem::after {
  content: "";
  width: 283px;
  height: 155px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../../imgs/editora/destaque-card.svg");
  background-repeat: no-repeat;
}
.griditem .griditem__divimg,
.griditem .griditem__divinfo {
  position: relative;
  z-index: 2;
}
.griditem .griditem__divimg {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.griditem .griditem__divinfo {
  padding: 16px 17px 32px 17px;
}
.griditem .griditem__divinfo h3 {
  margin-bottom: 8px;
  color: #FF6138;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
}
.griditem .griditem__divinfo p {
  color: #3A3A3A;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3125rem;
}

.nav__editora {
  max-width: 1167px;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  top: -30px;
  z-index: 2;
  background-color: #EE522A;
  border-radius: 3.875rem;
  overflow: hidden;
}
.nav__editora .nav__editora__ul {
  display: flex;
}
@media screen and (max-width: 48rem) {
  .nav__editora .nav__editora__ul {
    width: 100%;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
}
.nav__editora .nav__editora__ul li {
  flex: 1;
}
.nav__editora .nav__editora__ul a {
  padding: 0.625rem 2rem;
  display: block;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  border-radius: 3.4375rem;
  white-space: nowrap;
  text-align: center;
  transition: 0.3s ease-out;
}
.nav__editora .nav__editora__ul a:hover {
  background-color: #FFFFFF;
  color: #FF6138;
}
@media screen and (max-width: 64rem) {
  .nav__editora .nav__editora__ul a {
    padding: 0.625rem 1rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 48rem) {
  .nav__editora .nav__editora__ul a {
    scroll-snap-align: start;
    flex-shrink: 0;
  }
}
.nav__editora .nav__editora__ul .active {
  background-color: #FFFFFF;
  color: #FF6138;
}

.section1__editora {
  padding: 60px 48px;
  position: relative;
}
@media screen and (max-width: 64rem) {
  .section1__editora {
    padding: 60px 24px;
  }
}
.section1__editora .section1__editora__container {
  max-width: 1290px;
  margin: 0 auto;
}
.section1__editora .section1__editora__container > h1 {
  margin-bottom: 56px;
  color: #FF6138;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.section1__editora .section1__editora__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 80rem) {
  .section1__editora .section1__editora__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 64rem) {
  .section1__editora .section1__editora__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 48rem) {
  .section1__editora .section1__editora__grid {
    width: 100%;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    padding: 8px;
  }
}
.section1__editora .griditem__info {
  padding: 74px 0px;
  grid-row: 1;
  grid-column: 4;
}
@media screen and (max-width: 80rem) {
  .section1__editora .griditem__info {
    grid-column: 3;
  }
}
@media screen and (max-width: 64rem) {
  .section1__editora .griditem__info {
    grid-column: 2;
  }
}
@media screen and (max-width: 48rem) {
  .section1__editora .griditem__info {
    padding: 74px 24px;
    order: 8;
    scroll-snap-align: center;
    width: 300px;
    flex-shrink: 0;
  }
}
.section1__editora .griditem__info h2 {
  margin-bottom: 24px;
  color: #FF6138;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 2.25rem;
}
.section1__editora .griditem__info .button {
  white-space: nowrap;
}

.section2__editora {
  margin-top: -300px;
  padding: 380px 48px 108px 48px;
  background-image: url("../../imgs/editora/img-section2.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 80rem) {
  .section2__editora {
    padding: 380px 24px 108px 24px;
  }
}
@media screen and (max-width: 64rem) {
  .section2__editora {
    padding: 300px 24px 108px 24px;
    margin-top: -220px;
  }
}
@media screen and (max-width: 33.75rem) {
  .section2__editora {
    padding: 250px 24px 80px 24px;
  }
}
.section2__editora .section2__editora__container {
  max-width: 1290px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 580px 1fr;
  gap: 100px;
}
@media screen and (max-width: 80rem) {
  .section2__editora .section2__editora__container {
    gap: 32px;
  }
}
@media screen and (max-width: 64rem) {
  .section2__editora .section2__editora__container {
    grid-template-columns: 1fr;
  }
}
.section2__editora .plyr__video-embed iframe{
  max-width: 100% !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;  
  border: none;
  display: block;
  border-radius: 4px;
}
@media screen and (max-width: 64rem) {
    .section2__editora .plyr__video-embed iframe {
        height: 520px;
    }
}
@media screen and (max-width: 48rem) {
    .section2__editora .plyr__video-embed iframe {
        height: 420px;
    }
}
.section2__editora .section2__editora__info h1 {
  max-width: 400px;
  margin-bottom: 19px;
  color: #FFFFFF;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: normal;
}
.section2__editora .section2__editora__info p {
  color: #FFFFFF;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.59375rem;
}
.section2__editora .section2__editora__info p + p {
  margin-top: 24px;
}
.section2__editora .section2__editora__info .button {
  margin-top: 24px;
}

.section3__editora {
  padding: 80px 48px 0 48px;
  padding-top: 80px;
  background-color: #FF8160;
  background-image: url("../../imgs/editora/img-section3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 64rem) {
  .section3__editora {
    padding: 80px 24px 0 24px;
    background-image: none;
  }
}
@media screen and (max-width: 48rem) {
  .section3__editora {
    padding: 80px 0 0 0;
  }
}
.section3__editora .section3__editora__container {
  max-width: 1290px;
  margin: 0 auto;
}
.section3__editora .section3__editora__descricao {
  max-width: 410px;
}
@media screen and (max-width: 48rem) {
  .section3__editora .section3__editora__descricao {
    padding: 0 24px;
  }
}
.section3__editora .section3__editora__descricao h1 {
  color: #FFFFFF;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: normal;
}
.section3__editora .section3__editora__descricao p {
  color: #FFFFFF;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.59375rem;
}
.section3__editora .section3__editora__descricao p + p {
  margin-top: 24px;
}
.section3__editora .ul__tabs {
  position: relative;
  top: 60px;
  display: flex;
}
.section3__editora .ul__tabs li {
  position: relative;
}
.section3__editora .ul__tabs a {
  padding: 18px 69px;
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 18px 18px 0 0;
  position: relative;
  display: block;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 80rem) {
  .section3__editora .ul__tabs a {
    padding: 18px 52px;
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 64rem) {
  .section3__editora .ul__tabs a {
    padding: 18px 32px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 48rem) {
  .section3__editora .ul__tabs a {
    padding: 18px 30px;
  }
}
@media screen and (max-width: 33.75rem) {
  .section3__editora .ul__tabs a {
    padding: 12px 17px;
    font-size: 0.875rem;
  }
}
.section3__editora .ul__tabs a.active {
  z-index: 5 !important;
  background-color: #FFFFFF !important;
  color: #FF633B;
}
.section3__editora .ul__tabs a span {
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 48rem) {
  .section3__editora .ul__tabs a span {
    display: none;
  }
}
.section3__editora .ul__tabs li:nth-child(1) a {
  background-color: #FF6F49;
}
.section3__editora .ul__tabs li:nth-child(2) a {
  margin-left: -27px;
  z-index: 4;
  background-color: #FF633B;
}
@media screen and (max-width: 48rem) {
  .section3__editora .ul__tabs li:nth-child(2) a {
    margin-left: 0;
  }
}
.section3__editora .ul__tabs li:nth-child(3) a {
  margin-left: -27px;
  z-index: 3;
  background-color: #FF5529;
}
@media screen and (max-width: 48rem) {
  .section3__editora .ul__tabs li:nth-child(3) a {
    margin-left: 0;
  }
}
.section3__editora .ul__tabs li:nth-child(4) a {
  margin-left: -27px;
  background-color: #af2705;
}
@media screen and (max-width: 48rem) {
  .section3__editora .ul__tabs li:nth-child(4) a {
    margin-left: 0;
  }
}
.section3__editora .ul__tabs__content {
  width: 100%;
  margin: 0 auto;
  padding: 62px 139px 62px 69px;
  position: relative;
  top: 60px;
  background-color: #FFFFFF;
  border-radius: 0 30px 30px 30px;
}
@media screen and (max-width: 64rem) {
  .section3__editora .ul__tabs__content {
    padding: 62px 32px;
  }
}
@media screen and (max-width: 33.75rem) {
  .section3__editora .ul__tabs__content {
    padding: 42px 24px;
    border-radius: 0 0 30px 30px;
  }
}
.section3__editora .ul__tabs__content .active {
  display: flex;
}
.section3__editora .ul__tabs__contentitem {
  display: none;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 64rem) {
  .section3__editora .ul__tabs__contentitem {
    gap: 32px;
  }
}
@media screen and (max-width: 48rem) {
  .section3__editora .ul__tabs__contentitem {
    flex-direction: column;
  }
}
.section3__editora .ul__tabs__contentitem > h1 {
  display: none;
  font-size: 1.5rem;
  color: #af2705;
}
@media screen and (max-width: 48rem) {
  .section3__editora .ul__tabs__contentitem > h1 {
    display: block;
  }
}
.section3__editora .ul__tabs__contentitem .contentitem__divimg {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 33.75rem) {
  .section3__editora .ul__tabs__contentitem .contentitem__divimg {
    flex: 1;
  }
}
.section3__editora .ul__tabs__contentitem .contentitem__divdescricao {
  flex: 1 0 280px;
  max-width: 537px;
}
@media screen and (max-width: 48rem) {
  .section3__editora .ul__tabs__contentitem .contentitem__divdescricao {
    max-width: 100%;
  }
}
.section3__editora .ul__tabs__contentitem .contentitem__divdescricao p {
  color: #3A3A3A;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.59375rem;
}
@media screen and (max-width: 33.75rem) {
  .section3__editora .ul__tabs__contentitem .contentitem__divdescricao p {
    font-size: 1rem;
  }
}
.section3__editora .ul__tabs__contentitem .contentitem__divdescricao p + p {
  margin-top: 24px;
}

.section4__editora {
  padding: 160px 48px 100px 48px;
  position: relative;
}
@media screen and (max-width: 64rem) {
  .section4__editora {
    padding: 150px 24px 100px 24px;
  }
}
@media screen and (max-width: 48rem) {
  .section4__editora {
    padding: 120px 24px 100px 24px;
  }
}
.section4__editora::before {
  content: "";
  width: 60%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 10%;
  display: block;
  background-image: url("../../imgs/vetores/linha-9.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
@media screen and (max-width: 64rem) {
  .section4__editora::before {
    width: 100%;
    background-size: cover;
  }
}
.section4__editora .section4__editora__container {
  max-width: 1290px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 80rem) {
  .section4__editora .section4__editora__container {
    justify-content: center;
  }
}
.section4__editora .section4__editora__info {
  flex: 1 0 320px;
  max-width: 520px;
  position: sticky;
  top: 10rem;
  height: fit-content;
}
@media screen and (max-width: 68.125rem) {
  .section4__editora .section4__editora__info {
    position: static;
    height: auto;
  }
}
@media screen and (max-width: 64rem) {
  .section4__editora .section4__editora__info {
    max-width: 620px;
  }
}
.section4__editora .section4__editora__info h1 {
  margin-bottom: 16px;
  color: #FF6138;
  font-size: 1.9375rem;
  font-weight: 700;
}
.section4__editora .section4__editora__info p {
  color: #3A3A3A;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.59375rem;
}
.section4__editora .section4__editora__info p + p {
  margin-top: 24px;
}
.section4__editora .section4__editora__divgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 48rem) {
  .section4__editora .section4__editora__divgrid {
    width: 100%;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    padding: 8px;
  }
}
.section4__editora .griditem {
  max-width: 300px;
}
.section4__editora .griditem:nth-child(2) .griditem__divimg {
  padding-top: 24px;
}
.section4__editora .griditem span {
  padding: 8px 16px;
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 3;
  background-color: #FFFFFF;
  display: inline-block;
  color: #FF6138;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  border-radius: 4.5625rem;
}

.section5__editora {
  padding: 100px 48px 87px 48px;
  background-color: #FF6138;
  background-image: url("../../imgs/editora/img-section5.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 64rem) {
  .section5__editora {
    padding: 100px 24px 87px 24px;
    background-image: none;
  }
}
.section5__editora > h1 {
  max-width: 580px;
  margin: 0 auto 56px auto;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: normal;
}
.section5__editora .section5__editora__container {
  max-width: 1290px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 48rem) {
  .section5__editora .section5__editora__container {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 48rem) {
  .section5__editora .card__formulario {
    max-width: 453px;
  }
}
.newsletterIframe iframe{
    height:160px!important;
}
@media screen and (max-width:68.75rem){
    .newsletterIframe iframe{height:220px!important}
}
@media screen and (max-width:48rem){
    .newsletterIframe iframe{height:300px!important}
}