/*
Theme Name: HT Academy
Theme URI: https://curso.handtalk.me
Author: Tiago
Description: Tema do pre academy
Version: 1.0
License: GPL2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  curso
*/

/* ESTILOS GERAIS */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,800;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

.custom_container {
  padding: 80px 40px;
  max-width: 1360px;
  margin: 0 auto;
}

body,
p,
a {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

h1,
h2 {
  font-family: 'Raleway', 'Trebuchet MS', sans-serif !important;
}

.tutor-course-single-sidebar-wrapper .tutor-course-topic-item a {
  width: unset !important;
}

.yBtn-OrangeOutline {
  color: #C64F01;
  border: 1px solid #656565;
}

.yBtn-OrangeOutline:hover {
  background-color: #f2f2f2;
  color: #C64F01;
}

.yBtn-OrangeOutline:active {
  color: #C64F01;
}

.yBtn-OrangeOutline:focus {
  border: 1px solid #C64F01;
  color: #C64F01;
  outline: solid;
  outline-width: 1px;
  outline-color: #C64F01;
}

.cursos-cta {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}

body {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yTxt {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
  margin: 0;
}

.border-radius-section {
  border-radius: 0px 0px 64px 64px;
}

.yBtn {
  width: fit-content;
  min-height: 48px;
  padding: 0 24px;
  gap: 8px;
  border-radius: 12px;
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  text-align: center;
  text-decoration: none;
}

.yBtn:hover {
  text-decoration: none;
  color: unset;
}

.yBtn-bege {
  color: #451A05;
  background-color: #FFE0A8;
  border: 1px solid transparent;
}

.yBtn-bege:hover,
.yBtn-bege:active,
.yBtn-bege:focus {
  border: 1px solid #451A05;
}

.yBtn-orange {
  color: #FFFFFF;
  background-color: #C64F01;
  border: 1px solid #C64F01;
}

.yBtn-orange:hover,
.yBtn-orange:active {
  background-color: #9D410F;
  color: #fff;
}

.yBtn-orange:focus {
  outline: solid;
  outline-width: 2px;
  outline-color: #C64F01;
  outline-offset: 4px;
}

.custom_container_no_bottom {
  padding: 40px 40px 0 40px;
  max-width: 1360px;
  margin: 0 auto;
}

/* Bloco: Banner Hero */

.banner-hero-txt {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 450px;
}

.banner-hero-txt img {
  height: 62px;
  width: 62px;
}

.banner-hero-txt a {
  margin-top: 8px;
}

.banner-hero-txt h1 {
  font-size: 64px;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  color: #fff;
}

.banner-hero-txt p {
  color: #fff;
  font-family: Lato;
  font-weight: 900;
  font-size: 24px;
  line-height: 130%;
}

.banner-hero-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  gap: 24px;
}

.banner-hero-img {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: auto;
}

.banner-hero-img img {
  max-width: 100%;
}

/* Bloco: First Course */
.first-course-wrapper {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  justify-content: center;
}

.first-course-wrapper img {
  max-width: 100%;
}

.first-course-txt {
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: center;
}

.first-course .custom_container_no_bottom {
  padding-top: 0;
}

.first-course-txt p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Lato', sans-serif;
  margin: 0;
}

.first-course-txt h2 {
  line-height: 42px;
  font-weight: 900;
  font-size: 32px;
  font-family: 'Lato', sans-serif;
  margin: 0;
}

.first-course img:first-child {
  display: flex;
}

.img-mobile {
  display: none;
}

/* bloco: Cursos */

.two-card-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.two-card-row .course-card-wrapper {
  flex-direction: column-reverse;
}

.two-card-row .course-card {
  max-width: unset;
  min-width: unset;
  flex-direction: column;
}

.two-card-row .course-img {
  height: 193px;
}

.two-card-row .yBtnOrange {
  width: 100%;
  justify-content: center;
}

.two-card-row .course-card-txt h3 {
  font-size: 20px;
  line-height: 130%;
}

.two-card-row .course-card-txt div {
  gap: 4px;
}

.show-more-courses {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #C64F01;
  text-decoration: none;
  margin: 48px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
}

.show-more-courses:hover {
  text-decoration: underline;
  filter: brightness(0.7);
}

.ht-courses {
  background-color: #fff;
  position: relative;
}

.ht-course-vector {
  position: absolute;
  right: 0;
  top: 0;
}

.ht-courses h2 {
  font-size: 48px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  line-height: 57px;
  max-width: 742px;
  margin: 0;
}

