/* Основные стили */
body {
  margin: 0;
  font-family: 'Montserrat', 'Poppins', sans-serif;
}

header {
  max-width: 100% !important;
}

h1 {
  font-size: 32px;
  color: black;

}

h2 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 20px;
}

h3 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 20px;
}

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

p {
  display: block;
  /* margin-block-start: 0;
  margin-block-end: 0; */
}


button {
  all: unset;
  cursor: pointer;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 88px;
  box-sizing: border-box;
}

.container.footer_bottom {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  h1 {
    margin: 0;
  }

  .container {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 32px;
  }
}

@media screen and (max-width: 425px) {
  .container {
    padding: 0 16px;

  }
}



/* Header Start */
.header_layer-1-icon {
  max-width: 32.7px;
  position: relative;
  max-height: 100%;
}

.header_srio {
  position: relative;
  text-transform: uppercase;
  color: white;
}

.header_logo {
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 32px;
  text-decoration: none;
}

.header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: auto;
  width: 100%;
  max-width: 1264px;
}

.header_contato {
  position: relative;
  font-weight: 600;
  opacity: 0.8;
}

.header_menu-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 0 16px;
}

.header_menu {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  /* padding: 16px 0 0; */
  gap: 40px;
}

.header_registrar-se {
  position: relative;
  font-weight: 600;
}

.header_button {
  box-shadow: 0 8px 23px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background-color: #f7a826;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;


}

.container.main_page {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  text-align: left;
  font-size: 16px;
  color: #fff;
  /* font-family: Montserrat; */
  background-color: #3a8ef6;
  padding-top: 32px;
  padding-bottom: 32px;
}

.container.header_menu-header {
  left: 50%;
  gap: 0;
  text-align: left;
  font-size: 16px;
  color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #3a8ef6;
  z-index: 999;

}

.main_page {
  background-color: transparent !important;
}

.header_burger-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}

.header_mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.header_mobile-menu-overlay.active {
  display: block;
}

.header_mobile-menu-content {
  background-color: #3a8ef6;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 32px;
  box-sizing: border-box;
}

.header_mobile-menu-close {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 10px 17px;
  position: relative;
  box-shadow: 0px 8px 23px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 10px;
  color: #3a8ef6;
}

.header_mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.header_dropdown {
  position: relative;
}

.header_dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header_dropdown-arrow {
  height: auto;
  transition: transform 0.3s ease;
}

.header_dropdown:hover .header_dropdown-arrow {
  transform: rotate(180deg);
}


.header_dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
  padding: 16px 0;
  min-width: 200px;
  z-index: 999;
}

.header_dropdown:hover .header_dropdown-menu {
  display: block;
}

.header_dropdown-menu li {
  padding: 10px 24px;
  white-space: nowrap;
}

.header_dropdown-menu a {
  /* font-family: 'Inter', sans-serif; */
  font-size: 14px;
  font-weight: 500;
  color: #031432;
  text-decoration: none;
  display: block;
}

.header_dropdown-menu a:hover {
  color: #3a8ef6;
}

.navigation_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}

.navigation_ul li {
  list-style: none;
  margin: 0;
  padding: 8px 16px;
}

@media (max-width: 1024px) {

  .header_srio,
  .footer_srio {
    font-size: 20px;
  }
}


@media (max-width: 768px) {
  .navigation_ul {
    display: block;
  }


  .header_menu {
    display: none;
  }

  .header_button {
    display: none;
  }

  .header_burger-toggle {
    display: block;
  }

  .header_mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }

  .header_logo--mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .header_mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .header_mobile-menu .header_menu-btn {
    justify-content: flex-start;
  }
}

@media (max-width: 425px) {
  .header_mobile-menu-content {
    padding: 16px;
  }
}


/* Header End */



/* Footer Start */
.footer_payment-icon {
  max-width: 112px;
  position: relative;
  max-height: 100%;
}

.footer_payment-icon1 {
  width: 112px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}

.footer_payment-icon6 {
  max-width: 112px;
  position: relative;
  max-height: 100%;
  overflow: hidden;
  flex-shrink: 0;
}

