/*
Theme Name: LandPage Pós-Graduação PUC
Description: Tema destinado Pós-Graduação PUC
Author: Marketing
Version: 2.0
*/
/*
@font-face {
  font-family: 'Ambit-Regular';
  src: url('vendor/font/AmbitRegular.eot');
  src: url('vendor/font/AmbitRegular.eot') format('embedded-opentype'),
       url('vendor/font/AmbitRegular.woff2') format('woff2'),
       url('vendor/font/AmbitRegular.woff') format('woff'),
       url('vendor/font/AmbitRegular.ttf') format('truetype'),
       url('fonts/AmbitRegular.svg#AmbitRegular') format('svg');
  font-display: swap;
}

@font-face {
  font-family: "Ambit-Bold";
  src: url('vendor/font/AmbitBold.eot');
  src: url('vendor/font/AmbitBold.eot') format('embedded-opentype'),
       url('vendor/font/AmbitBold.woff2') format('woff2'),
       url('vendor/font/AmbitBold.woff') format('woff'),
       url('vendor/font/AmbitBold.ttf') format('truetype'),
       url('vendor/font/AmbitBold.svg#AmbitBold') format('svg');
  font-display: swap;
} */

:root {
  --font-bold: "Barlow Condensed";
  --font-regular: 'Lato';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-bold);
  font-weight: 600 !important;
}

h2 {
  font-size: 2.25rem;
  color: #20404e;
}

p,
li {
  font-family: var(--font-regular);
}

body {
  overflow-x: hidden;
  /* font-family: "Abel", sans-serif; */
  font-family: 'Lato';
  font-size: 1rem;
}
h4.tcc {
  font-family: 'Lato' !important;
  font-weight: 400 !important;
}
@media (max-width: 576px) {
  h4.tcc {
  font-size: 1em;
}
}
section {
  padding: 3rem 0;
  overflow: hidden;
}

.bloco-programa .table>:not(caption)>*>* {
  padding: .20rem .25rem !important;
}

@media (max-width: 728px) {
  section {
    padding: 2rem 0;
  }

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


/* base */
ul.bullet li {
  position: relative;
  list-style: none;
}

ul.bullet li:before {
  content: '';
  position: absolute;
  left: -1.75rem;
  top: 4px;
  width: 13px;
  height: 13px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 426.667 426.667' style='enable-background:new 0 0 426.667 426.667;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M213.333,106.667c-58.88,0-106.667,47.787-106.667,106.667S154.453,320,213.333,320S320,272.213,320,213.333 S272.213,106.667,213.333,106.667z' fill='DodgerBlue'/%3E%3Cpath d='M213.333,0C95.467,0,0,95.467,0,213.333s95.467,213.333,213.333,213.333S426.667,331.2,426.667,213.333 S331.2,0,213.333,0z M213.333,384c-94.293,0-170.667-76.373-170.667-170.667S119.04,42.667,213.333,42.667 S384,119.04,384,213.333S307.627,384,213.333,384z' fill='DodgerBlue'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.azul {
  color: #20404E;
}

/*h2, h3 {
  color: #20404E;
}*/
.tab-content section {
  padding: 0 !important;
  /* RD forms fix */
  overflow: hidden;
}

#RDform input,
#RDform select {
  font-size: 0.9em !important;
}

@media (max-width: 576px) {
  #RDform {
    padding: 10px 5px !important;
  }
}

.mt-n2 {
  margin-top: -0.5rem !important;
  /* hack */
}

.btn {
  border-radius: 0 !important;
  margin: 3px;
}

.investimento .small {
  font-size: .75em !important;
}


/* listas */
#porque-este-curso ul li,
#areas-atuacao ul li {
  position: relative;
  list-style: none;
  padding: 2px 0;
}

#porque-este-curso ul li:before,
#areas-atuacao .tab-pane ul li:before,
#areas-atuacao .accordion-body ul li:before {
  content: '';
  position: absolute;
  left: -1.75rem;
  top: 6px;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 426.667 426.667' style='enable-background:new 0 0 426.667 426.667;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M213.333,106.667c-58.88,0-106.667,47.787-106.667,106.667S154.453,320,213.333,320S320,272.213,320,213.333 S272.213,106.667,213.333,106.667z' fill='LightSkyBlue'/%3E%3Cpath d='M213.333,0C95.467,0,0,95.467,0,213.333s95.467,213.333,213.333,213.333S426.667,331.2,426.667,213.333 S331.2,0,213.333,0z M213.333,384c-94.293,0-170.667-76.373-170.667-170.667S119.04,42.667,213.333,42.667 S384,119.04,384,213.333S307.627,384,213.333,384z' fill='LightSkyBlue'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.btn-header {
  background: #0B5AA8;
  border: unset;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0.6rem 1rem;
}

.btn-header:hover {
  background: #961069;
  color: #fff;
}

.btn-primario {
  border: 2px solid #fff !important;
  border-radius: 1px !important;
  background: #0f103b;
  border: unset;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.9rem 1.65rem;
  line-height: 1;
}

.btn-primario:hover {
  background: #961069;
  color: #fff;
}

.btn-sm {
  padding: .7rem .8rem !important;
  font-size: .92em !important;
  line-height: 1;
}

.btn-secundario {
  border: 2px solid #fff !important;
  border-radius: 1px !important;
  background: #52BAE4;
  border: unset;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.9rem 1.65rem;
  line-height: 1;
}

.btn-secundario:hover {
  background: #961069;
  color: #fff;
}

.btn-terciario {
  background: unset;
  border: 2px solid #fff !important;
  color: #fff;
  background: #961069;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.9rem 1.65rem;
  border-radius: 1px !important;
}

.btn-terciario:hover {
  background: #2DC4EF;
  color: #fff;
  border: 2px solid #fff;
}

.chamada-header .btn-quaternario {
  border: 3px solid #fff;
  font-size: 1.1rem;
}

.btn-quaternario {
  background: unset;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 1rem 1.65rem;
  border-radius: 1px !important;
}

.btn-quaternario:hover {
  background: #961069;
  border: 2px solid #fff;
  color: #fff;
}

.btn-menu a {
  border-radius: 1px !important;
  background: #52BAE4;
  border: unset;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem !important;
  padding: 0.62rem 1rem !important;
}

.btn-menu a:hover {
  background: #961069;
  color: #fff;
}

.shadown {
  -webkit-box-shadow: 15px 15px 43px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 15px 15px 43px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 15px 15px 43px 5px rgba(0, 0, 0, 0.25);
}

#carouselHeader {
  min-height: 95vh;
}

@media (min-width: 576px) {
  #carouselHeader {
    min-height: 90vh;
  }
}

.overlay {
  height: 95vh;
  width: 100%;
  background: black;
  opacity: 0.15;
  /* video mais visivel */
}

@media (min-width: 576px) {
  .overlay {
    height: 100vh;
  }
}

.overlay-transparente {
  height: 100%;
  width: 100%;
  background: transparent;
  opacity: 0.5;
}

.slick-dots {
  bottom: unset;
}

strong {
  /* font-family: "Barlow Condensed", Helvetica; */
  font-family: 'Lato', Helvetica;
  font-weight: 600 !important;
}

/* navMain */
.navMain {
  background: #fff;
  padding: unset;
  min-height: 86px;
  box-shadow: 0px 6px 8px #00000026;
}

.navMain .logo {
  height: 45px;
  transition: all 0.35s ease;
}

.navMain .logo:hover {
  opacity: 0.6;
}

.navMain .navbar-expand-lg .navbar-nav .nav-link,
.navMain .menu-item a {
  margin: 0.6rem 0.4rem;
}

.navMain ul li a {
  color: #111;
  font-size: 1.2em;
  border-bottom: 2px solid transparent;
  padding: 0px 0px 0px 0px;
  transition: all 0.35s ease;
  text-decoration: none;
}

