@font-face {
  font-family: 'RedHatDisplay';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/red-hat-display-v7-latin-700.woff2) format('woff2');
}

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  src: url(../fonts/Mulish-regular.ttf) format('woff2');
}

body.block {
  overflow: hidden;
}

body.block:after {
  content: '';
  background: rgb(0 0 0 / 60%);
  display: block;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

#section-carreiras {
  padding: 50px 85px;
  background-color: #FFFFFF;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

#section-preparacao {
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;

}

#section-cards .section-cards-top {
  display: flex;
  justify-content: space-between;

  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  align-items: center;
}

#section-cards .cards-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  align-items: center;
}

#section-cards div .title-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#section-cards div .title-box h2 {
  font-family: 'Margem-bold';
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 24px;
  max-width: 600px;
  color: #06142D;
}

#section-cards div .title-box p {
  width: 100%;
  max-width: 420px;

  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #505F79;
}

#section-cards div .title-box hr,
#section-cards div .title-box hr {
  width: 55px;
  border: 1px solid #F20009;
}

#section-cards div .horario {
  display: flex;
  gap: 57px;
}

#section-cards div .horario div {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #06142D;
}

#section-cards div .horario div span {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 125%;
  color: #06142D;
}

#section-cards {
  padding: 72px 85px 100px;
  background-color: #FFFFFF;

  border-radius: 40px;
}

#section-cards .row {
  max-width: 1440px;
  margin: 0 auto;
  float: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}




#section-cards .cards {
  margin-top: 50px;
  display: inline-block;
}

.carreiras-background {
  height: 165.5px;
  width: 296px;
  background-repeat: no-repeat;
  background-position: center;
}

#section-cards .cards .banner {
  width: 100%;
}

#section-cards .cards .content {
  padding: 20px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  margin: 0 !important;
  width: 296px;
}

#section-cards .content .fs-3 {
  font-family: 'Mulish';
}

#section-cards .cards .content h3 {
  font-size: 18px;
  font-weight: 700;

  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;

}

#section-cards .cards p {
  color: #424242;
  font-size: 14px;
  min-height: 50px;
}

#section-cards .footer-card {
  display: flex;
  justify-content: space-between;
}

#section-cards .footer-card .addCarrer {
  border-radius: 6px;
  border: solid 1px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #E60009 0%, #FF00A2);
  box-shadow: 2px 1000px 1px #fff inset;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 10px;
  max-width: 180px;
}

#section-cards .footer-card .addCarrer i {
  color: #fff;
}

#section-cards .footer-card .addCarrer.check {
  box-shadow: none;
}

#section-cards .footer-card .addCarrer.check span {
  background: #fff;
  -webkit-background-clip: text;
}

#section-cards .footer-card .romoveCarrer {
  display: none;
}

#section-cards .footer-card a span {
  padding: 5px 10px;
  width: 100%;
  display: block;
  background: linear-gradient(90deg, #E60009 0%, #FF00A2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  transition: 0.3s;
  font-family: SpartanBold;
  letter-spacing: 0.2px;

}

#section-cards .footer-card .teachers img+img {
  margin-left: -15px;
}

#section-cards .button-conclua {
  text-align: center;
  margin-top: 50px;
}

#section-cards .button-conclua a {
  padding: 15px 25px;
}

#section-cards .button-conclua a:hover {
  color: #fff;
}

.main-button {
  padding: 14px 32px 11px;
  gap: 10px;

  width: 261px;
  height: 48px;

  background: #DD303E;
  border-radius: 6px;
  border: none;

  color: #FFFFFF;
  font-family: 'Margem-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  text-transform: uppercase;

}

#carrinhoPanorama {
  position: fixed;
  right: 0;
  background: #fff;
  padding: 25px;
  width: 85%;
  max-width: 413px;
  height: 100%;
  z-index: 1000;
  box-shadow: -2px 2px 8px rgb(0 0 0 / 8%);
  transform: translate3d(100%, 0px, 0px);
  transition: 0.3s;
}

#carrinhoPanorama.open {
  transform: translate3d(0%, 0px, 0px);
}

#carrinhoPanorama .controleCarrinho {
  background: linear-gradient(90deg, #E60009 0%, #FF00A2 100%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  position: absolute;
  left: -15%;
  cursor: pointer;
}

#overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 999;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

#carrinhoPanorama .controleCarrinho i {
  transition: 0.3s;
}

#carrinhoPanorama .controleCarrinho span {
  position: absolute;
  font-size: 10px;
  left: -6px;
  bottom: 0;
  background: #eeeeee;
  color: #424242;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#carrinhoPanorama .controleCarrinho.open i {
  transform: rotate(180deg);
}

#carrinhoPanorama #selectdEvents {
  font-size: 12px;
  text-transform: uppercase;
  background: #F4F5F7;
  padding: 5px 20px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 30px;
  font-weight: 800;
}

