.container-at-center {
  display: block;
  text-align: center;
}

.row.clearfix {
  display: block;
  margin: 0;
}

.container-at-center>div {
  /*max-width: 1035px;*/
  margin: 0 auto;
}

.at-center {
  display: block;
  text-align: center;
  font-size: 0;
}

/*.top_banner {
    height: 38vw;
    border-bottom: 0px;
    justify-content: center;
    margin: 0;
}*/

.top_banner .headline {
  /* background-color: #00000080; */
  background-color: transparent;
}

/*.top_banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 0% 10%;
}*/

.main-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40.32px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.main-desc {
  width: 51%;
  position: absolute;
  top: 62%;
  left: 13%;
  /*top: 12%;
    left: 7%;*/
}

hr.sesc-blue {
  border-top: 4px solid #F3F4FA;
  border-bottom: 0;
  margin: 15px 0px;
}

.main-desc p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: left;
}

.main-desc span {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: left;
}

.button-sesc-blue {
  background: #004C99;
  /* width: Hug (140px)px; */
  height: 48px;
  padding: 14px 16px;
  border-radius: 8px;

  color: #FFF;
  font-size: 14px;
  font-weight: 700;
}

.button-sesc-blue-clear {
  background: #F3F4FA;
  /* width: Hug (140px)px; */
  height: 48px;
  padding: 14px 16px;
  border-radius: 8px;

  color: #3867C7;
  font-size: 14px;
  font-weight: 700;
}

.buttons-desc {
  display: flex;
  gap: 16px;
}

.barra-menu {
  background: #004C99;
  line-height: 5px;
  margin-bottom: 0;
}

nav#breadcrumbs {
  display: flex;
  padding: 16px 0px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  background: linear-gradient(180deg, rgba(208, 208, 208, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

nav#breadcrumbs>a:first-child::before {
  background: url("/sescsc/images/agenda/blt_bc_home.svg") center center no-repeat;
}

nav#breadcrumbs>a::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 10px;
  vertical-align: middle;
  content: " ";
  color: transparent;
  background: url("/sescsc/images/agenda/blt_bc_separator.svg") center center no-repeat;
}

nav#breadcrumbs>a,
nav#breadcrumbs>a.aggregator,
nav#breadcrumbs>a.aggregator:hover {
  font: 400 16px/26px Montserrat;
  color: #323232;
  opacity: 0.6;
}

nav#breadcrumbs>a:hover,
nav#breadcrumbs>a:last-child {
  font-weight: 700;
  opacity: 1;
}

.botoes {
  position: relative;
  /*top: -60px;*/
}

ul.buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0;
}

ul.buttons li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 160px;
  height: 62px;
  padding: 16px;
  gap: 17px;
  border-radius: 4px;
  border: 1px;
  border: 1px solid #E5E5E5;

  color: #002F72;
  font-size: 12px;
  font-weight: 700;
  line-height: 15.12px;
  text-align: center;
  box-shadow: 0px 12px 12px 0px #0000000A;
}

ul.buttons li:hover,
ul.buttons li.activia {
  background-color: #f1f1f1;
}

h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 35.28px;
  letter-spacing: -0.02em;
  color: #002F72;
  margin: 0;
}

.description {
  width: 590px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #6C6C6C;
}

.padding-empresas {
  padding: 0 172px;
}

.slider-videos-empresas,
.slider-depoimentos-empresas,
.slider-noticias-empresas {
  position: relative;
}

.slick-prev,
.slick-next,
.slick-prev:focus,
.slick-next:focus {
  background-image: url(/sescsc/images/icons/angle-right.svg);
  background-color: #E6E6E6;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-size: 30%;
  width: 37px;
  height: 37px;
}

.slider-noticias-empresas .slick-prev,
.slider-depoimentos-empresas .slick-prev {
  left: -40px;
  transform: rotate(180deg) !important;
}

.slider-noticias-empresas .slick-next,
.slider-depoimentos-empresas .slick-next {
  right: -40px;
}

.slider-videos-empresas .slick-prev {
  left: -30px;
  transform: rotate(180deg) !important;
}

.slider-videos-empresas .slick-next {
  right: -37px;
}

.slick-prev:hover,
.slick-next:hover {
  background-size: 30%;
}