.navMain .navbar-nav .nav-link,
.navMain .menu-item a {
  margin: 0.4rem;
  font-size: 1.2rem;
  color: #000;
  padding: 0.9rem 0;
}

.navMain .menu-item a {
  display: block;
}

/* menu invertido */
.single-curso .navMain ul li a {
  color: #fff !important;
}

.single-curso .navMain {
  background: #0F103B !important;
  box-shadow: none !important;
  position: initial !important;
}

.single-curso .btn-menu a {
  background-color: transparent;
  border: 2px solid #fff;
}

.single-curso .btn-menu a:hover {
  background: #2DC4EF;
  border: 2px solid #fff;
}

.single-curso .navbar-toggler {
  filter: brightness(0) invert(1);
}

.single-curso .logo {
  height: 45px;
  filter: brightness(0) invert(1);
}

.single-curso .btn-terciario {
  background-color: var(--bs-btn-hover-bg);
}
.single-curso .btn-terciario:hover {
  background-color: #2DC4EF;
}

@media (max-width: 576px) {
  .single-curso .navMain {
    position: fixed !important;
  }

  .single-curso .header-curso {
    margin-top: 24px !important;
  }
}

.menu-principal {
  padding: 0;
}

/* header */
.header {
  padding: 0px;
  position: relative;
  overflow: visible;
  background-attachment: fixed;
  background-image: linear-gradient(to bottom, #105397, #23609e, #356ea4, #467baa, #5888b0, #6195b5, #6da1b8, #7dadbc, #8fbabe, #a6c7c1, #bdd3c8, #d4ded3);
}

.header h1 {
  font-family: "Barlow Condensed", Helvetica;
  font-size: 2rem;
}

.header .card-title {
  font-family: "Barlow Condensed", Helvetica;
}

.chamada-header {
  position: relative;
  text-align: left;
  text-transform: uppercase;
  zoom: 0.86;
}

.header .chamada-header {
  margin: 0 70px;
}

.chamada-header h1 {
  font-size: 3em;
  line-height: 1;
  color: #00c7f5;
  font-weight: 400 !important;
  font-size: 5vw;
}

.chamada-header h2 {
  color: #e9ead5;
  font-weight: 400 !important;
  font-size: 2.25vw;
}

.chamada-header img {
  max-width: 320px;
  margin-bottom: 10px;
}

#parallax {
  width: 100%;
  max-height: 80vh;
  height: auto;
}

#parallax .hcapa {
  position: absolute;
  max-width: 350px;
  width: 100%;
  align-content: center;
  height: 100%;
  transform: translateY(-75px);
  left: 0;
  top: 0;
}

.separador {
  height: auto;
  padding: 0;
  background-color: #fff !important;
}

/* logo pós */
.logo-pos {
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

.logo-pos {
  max-width: 320px;
  width: 100%;
  margin: 15px auto;
  zoom: 0.8;
}

.logo-pos h1 {
  font-size: 3em;
  line-height: 1;
  color: #00c7f5;
  font-weight: 400 !important;
  font-size: 5vw;
}

.logo-pos h2 {
  color: #e9ead5;
  font-weight: 400 !important;
  font-size: 2.25vw;
  margin-bottom: 0 !important;
}

.logo-pos img {
  max-width: 320px;
  margin-bottom: 10px;
}

#selos-certificados {
  background-color: #f0f0f0;
}

.selo-melhorsp {
  position: absolute;
  width: 190px;
  top: 20%;
  left: 36%;
  transform: translateX(-50%) rotate(-10deg);
  z-index: 5;
}

.selo-melhorsp img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .selo-melhorsp {
    width: 192px;
    top: 8%;
    right: 4.5%;
    left: auto;
    transform: translateX(0) rotate(-10deg);
  }
}

@media (max-width: 576px) {
  .chamada-header h1 {
    font-size: 4.5rem;
  }

  .chamada-header .btn-quaternario {
    border: 3px solid #fff;
    width: 100% !important;
    font-size: 1.15rem !important;
  }

  .chamada-header {
    width: 100%;
    max-width: 290px;
    margin: 0 !important;
    zoom: 0.8;
  }

  .chamada-header h2 {
    font-size: 2rem;
  }

  .selo-melhorsp {
    width: 132px;
    top: 4.5%;
    right: 4.5%;
    left: auto;
    transform: translateX(0) rotate(-10deg);
  }
}

@media (max-width: 320px) {
  .selo-melhorsp {
    width: 120px;
  }
}

/*.header .chamada-header:before {
  content: 'VESTIBULAR 2025';
  display: block;
  position: absolute;
  top:80%;
  left:50%;
  transform: translate(-50%,-50%);
  color:white;
  opacity:.05;
  font-weight: 600;
  font-size: 6em;
  line-height: 1;
  text-wrap: nowrap;
  font-family: var(--font-bold);
}*/
.header .carousel-item {
  height: 100%;
}

.header .carousel-caption {
  padding-top: 3rem;
  bottom: auto;
  margin: 0 auto;
  top: 50%;
  left: 10%;
  right: 10%;
  transform: translate(0, -50%);
  z-index: 1;
}

@media (max-width: 576px) {
  .header .carousel-caption {
    left: 7%;
    right: 7%;
    padding-top: 1rem;
  }
}

@media (min-width: 1025px) {
  .header .carousel-caption {
    padding-top: 4rem;
  }
}

.header .carousel-caption .card-body>div {
  min-height: 420px;
}

.header .carousel-caption .card-body>div>section {
  padding: 1em 0 !important;
}

.header #component1-header {
  position: absolute;
  top: 40px;
  left: 230px;
  z-index: 2;
  width: 50%;
  transition: all 0.2s ease;
}

.header #component2-header {
  position: absolute;
  left: -100px;
  bottom: -20px;
  z-index: 2;
  width: 50%;
  transition: all 0.2s ease;
}

@media (min-width: 576px) {
  .header #component1-header {
    top: 50px;
    left: auto;
    right: 10%;
    width: auto;
  }

  .header #component2-header {
    left: 10%;
    top: 360px;
    width: auto;
  }
}

.header .video-header {
  position: absolute;
  width: auto;
  min-width: 40vw;
  height: 100vh;
  z-index: 1;
  left: 0;
  top: 3%;
}

@media (min-width: 576px) {
  .header .video-header {
    height: auto;
    min-height: 100vh;
    width: 40%;
    left: 0;
    top: auto;
  }
}

#carouselHeader .carousel-inner {
  height: 90vh;
  position: relative;
}

#carouselHeader .carousel-inner .card {
  max-width: 420px;
}

@media (max-width: 576px) {
  #carouselHeader .carousel-inner {
    height: 100vh;
  }
}

.header #bg-video-header {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: 100%;
  min-width: 100vw;
  z-index: -1;
  transform: translate(-50%, -50%);
}

@media (max-width: 1280px) {
  .header #bg-video-header {
    width: 200%;
  }
}

@media (max-width: 992px) {
  .header #bg-video-header {
    height: 100vh;
    width: auto;
  }
}

.header-curso .selo-novo {
  position: relative;
  background: #0B5AA8;
  color: white;
  border-radius: 4px;
  padding: 7px 10px 4px;
  font-size: .5em;
  letter-spacing: 1px;
  vertical-align: 3px;
  line-height: 0;
  text-transform: uppercase;
}

.header-curso .video-capa {
  margin-top: 8vw;
  position: relative;
  overflow: hidden;
  height: 380px;
  width: 100%;
  z-index: 1;
  filter: brightness(0.75);
}

.video-capa .vid-sound {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  color: #fff;
  pointer-events: none;
  font-size: 2rem;
  text-shadow: 1px 2px 3px black;
}

#bg-video-mosaico {
  width: 70%;
}

