/* GERAL */
@import url('https://fonts.googleapis.com/css2?family=PT+Mono&display=swap');

* {
  font-family: 'Montserrat';
}

html {
  scroll-behavior: smooth;
}

body.page-template-lp-live-transformacao {
  background: #111111;
}

.header-container {
  position: absolute;
}

.pages-inside {
  margin: 0;
  padding-bottom: 0;
}

/* TIPOGRAPHY */

p {
  color: #E7E7E7;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 133.333% */
}

strong {
  color: #F39131;
}


p.small {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}


/* BUTTONS */


.btn--red {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  border-radius: 5px;
  background: #E2422D;
  padding: 12px 35px;
  transition: all .3s;
}

.btn--red:hover {
  color: #FFF;
  background: #b91c08;
}

.btn--blue {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  border-radius: 5px;
  background: #0215ec;
  padding: 12px 35px;
  transition: all .3s;
}

.btn--blue:hover {
  color: #FFF;
  background: #000b83;
}

.btn--green {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  border-radius: 5px;
  background: #00B012;
  padding: 12px 35px;
  transition: all .3s;
  height: auto;
}

.btn--green:hover {
  color: #FFF;
  background: #007c0c;
}

.btn--red-g {
  color: #E2422D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid #E2422D;
  padding: 10px 25px;
}

@media(max-width:768px) {
  .btn--red-g {
    font-size: 15px;
    padding: 10px 4px;
    width: 360px;
    line-height: 18px;
    text-transform: none;
  }
}

.btn--red-g:hover {
  background: #E2422D;
  border: 2px solid #E2422D;
  color: #fff;
}

/* HEADER */

@media (max-width: 768px) {
  header img {
    max-width: 80% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}


header.header-container {
  background: #11111160 !important;
}

/* HERO */

.hero-live {
  /* background: linear-gradient(180deg, #0700A3 0%, #100B8E 46.5%, #FE2C41 85%, #D70D21 100%); */
  background: linear-gradient(180deg, #0700A3 0%, #100B8E 46.5%, #2A22DC 85%, #4B43FD 100%);
}

.hero-live-content {
  margin-left: 0;
  padding: 0 20px;
  margin-bottom: 60px;
}

.hero-live h2 {
  color: #F39131;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
}

.hero-live h1 {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.hero-live h1 strong {
  font-weight: bold;
  color: #F39131;
}

.hero-live p {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .hero-live-content {
    margin-left: 10%;
    margin-bottom: 0;
    padding-top: 150px;
    padding-bottom: 90px;
  }

  .hero-live h2 {
    font-size: 38px;
    line-height: 55px;
  }

  .hero-live h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
    margin-top: 0;
  }

}

.calendar-block {
  border-radius: 10px;
  border: 1px solid #F39131;
  background: rgba(0, 0, 0, 0.10);
  padding: 10px;
}

.hero-live .calendar-block img {
  width: 40px;
  height: 40px;
}

.hero-live .calendar-block p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding-left: 15px;
  margin: 0;
}


/* ----------------- INTRO ----------------- */

.intro-text {
  padding: 100px 0;
  background: url(../img/live-tendencias/plano-image-bg.png) no-repeat;
  background-size: 80% auto;
  background-position: right bottom;
}

@media (min-width: 768px) {
  .intro-text {
    background-size: 50% auto;
  }
}

.intro-text h2 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 35px;
}

.intro-text p {
  color: #E7E7E7;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 25px;
}

/* ----------------- SOBRE O CURSO ----------------- */

.sobre-o-curso {
  padding: 100px 0;
}

.sobre-o-curso h2 {
  color: #F39131;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}

@media (min-width: 768px) {
  .sobre-o-curso h2 {
    font-size: 38px;
    padding-right: 40%;
    margin-top: -60px;
    margin-bottom: 0;
    text-align: left;
  }
}

.curso-sobre__item {
  border-radius: 15px;
  border: 0px solid #FFF;
  background: rgba(45, 45, 45, 0.50);
  padding: 20px;
  margin-bottom: 15px;
}

.curso-sobre__item img {
  flex: 0 0 25px;
  width: 25px;
  height: auto;
}

.curso-sobre__item p {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  margin-left: 15px;
}

.cta-sobre-curso {
  text-align: center;
}

@media (min-width: 768px) {
  .curso-sobre__item {
    padding: 30px;
  }

  .curso-sobre__item img {
    flex: 0 0 35px;
    width: 35px;
    height: auto;
  }

  .curso-sobre__item p {
    font-size: 20px;
  }

  .cta-sobre-curso {
    text-align: left;
  }
}


/* ----------------- TRANSFORMACAO ----------------- */

.transformacao-blocks {
  padding: 60px 0;
  background: #000;
}

@media (min-width: 768px) {
  .transformacao-blocks {
    padding: 100px 0;
  }
}



@media (min-width: 768px) {
  .row.equal-height {
    display: flex;
    flex-wrap: wrap;
  }
}

.transformacao-blocks h2 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 35px;
  text-align: center;
}