.slider-videos-empresas .item {
  width: 100% !important;
}

.video-frame {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  border: none;
}

.slider-videos-empresas .slick-track {
  display: flex !important;
  gap: 20px;
}

.slider-videos-empresas .slick-slide {
  margin: 0 !important;
  padding: 0 !important;
}

.buttons-center {
  display: flex;
  justify-content: center;
  margin-top: 22px;
  gap: 16px;
}

#como-fazer {
  background: #0E3E83;
  position: relative;
  padding-bottom: 100px;
  /* Espaço extra no final para a imagem */
  background-image: url('/sescsc/images/sesc-footer-empresas.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}

#como-fazer h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40.32px;
  letter-spacing: -0.02em;
  color: #EBECF4;
}

.pontos {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 35px;
}

.ponto {
  width: 344px;
  height: 353px;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #5C6DAA;
}

.ponto h4 {
  color: #EBECF4;
  font-weight: 900;
  font-size: 20px;
  line-height: 25.2px;
  letter-spacing: -0.02em;
  margin: 0 0 10px 0;
}

.ponto p {
  color: #EBECF4;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.02em;
  margin: 0;
}

.ponto.destaque {
  background: #002F72;
}

.button-sesc-white {
  background: #FFFFFF;
  /* width: Hug (140px)px; */
  height: 48px;
  padding: 14px 16px;
  border-radius: 8px;

  color: #002F72;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.07px;
  letter-spacing: 0em;
}

h3.minus {
  font-weight: 600;
  font-size: 32px;
  line-height: 40.32px;
  letter-spacing: -0.02em;
}

.depo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 326.33px;
  height: 354px;
  gap: 5px;
  border-radius: 12px;
  padding: 32px 20px;
  border: 1px solid #EAB515;
  margin-left: 5px;
}

.depo p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #6C6C6C;
}

.assinatura {
  display: flex;
  gap: 43px;
  align-items: anchor-center;
  justify-content: space-between;
}

.assinatura h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0em;
  margin: 0;
}

span.cargo {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1E1E1E99;
}

.assinatura img {
  width: 66px;
  height: 66px;
  border-radius: 50px;
}

h2.special {
  font-weight: 900;
  font-size: 20px;
  line-height: 25.2px;
  letter-spacing: -0.02em;
  color: #E5E5E5;
}

.duvidas-flex {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.duvidas-frequentes {
  width: 528px;
  /* height: 499px; */
  /* min-height: 525px; */
  min-height: 450px;
}

.duvidas-frequentes {
  display: flex;
  flex-direction: column;

  gap: 24px;
  background-color: #2A4D95;
  padding: 24px 48px;
  border-radius: 16px;
  /* overflow-y: hidden; */
}

span.accordion-clientes {
  color: #FFF;
  background: transparent;
  width: 100%;
  font-weight: 400;
  text-align: left;
  padding: 8px 0;
  display: block;
  font-size: 16px;
  line-height: 19.5px;
  cursor: pointer;
  /*height: 50px;*/
  border-bottom: 2px solid #FFFFFF1A;
}

span.accordion-clientes:hover {
  /* background-color: #004c99; */
  opacity: 0.9;
}

span.accordion-clientes.active {
  border-bottom: 0px;
}

span.accordion-clientes p {
  display: flex;
  justify-content: space-between;
}

span.accordion-clientes i {
  float: right;
  color: #FFF;
  font-size: 1.7rem;
  font-family: 'FontAwesome';
}

span.accordion-clientes:last-of-type,
div.open-close-clientes:last-of-type {
  border-bottom: none;
}

div.open-close-clientes {
  display: block;
  text-align: left;
  width: 100%;
  border-bottom: 2px solid #FFFFFF1A;
  display: none;
  font-weight: normal;
  color: #FFF;
  line-height: 20px;
  font-size: 14px;
}

div.open-close-clientes p {
  margin-top: 0;
}

div.open-close-clientes a {
  color: #FFF;
}

div.open-close-clientes a:hover {
  color: #F6BE00;
}

div.open-close-clientes div.box-docs span.accordion-clientes {
  font-size: 1rem;
  margin: 0;
}

div.open-close-clientes div.box-docs span.accordion-clientes,
div.open-close-clientes div.box-docs div.open-close-clientes {
  border-bottom: 0px;
}

div.open-close-clientes ul.list-icon li:before {
  color: #FFF;
}

.news-card {
  width: 315px;
  height: 478px;
  border-radius: 12px;
  box-shadow: 0px 0px 40px 0px #0000000A;
  margin-right: 15px;
}

.news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px 12px 0px 0px;
}