/* capa vertical */
.header-curso .video-capa.vertical {
  height: 480px;
}

.header-curso .video-capa.vertical .overlay-capa {
  background-image: radial-gradient(circle, #afafaf, #999a9d, #83868b, #6c7279, #556067);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.header-curso .video-capa.vertical #bg-video-capa {
  width: 45%;
}

@media (min-width: 1401px) {
  .header-curso .video-capa {
    margin-top: 4vw;
  }

  .header-curso .video-capa.vertical {
    margin-top: 0vw;
  }
}

@media (max-width: 992px) {
  .header-curso .video-capa {
    height: 310px;
  }
}

.curso-infos .button-group {
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .header-curso .video-capa {
    height: 265px;
  }

  .header-curso .video-capa.vertical {
    height: 620px;
  }

  .header-curso .video-capa.vertical #bg-video-capa {
    width: 100%
  }

  .header-curso #bg-video-capa {
    top: 28% !important;
    left: 50% !important;
    max-width: 400% !important;
    height: auto;
    width: 400% !important;
  }

  .curso-infos {
    font-size: 0.9rem;
  }
}

.header-curso #bg-video-capa {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 133%;
  filter: brightness(0.5) contrast(1.66);
  z-index: -1;
  transform: translate(-50%, -50%);
}

.header-curso {
  background-color: #1d407de0;
  background-blend-mode: multiply;
  color: white;
  overflow-y: hidden;
  position: relative;
}

.header-curso .card,
.carousel-caption .card {
  border-radius: 0 !important;
}

.header-curso h2 {
  color: white;
}

.header-curso h2.pt-3 {
  margin: 1em 0;
}

.header-curso h2.pt-3:after {
  content: '';
  display: block;
  margin-top: 10px;
  height: 5px;
  width: 60%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.header-curso .curso-resumo {
  font-size: .95em;
  line-height: 1.4;
}

/* info-curso */
.info-curso {
  background-color: #0F103B;
  color: white;
  padding: 1rem 0;
  position: sticky;
  font-size: 0.9rem;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid #ffffff22;
  overflow: unset;
}

.info-curso img {
  float: left;
  margin-right: 15px;
  max-height: 48px;
  min-height: 40px;
  transition: all 0.35s ease;
}

.info-curso p {
  line-height: 1.2;
  display: block;
  margin-bottom: 0;
  background-color: #0f103b;
}

.info-curso strong {
  display: block;
}

.info-curso a {
  color: white;
}

.info-curso.is-sticky .col-btn {
  /* display: none !important; */
}

.col-btn a {
  width: 100%;
}

.info-curso .logo-col {
  display: none;
}

.info-curso.is-sticky .logo-col {
  display: block !important;
}

.info-curso .dias-aula p {
  /* transition: all 0.3s ease; */
  height: 50px;
  overflow: hidden;
}

.info-curso .dias-aula {}

.info-curso .dias-aula:hover {
  position: absolute;
  width: 320px;
}

.info-curso .dias-aula:hover p {
  height: auto;
  padding: 0 15px 15px 15px;
  box-sizing: border-box;
  min-height: 50px;
  border: 1px solid #eeeeee;
  border-top: 0 !important;
}

.ajuda {
  color: #2dc4ef;
}

@media (max-width: 768px) {
  .info-curso .dias-aula:hover {
    position: absolute;
    width: 90%;
    left: 5%;
    right: 15%;
    text-align: right;
  }

  .info-curso .dias-aula:hover p {
    border: 1px solid #eeeeee !important;
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .info-curso {
    position: unset;
  }
}

/* sub-menu */
.sub-menu {
  background-color: #0F103B;
  color: white;
  padding: 1.2rem 0;
  position: sticky;
  font-size: 0.86rem;
  top: 86px;
  z-index: 10;
}

.sub-menu img {
  float: left;
  margin-right: 12px;
  height: 45px;
  min-height: 40px;
}

.sub-menu strong {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  transition: all 0.35s ease;
}

.sub-menu p {
  line-height: 52px;
  display: inline-block;
  margin-bottom: 0px;
  height: 52px;
}

.sub-menu a {
  color: white;
  text-decoration: none;
}

.sub-menu a:hover strong {
  text-decoration: underline;
  color: #00c7f5;
}

@media (max-width: 768px) {
  .info-curso p {
    margin: 0.25em auto;
    font-size: .95em;
  }

  .info-curso img {
    margin-right: 15px;
    height: 42px;
  }

  .sub-menu {
    position: unset;
  }
}

.selos-puc {
  padding: 2rem 0;
}

/* class-formas-de-ingresso */
.class-formas-de-ingresso .nav-tabs#myTabVestibular {
  border: unset;
}

#formas-de-ingresso {
  background-color: #E9ECD8;
}

.class-formas-de-ingresso .nav-tabs#myTabVestibular .nav-item span {
  font-weight: 600 !important;
}

.class-formas-de-ingresso .nav-tabs#myTabVestibular .nav-item button {
  border: unset;
  font-size: 2rem;
  color: #bba18a;
  font-family: "Barlow Condensed", Helvetica;
  background-color: transparent !important;
  transition: all 0.35s ease;
}

.class-formas-de-ingresso .nav-tabs#myTabVestibular .nav-item button:hover {
  color: #20404e;
}

.class-formas-de-ingresso .nav-tabs#myTabVestibular .nav-item .active span {
  border-bottom: 5px solid;
  color: #000;
}

.class-formas-de-ingresso .nav-tabs#myTabConteudo1 {
  border: unset;
}

.class-formas-de-ingresso #myTabContentConteudo1 h2 {
  font-family: "Barlow Condensed", Helvetica;
  font-size: 1.6rem;
}

.class-formas-de-ingresso #myTabContentConteudo1 ul li {
  margin-bottom: 0.8rem;
}

.class-formas-de-ingresso .nav-tabs#myTabConteudo1 .nav-item button {
  border: unset;
  border-bottom: 3px solid #73929D;
  font-size: 1.3rem;
  color: #0B5AA8;
}

.class-formas-de-ingresso .nav-tabs#myTabConteudo1 .nav-item button.active {
  border-bottom: 3px solid #F9B44C;
}

.class-formas-de-ingresso .nav-tabs#myTabConteudo2 {
  border: unset;
}

.class-formas-de-ingresso #myTabContentConteudo2 h2 {
  font-family: "Barlow Condensed", Helvetica;
  font-size: 1.6rem;
}

.class-formas-de-ingresso .nav-tabs#myTabConteudo2 .nav-item button {
  border: unset;
  border-bottom: 3px solid #73929D;
  font-size: 1.3rem;
  color: #0B5AA8;
}

.class-formas-de-ingresso .nav-tabs#myTabConteudo2 .nav-item button.active {
  border-bottom: 3px solid #F9B44C;
}

.class-formas-de-ingresso .video-formas-de-ingresso {
  position: relative;
  overflow: hidden;
  height: 333px;
  width: 100%;
  z-index: 1;
}

.class-formas-de-ingresso #bg-video-formas-de-ingresso {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 132%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

/* para quem */

.class-para-quem .video-para-quem {
  position: relative;
  overflow: hidden;
  height: 420px;
  width: 100%;
  z-index: 1;
}

.class-para-quem #bg-video-para-quem {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  z-index: 0;
  transform: translate(-50%, -50%);
}

/* class-guia-universitario */
.class-guia-universitario h2 {
  font-family: "Barlow Condensed", Helvetica;
}