.transformacao-blocks .transformacao__item {
  border-radius: 15px;
  border: 0px solid #FFF;
  background: rgba(45, 45, 45, 0.50);
  padding: 25px;
}

@media (min-width: 768px) {
  .transformacao-blocks .transformacao__item {
    padding: 25px;
    height: 100%;
  }
}

.transformacao-blocks .transformacao__item img {
  margin-bottom: 15px;
}

.transformacao-blocks .transformacao__item p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin: 0;

}


/* ----------------- PROFESSORES ----------------- */

.professores-block {
  padding: 80px 0;
}

.professores-block h2 {
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 60px;
}

.professores-block p strong {
  color: #E2422D;
}

.professores-content__item {
  margin-bottom: 50px;
}

.professores-content__item img {
  text-align: center;
  max-width: 80%;
}

.professores-content-right {
  text-align: left;
}

@media (min-width: 768px) {

  .professores-content__item img {
    text-align: unset;
    max-width: unset;
  }

  .professores-content-right {
    text-align: right;
  }
}


/* ----------------- INSCRICAO ----------------- */

#inscricao {
  background: linear-gradient(180deg, #0700A3 0%, #100B8E 46.5%, #2A22DC 85%, #4B43FD 100%);
  padding: 110px 0 100px;
}

.incricao-form-container {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 24px 0px rgba(100, 100, 100, 0.15);
  padding: 35px;
}

.incricao-form-container h2 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 35px;
}

.incricao-form-container label.form-label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.mb-input {
  margin-bottom: 15px;
}

.mb-select {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .mb-input.mb-select .form-label {
    margin-bottom: 15px;
  }

  label.form-check-label {
    font-size: 15px;
    margin-top: 4px;
  }

  .form-check {
    margin-bottom: 8px;
  }

  .mb-select {
    margin-bottom: 43px;
  }

}

/* ----------------- SOBRE ----------------- */

.plano-about {
  padding: 60px 0;
  background: #111;
  text-align: center;
}

.plano-about img {
  margin-bottom: 20px;
  max-width: 60%;
}

@media (min-width: 768px) {
  .plano-about {
    text-align: unset;
  }

  .plano-about img {
    margin-bottom: 0;
    max-width: 95%;
  }
}



/* OBRIGADO */

.hero-live-obrigado {
  /* background: linear-gradient(180deg, #0700A3 0%, #100B8E 46.5%, #FE2C41 85%, #D70D21 100%); */
  background: linear-gradient(180deg, #0700A3 0%, #100B8E 46.5%, #2A22DC 85%, #4B43FD 100%);
}

.hero-live-obrigado-content {
  text-align: center;
  padding: 100px 20px 20px;
}

@media (min-width: 768px) {
  .hero-live-obrigado-content {
    padding: 100px 0 20px 0 ;
  }
}


.hero-live-obrigado h1 {
  padding-top: 40px;
  color: #FFF;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}

.hero-live-obrigado p {
  color: #EBEBEB;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

@media (min-width: 768px) {
  .hero-live-obrigado h1 {
    font-size: 42px;
    line-height: 55px;
  }
  .hero-live-obrigado p {
    color: #EBEBEB;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
  }
}

.obrigado-text {
  padding: 130px 20px 40px 20px;
}

.obrigado-text h3 {
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .obrigado-text {
    padding: 100px;
  }

  .obrigado-text h3 {
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    margin-top: 90px;
    margin-bottom: 25px;
  }

}


.obrigado__item {
  margin-bottom: 20px;
  text-align: left;
}


.obrigado-text p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* text-align: center; */
}

@media (min-width: 768px) {
  .obrigado-text p {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* text-align: center; */
  } 
}

.obrigado-text h2 {
  color: #fff;
  font-weight: bold;
}

.obrigado-text p a {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}

.obrigado-text p a:hover {
  color: #FE2C41;
}


.hero-live-obrigado-video {
  margin-bottom: -100px;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.hero-live-obrigado-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