.news-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 16px;
}

.news-date {
  font-weight: 400;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 0em;
  color: #323232;
}

.news-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0em;
  color: #2A4D95;
}

.news-description {
  min-height: 63px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0em;
  color: #323232;
}

.news-button {
  width: 100%;
  padding: 12px 16px;
  background: #0E3E83;
  border-radius: 8px;
  color: #fff;
  text-align: center;

  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}

.form-rd {
  background: #004C99;
  border-radius: 16px;
  padding: 48px;
}

.form-rd h2,
.form-rd p {
  color: #FFF;
}

.form-rd p {
  text-align: left;
  line-height: 110%;
  padding: 0 20px;
}

.flex-forms {
  display: flex;
  /* background: #0E3E83; */
  gap: 24px;
  margin: 30px auto !important;
}

.form-container {
  flex: 1;
  color: white;
}

.form-container h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 27.72px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: #E5E5E5;
}

#forms form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#forms input,
select,
#rd-form-m85yb0oc .bricks-form__input:not(textarea) {
  border: 1px solid #0E3E83;
  height: 48px !important;
  padding: 10px;
  background: #EBECF4;
  font-family: Montserrat !important;
  font-weight: 600;
  font-size: 16px;
}

#rd-form-m85yb0oc .bricks-form__input {
  color: #0E3E83 !important;
  font-family: Montserrat !important;
}

#rd-form-m85yb0oc .bricks-form__label {
  font-family: Montserrat !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

#rd-form-m85yb0oc .bricks-form__label {
  margin-top: 20px;
}

#rd-form-m85yb0oc .bricks-form__input.select2-container {
  padding: 10px !important;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  font-family: Montserrat !important;
}

#rd-form-m85yb0oc .select2-container .select2-choice {
  font-family: Montserrat !important;
  font-weight: 600;
  font-size: 16px;
  color: #0E3E83 !important;
  padding: 0px 10px !important;
}

#rd-form-m85yb0oc label.error,
#mensagem-validacao {
  font-size: 14px !important;
  font-weight: bold !important;
  padding: 5px 0 0 0 !important;
}

#rd-row-m85yb0o6 {
  display: none !important;
}

#rd-form-m85yb0oc {
  margin-top: 0 !important;
}

/* Estiliza o select */
#forms select {
  appearance: none;
  /* Remove a aparência padrão do sistema */
  -webkit-appearance: none;
  /* Safari */
  -moz-appearance: none;
  /* Firefox */
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  color: #002F72;
  cursor: pointer;
  position: relative;
  background-image: url('arrow-down-empresas.png');
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 24px;
  padding-right: 40px;
  /* Espaço para a seta */
}

/* Para Firefox, pois ele não aceita `appearance: none` direto */
#forms select::-ms-expand {
  display: none;
}

#forms input::placeholder {
  font-family: Montserrat;
  color: #002F72 !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.help-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #EBECF4;
  margin-bottom: 16px;
}

.checkbox-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

#forms input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 2px solid #EBECF4;
}

#forms .submit-btn {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  background: #FFF;
  border: none;
  border-radius: 8px;
  cursor: pointer;

  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  line-height: 17.07px;
  letter-spacing: 0em;
  color: #0E3E83;
}

.image-container {
  padding: 25px 0;
}

.image-container img {
  width: 472px;
  height: 100%;
  /* height: 959px; */
  border-radius: 10px;
  object-fit: cover;
}

.image-container-mobile img {
  width: 310px;
  height: 240px;
  border-radius: 10px;
  object-fit: cover;
}

.container {
  clear: both;
}








#aplicativo,
#melhore {
  background: #EEBF4114;
}



.blue-sesc {
  color: #004B8D;
}

ul.app li {
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
  color: #3A3A3A;
}

.image-app-sesc {
  width: 399px;
  height: 523px;
}