/* class-ingresso-ensino-medio */
.class-ingresso-ensino-medio {
  background-image: linear-gradient(to bottom, #20404e, #11384d, #04304b, #002748, #031e44, #061a41, #0b153e, #0f103b, #0f103b, #0f103b, #0f103b, #0f103b);
  color: #e0e0e0;
  padding-bottom: 0 !important;
}

.class-ingresso-ensino-medio strong {
  color: #fff !important;
}

.class-ingresso-ensino-medio .bottom {
  margin-top: 1.5rem;
}

.class-ingresso-ensino-medio h2 {
  font-family: "Barlow Condensed", Helvetica;
  color: #fff;
  margin-bottom: 40px;
}

.class-ingresso-ensino-medio h3 {
  font-family: "Barlow Condensed", Helvetica;
  color: #fff;
}

.class-ingresso-ensino-medio h4 {
  font-family: "Barlow Condensed", Helvetica;
  color: #fff;
}

.class-ingresso-ensino-medio .video-ingresso-ensino-medio {
  position: relative;
  overflow: hidden;
  height: 350px;
  width: 100%;
  z-index: 1;
  margin-bottom: 30px;
}

.class-ingresso-ensino-medio #bg-video-ingresso-ensino-medio {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.class-ingresso-ensino-medio figure img {
  border-radius: 50%;
  max-width: 82px;
  transition: all 0.3s ease;
}

.class-ingresso-ensino-medio figure:hover img {
  filter: invert(1);
}

.figure {
  font-size: 0.94rem;
}

.figure-img {
  border: 2px solid #222;
}

@media (max-width: 728px) {
  .class-ingresso-ensino-medio #bg-video-ingresso-ensino-medio {
    transform: translate(-50%, -50%) scale(1.55);
  }
}

.class-ingresso-ensino-medio p {
  font-size: 1em;
}

.class-ingresso-ensino-medio figcaption {
  color: white;
  font-size: 0.96em;
  line-height: 1rem;
}

/* final-do-curso */
.final-do-curso {
  background-color: #1788c2;
  background-image: linear-gradient(to bottom, #1788c2, #177bb4, #166da7, #166199, #15548b);
  color: white;
  overflow: unset;
}

.final-do-curso h3 {
  color: cornsilk;
}

/* portfolio-de-projetos */
.portfolio-de-projetos {
  background-color: #20404e;
  color: white;
}

.portfolio-de-projetos h2 {
  color: white;
}

.portfolio-modulo {
  padding: 0 0 15px 60px;
  position: relative;
  cursor: default;
}

.portfolio-modulo h4 {
  font-size: 1.33rem;
}

.portfolio-modulo span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 4em;
  font-weight: 800;
  width: 42px;
  line-height: 0.7;
  color: #E9ECD8;
}

.portfolio-modulo span img {
  transition: all 0.6s ease;
}

.portfolio-modulo.mod2 span img {
  transform: rotate(90deg);
}

.portfolio-modulo.mod3 span img {
  transform: rotate(270deg);
}

.portfolio-modulo.mod4 span img {
  transform: rotate(180deg);
}

.portfolio-modulo.mod1:hover span img {
  transform: rotate(90deg) scale(1.2, 1.2);
}

.portfolio-modulo.mod2:hover span img {
  transform: rotate(180deg) scale(1.2, 1.2);
}

.portfolio-modulo.mod3:hover span img {
  transform: rotate(360deg) scale(1.2, 1.2);
}

.portfolio-modulo.mod4:hover span img {
  transform: rotate(270deg) scale(1.2, 1.2);
}


/* Certificados */
.certificados strong {
  display: block;
}

.certificados img {
  max-width: 100px;
  height: auto;
  border-radius: 50%;
}

/* class-mais-sobre */
.class-mais-sobre {
  background-color: #0f103b;
  color: #e0e0e0;
  padding-bottom: 0 !important;
}

.class-mais-sobre strong {
  color: white !important;
}

.class-mais-sobre .bottom {
  margin-top: 1.5rem;
}

.class-mais-sobre h2 {
  font-family: "Barlow Condensed", Helvetica;
  color: #fff;
  margin-bottom: 40px;
}

.class-mais-sobre h3 {
  font-family: "Barlow Condensed", Helvetica;
  color: #fff;
}

.class-mais-sobre h4 {
  font-family: "Barlow Condensed", Helvetica;
  color: #fff;
}

.class-mais-sobre .video-mais-sobre {
  position: relative;
  overflow: hidden;
  height: 450px;
  width: 100%;
  z-index: 1;
  margin-bottom: 30px;
}

.class-mais-sobre #bg-video-mais-sobre {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.class-mais-sobre figure img {
  border-radius: 50%;
  max-width: 92px;
}

@media (max-width: 728px) {
  .class-mais-sobre #bg-video-mais-sobre {
    transform: translate(-50%, -50%) scale(1.55);
  }
}

.class-mais-sobre p {
  font-size: 1em;
}

/* class-areas-atuacao */
.class-areas-atuacao {
  border-bottom: 1px solid #f1f1f1;
}

.class-areas-atuacao h2 {
  font-family: "Barlow Condensed", Helvetica;
}

.class-areas-atuacao .nav-tabs#myTabArea {
  border: unset;
}

.class-areas-atuacao .nav-tabs#myTabArea .nav-item button {
  border: unset;
  color: #000;
  border-bottom: 3px solid #73929D;
}

.class-areas-atuacao .nav-tabs#myTabArea .nav-item button.active {
  border-bottom: 3px solid #F9B44C;
}

.class-areas-atuacao .video-areas-atuacao {
  position: relative;
  overflow: hidden;
  height: 410px;
  width: 100%;
  z-index: 1;
}

@media (max-width: 1400px) {
  .class-areas-atuacao .video-areas-atuacao {
    height: 380px;
  }
}

@media (max-width: 768px) {
  .class-areas-atuacao .video-areas-atuacao {
    height: 320px;
  }
}

.class-areas-atuacao #bg-video-areas-atuacao {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

/* class-perspectivas */
.class-perspectivas {
  background: url(img/component2-perspectivas.svg) center right no-repeat;
}

.class-perspectivas h2 {
  font-family: "Barlow Condensed", Helvetica;
}

.class-perspectivas h3 {
  background: #275AA8;
  color: #fff;
  padding: 0.8rem 1rem;
  font-size: 2.5rem;
  font-family: "Barlow Condensed", Helvetica;
}

.class-perspectivas h3 span {
  color: #F7B643;
}

.class-perspectivas a {
  border-radius: 50px;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all .5s ease;
}

.class-perspectivas a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(12, 90, 168);
  background: linear-gradient(0deg, rgba(12, 90, 168, 1) 10%, rgba(12, 90, 168, 0) 60%);
  z-index: 1;
  transition: all .5s ease;
}

.class-perspectivas a:hover:after {
  top: 50%;
}

.class-perspectivas a strong {
  font-family: "Barlow Condensed", Helvetica;
  font-size: 1.6em;
  color: white;
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  z-index: 2;
  letter-spacing: .5px;
}

/* class-treineiro-puc */
.class-treineiro-puc .row {
  align-items: center;
}

.class-treineiro-puc h2 {
  background: #fff;
  color: #000;
  font-family: "Barlow Condensed", Helvetica;
  float: left;
  padding: 0.4rem 0.8rem;
}

.class-treineiro-puc p {
  color: #fff;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 1.25px;
  line-height: 1.33em;
}

@media (min-width: 728px) {
  .class-treineiro-puc p {
    font-size: 1.4rem;
    line-height: 36px;
  }
}

.class-treineiro-puc li {
  color: #fff;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  line-height: 1.4em;
}