.courses-txt {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.courses-txt h3 {
  font-family: Raleway;
  font-weight: 800;
  font-size: 48px;
  line-height: 120%;
  color: #2E2E2E;
  margin: 0;
}

.courses-txt p {
  font-weight: 400;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  line-height: 30px;
  margin: 0;
  max-width: 680px;
}

.course-card {
  padding: 32px;
  max-width: 548px;
  min-width: 548px;
  background-color: #EDEDED;
  display: flex;
  gap: 32px;
  flex-direction: column;
}

.course-card-wrapper {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  overflow: hidden;
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
}

.course-card-txt div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.course-card-txt {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.course-card h3 {
  font-family: 'Lato', sans-serif;
  color: #2E2E2E;
  font-size: 32px;
  font-weight: 900;
  line-height: 41px;
  margin: 0;
}

.course-card p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Lato', sans-serif;
  margin: 0;
  color: #2E2E2E;
}

.course-card ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 0;
  margin: 0;
}

.course-card li {
  justify-content: center;
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  gap: 8px;
  color: #656565;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  align-items: center;
}

.course-card li img {
  width: fit-content;
  display: flex;
  margin: 0 auto;
}

/* bloco: depoimentos */
.depoiments h2,
.target-audience h2 {
  font-family: Raleway;
  font-weight: 800;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  color: #2E2E2E;
  max-width: 800px;
  margin: 0 auto 32px;
}

.depoiments-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.depoiment-card {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  background-color: #EDEDED;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.depoiment-card p {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  color: #2E2E2E;
}

.depoiment-card img {
  width: 120px;
}

/* end bloco depoimentos */

/* bloco: Intro */

.intro-academy {
  background-color: #EDEDED;
}

.intro-academy h2 {
  font-family: Raleway;
  font-weight: 800;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  color: #2E2E2E;
  margin: 0 auto 32px;
  max-width: 800px;
}

.intro-academy span {
  color: #C64F01;
}

.intro-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 16px;
}

.intro-card {
  background: #FFFFFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
}

.intro-card img {
  max-width: 100%;
}

.intro-card p {
  font-family: Lato;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #2E2E2E;
  padding: 16px;
  margin: 0;
}

/* end bloco Intro */

/* bloco: Target Audience */

.target-audience {
  background-color: #EDEDED;
}

.target-audience-top-txt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.target-audience-top-txt p {
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #656565;
  margin: 0 auto;
  max-width: 800px;
}

.target-audience-top-txt h2 {
  margin-bottom: 0;
}

.target-audience-top-txt a {
  margin: 0 auto;
}

.target-audience-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}

.target-audience-card {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 24px;
  padding: 16px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.target-audience-card img {
  width: 48px;
}

.target-audience-card h3 {
  font-family: Lato;
  font-weight: 900;
  color: #2E2E2E;
  font-size: 24px;
  line-height: 130%;
  margin: 0;
}

.target-audience-card p {
  font-family: Lato;
  font-weight: 400;
  color: #2E2E2E;
  font-size: 16px;
  line-height: 150%;
  margin: -4px 0 0 0;
}

/* end bloco target audience */

/* bloco: Público Alvo - Target Audience */

.target_top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.target_top h2 {
  font-family: 'Raleway', sans-serif;
  line-height: 57px;
  font-size: 48px !important;
  font-weight: 800;
  margin: 0;
  color: #2E2E2E;
}

.target_top p {
  color: #656565;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: 0;
  max-width: 956px;
}

.target_card h3 {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 31px;
  color: #2E2E2E;
  margin: 0;
}

.target_card p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2E2E2E;
  margin: 0;
}

.target_card {
  display: flex;
  flex-direction: row;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  overflow: hidden;
}

.target_wrapper_txt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}

.target_wrapper_txt img {
  width: fit-content;
}

.target_cards_wrapper {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
}

.target_card_img {
  min-width: 56%;
}

/* Bloco pre footer */
.pre-footer-wrapper {
  display: flex;
  flex-direction: row;
  gap: 48px;
}

.pre-footer-img img {
  max-width: 100%;
  display: flex;
}

.pre-footer h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 57px;
  margin: 0;
  color: #fff;
}

.pre-footer-txt {
  padding-bottom: 32px;
}

.pre-footer-txt p {
  font-family: 'Lato', sans-seriff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  color: #fff;
}

.pre-footer a {
  margin-top: 32px;
}

/* footer */

footer {
  background-color: #EDEDED;
}

footer .custom_container {
  padding: 40px 40px 64px 40px;
}

.footer_wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}

.footer_col_1 p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  color: #656565;
}

.footer_col_1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer_col_1 a:last-child {
  font-family: Lato;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  text-decoration: underline;
  color: #656565;
}

.footer_col_2 {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.footer_col_2 div ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 185px;
}

.footer_col_2 .title_list {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
  color: #656565;

}

.footer_col_2 a {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #656565;
  text-decoration: none;
}

.footer_col_2 a:hover {
  color: #000;
}