.app-info {
  display: flex;
  justify-content: center;
  /* padding: 0 15%; */
}

.app-itens {
  display: flex;
}

ul.buttons-download {
  display: flex;
  gap: 12px;
  margin: 27px 0;
  padding: 0;
}

ul.buttons-download li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;

  width: 116px;
  height: 92px;
  list-style: none;
  float: none !important;
  font-size: 10px;
  font-weight: 600;
  line-height: 12.6px;
  margin-left: 10px;
  color: #000;
  text-align: center;
  background-color: #ffffff;
  padding: 15px 0;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0px 4px 4px 0px #0000001A;
}

.acesso-rapido {
  position: relative;
  top: 50px;
}

.renove {
  margin-top: 130px;
}

.renove-list,
.vem-que-list {
  display: flex;
  justify-content: center;
  gap: 22px;
}

.renove-box {
  width: 431px;
  height: 200px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 5px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.renove-box h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.16px;
  text-align: center;
}

.renove-box ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 23.8px;
  color: #3A3A3A;
  text-align: left;
}

.renove-box small {
  font-size: 10px;
  font-weight: 600;
  line-height: 12.6px;
  text-align: center;
  color: #3A3A3A;
}



@media screen and (max-width: 400px) {

  nav#breadcrumbs>a,
  nav#breadcrumbs>a.aggregator,
  nav#breadcrumbs>a.aggregator:hover {
    font: 400 70%/15.6px Montserrat !important;
  }

}