/* class-inovacao */
.class-inovacao,
.class-arte-transformar {
  background-image: linear-gradient(to bottom, #0f103b, #031e44, #002a49, #0c354c, #20404e);
  color: #e0e0e0;
}

.class-inovacao strong,
.class-arte-transformar strong {
  color: #fff !important;
}

.class-inovacao h2 {
  font-family: "Barlow Condensed", Helvetica;
  color: #fff;
}

.class-inovacao h2.destacado {
  font-family: "Barlow Condensed", Helvetica;
  background: #3086c6;
  color: #e8ecd7;
  font-size: 1.75rem;
  line-height: 1;
  padding-top: 12px !important;
}

@media (min-width: 728px) {
  .class-inovacao h2.destacado {
    font-size: 3rem;
  }
}

.class-inovacao .video-inovacao {
  position: relative;
  overflow: hidden;
  height: 50vw;
  max-height: 485px;
  width: 100%;
  z-index: 1;
}

.video-inovacao .video-3d {
  width: 82%;
}

.overlay-geral {
  background: url(img/bg-grafismo.png) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}

.overlay-inovacao {
  background: url(img/bg-grafismo.png) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.overlay-inovacao-curso {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.overlay-inovacao-topo {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.grafismo-b {
  background: url(img/bg-grafismo.png) center 90% no-repeat;
  background-size: 82%;
}

@media (max-width: 768px) {

  .overlay-inovacao,
  .overlay-inovacao-topo {
    display: none !important;
  }
}

.class-inovacao #bg-video-inovacao {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.class-inovacao .video-inovacao-container {
  position: relative;
  margin: 80px auto;
  overflow: hidden;
  height: 360px;
  width: 85%;
  z-index: -1;
}

.class-arte-transformar .video-inovacao-container-curso {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  width: 92%;
  z-index: 1;
}

.class-arte-transformar .video-inovacao-curso {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: 450px;
  width: 100%;
  max-width: 600px;
  z-index: 1;
}

.class-arte-transformar #bg-video-inovacao-curso {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 111%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.class-arte-transformar h5.legenda {
  font-size: 0.8rem;
  margin: 0.5rem auto 0 auto;
}

@media (max-width: 991px) {
  .class-arte-transformar .video-inovacao-container-curso {
    width: 60%;
  }
}

/* class-assinatura-pedagogica */
.class-assinatura-pedagogica {
  background-color: #0f103b;
  color: #e0e0e0;
}

.class-assinatura-pedagogica strong {
  color: #fff !important;
}

.class-assinatura-pedagogica h2 {
  font-family: "Barlow Condensed", Helvetica;
  color: #fff;
}

.class-assinatura-pedagogica .video-pedagogica {
  position: relative;
  overflow: hidden;
  height: 31vw;
  max-height: 485px;
  width: 100%;
  z-index: 1;
}

#bg-video-pedagogica {
  width: 115%;
}

@media (max-width: 728px) {
  .class-assinatura-pedagogica .video-pedagogica {
    height: auto;
  }
}

.overlay-pedagogica {
  background: url(img/bg-grafismo.png) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.class-assinatura-pedagogica .video-pedagogica-container {
  position: relative;
  margin: 80px auto;
  overflow: hidden;
  height: 360px;
  width: 85%;
  z-index: -1;
}

/* class-puc-campinas */
.class-puc-campinas h2,
.class-sobre-o-curso h2 {
  font-family: "Barlow Condensed", Helvetica;
}

.class-puc-campinas h3,
.class-sobre-o-curso h3 {
  font-family: "Lato", Helvetica;
  font-size: 1.2rem;
}

.class-puc-campinas .count-num,
.class-sobre-o-curso .count-num {
  position: relative;
}

.class-puc-campinas .count-num span,
.class-sobre-o-curso .count-num span {
  font-size: 6em;
  font-weight: 600;
  color: #F2EDD9;
}

.class-puc-campinas .icon-about,
.class-sobre-o-curso .icon-about {
  /*position:absolute;
  right:0;
  top:40px;*/
  margin-bottom: 15px;
  max-width: 90px;
}

@media (max-width: 1200px) {

  .class-puc-campinas .icon-about,
  .class-sobre-o-curso .icon-about {
    max-width: 100%;
  }
}

@media (max-width: 991px) {

  .class-puc-campinas .icon-about,
  .class-sobre-o-curso .icon-about {
    max-width: 90px;
  }
}

/* Docente */
.docente img {
  position: relative;
  z-index: -1;
}

.docente a {
  display: inline-block;
}

.docente {
  transition: all 0.4s ease;
  border: 4px solid transparent;
}

.docente:hover {
  border: 4px solid #0f103b;
}

@media (max-width: 728px) {
  .docente {
    margin: .1rem;
  }
}

/* class-depoimentos */
.class-depoimentos h2 {
  font-family: "Barlow Condensed", Helvetica;
}

/* nossos-cursos */
.slide.curso {
  padding-bottom: 0 !important;
}

.nossos-cursos {
  background-image: linear-gradient(to bottom, #20404e, #0c354c, #002a49, #031e44, #0f103b);
  padding: 5rem 0 2rem 0;
}

@media (max-width: 728px) {
  .nossos-cursos {
    padding: 3rem 0 2rem 0;
  }
}

.nossos-cursos .tag-tipo {
  position: absolute;
  right: 0;
  top: 7px;
  background: #858970;
  color: #ffff;
  padding: 3px 13px 3px 7px;
  font-size: .7em;
  letter-spacing: 1px;
  vertical-align: 3px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s ease;
}

.nossos-cursos .card:hover .tag-tipo {
  background: #E9ECD8;
  color: #0F103B;
}

.nossos-cursos h2 {
  font-family: "Barlow Condensed", Helvetica;
  color: #fff;
  float: left;
  font-size: 2.8em;
  margin-bottom: 30px;
  position: relative;
  display: block;
}

.nossos-cursos h2:before {
  content: '';
  display: block;
  background: #0F103B;
  height: 60px;
  width: 640px;
  position: absolute;
  right: -60px;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.nossos-cursos h4.resultado-busca-cursos {
  color: #fff;
  display: none;
}

.nossos-cursos .card {
  color: #fff;
  border: 1px solid #485071;
  background-color: #ffffffbc;
  transition: all 0.5s ease;
  height: 176px;
  overflow: hidden;
  border-radius: 0;
}

.nossos-cursos .card:hover {
  border: 1px solid #20404e;
  box-shadow: 0px 6px 13px -3px rgba(0, 0, 0, 0.4);
  background-color: #ffffff33 !important;
}

.nossos-cursos .card h5 {
  color: #000;
  font-size: 1.09rem;
  line-height: 1.25rem;
  margin-bottom: 0;
  transition: all .3s;
  min-height: 25px;
}

.nossos-cursos .card:hover h5 {
  margin-bottom: 0;
  text-shadow: #00000060 2px 1px 4px;
  color: #fff;
}

.nossos-cursos .card p {
  color: #73929D;
  font-size: 0.83rem;
  font-weight: 500;
  margin: 0 0 -15px 0;
}

.nossos-cursos a:hover {
  text-decoration: none;
}

.nossos-cursos .card .card-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 0 !important;
  filter: brightness(0.66);
}

.nossos-cursos .card:hover .card-img {
  filter: brightness(0.66) blur(24px);
}

.nossos-cursos .card .card-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  transition: all .3s;
}

.nossos-cursos .card:hover .card-body {
  /* top: 12%; */
}

.nossos-cursos .card-body .btn {
  display: block;
  padding: 9px 3px !important;
  text-decoration: none;
  margin-top: 18px;
}

.nossos-cursos .carousel-indicators {
  bottom: -50px;
}

.nossos-cursos .carousel-indicators li {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: unset;
  border: 2px solid #fff;
}

.nossos-cursos .carousel-indicators .active {
  background: #2A2A2A;
}

/* countdown */
#timer {
  font-size: 2.33em;
  font-weight: 600;
  color: white;
  line-height: 1.5rem;
  background-color: #961069;
  display: inline-block;
  padding: 0px;
  margin-left: 28px;
  clip-path: polygon(23px 0, 100% 0, 100% 100%, 0% 100%);
}

#timer div {
  display: inline-block;
  min-width: 60px;
  text-align: center;
  padding-top: 12px;
}