#carrinhoPanorama .top {
  margin-bottom: 50px;
}

#carrinhoPanorama .top h2 {
  font-size: 20px;
  font-weight: 600;
}

#carrinhoPanorama .content {
  height: 300px;
  overflow-y: auto;
}

#carrinhoPanorama .content .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

#carrinhoPanorama .content p {
  color: #212529;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}

#carrinhoPanorama .content .date {
  display: flex;
  align-items: center;
}

#carrinhoPanorama .content .date .disc {
  background-color: #505F79;
  width: 5px;
  height: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  margin: 0 5px;
}

#carrinhoPanorama .content .date span {
  font-size: 12px;
  color: #505F79;
}

#carrinhoPanorama .content .removeEvent {
  background: #EEEEEE;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#carrinhoPanorama .bottom {
  margin-top: 35px;
}

#carrinhoPanorama .bottom .addEventos {
  display: block;
  color: #0067FF;
  text-align: center;
  font-size: 14px;
}

#carrinhoPanorama .bottom .addEventos i {
  margin-right: 10px;
}

#carrinhoPanorama .bottom .concluirInscricao {
  margin-top: 80px;
  display: block;
  text-align: center;
  width: 100%;
}

#carrinhoPanorama .closeMobile {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 10px;
  display: none;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  #section-cards .footer-card a {
    font-size: 9px;
  }

  .teachers {
    text-align: right;
  }

  .teachers img {
    width: 40%;
  }
}

@media screen and (min-width: 741px) and (max-width: 1024px) {
  #section-cards .footer-card {
    display: block;
  }

  #section-cards .footer-card .teachers {
    margin-top: 15px;
  }
}

@media screen and (min-width: 641px) and (max-width: 740px) {
  #section-cards .footer-card {
    display: flex;
  }

  #section-cards div .title-box p {
    width: 70%;
  }
}

@media screen and (min-width: 416px) and (max-width: 640px) {
  .section-topo {
    overflow: hidden;
  }

  #section-location {
    margin-top: 0;
  }

  #section-cards .footer-card {
    display: flex;
  }

  #section-cards .footer-card .teachers {
    margin-top: 0;
  }

  #section-cards div .title-box p {
    width: 100%;
  }

  #section-cards .cards:first-child {
    margin-top: 0;
  }


  #carrinhoPanorama .closeMobile {
    display: block;
  }

  #carrinhoPanorama .bottom .concluirInscricao {
    margin-top: 20px;
  }

  #carrinhoPanorama .content {
    max-height: 200px;
    overflow-y: scroll;
  }

  #carrinhoPanorama .top {
    margin-bottom: 20px;
  }

  #carrinhoPanorama .top p {
    font-size: 12px;
  }

  #carrinhoPanorama .top p {
    font-size: 14px;
  }
}


@media screen and (max-width: 640px) {
  #section-cards .row {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 319px) and (max-width: 415px) {
  #section-carreiras {
    padding: 50px 35px;
  }

  #section-cards {
    padding: 40px 20px;
  }

  #section-cards .cards:first-child {
    margin-top: 0;
  }

  #section-cards div .title-box p {
    width: 100%;
  }

}

#carrinhoPanorama .closeMobile {
  display: block;
}

#carrinhoPanorama .bottom .concluirInscricao {
  margin-top: 20px;
}

#carrinhoPanorama .content {
  max-height: 200px;
  overflow-y: scroll;
}

#carrinhoPanorama .top {
  margin-bottom: 20px;
}

#carrinhoPanorama .top p {
  font-size: 12px;
}

#carrinhoPanorama .top p {
  font-size: 14px;
}


@media screen and (max-width: 320px) {
  #section-carreiras {
    padding: 50px 35px;
  }

  #section-cards div .title-box p {
    width: 100%;
  }

  #section-cards .cards:first-child {
    margin-top: 0;
  }

  #section-cards .footer-card {
    display: block;
  }

  #section-cards .footer-card .teachers {
    margin-top: 15px;
  }


  #carrinhoPanorama .closeMobile {
    display: block;
  }

  #carrinhoPanorama .bottom .concluirInscricao {
    margin-top: 20px;
  }

  #carrinhoPanorama .content {
    max-height: 200px;
    overflow-y: scroll;
  }

  #carrinhoPanorama .top {
    margin-bottom: 20px;
  }

  #carrinhoPanorama .top p {
    font-size: 12px;
  }

  #carrinhoPanorama .top p {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  #section-cards .section-cards-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  #section-cards .row {
    justify-content: center;
  }

  #section-cards .cards-container {
    justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  #section-cards .section-cards-top {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .footer-card>a {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  #topo-inscricao h2 {
    font-size: 22px;
  }
}