@media screen and (max-width: 768px) {
  /* .top_banner img {
        height: 390px;
        object-position: 20% 0%;
    } */

  .button-sesc-blue,
  .button-sesc-blue-clear {
    font-size: 10px;
    padding: 10px 12px;
    height: 34px;
  }

  .main-desc {
    width: 100%;
    /* top: 24%; */
    top: 60%;
    left: 0;
  }

  .main-title,
  .top_banner .headline h1 {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 20.16px;
    letter-spacing: -0.02em;
  }

  .main-desc p,
  .top_banner .headline p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: left;
    padding-top: 0px !important;
    margin-bottom: 15px !important;
  }

  .main-desc span {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  /*.header-grand.top_banner {
        height: 100vw;
    }*/

  nav#breadcrumbs {
    padding: 16px;
    gap: 1px;
  }

  nav#breadcrumbs>a,
  nav#breadcrumbs>a.aggregator,
  nav#breadcrumbs>a.aggregator:hover {
    font: 400 12px/15.6px Montserrat;
  }

  .padding-empresas {
    padding: 0 15px;
    text-align: center;
  }

  h2.special {
    font-size: 18px;
  }

  h3 {
    font-size: 24px;
    font-weight: 600;
    font-size: 24px;
    line-height: 30.24px;
    letter-spacing: -2%;
  }

  .description {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -2%;
  }

  .slider-videos-empresas .item iframe {
    width: 303px;
    height: 200px;
  }

  .slick-prev,
  .slick-next,
  .slick-prev:focus,
  .slick-next:focus {
    width: 21px;
    height: 21px;
  }

  .slider-noticias-empresas .slick-prev,
  .slider-depoimentos-empresas .slick-prev {
    left: -18px;
  }

  .slider-noticias-empresas .slick-next,
  .slider-depoimentos-empresas .slick-next {
    right: -18px;
  }

  .slider-videos-empresas .slick-prev {
    left: -5px;
  }

  .slider-videos-empresas .slick-next {
    right: -20px;
  }

  .buttons-center {
    flex-direction: column;
    align-items: center;
  }

  #como_cadastrar .button-sesc-blue,
  #como_cadastrar .button-sesc-blue-clear {
    width: 242px;
    /* height: 48px; */
  }

  #como-fazer {
    padding-bottom: 60px;
  }

  #como-fazer .container {
    padding-left: 0;
    padding-right: 0;
  }

  #como-fazer h3 {
    font-size: 23px;
    line-height: 30.24px;
    text-align: center;
  }

  .pontos {
    flex-direction: column;
  }

  .ponto {
    width: 100%;
    height: auto;
    /* height: 168px; */
  }

  .ponto h4 {
    font-size: 16px;
    line-height: 20.16px;
    margin: 0 0 10px 0;
  }

  .ponto p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
  }

  .button-sesc-white {
    background: #002F72;
    width: 208px;
    color: #FFF;
    text-align: center;
  }

  h3.minus {
    font-size: 20px;
    line-height: 33px;
  }

  .depo {
    width: 300px;
    height: 378px;
    /* margin: 0 20px; */
  }

  .duvidas-flex {
    flex-direction: column;
  }

  .duvidas-frequentes,
  .duvidas-frequentes .button-sesc-white {
    width: 100%;
  }

  .news-card {
    width: 297px;
    height: 428;
    margin: 0 20px;
  }





  h3.description {
    font-size: 14px;
    font-weight: 600;
  }



  ul.buttons {
    flex-wrap: wrap;
  }

  ul.buttons li {
    margin-left: 0px;
  }

  .app-info {
    padding: 0 5%;
    flex-direction: column;
    margin-top: 1rem !important;
  }

  .app-itens {
    flex-direction: column;
  }

  .acesso-mobile {
    margin-top: 30px !important;
  }

  .renove-list,
  .vem-que-list {
    flex-direction: column;
  }

  .renove-box {
    width: 100%;
  }

  span.accordion-clientes {
    font-size: 0.8rem;
  }

  span.accordion-clientes i {
    font-size: 1.2rem;
  }

  div.open-close-clientes p {
    font-size: 0.8rem;
  }

  iframe {
    width: 100%;
    height: auto;
  }

  #melhore .container-at-center {
    padding: 20px 0 !important;
  }

  #melhore .container-at-center div {
    margin-top: 1.5rem !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

  /*.header-grand.top_banner {
        height: 50vw;
    }*/

  .main-desc {
    width: 51%;
    /*top: 24%;*/
    top: 60%;
    left: 7%;
  }

  .main-title,
  .top_banner .headline h1 {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 20.16px;
    letter-spacing: -0.02em;
  }

  .main-desc p,
  .top_banner .headline p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: left;
    padding-top: 0px !important;
    margin-bottom: 15px !important;
  }

  .main-desc span {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .padding-empresas {
    padding: 0;
  }

  .slider-videos-empresas .item iframe {
    width: 345px;
    height: 200px;
  }

  #como-fazer {
    padding-bottom: 60px;
  }

  #como-fazer h3 {
    font-size: 23px;
    line-height: 30.24px;
    text-align: center;
  }

  .pontos {
    flex-direction: column;
  }

  .ponto {
    width: 100%;
    height: 168px;
  }

  .ponto h4 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px 0;
  }

  .ponto p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }

  .button-sesc-white {
    background: #002F72;
    width: 208px;
    color: #FFF;
    text-align: center;
  }

  h3.minus {
    font-size: 22px;
    line-height: 33px;
  }

  .depo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 326.33px;
    height: 354px;
    gap: 5px;
    border-radius: 12px;
    padding: 32px 20px;
    border: 1px solid #EAB515;
  }

  .depo p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0em;
    color: #6C6C6C;
  }

  .assinatura {
    display: flex;
    gap: 43px;
    align-items: anchor-center;
    justify-content: space-between;
  }

  .assinatura h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0em;
    margin: 0;
  }

  span.cargo {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1E1E1E99;
  }

  .assinatura img {
    width: 66px;
    height: 66px;
    border-radius: 50px;
  }

  .duvidas-frequentes .button-sesc-white {
    width: 100%;
  }

  .image-container-mobile img {
    object-fit: contain;
  }






  .vem-que-list {
    flex-direction: column;
  }

  iframe {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {

  .duvidas-frequentes {
    width: 100%;
    padding: 24px;
  }
}

@media screen and (max-width: 1024px) {
  #aplicativo {
    margin-top: 0px !important;
  }

  /*.header-grand.top_banner {
        margin-top: 98px;
    }*/

  /* .top_banner img {
        margin-top: 0px;
    } */

  .top_banner {
    height: 32vw;
  }

  .flex-forms {
    flex-direction: column;
    border-radius: 12px;
    /* padding: 24px; */
    padding: 0;
    gap: 24px;
  }

  .submit-btn {
    margin-top: 20px;
    height: 38px;
  }

  .hide-mobile-img {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .hide-desktop-img {
    display: none !important;
  }
}