#timer div span {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 0.2em;
  font-weight: 400;
  text-shadow: 0 0 18px #48C8FFcc;
}

#timer .titulo {
  font-family: "Barlow Condensed", Helvetica;
  color: #E9ECD8;
  text-align: right;
  line-height: 1.25rem !important;
  font-size: 1.25rem !important;
  margin: 0 10px 0 32px;
}

#timer .titulo b {
  color: #48C8FF;
  font-weight: 600 !important;
}

@media (max-width: 728px) {
  #timer {
    font-size: 2.25em;
    margin-left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    width: 100%;
    margin: 3px auto;
  }

  #timer div {
    display: inline-block;
    min-width: 60px;
  }

  #timer .titulo {
    margin: 0 10px;
  }
}

#cursos-pos {
  display: none;
}

#cursos .slide {
  padding: 1rem 0.5rem;
}

@media (max-width: 576px) {
  #cursos-pos .slide, #cursos .slide {
    padding: 0.5rem;
  }
}

#cursos-pos .slide {
  padding: 1rem 0.5rem;
}

#cursos-pos h3 {
  color: #FFFFFF;
}

#buscaCursoPorArea {
  position: relative;
}

#buscaCursoPorArea .filter-clear {
  display: none;
  position: absolute;
  text-decoration: none;
  right: 10px;
  top: 10px;
  color: #fff;
  border: 2px solid #888;
  font-family: arial;
  border-radius: 50%;
  cursor: pointer;
  width: 36px;
  height: 36px;
  font-size: 1.2rem;
  font-weight: bolder;
  line-height: 32px;
  text-align: center;
  box-sizing: border-box;
  background-color: #20404e;
}

.filter input {
  transform: scale(1.33);
}

.filter {
  margin: 1rem 0;
}

.active-filter {
  margin: 1rem 0;
}

.slick .slide {
  width: 200px;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots li button {
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 15px;
  height: 15px;
  opacity: .5;
}

.slick-dots .slick-active button {
  border: 2px solid #fff;
  background: #000;
}

.slick-dots li button:before {
  color: transparent;
}

/* perguntas-frequentes */
.class-perguntas-frequentes .overlay-faq {
  background: url(img/bg-faq.png) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
}

.card-contato-faq {
  border-radius: 3px;
  background: #ffffff22;
  padding: 25px;
  box-sizing: border-box;
  position: sticky;
  top: 145px;
}

.home .card-contato-faq {
  top: 255px !important;
}

.class-perguntas-frequentes {
  background-image: linear-gradient(to bottom, #1c7ac4, #235da0, #21417d, #1a285b, #0f103b);
  color: #fff;
  overflow: unset;
}

.class-perguntas-frequentes h2 {
  font-family: "Barlow Condensed", Helvetica;
  color: #fff;
}

.class-perguntas-frequentes h2 span {
  color: #e9ecd8;
}

.class-perguntas-frequentes .accordion-item {
  background: unset;
  border: unset;
}

.class-perguntas-frequentes .accordion-header {
  border: 2px solid #e9ecd8;
  font-family: "Lato", Helvetica;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff !important;
}

.class-perguntas-frequentes .accordion-body {
  font-family: "Lato", Helvetica;
  color: #fff !important;
}

.accordion-button::after {
  filter: brightness(10);
}

.class-perguntas-frequentes .accordion-header .accordion-button {
  background: unset;
  color: #fff !important;
}

/* galeria */
.class-galeria {
  background-color: #0F103B;
  padding: 3rem 0;
  color: white;
}

#galeria .thumb {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Página de Cursos */
img.thumb {
  border: 4px solid transparent;
  transition: all 0.3s ease;
  opacity: 0.6;
}

@media (max-width: 728px) {
  img.thumb {
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topright: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

img.thumb:hover {
  border: 4px solid #F9B44C;
  opacity: 1;
}

#bg-video-treineiro {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

#treineiro-puc .overlay-treineiro.bg-azul {
  background: url(img/component3-guia-treineiro-mask-2-min.png) top center no-repeat !important;

}

#treineiro-puc .overlay-treineiro {
  /*background: url(img/component3-guia-treineiro-mask-1-min.png) top center no-repeat;*/
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}

.class-treineiro-puc {
  padding: 0;
  position: relative;
  overflow-y: hidden;
}

.curso-categoria {
  background-color: #f2f2f2;
  -webkit-box-shadow: 5px 3px 13px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 3px 13px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 3px 13px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  height: 8vw;
  width: 100%;
  top: 78px;
  max-width: 450px;
  max-height: 150px;
}

.curso-categoria h4 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (min-width: 1400px) {
  .curso-categoria {
    max-width: 430px;
    height: 7vw;
  }
}

@media (max-width: 1400px) {
  .curso-categoria {
    max-width: 430px;
    height: 8vw;
  }
}

@media (max-width: 1200px) {
  .curso-categoria {
    position: relative !important;
    height: 9vh;
    width: 90%;
    max-width: 100%;
    text-align: center !important;
    margin: 18px auto 1rem auto;
    top: 0;
  }

  .curso-categoria h4 {
    position: inherit;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .header-curso {
    margin-top: 0 !important;
  }
}

@media (max-width: 991px) {
  .curso-categoria {
    top: 0rem;
    margin: 0 auto 1.5rem auto;
  }
}

@media (max-width: 728px) {
  .curso-categoria {
    top: 1rem;
    margin: 0 auto 1.5rem auto;
  }

  .dados-curso {
    margin-bottom: 1rem;
  }
}

.dados-curso>div:nth-child(odd) {
  background-color: #F9B44C;
  text-align: center;
  font-weight: 600;
}

.dados-curso>div:nth-child(even) {
  background-color: #FFFFFF;
  border-bottom: 1px solid #7E98A3;
  text-align: center;
  font-weight: 400;
  font-size: 0.85rem;
}

.dados-curso p {
  margin-bottom: 0;
}

.class-galeria-curso {
  text-align: center;
  color: white;
  background: rgb(32, 64, 78);
  background: linear-gradient(0deg, #20404e 0%, #0f103b 100%);
}

/* class-arte-transformar */
.class-arte-transformar h2 {
  font-family: "Barlow Condensed", Helvetica;
}

.class-arte-transformar h2 .destacado {
  font-family: "Barlow Condensed", Helvetica;
  background: #F9B44C;
  color: #FFFFFF;
  font-size: 2rem;
}

.class-arte-transformar .video-inovacao {
  position: relative;
  overflow: hidden;
  height: 405px;
  width: 100%;
  z-index: 1;
}

@media (max-width: 728px) {
  .class-arte-transformar .video-inovacao {
    height: auto;
  }
}

.class-arte-transformar #bg-video-inovacao {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.class-arte-transformar .video-inovacao-container {
  -webkit-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  margin: 90px auto;
  overflow: hidden;
  height: 248px;
  width: 67%;
  z-index: -1;
}

@media (max-width: 1200px) {
  .class-arte-transformar .video-inovacao-container {
    width: 82%;
    height: 265px;
  }
}

.para-que-list ul {
  text-align: left;
  list-style-type: disc;
  list-style-position: inside;
  padding: 0;
  margin: 30px 15px;
  column-count: 3;
  column-gap: 15px;
}

@media (max-width: 728px) {
  .para-que-list ul {
    column-count: 1;
  }
}

/* class-porque-este-curso */
#porque-este-curso {
  background-color: #E9ECD8;
}

@media (max-width: 728px) {
  #porque-este-curso {
    background: #E9ECD8;
    background-image: none;
  }
}

.class-porque-este-curso h2 {
  font-family: "Barlow Condensed", Helvetica;
}

.class-porque-este-curso h3 {
  font-family: "Barlow Condensed", Helvetica;
}

.class-porque-este-curso h4 {
  font-family: "Barlow Condensed", Helvetica;
  font-size: 1.9rem;
}

.class-porque-este-curso strong {
  display: block
}

.bloco-investimento {
  color: white;
  background: #20404e;
  background: linear-gradient(0deg, rgba(32, 64, 78, 1) 0%, rgba(15, 16, 59, 1) 100%);
  border-radius: 15px;
  padding: 45px 35px;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease;
  border: 2px solid transparent;
}

.bloco-investimento p {
  margin-top: 1.35em;
  margin-bottom: 0;
  line-height: 1.15rem;
  font-size: 0.85rem;
}

.bloco-investimento:hover {
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
}

/* programa do curso */
.class-programa-curso {
  background-color: #0F103B;
  color: white;
}

.class-programa-curso .bloco-programa {
  background-color: white;
  color: #0F103B;
  border-radius: 15px;
  font-size: 0.9rem;
  height: 100%;
  padding: 20px;
  min-height: 230px;
}

#programa-curso #observacoes li {
  list-style: square;
}