.footer_payment-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.footer_logos {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.footer_layer-1-icon {
  width: 32.7px;
  position: relative;
  max-height: 100%;
}

.footer_srio {
  position: relative;
  text-transform: uppercase;
  color: white;
}

.footer_logo {
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 32px;
  /* font-family: Montserrat; */
  text-decoration: none;
}

.footer_emailemailcom {
  position: relative;
  opacity: 0.8;
}

.footer_phone {
  position: relative;
  font-weight: 600;
  opacity: 0.8;
}

.footer_emailemailcom-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.footer_bottom {
  align-self: stretch;
  background-color: #3a8ef6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer_main {
  padding-top: 64px;
  width: 100%;
  position: relative;
  background-color: #f9fbfc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 64px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  /* font-family: Sora; */
}

.footer_payment-parent.down {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1264px;
  width: 100%;
  margin: 0 auto;
  /* padding: 0 32px; */
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .footer_payment-parent.down {
    padding: 0 32px;
  }
}




.footer_payment-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  box-sizing: border-box;
}

.footer_payment-parent {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.footer_payment-parent::-webkit-scrollbar {
  display: none;
}

.footer_payment-buttons {
  display: none;
  gap: 24px;
  margin-top: 32px;
}

.footer_payment-button-left,
.footer_payment-button-right {
  width: 32px;
  height: 32px;
  border: none;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1000px) {
  .footer_payment-buttons {
    display: flex;
  }

  .footer_main {
    gap: 48px;
  }
}

@media (max-width: 1024px) {

  .footer_main {
    padding-top: 48px;
  }

  .footer_payment-icon {
    max-width: 104px;
  }

  .footer_payment-parent {
    justify-content: center;
  }

  .footer_logos {
    padding: 0 40px;
  }
}



@media (max-width: 610px) {
  .footer_payment-parent.down {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .footer_emailemailcom-parent {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

@media (max-width: 425px) {

  .footer_main {
    padding-top: 16px;
  }
}


/* Footer End */



/* Hero Start */
.hero {
  background-image: url('/wp-content/themes/e-serio/assets/images/background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 214px;
  padding-bottom: 88px;
}

.hero.hero-no-main {
  padding-top: 124px;
  padding-bottom: 32px;
  background-position: top;
  background-image: url('/wp-content/themes/e-serio/assets/images/hero-no-main.png');
}

.hero_header-parent {
  position: relative;
  z-index: 3;
}

.hero_header {
  display: block;
}

.hero_text-content {
  max-width: 513px;
  box-shadow: 0px 24px 32px -3px rgba(3, 9, 50, 0.04);
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  box-sizing: border-box;
  gap: 24px;
  z-index: 4;
  font-size: 20px;
  color: #031432;
  /* font-family: 'SF Pro Text'; */
}

.hero-no-main {
  max-width: none;
}

.trabalhos-academicos {
  align-self: stretch;
  position: relative;
  line-height: 20px;
}

.blog {
  align-self: stretch;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  /* font-family: Poppins; */
}

.trabalhos-academicos-blog-parent {
  display: none;
}

.hero-no-main .trabalhos-academicos-blog-parent,
.bread-crumbs-content {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  text-align: left;
  font-size: 14px;
  color: #fff;
  /* font-family: Sora; */
  margin-bottom: 24px;
}

.bread-crumbs {
  padding-top: 64px;
}

.bread-crumbs-content {
  margin-bottom: 0;
}

.crumbs_trabalhos-academicos {
  width: 100%;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  /* font-family: Sora; */
  color: #6c87ae;
  text-align: left;
  display: inline-block;
}

.crumbs-link {
  color: #6c87ae;
}

.bread-crumbs_h_title {
  margin-block-start: 0;
  margin-block-end: 0;
}

.bread-crumbs_h_title h1 {
  margin-block-start: 0;
  margin-block-end: 0;
}

@media (min-width: 750px) {
  .bread-crumbs {
    padding-top: 32px;
  }

  .hero-no-main .hero_frame-group {
    width: 100%;
  }

  .hero-no-main .hero_frame-parent {
    flex-direction: row;
  }


}





.hero_frame-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.hero_frame-group {
  align-self: stretch;
  border-radius: 24px;
  background-color: #f2f7ff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 24px;
  gap: 24px;
}

.hero_wrapper {
  width: 48px;
  box-shadow: 0px 0px 48px rgba(6, 28, 61, 0.05);
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  box-sizing: border-box;
}

.hero_b {
  position: relative;
  line-height: 28px;
}

.hero_autores-experientes {
  max-width: 279px;
  position: relative;
  line-height: 21px;
  font-weight: 600;
  /* font-family: Montserrat; */
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.hero-no-main .hero_autores-experientes {
  flex-shrink: inherit;
}

.hero_button1 {
  width: 170px;
  box-shadow: 0px 8px 23px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background-color: #f7a826;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  /* font-family: Montserrat; */
}

.hero_registrar-se {
  position: relative;
  font-weight: 600;
}

.hero_footpath-amidst-trees-building-icon {
  width: 1440px;
  position: absolute;
  top: calc(50% - 1102px);
  left: calc(50% - 720px);
  height: 1920px;
  object-fit: cover;
  display: none;
  opacity: 0.1;
  z-index: 0;
}

.hero_image-13 {
  width: 1440px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: linear-gradient(0deg, rgba(3, 20, 50, 0), #031432);
  height: 204px;
  z-index: 1;
}

.hero_image-9-parent {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 2726.2px;
  height: 764px;
  opacity: 0.4;
  z-index: 2;
}

.hero_image-9-icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 1363.2px;
  height: 764px;
  object-fit: cover;
}

.hero_image-11-icon {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 1363.2px;
  height: 764px;
  object-fit: contain;
}

.hero_image-12-icon {
  position: absolute;
  bottom: 0px;
  left: 1363px;
  width: 977px;
  height: 84px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .hero.hero-no-main {
    padding-top: 108px;
  }

}


@media (max-width: 768px) {
  .articles {
    padding-top: 16px;
  }

  .bread-crumbs {
    padding-top: 32px;
  }

  .hero {
    padding-top: 160px;
    padding-bottom: 88px;
    background-position: left;
  }

  .hero.hero-no-main {
    padding-top: 32px;
  }

}

@media screen and (max-width: 425px) {
  .hero {
    padding: 96px 0 24px;
  }

  .hero.hero-no-main {
    padding-top: 32px;
  }

}

@media screen and (max-width: 425px) {
  .hero_autores-experientes {
    flex-shrink: inherit;
  }
}

/* Hero End */



/* Pics Start */
.pics_section {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 48px;
  text-align: center;
  font-size: 32px;
  color: #031432;
  /* font-family: Poppins; */
  background-color: #f9fbfc;
}

.blue-white .pics_frame-container {
  background-color: #3a8ef6;
}

.pics_section.blue-white,
.blue-white .pics_tcc,
.blue-white .pics_concluiremos-seu-trabalho {
  color: white;
}

.pics_section.blue-white {
  background-color: white;
}

.blue-white .pics_frame-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 16px;
}

.blue-white .pics_writing-wrapper {
  background-color: #ffffff;
}

.pics_container {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 64px;
}

.pics_header {
  text-align: center;
  margin-top: 64px;
  margin-bottom: 48px;

}

.pics_title {
  position: relative;
  font-weight: 600;
  font-size: 32px;
  color: black;

}


.pics_frame-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  text-align: left;
  font-size: 20px;
  /* font-family: Montserrat; */
}

.pics_frame-group {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.pics_frame-container {
  flex: 1;
  /* box-shadow: 0px 24px 32px -3px rgba(3, 9, 50, 0.04); */
  border-radius: 24px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 32px;
  gap: 24px;
}

.pics_writing-wrapper {
  width: 108px;
  border-radius: 24px;
  background-color: #f2f7ff;
  height: 108px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 32px;
  box-sizing: border-box;
}

.blue-white .pics_writing-wrapper {
  width: auto;
  height: auto;
  padding: 0;
}

.pics_writing-icon {
  width: 60px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.blue-white .pics_writing-wrapper {
  padding: 20px;
}

.blue-white .pics_writing-icon {
  width: 32px;
}




.pics_tcc-parent {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding-top: 24px;
}

.pics_tcc {
  align-self: stretch;
  position: relative;
  line-height: 21px;
  font-weight: 600;
}

.pics_concluiremos-seu-trabalho {
  align-self: stretch;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #6c87ae;
}

@media screen and (max-width: 1024px) {

  .blue-white .pics_frame-container {
    max-width: 100%;
    overflow-wrap: break-word;
    /* перенос длинных слов */
    word-break: break-word;
    /* дополнительно форсируем перенос */
    box-sizing: border-box;
  }

  .blue-white .pics_tcc-parent {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .blue-white .pics_concluiremos-seu-trabalho {
    margin: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }



  .pics_frame-container {
    display: block;
  }
}

.pics_frame-wrapper-mobile {
  display: none;
}

.pics_slider {
  overflow: hidden;
  width: 100%;
}

.pics_slider-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.pics_slider-slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 8px;
  box-sizing: border-box;
}

.pics_slider-buttons {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.pics_mobile-button-left,
.pics_mobile-button-right {
  background: transparent;
  border: none;
  cursor: pointer;
}

.pics_slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.pics_slider-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

.pics_slider-slide {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.mobily {
  display: none;
}


@media screen and (max-width: 768px) {
  .pics_frame-wrapper-desktop {
    display: none;
  }

  .pics_frame-wrapper-mobile {
    display: block;
  }

  .pics_slider-buttons {
    display: flex;
  }

  h1.pics_title {
    margin-block-end: 32px;
  }

  .pics_frame-container {
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 24px;
    padding: 24px;
    gap: 16px;
    /* box-shadow: 0px 24px 32px -3px rgba(3, 9, 50, 0.04); */
    align-items: center;
  }

  .pics_writing-wrapper {
    width: 72px;
    height: 72px;
    padding: 16px;
    background-color: #f2f7ff;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pics_writing-icon {
    width: 40px;
    height: 40px;
  }

  .pics_tcc-parent {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
  }

  .pics_tcc {
    font-size: 16px;
    font-weight: 600;
  }

  .pics_concluiremos-seu-trabalho {
    font-size: 14px;
    color: #6c87ae;
  }

  .pics_container {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 425px) {
  .mobily {
    display: block;
  }

  .pics_frame-wrapper-mobile {
    display: none;
  }

  .mobily .pics_frame-wrapper-desktop {
    display: block;
  }

  .mobily .pics_slider {
    overflow: hidden;
    width: 100%;
  }

  .mobily .pics_slider-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
  }

  .mobily .pics_frame-container {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 32px;
    margin: 0;
    box-sizing: border-box;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .mobily .pics_slider-buttons {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 16px;
  }

  .mobily .pics_mobile-button-left,
  .mobily .pics_mobile-button-right {
    width: 32px;
    height: 32px;
    border: none;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .pics_container {
    padding-bottom: 24px;
  }
}

/* Pics End */



/* Text section START */
.container.content_header {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #f9fbfc;
  text-align: center;
}

.no-home .container.content {
  padding-top: 80px;
}

.content_comprar-tcc {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.content_lorem-ipsum-is-simply {
  align-self: stretch;
  position: relative;
  font-size: 16px;
  width: 100%;
  /* font-family: Inter; */
  color: #0d0c22;
  text-align: left;
  display: inline-block;
}

.content_icons-color {
  width: 100px;
  position: relative;
  max-height: 100%;
  overflow: hidden;
}

.content_confidencialidade-total {
  position: relative;
  line-height: 24px;
  font-weight: 600;
}

.content_icons-color-parent {
  flex: 1;
  box-shadow: 0px 0px 48px rgba(6, 28, 61, 0.05);
  border-radius: 32px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 32px;
  gap: 24px;
}

.content_cards-row {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 48px 0px;
  gap: 16px;
  font-size: 24px;
  padding-bottom: 0;
}

.content_b {
  position: relative;
  line-height: 28px;
}

.content_wrapper {
  width: 48px;
  box-shadow: 0px 0px 48px rgba(6, 28, 61, 0.05);
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  box-sizing: border-box;
}

.content_economia-de-tempo {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  /* font-family: Inter; */
}

.content_frame-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.content_a-studybay-permite {
  align-self: stretch;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  /* font-family: Inter; */
}

.content_frame-container {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.content_frame-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.content_frame-child {
  position: relative;
  border-radius: 32px;
  object-fit: cover;
}

.content_frame-parent {
  align-self: stretch;
  /* display: flex; */
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  /* font-family: 'Inter'; */
}


.content_navigation {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  align-items: flex-start;
  justify-content: flex-start;
  /* gap: 48px; */
  /* gap: 32px; */
}

.content_navigation h1 {
  margin-block-start: 0;
  margin-block-end: 0;
}


.content_text {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  text-align: left;
  font-size: 20px;
  color: #0d0c22;
  /* font-family: Inter; */
}

.container.content {
  padding-top: 48px;
  padding-bottom: 48px;
  width: 100%;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  /* padding: 48px 88px; */
  box-sizing: border-box;
  gap: 48px;
  text-align: center;
  font-size: 32px;
  color: #031432;
  /* font-family: Poppins; */
}

.comprar-tcc {
  position: relative;
  line-height: 18px;
}

.frame-child {
  width: 1px;
  position: relative;
  background-color: #838e9e;
  height: 16px;
}

.another-page {
  position: relative;
  line-height: 18px;
  color: #838e9e;
}

.comprar-tcc-parent {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  text-align: left;
  font-size: 14px;
  color: #4242f4;
  /* font-family: Inter; */
  text-decoration: none;
}

@media (max-width: 1024px) {
  .container.content {
    padding-top: 80px;
  }

  .container.content_header {
    padding-top: 48px;
    padding-bottom: 48px;
  }

}

@media (min-width: 768px) {
  .content_lorem-ipsum-is-simply {
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .container.content {
    padding-top: 80px;
  }

  .content_comprar-tcc {
    font-size: 32px;
  }

  .content_lorem-ipsum-is-simply {
    font-size: 14px;
  }

  .content_confidencialidade-total {
    font-size: 16px;
  }

  .content_icons-color-parent {
    padding: 24px;
  }

  .container.content_cards-row {
    padding: 16px 32px;
  }

  .content_icons-color {
    width: 60px;
  }
}

@media (max-width: 768px) {
  .container.content {
    padding-bottom: 48px;
    padding-top: 48px;
  }

  .content_navigation {
    gap: 32px;
  }

  .content_icons-color-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 8px 24px;
    width: 100%;
    box-sizing: border-box;
  }

  .content_icons-color {
    width: 48px;
  }

  .content_frame-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    /* font-family: 'Inter'; */
  }

  .content_frame-child {
    margin: auto;
  }
}

@media (max-width: 425px) {
  .container.content {
    padding: 24px 16px;
  }

  .container.content_header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .content_frame-parent {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px;
    max-width: 100%;
    overflow: hidden;
  }

  .content_frame-child {
    max-width: 100%;
    height: auto;
    max-height: 230px;
    display: block;
    object-fit: contain;
  }

  .content_navigation {
    gap: 16px;
  }
}

/* Text section END */



/* Lead Block Right START END */
.lead-block-rigth {
  background-image: url("/wp-content/themes/e-serio/assets/images/lead-block-bgn.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 88px;
  padding-bottom: 88px;
}

.lead-block-rigth.left {
  background-image: url("/wp-content/themes/e-serio/assets/images/lead-block-bgn-left.png");
}

.left .lead_block-wrapper {
  display: block;
}

.lead_block-wrapper {
  display: flex;
  justify-content: flex-end;
}

.lead_block_pop-up {
  width: 100%;
  max-width: 513px;
  position: relative;
  box-shadow: 0px 24px 32px -3px rgba(3, 9, 50, 0.04);
  border-radius: 24px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 32px;
  box-sizing: border-box;
  gap: 24px;
  text-align: left;
  font-size: 32px;
  color: #031432;
  /* font-family: Montserrat; */
  /* height: 365px; */
}

.lead_block_title {
  align-self: stretch;
  position: relative;
  font-weight: 600;
}

.lead_block_text-description {
  position: relative;
  font-size: 20px;
  line-height: 21px;
  font-weight: 600;
  /* font-family: Montserrat; */
  text-align: center;
}

.lead_block_title-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  text-align: center;
  /* font-family: Poppins; */
}

.lead_block_o-que-lhe {
  position: relative;
  line-height: 20px;
}

.lead_block_input {
  align-self: stretch;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid #3a8ef6;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
}

.lead_block_input-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  font-size: 14px;
  color: #6c87ae;
}

.lead_block_registrar-se {
  position: relative;
  font-weight: 600;
}

.lead_block_button {
  align-self: stretch;
  box-shadow: 0px 8px 23px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background-color: #f7a826;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 768px) {
  .lead_block_pop-up {
    max-width: none;
    height: auto;
  }

  .lead-block-rigth {
    padding: 40px 32px;
    background-position: right;
  }
}

@media screen and (min-width: 426px) and (max-width: 768px) {
  .lead_block_input-parent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
  }

  .lead_block_input {
    flex: 1;
  }
}

@media (max-width: 425px) {
  .lead-block-rigth {
    padding: 24px 16px;
  }

  .lead_block_pop-up {
    padding: 16px;
  }

  .lead_block_title {
    font-size: 24px;
  }
}

/* Lead Block Right END */



/* pics_card START */
.pics_card_frame-parent {
  flex: 1;
  width: 100%;
  position: relative;
  box-shadow: 0px 24px 32px -3px rgba(3, 9, 50, 0.04);
  border-radius: 24px;
  background-color: #fff;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 32px;
  box-sizing: border-box;
  gap: 24px;
  text-align: center;
  font-size: 32px;
  color: #031432;
  /* font-family: Poppins; */
}

.pics_card_badge-wrapper {
  width: 108px;
  height: 108px;
  border-radius: 24px;
  background-color: #f2f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  box-sizing: border-box;
}

.pics_card_badge-icon {
  width: 60px;
  max-height: 100%;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.pics_card_text-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.pics_card_value {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
}

.pics_card_description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  /* font-family: Montserrat; */
  color: #6c87ae;
  text-align: center;
}

@media screen and (min-width: 426px) {
  .cards_slider-buttons {
    display: none;
  }

  .cards_slider-track {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 48px 0px;
    gap: 16px;
    font-size: 24px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 425px) {
  .cards_slider-track {
    padding-top: 16px;
  }

  .content_cards-row {
    display: block;
  }

  .cards_slider-wrapper {
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
  }

  .cards_slider-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
  }

  .pics_card_frame-parent {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
    box-shadow: none;
  }

  .cards_slider-buttons {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 16px;
  }

  .cards_mobile-button-left,
  .cards_mobile-button-right {
    width: 32px;
    height: 32px;
    border: none;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}

/* pics_card END */


/* FAQ section START */
.faq {
  background-position: top 40px center;
  background-repeat: no-repeat;
  background-color: #f9fbfc;
  padding-top: 64px;
	  padding-bottom: 32px;

}

.faq_faq {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  gap: 48px;
  text-align: left;
  font-size: 48px;
  color: #0d0c22;
  /* font-family: Inter; */
  padding-top: 0;
}

.faq_perguntas-frequentes {
  position: relative;
  z-index: 1;
}

.faq_faq-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  z-index: 2;
  font-size: 24px;
  width: 100%;
  max-width: 1049px;
}

.faq_faq1,
.faq_faq2 {
  width: 100%;
  box-shadow: 0px 0px 48px rgba(6, 28, 61, 0.05);
  border-radius: 32px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 32px;
  box-sizing: border-box;
  gap: 48px;
  cursor: pointer;
}

.faq_faq2 {
  gap: 48px;
}

.faq_como-fao-para-receber-meu-pro-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.faq_como-fao-para {
  flex: 1;
  line-height: 24px;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
}

.faq_button-arrow {
  border-radius: 100px;
  background-color: #F2F7FF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: none;
  cursor: pointer;
}

.faq_arrow-simple-icon {
  width: 24px;
  height: 24px;
}

.faq_comprar-tcc-ou-container {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq_comprar-tcc-ou {
  margin: 0;
}

.faq_arrow-simple-icon {
  transition: transform 0.3s ease;
}

.faq_arrow-simple-icon.rotated {
  transform: rotate(180deg);
}

@media (max-width: 1024px) {
  .faq {
    padding-top: 48px;
  }
}

@media (max-width: 768px) {
  .faq {
    padding-top: 16px;
  }

  .faq_comprar-tcc-ou {
    line-height: 18px;
  }


  .faq_faq1 {
    padding: 24px;
    gap: 24px;
  }

  .faq_como-fao-para {
    font-size: 16px;
  }

  h2 {
    font-size: 32px;
  }

  p {
    font-size: 14px;
  }

  .faq_como-fao-para-receber-meu-pro-parent {
    gap: 20px;
  }
}

@media (max-width: 650px) {
  .faq_faq {
    gap: 32px;
  }

  h2 {
    font-size: 24px;
  }

  .container.faq {
    padding-top: 0;
  }
}

/* FAQ section END */



/* Popup section START */
.popup_overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.popup_wrapper {
  position: relative;
  width: 100%;
  max-width: 480px;
  background-color: #fff;
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0px 24px 32px -3px rgba(3, 9, 50, 0.04);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* font-family: Montserrat; */
  color: #031432;
  text-align: center;
}

.popup_close-button {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
}

.popup_close-icon {
  width: 24px;
  height: 24px;
}

.popup_title {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}

.popup_description {
  font-size: 14px;
  color: #6c87ae;
  line-height: 20px;
}

.popup_form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  width: 100%;
}

.popup_input {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: #6c87ae;
  padding-bottom: 10px;
}

.popup_input input {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #3a8ef6;
  border-radius: 16px;
  font-size: 14px;
  box-sizing: border-box;
}

@media (min-width: 425px) and (max-width: 768px) {
  .popup_inputs-row {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
  }

  .popup_inputs-row .popup_input {
    flex: 1 1 50%;
  }
}


.popup_submit {
  background-color: #f7a826;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 24px;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  box-shadow: 0px 8px 23px rgba(0, 0, 0, 0.1);
  text-align: center;
  /* max-width: 148px;
  margin: auto; */
  margin: auto;
  display: block;
}

.popup_overlay {
  display: none;
}

.popup_overlay.active {
  display: flex;
}

/* Popup section END */



/* Category Start */
.articles {
  padding-top: 48px;
	padding-bottom: 48px;
}

.articles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 36px;
}

@media (max-width: 1023px) {
  .articles {
    gap: 16px;
  }
}

.articles_card {
  position: relative;
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  background: #FFFFFF;
  box-shadow: 0px 24px 32px -3px rgba(3, 9, 50, 0.04);
}

@media (max-width: 1023px) {
  .articles_card {
    padding: 24px;
  }
}

.articles_card-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.articles_card-thumbnail {
  width: 100%;
  height: 200px;
  margin-bottom: 24px;
  border-radius: 24px;
  overflow: hidden;
}

.articles_card-thumbnail img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.articles_card-title {
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1023px) {
  .articles_card-title {
    font-size: 16px;
  }
}

.articles_card-excerpt {
  margin: 0;
  color: #6C87AE;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pagination {
  display: flex;
  justify-content: center;
  padding-top: 48px;
  padding-bottom: 64px;
}

.pagination>.page-numbers {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pagination span,
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  color: #3A8EF6;
  /* font-family: "Poppins", sans-serif; */
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  border-radius: 50%;
}

.pagination span.current,
.pagination a.current {
  color: #FFFFFF;
  background: #3A8EF6;
}

@media (max-width: 768px) {
  .articles {
    padding-top: 16px;
  }
}

/* Category END */



.wpcf7-spinner {
  width: 0 !important;
  margin: 0 !important;
}

.container .container {
	width: 100%;
}