.footer_col_3 ul {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.footer_col_3 ul li:hover {
  filter: brightness(0.8);
}

/* tutor lms */
.tutor-card-body div:last-child {
  display: none !important;
}


/* Menu */
.header {
  background: #FFFFFF;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.header .custom_container {
  padding: 8px 40px;
}

#nav_top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 48px;
}

.logo_header {
  margin-right: auto;
}

.menu_desktop {
  display: flex;
  align-items: center;
  gap: 24px;
}

.menu_desktop a:not(.btn-cta) {
  color: #656565;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  padding: 8px;
  text-decoration: none;
}

.menu_desktop a:not(.btn-cta):hover {
  border-bottom: 2px solid #c64f01;
}

#burguer_icon {
  width: 48px;
  height: 48px;
  font-size: 28px;
  align-items: center;
  justify-content: center;
  color: #2E2E2E;
  display: none;
  border: 1px solid transparent;
  text-decoration: none;
}

#burguer_icon:hover,
#burguer_icon:focus {
  color: #c64f01;
  border: 1px solid #c64f01;
}

nav#menu_drop_down {
  display: none;
  overflow: hidden;
  height: 100%;
  background: #fff;
  padding: 8px 0;
}

ul#menu_list {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

ul#menu_list a {
  color: #000;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}

.wrapper-buttons-header {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 1200px) {
  .ht-course-vector {
    display: none;
  }

  #burguer_icon {
    display: flex;
  }

  .menu_desktop {
    display: none;
  }
}

@media only screen and (max-width: 1100px) {
  .two-card-row {
    grid-template-columns: 1fr;
  }

  .bona {
    background-position: unset !important;
  }

  .two-card-row .course-card-wrapper {
    flex-direction: row;
  }

  .two-card-row .course-img {
    height: unset;
  }

  .two-card-row .course-card-txt h3 {
    font-family: 'Lato', sans-serif;
    color: #2E2E2E;
    font-size: 32px;
    font-weight: 900;
    line-height: 41px;
    margin: 0;
  }

  .two-card-row {
    gap: 0;
  }

  .two-card-row .course-card {
    max-width: 548px;
    min-width: 548px;
  }

  .rosi {
    background-position: center center !important;
  }
}


@media only screen and (max-width: 1000px) {
  .first-course-txt {
    flex-direction: column;
  }

  .two-card-row .course-card {
    max-width: unset;
    min-width: unset;
    width: 50%;
  }

  .intro-wrapper {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
    overflow: auto;
    scroll-behavior: smooth;
  }

  .intro-card img {
    max-width: unset;
    height: 192px;
  }

  .footer_wrapper {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .footer_col_3 ul {
    justify-content: center;
  }

  .footer_col_2 {
    flex-direction: column;
  }

  .target_card_img {
    min-width: 288px;
  }

  .course-card {
    min-width: unset;
    max-width: unset;
    width: 50%;
  }

  .course-card ul {
    flex-wrap: wrap;
  }

  .course-img {
    width: 50% !important;
  }

  .banner-hero-txt a {
    margin-bottom: 40px;
  }

  .target-audience-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .target_top h2,
  .ht-courses h2,
  .pre-footer h2 {
    font-size: 36px !important;
  }

  .custom_container {
    padding: 32px;
  }

  .first-course-txt {
    flex-direction: column;
    padding-top: 40px;
    align-items: flex-start;
  }

  .custom_container_no_bottom {
    padding: 32px 32px 0 32px;
  }

  .banner-hero-wrapper {
    flex-direction: column;
  }

  .pre-footer-wrapper {
    flex-direction: column;
  }

  .first-course-wrapper {
    flex-direction: column-reverse;
  }

  .first-course img:first-child {
    display: none;
  }

  .img-mobile {
    display: flex;
  }

  .course-card-wrapper {
    flex-direction: column;
  }

  .two-card-row .course-card-wrapper {
    flex-direction: column !important;
  }

  .two-card-row .course-card {
    width: unset;
  }

  .course-card {
    width: unset;
  }

  .two-card-row .course-img {
    height: 476px;
    width: 100%;
  }

  .course-img {
    width: 100% !important;
    height: 476px;
  }

  .target_card {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }


}

@media only screen and (max-width: 600px) {
  .custom_container {
    padding: 80px 16px;
  }

  .yBtn {
    width: unset;
    justify-content: center;
  }

  .target-audience-wrapper {
    grid-template-columns: 1fr;
  }

  .tutor-container {
    width: unset !important;
  }

  .header .custom_container {
    padding: 8px 16px;
  }

  .target_cards_wrapper {
    grid-template-columns: 1fr;
  }

  .banner-hero-txt h1,
  .courses-txt h3,
  .depoiments h2,
  .target-audience h2,
  .intro-academy h2 {
    font-size: 36px;
  }

  .banner-hero-txt p {
    font-size: 20px;
  }

  .depoiments-wrapper {
    grid-template-columns: 1fr;
  }

}