#programa-curso #observacoes li::marker {
  color: darkkhaki;
}

.bloco-programa th {
  color: #20404e;
  font-weight: 600;
}

.bloco-programa tr:nth-child(even) {
  background-color: #fafbf5;
}

.bloco-programa .table>:not(caption)>*>* {
  background-color: transparent !important;
}

/* slick custom */
#sobre-o-curso .slick-dots li button,
#metodologia-curso .slick-dots li button,
#depoimentos-alunos .slick-dots li button {
  background: #fff;
  border: 2px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  opacity: .5;
}

#sobre-o-curso .slick-dots .slick-active button,
#metodologia-curso .slick-dots .slick-active button,
#depoimentos-alunos .slick-dots .slick-active button {
  border: 2px solid #ccc;
  background: #F9B44C;
  opacity: 1;
}

#sobre-o-curso .slick-dots li button:before,
#metodologia-curso .slick-dots li button:before,
#depoimentos-alunos .slick-dots li button:before {
  color: transparent;
}

#metodologia-curso .slick-slide,
#sobre-o-curso .slick-slide {
  margin: 0 20px;
}

@media (max-width: 728px) {

  #metodologia-curso .slick-slide,
  #sobre-o-curso .slick-slide {
    margin: 0 10px;
  }

  #metodologia-curso .slick-slide img {
    object-fit: cover;
    height: 130px;
  }
}

/* depoimentos-alunos */
#depoimentos-alunos .slick-slide img {
  margin: 0px auto;
}

.class-depoimentos-alunos .slick-slide {
  padding: 20px;
  /*gutter videos*/
}

.class-depoimentos-alunos .slick-prev,
.class-depoimentos-alunos .slick-next {
  border: solid 2px #0C5AA8;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.class-depoimentos-alunos .slick-prev:before,
.class-depoimentos-alunos .slick-next:before {
  content: '' !important;
  display: block;
  position: absolute;
  top: 6px;
}

.class-depoimentos-alunos .slick-prev:before {
  border-top: 5px solid transparent;
  border-right: 8px solid #0C5AA8;
  border-bottom: 5px solid transparent;
  left: 5px;
}

.class-depoimentos-alunos .slick-next:before {
  border-top: 5px solid transparent;
  border-left: 8px solid #0C5AA8;
  border-bottom: 5px solid transparent;
  left: 8px;
}

#depoimentos-alunos .foto-aluno {
  -webkit-border-top-left-radius: 250px;
  -webkit-border-top-right-radius: 250px;
  -moz-border-radius-topleft: 250px;
  -moz-border-radius-topright: 250px;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  max-width: 180px;
}

.aspas:before {
  background: url(img/entypo_quote.png);
  background-size: 47px;
  width: 47px;
  height: 47px;
  position: absolute;
  content: ' ';
  left: 0;
  top: -1rem;
  transform: translateX(0);
}

.aspas:after {
  background: url(img/entypo_quote.png);
  background-size: 47px;
  width: 47px;
  height: 47px;
  position: absolute;
  content: ' ';
  right: 0;
  top: -1rem;
  transform: translateX(0) rotate(180deg);
  opacity: 0.5;
}

#depoimentos-alunos .depoimento {
  position: relative;
}

#depoimentos-alunos .btnslide {
  filter: invert(1);
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  bottom: 10px;
  pointer-events: none;
}

@media (min-width: 728px) {
  #depoimentos-alunos .btnslide {
    display: none !important;
  }
}

#depoimentos-alunos .btnslide img {
  width: 54px;
}

/* anim custom */
@keyframes slideInRightBig {
  from {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    visibility: visible;
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
}

.slideInRightBig {
  -webkit-animation-name: slideInRightBig;
  animation-name: slideInRightBig;
}



#metodologia-curso .accordion-item {
  background: unset;
  border: unset;
}

#metodologia-curso .accordion-header {
  border: 2px solid #F7B643;
  font-family: "Ambit-Regular", Helvetica;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#metodologia-curso .accordion-body {
  font-family: "Ambit-Regular", Helvetica;
}

#metodologia-curso .accordion-header .accordion-button {
  background: unset;
}

#metodologia-curso .slick-slide img {
  object-fit: cover;
  height: 190px;
}

/* footer */
.footer {
  padding-top: 3rem;
  padding-bottom: 0;
}

@media (max-width: 728px) {
  .footer {
    padding-top: 2rem;
  }
}

.footer .row {
  border-top: 1px solid #D2D1D1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer p {
  font-size: 0.8rem;
}

.footer h4 {
  font-size: 1.25em !important;
  font-weight: normal;
  color: #42c4ea;
}

.footer .como-chegar p {
  margin: 0;
  padding: 0;
}

.footer .como-chegar p.destacado {
  color: #42c4ea;
}

.footer .como-chegar img {
  height: 28px !important;
  width: auto !important;
  opacity: 0.5;
}

.footer .logo-footer {
  height: 140px;
  width: auto;
}

.footer .ouro a {
  color: #D4A23F;
}

.footer .ouro a:hover {
  color: #888;
  text-decoration: none;
}

.footer .ouro div {
  transition: all 0.35s ease;
}

.footer .ouro div:hover {
  transform: translateY(-5px);
}

#footer-social li {
  list-style: none;
  float: left;
}

#footer-social img {
  width: 22px;
  height: auto;
}

#footer-social a {
  display: inline-block;
  padding: 0px 2px;
  transition: all 0.2s ease;
  opacity: 0.5;
}

#footer-social a:hover {
  transform: scale(1.25);
  opacity: 1;
}

#footer .logos-group {
  max-height: 80px;
  width: auto !important;
}

/* media queries */
@media (max-width: 768px) {
  .header #imagem-banner.w-100 {
    width: unset !important;
    height: 155vh;
    max-width: none;
  }

  .nossos-cursos .card {
    min-height: 105px;
  }

  .class-areas-atuacao #bg-video-areas-atuacao {
    left: 60%;
    width: 165%;
  }

  .class-porque-este-curso #bg-video-sobre-curso {
    width: 200%;
  }

  .class-arte-transformar .video-inovacao-container,
  .class-inovacao .video-inovacao-container {
    margin: 1rem auto;
    height: 270px;
    width: 100%;
  }

  .class-formas-de-ingresso .nav-tabs#myTabVestibular .nav-item button {
    font-size: 1.45rem;
    width: unset;
    margin: 0 auto;
    padding: 0;
  }

  #formas-de-ingresso {
    background-color: #e9ecd8;
  }

  .class-formas-de-ingresso .nav-tabs#myTabConteudo1 li {
    width: 100%;
  }

  .class-formas-de-ingresso .nav-tabs#myTabConteudo1 li .nav-link {
    width: 80%;
    margin: 0 auto;
  }

  .class-formas-de-ingresso .nav-tabs#myTabConteudo2 li {
    width: 100%;
  }

  .class-formas-de-ingresso .nav-tabs#myTabConteudo2 li .nav-link {
    width: 80%;
    margin: 0 auto;
  }

  .class-areas-atuacao .nav-tabs#myTabArea li {
    width: 100%;
  }

  .class-areas-atuacao .nav-tabs#myTabArea li .nav-link {
    width: 80%;
    margin: 0 auto;
  }

  img {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .header #imagem-banner.w-100 {
    height: 110vh;
  }

  .class-formas-de-ingresso .video-formas-de-ingresso {
    height: 250px;
    margin: 1rem auto;
  }

  .btn-primario,
  .btn-secundario,
  .btn-terciario {
    width: 95%;
    margin: 1rem 0;
  }

  .class-perspectivas h3 {
    font-size: 1.3rem;
  }

  .class-treineiro-puc h2 {
    font-size: 1.3rem;
  }

  .slick-dots li {
    width: 15px;
    margin: 0 3px;
  }
}

@media (max-width: 414px) {
  .header #imagem-banner.w-100 {
    height: 120vh;
  }
}

@media (max-width: 468px) {
  .header #imagem-banner.w-100 {
    height: 160vh;
  }

  .header {
    padding: 45px 0 !important;
  }

  .sub-menu p {
    font-size: 0.8rem;
  }

  .chamada-header .btn-quaternario {
    font-size: 1rem !important;
  }

  .menu-principal {
    padding: 15px 0 0 0;
  }

  .navMain {
    zoom: 0.82;
  }

  .scroll-downs {
    display: none;
  }
}

/* Single */
.header-single img {
  position: relative;
  margin-top: -185%;
}

@media (min-width: 576px) {
  .header-single img {
    margin-top: -35%;
  }
}

.content-single {
  overflow: visible;
}

.float-content {
  position: relative;
  top: -150px;
  margin-bottom: -100px;
}

@media (min-width: 576px) {
  .float-content {
    margin-bottom: 0;
  }
}

.float-content .wp-post-image {
  border-radius: 5px;
  margin-bottom: 30px;
}

.content-single h1 {
  line-height: 1;
  color: #444;
  letter-spacing: .5px;
}

.content-single h2 {
  line-height: 1.2;
  font-size: 1.4em;
  font-family: var(--font-regular);
  font-style: italic;
  color: #333;
  margin: 25px 0;
}

.content-single p {
  font-size: 1.15em;
  line-height: 1.6em;
  color: #333;
}

.float-content blockquote {
  font-style: italic;
  letter-spacing: .3px;
  padding: 0 50px;
  position: relative;
  margin: 0;
  text-align: center;
}

.float-content blockquote:before {
  left: -10px;
  top: calc(50% - 47px);
}

.float-content blockquote:after {
  right: -10px;
  top: calc(50% - 47px);
}

.sidebar h4 {
  color: #0C5AA8;
  border-bottom: solid 2px #0C5AA8;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.sidebar ul li {
  margin-bottom: 15px;
}

.sidebar ul a {
  text-decoration: none;
  align-items: center;
}

.sidebar h3 {
  font-family: var(--font-regular);
  font-size: 1em;
  color: #333;
  margin: 0;
}

/* Efeito de escrita */
#digit_persp,
#digit_inova {
  opacity: 0;
}

.typewriter {
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  border-right: .15em solid #e8ecd7;
  /* The typwriter cursor */
  white-space: nowrap;
  /* Keeps the content on a single line */
  margin: 0 auto;
  /* Gives that scrolling effect as the typing happens */
  display: inline-flex;
  opacity: 1 !important;
  animation:
    typing 3.5s steps(42, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0
  }

  to {
    width: 30%
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {

  from,
  to {
    border-color: transparent
  }

  50% {
    border-color: #e8ecd7;
  }
}

.typewriter-impulsiona {
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  border-right: .15em solid #e8ecd7;
  /* The typwriter cursor */
  white-space: nowrap;
  /* Keeps the content on a single line */
  margin: 0 auto;
  /* Gives that scrolling effect as the typing happens */
  display: inline-flex;
  opacity: 1 !important;
  animation:
    typing2 2.5s steps(42, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing2 {
  from {
    width: 0
  }

  to {
    width: 56%
  }
}

/* Model Page */

#page-fullbanner .row {
  min-height: 33vh;
}

/* Animation Scroller */

.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 4%;
  left: 0;
  margin: auto;
  width: 32px;
  height: 55px;
  z-index: 9;
}

@media (max-width: 576px) {
  .scroll-downs {
    bottom: 1%;
  }
}

.mousey {
  width: 3px;
  padding: 10px 12px;
  height: 29px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.7;
  box-sizing: content-box;
}

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 1.6s;
  animation-timing-function: cubic-bezier(.15, .41, .69, .94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }

  10% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(18px);
    opacity: 0;
  }
}

/* swiper card */
.swiper {
  padding-bottom: 56px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #eeeeee;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
}

.dep-videos {
  width: 100%;
  height: calc(100% + 6px);
  position: relative;
}

@media (max-width: 576px) {
  .swiper {
    width: 250px;
    height: 440px;
    padding-bottom: 0px;
  }

}

@media (min-width: 576px) {
  .dep-videos {
    min-width: 0;
    border-radius: 5px;
  }
}

.swiper-slide:hover {
  cursor: pointer;
}

/* botão play - videos */
.btnply {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 40px;
  pointer-events: none;
}

.btnply.active .l,
.btnply.active .r {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: 0.36s cubic-bezier(0.55, 0, 0.1, 1);
}

.btnply.active .l,
.btnply .l {
  transition: 0.36s cubic-bezier(0.55, 0, 0.1, 1);
  background: #fff;
  left: 0;
}

.btnply.active .r,
.btnply .r {
  transition: 0.36s cubic-bezier(0.55, 0, 0.1, 1);
  background: #fff;
  right: 0;
}

.btnply .l {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32%;
  background: #fff;
  width: 51%;
  clip-path: polygon(0 0, 100% 25.2%, 100% 74.8%, 0 100%);
}

.btnply .r {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32%;
  background: #fff;
  width: 50%;
  clip-path: polygon(0 25.2%, 100% 50%, 100% 50%, 0 74.8%);
}

/* desabilitando temporariamente sub-abas pois não existe mais de uma navegação */
.class-formas-de-ingresso .nav-tabs#myTabConteudo1,
.class-formas-de-ingresso .nav-tabs#myTabConteudo2 {
  pointer-events: none;
}

.slick-topicos .topicos-text {
  background-color: #E9ECD8;
  padding: 10px 20px 5px 50px;
  position: relative
}

.slick-topicos .topicos-text strong {
  position: absolute;
  font-size: 6em;
  font-weight: 600;
  color: #961069 !important;
  left: 0;
  top: -75px;
  transition: all 0.35s ease;
  text-shadow: #00000030 2px 0 6px;
}

.slick-topicos .slick-slide:hover .topicos-text strong {
  color: #0C5AA8 !important;
}

.slick-topicos .slick-slide:hover img {
  transform: translateY(10px);
}

.slick-topicos .topicos-text p {
  color: #000;
  font-size: 0.95rem;
  margin-left: 15px;
}

.slick-topicos .topicos-text p span {
  font-weight: 600;
}

.slick-topicos img {
  transition: all 0.35s ease;
  max-width: 89%;
  margin: 0 auto;
}

.video-sticky {
  position: sticky;
  margin: 0 auto;
  z-index: 1;
  top: 27%;
}

.video-sticky video {
  max-width: 100%;
}

.video-3d {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  width: 93%;
  z-index: 1;
  align-content: center;
}

.video-3d video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105%;
  z-index: -1;
  transform: translate(-50%, -50%);
}