@import "https://fonts.googleapis.com/css2?family=Raleway:wght@400;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap";
.flexMode {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.container-fluid {
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Inter", sans-serif;
}
h1 {
  font-weight: 800;
  font-size: 4.5rem;
}
h2,
h2 {
  font-weight: 900;
  font-size: 2.5rem;
}
p {
  color: #bbb !important;
  line-height: 2rem;
  font-size: 1.5rem;
}
img {
  max-width: 100%;
}
html,
body {
  height: 100%;
  font-family: "Inter", sans-serif !important;
  background-color: #fcfcfc;
  overflow-x: hidden;
  scroll-behavior: smooth !important;
  -webkit-font-smoothing: antialiased;
}
.fill {
  min-height: 100%;
  height: 100%;
}
.bg-cover,
.conteudo,
.servicos,
.hero {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.bg-fixed {
  background-attachment: fixed;
}
.btnPadrao {
  display: table;
  border-radius: 25px;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgb(145, 228, 255) 0%,
    rgb(1, 188, 255) 100%
  );
  min-width: 180px;
  margin-top: 30px;
}
.btnPadrao a {
  display: block;
  width: auto;
  padding: 15px 25px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0px 0px 10px #000;
  background-color: rgba(1, 188, 255, 0);
}
.btnPadrao:hover a {
  background-color: #01bcff;
  color: #fff;
}
.mar-auto {
  margin: auto;
  display: table;
}
@media (max-width: 576px) {
  .fill {
    height: auto;
    max-height: auto;
    min-height: auto;
  }
  .btnPadrao,
  .btnPadrao_f {
    display: table;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .btnPadrao a,
  .btnPadrao_f a {
    display: table;
    font-size: 12px !important;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
  }
  h1 {
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
  }
  h2,
  .h2 {
    text-align: center;
    font-weight: 900;
    font-size: 2rem;
  }
  p {
    color: #bbb;
    line-height: 2rem;
    font-size: 1.3rem;
    text-align: center;
  }
}
.menu {
  padding: 15px 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.336);
  background-color: #000;
  position: fixed;
  font-size: 12px !important;
  font-weight: bold;
  z-index: 999999999 !important;
  width: 100%;
  text-transform: uppercase;
}
.menu .navbar-brand {
  margin-right: 0px;
  text-transform: capitalize;
  font-size: 1.5rem;
}
.menu .navbar > .container,
.menu .navbar > .container-fluid {
  padding: 0px;
}
.menu .navbar-expand-lg .navbar-nav {
  margin-right: 0px !important;
  gap: 20px;
}
.menu .navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}
.menu li {
  margin-left: 0px;
}
.menu a {
  color: #fff;
  font-weight: 700;
}
.menu a:hover {
  background: linear-gradient(90deg, #00dc82 0%, #36e4da 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}
.menu .dropdown-menu {
  font: 10px latobold;
}
.menu .dropdown-menu .dropdown-item {
  padding: 15px 15px;
}
.menu .navbar-toggler {
  border: 1px solid #01bcff;
  color: #212529 !important;
}
.menu .navbar-toggler span {
  color: #01bcff !important;
  background: #fff !important;
}
@media (max-width: 576px) {
  .menu {
    padding: 0px 0px;
  }
  .menu .navbar {
    padding: 18px 18px;
  }
  .menu .navbar-toggler {
    border: 1px solid #00dc82;
  }
  .menu .navbar-toggler span {
    background-color: rgba(0, 0, 0, 0) !important;
  }
  .menu .navbar-toggler span i {
    background: linear-gradient(90deg, #00dc82 0%, #36e4da 100%);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
  }
  .menu .navbar-expand-lg .navbar-nav {
    gap: 10px;
    margin-top: 16px;
    padding: 0 10px;
  }
}
#slideIndex .carousel-item {
  text-align: center;
  color: #fff;
}
#slideIndex .carousel-item h1 {
  font: 45px latoblack;
}
#slideIndex .carousel-item p {
  max-width: 800px;
}
.mouse {
  background: trasnparent
    linear-gradient(
      transparent 0%,
      transparent 50%,
      trasnparent 50%,
      trasnparent 100%
    );
  border: 2px solid #fff;
  position: relative;
  width: 26px;
  height: 44px;
  background-size: 100% 100%;
  border-radius: 100px;
  background-size: 225%;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}
.mouse:before,
.mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mouse:before {
  width: 22px;
  height: 40px;
  background-color: trasnparent;
  border-radius: 100px;
}
.mouse:after {
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  animation: trackBallSlide 5s linear infinite;
}
@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: trasnparent;
  }
  29.99% {
    background-color: trasnparent;
    background-position: 0% 0%;
  }
  30% {
    background-color: trasnparent;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: trasnparent;
  }
  59% {
    background-color: trasnparent;
    background-position: 0% 0%;
  }
  60% {
    background-color: trasnparent;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: trasnparent;
  }
  90%,
  100% {
    background-color: trasnparent;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(2.5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  15%,
  19% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(2.5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  45%,
  49% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(2.5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  75%,
  79% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes colorText {
  21% {
    color: trasnparent;
  }
  30% {
    color: trasnparent;
  }
  51% {
    color: trasnparent;
  }
  60% {
    color: trasnparent;
  }
  81% {
    color: trasnparent;
  }
  90% {
    color: trasnparent;
  }
}
@media (max-width: 576px) {
  #slideIndex .carousel-item {
    text-align: center;
    color: #fff;
  }
  #slideIndex .carousel-item h1 {
    font: 20px latoblack;
  }
  #slideIndex .carousel-item p {
    max-width: 75%;
  }
}
@media (max-width: 768px) {
  #slideIndex .carousel-item {
    text-align: center;
    color: #fff;
  }
  #slideIndex .carousel-item h1 {
    font: 25px latoblack;
  }
  #slideIndex .carousel-item p {
    max-width: 75%;
  }
}
.anchor {
  display: table;
  width: 1px;
  height: 1px;
  position: relative;
}
.anchor div {
  position: absolute;
  display: table;
  width: 1px;
  height: 1px;
  background: rgba(0, 0, 0, 0);
  top: -80px;
}
.termos-uso p,
.termos-uso li {
  font-size: 1rem !important;
  line-height: 1.4rem !important;
  color: #000;
  display: table !important;
  width: 100% !important;
}
.btnPadrao {
  transition: 0.3s all;
}
.btnPadrao:hover {
  transform: translateY(-3px);
}
.btnPadrao:hover a {
  background: linear-gradient(90deg, #00dc82 0%, #36e4da 100%);
  animation: AnimationName 25s ease infinite;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 43%;
  }
  50% {
    background-position: 100% 58%;
  }
  100% {
    background-position: 0% 43%;
  }
}
.sobre-interna {
  padding-top: 92px;
}
.sobre-interna .container {
  display: flex;
  margin-top: 50px;
}
.sobre-interna .container .info {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sobre-interna .container .info .btnPadrao {
  width: 75%;
}
.sobre-interna .container .info .btnPadrao a {
  padding: 15px 8px;
}
.sobre-interna .container .info h2 {
  margin-bottom: 40px;
}
.sobre-interna .container .info p {
  font-size: 1.2rem;
  line-height: 25px;
  color: #717171 !important;
}
.sobre-interna .container .image {
  width: 60%;
}
.sobre-interna .container .image img {
  mix-blend-mode: darken;
  width: 100%;
}
@media (max-width: 576px) {
  .sobre-interna .container {
    display: flex;
    flex-direction: column;
  }
  .sobre-interna .container .info {
    width: 100%;
  }
  .sobre-interna .container .image {
    margin-top: 30px;
    width: 100%;
  }
}
.hero {
  margin-top: 80px;
  background-image: url("../img/bg_hero.jpg");
  height: 651px;
  text-align: center;
  position: relative;
  background-position: bottom right !important;
  background-size: 81% !important;
  background-color: #000 !important;
}
.hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.9592486897) 0%,
    rgba(0, 0, 0, 0.5614895861) 50%,
    rgba(38, 36, 111, 0) 100%
  );
  z-index: 1;
  display: none;
}
.hero .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 90px;
  z-index: 2;
  width: 45%;
}
.hero .btnPadrao {
  margin-top: 20px !important;
  border-radius: 7px !important;
}
.hero p {
  text-align: initial;
  font-size: 1.12em;
  line-height: 25px;
}
.hero p b {
  color: #fff !important;
}
.hero h1 {
  text-align: initial;
  color: #fff;
  font-size: 3.1rem;
}
.hero p {
  margin: 20px 0;
}
.hero img {
  margin-top: 30px;
  max-width: 120%;
}
.hero .btnPadrao {
  margin-top: 120px;
}
@media (max-width: 1000px) {
  .hero {
    background-image: none;
  }
  .hero img {
    max-width: 100%;
  }
  .hero .btnPadrao {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 2.2rem !important;
  }
  .hero {
    padding-top: 40px;
    height: 749px;
    background-size: 133% !important;
  }
  .hero h1 {
    font-size: 2.6rem !important;
  }
  .hero .btnPadrao {
    margin-left: unset;
    margin-right: unset;
    width: 74%;
  }
  .hero .btnPadrao a {
    padding: 18px 18px;
  }
  .hero .info {
    width: 100%;
    padding: 0 20px;
    margin-top: 15px;
  }
}
.btnPadrao {
  background: linear-gradient(90deg, #00dc82 0%, #36e4da 100%);
  border-radius: 7px !important;
}
.btnPadrao a {
  font-weight: 600 !important;
}
.contador {
  background-image: linear-gradient(90deg, #ffffff 50%, #000000 50%) !important;
}
.contador .container {
  display: flex;
  flex-direction: row;
}
.contador .container .info {
  width: 27%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.contador .container .info h2 {
  font-size: 2rem;
  line-height: 35px;
}
.contador .container .btnPadrao {
  margin-top: 22px;
}
.contador .container .list-count {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  width: 73%;
  background-color: #000;
  padding: 60px 0;
}
.contador .container .list-count .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contador .container .list-count .item i {
  background: linear-gradient(90deg, #00dc82 0%, #36e4da 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 49px;
  margin-bottom: 17px !important;
}
.contador .container .list-count .item span {
  color: #fff;
  font-size: 14px;
}
.contador .container .list-count .item h2 {
  color: #fff;
}
.contador .container .list-count .item p {
  color: #bbb !important;
  text-align: initial;
  font-size: 1em;
  line-height: 25px;
  text-align: center;
  margin-bottom: 0px;
}
@media (max-width: 576px) {
  .contador {
    background: #fff;
    background-image: none !important;
  }
  .contador .container {
    flex-direction: column;
    padding: 0px;
  }
  .contador .container .info {
    width: 100%;
    order: 2;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
  }
  .contador .container .info h2 {
    text-align: center;
  }
  .contador .container .list-count {
    width: 100%;
    order: 1;
    flex-direction: column;
  }
  .contador .container .list-count .item i {
    font-size: 61px;
  }
}
.tech-div {
  margin-top: 50px;
  margin-bottom: 50px;
}
.tech-div h2 {
  margin-bottom: 20px;
}
.tech-div iframe {
  height: 375px;
}
.tech-div .order-md-1 {
  padding: 0px;
  display: flex;
  align-items: center;
}
.tech-div .container {
  display: flex;
  gap: 54px;
}
.tech-div p {
  line-height: 1.7rem;
  font-size: 1.3rem;
}
.tech-div a {
  width: 100%;
}
.tech-div img {
  max-width: 120%;
  width: 100%;
  margin-left: 0%;
  height: 394px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 576px) {
  .tech-div {
    padding-top: 0px;
  }
  .tech-div .container {
    flex-direction: column;
  }
  .tech-div img {
    max-width: 100%;
    margin-left: 0%;
    margin-top: 30px;
  }
}
.skills {
  padding: 70px 0;
  background-color: #f4f4f4;
}
.skills h2 {
  text-align: center;
}
.skills h2 {
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
}
.skills .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.skills .list-skills {
  display: flex;
  justify-items: center;
  gap: 65px;
  margin-top: 70px;
}
.skills .list-skills .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.skills .list-skills .item strong {
  font-size: 1.3rem;
}
.skills .list-skills .item p {
  font-size: 1rem;
  color: #000;
}
.skills .list-skills .item .info {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.skills .list-skills .item .ico {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2e0e0;
  border-radius: 100%;
}
.skills .list-skills .item .ico i {
  font-size: 2.8rem;
}
@media (max-width: 576px) {
  .skills .list-skills {
    flex-direction: column;
    gap: 39px;
  }
}
.infos {
  background-color: #f4f4f4;
  padding: 50px 0;
}
.infos h1:first-child {
  text-align: center !important;
}
.infos h1 {
  text-align: end;
  margin-bottom: 40px;
  font-size: 2.5rem;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  font-weight: 900;
}
.infos .course-card:nth-child(2) {
  flex-direction: row-reverse;
}
.infos .course-card:nth-child(2) .course-image {
  border-radius: 10px 0 0 10px !important;
}
.infos .course-card:nth-child(2) .text-align-right {
  text-align: start;
}
.infos .course-card:nth-child(2) h1 {
  text-align: start;
}
.infos h2 {
  background: linear-gradient(137.59deg, #555 20%, #000 75%);
  -webkit-background-clip: text;
  background-clip: text;
}
.infos .vertical-align {
  display: flex;
  flex-direction: row;
}
.infos .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.infos .course-card {
  background-color: #fff;
  margin-bottom: 0px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 10px;
}
.infos .infos .vertical-align > [class^="col-"] {
  border-radius: 0 10px 10px 0px !important;
}
.infos .vertical-align > [class^="col-"],
.infos .vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.infos .color1 {
  color: #009cc7;
}
.infos h2 {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 34px;
}
.infos .p-bio {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 200;
  color: #9b9b9b;
  line-height: 27px;
  margin-top: 20px;
}
.infos .bio-btn {
  margin-top: 20px;
  background: linear-gradient(90deg, #00dc82 0%, #36e4da 100%);
  color: #fff;
  padding: 13px 15px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px 5px 5px 5px;
  box-shadow: none;
}
.infos .course-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 10px 10px 0px !important;
}
.infos .text-align-right {
  text-align: right;
}
.infos .padding-40 {
  padding: 40px;
}
.infos .text-align-right {
  text-align: right;
}
@media (max-width: 576px) {
  .infos {
    padding: 50px 15px;
  }
  .infos h2 {
    text-align: end;
  }
  .infos .course-card:nth-child(2) .color1 {
    text-align: start;
  }
}
.noticias {
  background-color: #fff;
  padding-top: 70px;
}
.noticias h1 {
  font-weight: 800;
  font-size: 2.5rem;
  color: #000 !important;
  text-align: center;
}
.noticias .list-logo {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  place-items: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 21px;
}
.noticias .list-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 145px;
  border: 1px solid #d1d1d1;
  padding: 15px;
}
.noticias .list-logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 30/25;
}
.noticias p {
  color: #d1d1d1 !important;
  line-height: 1.8rem;
  font-size: 1.5rem;
}
.noticias .container-fluid {
  margin-top: 70px;
}
.noticias .container-fluid .ar1,
.noticias .container-fluid .ar2,
.noticias .container-fluid .ar3 {
  height: 100% !important;
  min-height: 300px;
}
.noticias .container-fluid .ar1 .artigo,
.noticias .container-fluid .ar2 .artigo,
.noticias .container-fluid .ar3 .artigo {
  height: 100% !important;
  text-align: center;
  color: #fff;
  position: relative;
}
.noticias .container-fluid .ar1 .artigo .hover,
.noticias .container-fluid .ar2 .artigo .hover,
.noticias .container-fluid .ar3 .artigo .hover {
  opacity: 0;
  width: 100%;
  position: absolute;
  padding: 30px;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
  z-index: 9999;
}
.noticias .container-fluid .ar1 .artigo .hover .titulo,
.noticias .container-fluid .ar2 .artigo .hover .titulo,
.noticias .container-fluid .ar3 .artigo .hover .titulo {
  font-size: 2rem;
  font-weight: 900;
}
.noticias .container-fluid .ar1 .artigo .hover p,
.noticias .container-fluid .ar2 .artigo .hover p,
.noticias .container-fluid .ar3 .artigo .hover p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.noticias .container-fluid .artigo:hover {
  text-decoration: none;
}
.noticias .container-fluid .artigo:hover .hover {
  opacity: 1 !important;
}
.noticias .art1_mob {
  display: none;
}
@media (max-width: 576px) {
  .noticias .list-logo {
    width: 78%;
    grid-template-columns: 1fr 1fr;
  }
  .noticias .col-md-6 {
    padding: 0;
  }
  .noticias .art1_mob {
    display: initial;
  }
}
.video-background {
  background: #000;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: -30px;
  left: -80px !important;
  width: 120%;
  min-height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 100%;
    left: -100%;
  }
}
.palestra_online {
  background: linear-gradient(
    90deg,
    rgb(145, 228, 255) 0%,
    rgb(1, 188, 255) 100%
  );
  padding: 70px 0;
  color: #fff;
}
.palestra_online p {
  color: #fff !important;
}
.palestra_online img {
  max-width: 120%;
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 576px) {
  .palestra_online img {
    max-width: 100%;
    margin-left: 0%;
    margin-top: 30px;
  }
}
.sobre {
  background-color: #fdfdfd;
  background-image: none;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 800px;
  padding-top: 70px;
}
.sobre .flexMode {
  padding: 0 20px;
}
.sobre .col-md-6 h2 {
  margin-bottom: 22px;
  font-size: 2rem;
}
.sobre .col-md-6 p {
  line-height: 1.6rem;
  font-size: 1.2rem;
}
.sobre .title {
  text-align: center;
}
.sobre .faixa {
  margin: 70px 0;
}
.sobre .tony {
  margin-top: 70px;
}
.sobre .tony .foto {
  max-width: 150%;
  width: 150%;
  margin-left: -50%;
}
.sobre .tony .logos {
  margin-top: 30px;
}
.sobre .tony .redes {
  margin-top: 50px;
  display: flex;
  gap: 33px;
}
.sobre .tony .redes .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sobre .tony .redes .item i {
  font-size: 2.3rem;
}
.sobre .tony .redes .item p {
  margin-bottom: 0px;
  font-size: 1.3rem;
}
.sobre .tony .redes .rede {
  transition: all 0.3s;
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  float: left;
  overflow: hidden !important;
}
.sobre .tony .redes .rede a {
  padding: 10px;
  width: 280px;
  color: #fff;
  display: block;
}
.sobre .tony .redes .rede a * {
  display: inline !important;
}
.sobre .tony .redes .rede span {
  opacity: 0;
}
.sobre .tony .redes .rede:hover {
  width: 280px;
}
.sobre .tony .redes .rede:hover a {
  text-decoration: none;
}
.sobre .tony .redes .rede:hover span {
  opacity: 1;
}
.sobre .tony .redes .rede.linkedin {
  background: #0271ae;
}
.sobre .tony .redes .rede.instagram {
  background: #ee4733;
}
.sobre .tony .redes .rede.facebook {
  background: #129af3;
}
.sobre .tony .redes .rede.soundcloud {
  background: #000;
}
.sobre .tony .redes .rede.youtube {
  background: #d62422;
}
.sobre .tony .redes .rede.youtube a {
  margin-left: -48px;
}
@media (max-width: 576px) {
  .sobre .text-palestrante {
    width: 100%;
  }
  .sobre .escolas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .sobre .escolas .col-6 {
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .sobre .redes {
    display: table;
    margin: auto;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sobre .redes .rede {
    width: 65px !important;
    height: 65px !important;
    max-width: 65px;
  }
  .sobre .redes .rede span {
    display: none;
  }
  .sobre .redes .rede i {
    font-size: 28px;
  }
  .sobre .redes .rede a {
    padding-top: 18px !important;
    width: 294px !important;
  }
  .sobre .foto {
    margin-bottom: 30px;
  }
}
.depoimentos {
  padding: 70px 0;
  background-color: #f4f4f4;
}
.depoimentos .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.depoimentos .title span {
  font-size: 19px;
  font-weight: 600;
  line-height: 33px;
  background: linear-gradient(90deg, #00dc82 0%, #36e4da 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.depoimentos h1 {
  font-weight: 800;
  font-size: 2.5rem;
  color: #000 !important;
  text-align: center;
}
.depoimentos .col-md-4 {
  padding: 0;
}
.depoimentos .list-depo {
  gap: 9px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 28px;
}
.depoimentos .list-depo a {
  position: relative;
}
.depoimentos .list-depo .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.depoimentos .list-depo img {
  border-radius: 5px 5px 5px 5px;
  filter: grayscale(1) saturate(0) brightness(1);
  -o-object-fit: cover;
  object-fit: cover;
}
.depoimentos .parceiros {
  margin-top: 60px;
}
.depoimentos .parceiros img {
  padding: 10px 50px;
  filter: grayscale(100%);
  opacity: 0.7;
}
.depoimentos .parceiros img:hover {
  filter: grayscale(0);
  opacity: 1;
}
.depoimentos .nome {
  display: table;
  width: 100%;
  color: #fff;
  background: #30c9ff;
  padding: 10px;
  text-align: center;
  border-radius: 0 0px 5px 5px;
}
.depoimentos a:hover {
  text-decoration: none;
}
@media (max-width: 576px) {
  .depoimentos {
    padding: 40px 20px;
  }
  .depoimentos .list-depo {
    grid-template-columns: 1fr;
  }
}
.servicos {
  background-image: url("../img/Palestrante_de_inovacao_e_tecnologia_Brasilia.jpg");
  padding: 70px 0;
  color: #fff;
}
.servicos .container-fluid {
  padding: 0 20px;
}
.servicos .right {
  text-align: right;
}
.servicos .right .btnPadrao {
  float: right;
}
.servicos .mais {
  margin-top: 50px;
}
@media (max-width: 576px) {
  .servicos .right {
    margin-top: 350px;
  }
  .servicos .right .btnPadrao {
    float: initial;
  }
  .servicos .mais {
    display: none;
  }
}
.newsletter {
  padding: 100px 0 70px 0;
}
.newsletter h1 {
  font-weight: 800;
}
.newsletter h1,
.newsletter p {
  text-align: center;
}
.newsletter input,
.newsletter textarea {
  width: 100%;
  display: table;
  padding: 19px 15px;
  font-size: 13px;
  border-radius: 10px;
  border: 0;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.109);
  margin-bottom: 19px;
  font-weight: 900;
}
.newsletter input[type="submit"],
.newsletter textarea[type="submit"] {
  background: linear-gradient(90deg, #00dc82 0%, #36e4da 100%);
  color: #fff;
  padding: 15px 10px;
}
@media (max-width: 576px) {
  .newsletter {
    padding: 70px 10px 0px 10px;
  }
}
.conteudo {
  padding: 150px 0px 70px 0;
  background-image: url("../img/Tony_Ventura_inovacao_e_tecnologia.jpg");
  background-position: top !important;
  color: #fff;
}
.conteudo .mob {
  display: none;
}
.conteudo h1 {
  margin-top: -35px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1490196078);
}
.conteudo h1 span {
  font-size: 7.5rem;
}
.conteudo h2 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1490196078);
}
.conteudo h2 span {
  font-size: 7.5rem;
}
.conteudo p {
  color: #fff;
}
.conteudo .btn {
  display: table;
  border-radius: 20px;
  width: 100%;
  max-width: 280px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.109);
  border: 2px solid #fff;
}
.conteudo .btn a {
  text-align: center;
  display: block;
  padding: 15px;
  color: #fff;
}
.conteudo .btn:hover {
  background-color: #01bcff;
  border-color: #01bcff;
}
.conteudo .btn:hover a {
  text-decoration: none;
}
@media (max-width: 576px) {
  .conteudo {
    background: #40f0ff;
    padding-top: 70px;
    padding-bottom: 0;
  }
  .conteudo h1 span {
    font-size: 3rem;
  }
  .conteudo .mob {
    display: table;
  }
  .conteudo .mob img {
    max-width: 165%;
    margin-left: -60%;
    margin-top: 30px;
  }
  .conteudo .btn {
    margin: auto;
  }
}
footer {
  padding: 40px 0;
  color: #b5b5b5;
}
footer p {
  font-size: 10px;
  line-height: 20px;
}
footer #acessibility-content {
  display: none;
}
footer #acessibility-ano:hover + #acessibility-content {
  display: block !important;
}
footer #acessibility-ano:hover #acessibility-content {
  display: block !important;
}
footer .rede_footer {
  display: table;
  float: left;
  width: 45px;
  height: 45px;
  background-color: #f5f5f5;
  margin: 0 5px;
  border-radius: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
}
footer .rede_footer a {
  display: block;
  padding: 15px 10px;
}
footer .rede_footer:hover {
  background-color: #01bcff;
}
footer .rede_footer:hover a {
  color: #fff;
}
footer a {
  color: #b5b5b5;
}
@media (max-width: 576px) {
  footer .colunaredes {
    margin: auto;
  }
} /*# sourceMappingURL=application.css.map */

.menu .btnPadrao {
  margin-top: 0px;
  margin-left: 23px;
  min-width: 158px;
  animation: pulse 1s infinite ease-in-out alternate;
}

.menu .btnPadrao a i {
  font-size: 1.6rem;
}

.menu .btnPadrao a {
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.menu .btnPadrao a:hover {
  color: #fff;
  background: transparent !important;
  -webkit-text-fill-color: #fff;
}
.menu .navbar-expand-lg .navbar-nav {
  align-items: center;
}

.buttons-footer {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.buttons-footer .btnPadrao {
  margin-top: 0px !important;
  border: 1px solid #00dc82;
  background: transparent;
}
.buttons-footer .btnPadrao a {
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #000 !important;
}

.buttons-footer .btnPadrao a i {
  font-size: 1.6rem;
}

.list-depo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.list-depo a .overlay {
  position: absolute;
  z-index: 1;
  background: #000000bd;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
  display: none;
  transition: 0.3s all;
  padding: 0 30px;
  text-align: center;
}

.list-depo a img {
  transition: 0.3s all;
}
.list-depo a:hover .overlay {
  display: flex;
  transition: 0.3s all;
}

.list-depo img {
  height: 100%;
}

.depoimentos .list-depo .play {
  width: 100px;
  height: 100px;
}

.list-depo a:nth-child(1) {
  grid-area: 1 / 1 / 5 / 2;
  height: 433px;
}

.list-depo a:nth-child(1) img {
  height: 100%;
  width: 100%;
  filter: grayscale(0.4) saturate(1);
}
.list-depo a:nth-child(2) {
  grid-area: 3 / 3 / 5 / 4;
}
.list-depo a:nth-child(3) {
  grid-area: 3 / 2 / 5 / 3;
}
.list-depo a:nth-child(4) {
  grid-area: 1 / 2 / 3 / 3;
}
.list-depo a:nth-child(5) {
  grid-area: 1 / 3 / 3 / 4;
}

#acessibility-content {
  display: none; /* Hide initially */
  transition: display 0.7s ease; /* Smooth transition (optional) */
  background: #00000059;
  width: fit-content;
  padding: 2px 6px;
  color: #fff !important;
  border-radius: 3px;
  position: absolute;
  top: -32px;
  font-size: 0.8rem;
}

p {
  text-align: justify !important;
}

.faixa-conteudo {
  background: #181818;
  padding: 45px 0;
}

.faixa-conteudo .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faixa-conteudo .container .btnPadrao {
  margin-top: 0px;
}

.faixa-conteudo .container h3 {
  font-weight: 700;
  line-height: 32px;
  color: #fff;
}

@media (max-width: 990px) {
  .faixa-conteudo .container {
    display: flex;
    flex-direction: column;
  }
  .faixa-conteudo .container h3 {
    text-align: center;
    font-size: 1.55rem;
    margin-bottom: 26px;
  }

  .faixa-conteudo .container h3 br {
    display: none;
  }
  .infos .course-image {
    height: 260px;
    border-radius: 10px 10px 0px 0px !important;
  }

  .infos .course-card:nth-child(2) .course-image {
    border-radius: 10px 10px 0px 0px !important;
  }

  .infos .one {
    order: 2;
  }
  .infos .two {
    order: 1;
  }
}

@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}

@media (min-width: 1900px) {
  .hero {
    background-size: 48% !important;
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  .menu .navbar-toggler span {
    background: transparent !important;
  }

  .menu .navbar-toggler span i {
    background: linear-gradient(90deg, #00dc82 0%, #36e4da 100%);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
  }
  .menu .navbar-toggler {
    border: 1px solid #00dc82;
  }

  .hero h1 {
    text-align: initial;
    color: #fff;
    font-size: 2.2rem;
  }
  .hero .info {
    margin-top: 59px;
  }
  .hero p {
    font-size: 1em;
    line-height: 20px;
  }
  .hero {
    height: 510px;
    background-size: 92% !important;
  }

  .infos h1 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .infos .bio-btn {
    margin-top: 15px;
  }
  .infos .course-card:nth-child(2) .course-image {
    background-size: cover !important;
  }

  .infos .course-image {
    background-size: cover !important;
  }

  p {
    line-height: 1.4rem !important;
    font-size: 1.1rem !important;
  }

  h2 {
    font-size: 2rem !important;
  }

  .noticias .list-logo {
    grid-template-columns: 1fr 1fr 1fr;
    width: 77%;
  }

  .skills .list-skills {
    margin-top: 43px;
  }

  .infos h2 {
    font-size: 17px !important;
  }

  .text-palestrante {
    width: 122%;
  }

  .text-palestrante h2 {
    font-size: 1.9rem !important;
  }

  .logos {
    aspect-ratio: 23/12;
    object-fit: contain;
    width: 75%;
  }

  .sobre .tony .redes {
    gap: 22px;
  }
  .sobre .tony .redes .item i {
    font-size: 1.9rem;
  }
  .sobre .tony .redes .item p {
    font-size: 1rem !important;
  }
  #acessibility-ano {
    font-size: 0.6rem !important;
    line-height: 10px !important;
  }

  .menu .navbar-expand-lg .navbar-nav {
    gap: 2px;
  }

  .skills .list-skills {
    gap: 15px;
  }
  .skills .list-skills .item p {
    text-align: center;
  }

  .contador .container .info h2 {
    font-size: 1.5rem !important;
    line-height: 26px;
  }

  .contador .container .info .btnPadrao {
    min-width: 148px;
  }

  .contador .container .info .btnPadrao a {
    padding: 15px 12px;
    font-size: 11px;
  }
  .contador .container .list-count {
    display: flex;
    justify-content: flex-end;
    gap: 43px;
    width: 74%;
    background-color: #000;
    padding: 60px 0;
  }

  .contador .container .list-count .item i {
    font-size: 34px;
  }
  .contador .container .list-count .item h2 {
    color: #fff;
    font-size: 1.5rem !important;
  }
  .contador .container .list-count .item span {
    color: #fff;
    font-size: 11px;
  }
  .contador .container .list-count .item:nth-child(3) {
    display: none;
  }
  .contador .container .list-count .item p {
    font-size: 15px !important;
    text-align: center !important;
  }
  .contador .container .list-count {
    padding: 40px 0;
  }
  .contador .container .btnPadrao {
    margin-top: 17px;
  }
  .contador .container .list-count {
    justify-content: center;
  }
}

@media (min-width: 650 and max-width: 800px) {
  .menu {
    top: -2px;
  }
  .menu .navbar-toggler span {
    background: transparent !important;
  }

  .menu .navbar-toggler span i {
    background: linear-gradient(90deg, #00dc82 0%, #36e4da 100%);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
  }
  .menu .navbar-toggler {
    border: 1px solid #00dc82;
  }

  .hero h1 {
    text-align: initial;
    color: #fff;
    font-size: 2.2rem;
  }
  .hero .info {
    margin-top: 59px;
  }
  .hero p {
    font-size: 1em;
    line-height: 20px;
  }
  .hero {
    height: 510px;
    background-size: 104% !important;
  }

  .infos h1 {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .infos .bio-btn {
    margin-top: 15px;
  }
  .infos .course-card:nth-child(2) .course-image {
    background-size: cover !important;
  }

  .infos .course-image {
    background-size: cover !important;
  }

  p {
    line-height: 1.4rem !important;
    font-size: 1.1rem !important;
  }

  h2 {
    font-size: 2rem !important;
  }

  .noticias .list-logo {
    grid-template-columns: 1fr 1fr 1fr;
    width: 77%;
  }

  .skills .list-skills {
    margin-top: 43px;
  }

  .infos h2 {
    font-size: 17px !important;
  }

  .text-palestrante {
    width: 122%;
  }

  .text-palestrante h2 {
    font-size: 1.9rem !important;
  }

  .logos {
    aspect-ratio: 23/12;
    object-fit: contain;
    width: 75%;
  }

  .sobre .tony .redes {
    gap: 22px;
  }
  .sobre .tony .redes .item i {
    font-size: 1.9rem;
  }
  .sobre .tony .redes .item p {
    font-size: 1rem !important;
  }
  #acessibility-ano {
    font-size: 0.6rem !important;
    line-height: 10px !important;
  }

  .menu .navbar-expand-lg .navbar-nav {
    gap: 2px;
  }

  .skills .list-skills {
    gap: 15px;
  }
  .skills .list-skills .item p {
    text-align: center;
  }

  .contador .container .info h2 {
    font-size: 1.5rem !important;
    line-height: 26px;
  }

  .contador .container .info .btnPadrao {
    min-width: 148px;
  }

  .contador .container .info .btnPadrao a {
    padding: 15px 12px;
    font-size: 11px;
  }
  .contador .container .list-count {
    display: flex;
    justify-content: flex-end;
    gap: 43px;
    width: 74%;
    background-color: #000;
    padding: 60px 0;
  }

  .contador .container .list-count .item i {
    font-size: 34px;
  }
  .contador .container .list-count .item h2 {
    color: #fff;
    font-size: 1.5rem !important;
  }
  .contador .container .list-count .item span {
    color: #fff;
    font-size: 11px;
  }
  .contador .container .list-count .item:nth-child(3) {
    display: none;
  }
  .contador .container .list-count .item p {
    font-size: 15px !important;
    text-align: center !important;
  }
  .contador .container .list-count {
    padding: 40px 0;
  }
  .contador .container .btnPadrao {
    margin-top: 17px;
  }
  .contador .container .list-count {
    justify-content: center;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .hero {
    height: 600px;
    background-size: 98% !important;
  }
  .contador .container .list-count {
    display: flex;
    justify-content: center;
    gap: 0px;
    width: 65%;
    background-color: #000;
    padding: 60px 0;
    width: 83%;
  }

  .contador .container .list-count .item h2 {
    font-size: 1.9rem !important;
  }

  .contador .container .list-count p {
    text-align: center !important;
    padding: 0 31px;
    line-height: 18px;
  }

  .noticias .list-logo {
    width: 100%;
  }
  .tech-div .container {
    display: flex;
    gap: 17px;
  }
  .contador .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .contador .container .list-count p br {
    display: none;
  }
  .contador .container .info {
    padding: 60px 0;
    justify-content: space-between;
  }
}

@media (max-width: 990px) {
  .menu {
    top: 0px;
  }

  br {
    display: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  strong,
  span {
    break-word: break-all;
  }
  .noticias .list-logo {
    width: 88%;
  }

  .noticias .list-logo a:nth-child(5) {
    display: none;
  }
}

.contador .container .list-count .item p {
  text-align: center !important;
}

.sobre-interna .container .image img {
  width: 65%;
  height: fit-content;
}

.sobre-interna .container .image {
  display: flex;
  justify-content: center;
}

.sobre-interna .container .info p {
  text-align: start !important;
}

.assinatura {
  width: 250px;
}
.hero .info {
  width: 100%;
}

@media (max-width: 992px) {
  .menu {
    top: -2px;
  }
  .menu .navbar-toggler span {
    background: transparent !important;
  }

  .menu .navbar-toggler span i {
    background: linear-gradient(90deg, #00dc82 0%, #36e4da 100%);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
  }
  .menu .navbar-toggler {
    border: 1px solid #00dc82;
  }
  .hero .info {
    flex-wrap: wrap;
  }
  .skills .list-skills {
    display: flex;
    justify-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 9px 0;
    margin-top: 70px;
    flex-wrap: wrap;
  }
  .skills .list-skills .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 29px;
    width: 49%;
  }

  .noticias .list-logo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .sobre .tony .foto {
    max-width: 142%;
  }
}

.hero {
  background-size: 1300px !important;
}

@media (max-width: 1201px) {
  .hero {
    background-size: 100% !important;
  }
  .contador .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 26px 0;
  }

  .contador {
    background: #000;
    background-image: none !important;
  }
  .contador .container .info {
    padding: 35px 0;
    justify-content: center;
    align-items: center;
    gap: 63px;
    width: 100%;
    flex-direction: row;
  }

  .contador .container .info h2 br {
    display: none !important;
  }
  .contador .container .info h2 {
    margin-bottom: 0px;
    color: #fff;
  }
  .contador .container .btnPadrao {
    margin-top: 0px;
  }
  .contador .container .list-count {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px 0;
    place-items: flex-start;
    place-content: center;
    width: 65%;
    background-color: #000;
    padding: 40px 0;
    width: 100%;
    justify-items: center;
  }
  .contador .container .list-count .item {
    width: 100%;
  }
}

.contador {
  background-image: none !important;
  background: #000;
  position: relative;
  top: -1px;
}
.contador .container .info h2 {
  color: #fff;
}

@media (max-width: 1000px) {
  .contador .container .list-count {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px 0;
    place-items: flex-start;
    place-content: center;
    width: 65%;
    background-color: #000;
    padding: 40px 0;
    width: 100%;
  }
  .contador .container .list-count .item {
    width: 49%;
  }

  .tech-div .container {
    display: flex;
    gap: 17px;
    flex-direction: column;
  }
  .tech-div .container .col-md-6 {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1900px) {
  .hero {
    background-size: 1300px !important;
  }
}

@media (min-width: 740px) and (max-width: 990px) {
  br {
    display: block !important;
  }
}

@media (max-width: 576px) {
  .hero {
    background-size: 138% !important;
  }
  .contador .container .info {
    flex-direction: column;
    gap: 40px;
  }
  .list-depo a:nth-child(1) .dep-colorido {
    height: 283px;
    width: 100%;
    filter: grayscale(0.4) saturate(1);
    object-position: 0px -115px;
    object-fit: cover;
  }

  .depoimentos .list-depo {
    display: flex;
  }
  .list-depo a:nth-child(1) {
    grid-area: 1 / 1 / 5 / 2;
    /* height: 100%; */
    width: 100%;
    height: auto;
  }

  .noticias .list-logo {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    width: 100%;
  }
}

@media (max-width: 740px) {
  .hero p br {
    display: block;
  }
}

@media (max-width: 768px) {
  .skills .list-skills {
    flex-direction: column;
    gap: 24px 0;
  }
  .skills .list-skills .item {
    width: 100%;
  }
  .noticias .list-logo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }
  .sobre .tony {
    margin-top: 70px;
    flex-direction: column;
    gap: 41px;
  }
  .sobre .tony .redes {
    margin-top: 50px;
    display: flex;
    gap: 33px;
    justify-content: center;
  }

  .escolas .col-6 {
    display: flex;
    justify-content: center;
  }
  .sobre .tony .foto {
    max-width: 150%;
  }

  .sobre-interna .container .image {
    justify-content: center !important;
  }
  .sobre-interna .container .image img {
    width: 70%;
    height: auto;
  }
  .hero {
    display: flex !important;
    align-items: flex-start !important;
  }
  .menu {
    top: 0px;
  }

  .menu .btnPadrao {
    margin-left: 0px;
  }

  .sobre-interna .container .info p br {
    display: block !important;
  }

  .infos .p-bio {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: 200;
    color: #9b9b9b;
    line-height: 33px;
    margin-top: 20px;
  }
}

@media (min-width: 1770px) {
  .container {
    max-width: 69%;
  }

  .contador .container .info h2 br {
    display: none;
  }

  .info-sup {
    width: 100%;
  }
  .info-sup br {
    display: none;
  }
  .hero .info {
    width: 76%;
  }
}

.hero .info {
  margin-top: 0px;
}

.hero {
  display: flex;
  align-items: center;
}

.sobre-interna .container .image {
  justify-content: flex-end;
}

.list-depo a:nth-child(1) {
  grid-area: 1 / 1 / 5 / 2;
  height: 100%;
}

p {
  text-align: start !important;
}

.video {
  padding: 70px 0;
}

.video iframe {
  height: 623px;
  border-radius: 15px;
}

@media (min-width: 1850px) {
  .contador .container .info {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 39px;
  }
  .contador .container .btnPadrao {
    margin-top: 0px;
  }
  .contador .container .info h2 {
    margin-bottom: 0px;
  }
}

/* Workshop */

.course-image.two {
  overflow: hidden;
  position: relative;
  height: 464px;
  padding: 0;
}

.course-image.two video {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: 100%;
}

.tech-div h2 {
  text-align: start;
}

@media (max-width: 768px) {
  .course-image.two {
    height: 377px;
  }
}

#workshop {
  margin-top: 100px;
  margin-bottom: 30px;
  transition: 0.4s all;
}
#workshop .container {
  background: url("../img/palestrante-de-vendas-workshop.jpg");
  background-size: cover;
  background-position: 0px -166px;
  background-repeat: no-repeat;
  height: 400px;
  border-radius: 15px;
  padding: 0;
  transition: 0.4s all;
  display: flex;
  justify-content: flex-end;
}

#workshop .container .content {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  opacity: 1;

  width: 100%;
  height: 100%;
  background: #000 7d;
  padding: 0 57px;
  border-radius: 1.5rem;
  width: 50%;
}
#workshop .container .content h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
#workshop .container .content p {
  color: #fff !important;
  font-size: 1.15rem;
  text-align: end !important;
  margin-bottom: 0;
  line-height: 28px;
}

#workshop .btnPadrao {
  margin-top: 30px;
}

#workshop .container .content a:hover {
  background-color: #0062ff;
}

@media (max-width: 600px) {
  #workshop {
    padding: 0 30px;
  }
  #workshop .container {
    height: auto;
    background-position: center;
    opacity: 1;
    background-position: bottom;
    opacity: 1;
    backdrop-filter: brightness(1);
  }
  #workshop .container .content {
    padding: 40px 30px;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    opacity: 1;
    visibility: visible;
    align-items: center;
    width: 100%;
    backdrop-filter: blur(3.5px);
    -webkit-backdrop-filter: blur(3.5px);
    background: rgba(0 0 0 / 22%);
  }
  #workshop .container .content h2 {
    font-size: 3rem;
  }
  #workshop .container .content a {
    padding: 20px 26px;
    width: 100%;
  }
  #workshop .container .content p br {
    display: none;
  }
  #workshop .container .content p {
    text-align: center !important;
    font-size: 1.2rem !important;
  }
}

p {
  text-align: unset !important;
}

.tech-div .play {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  transition: 0.3s all;
}

.tech-div .video {
  position: relative;
}

.tech-div .video:hover .play {
  transform: translate(-50%, -50%) scale(1.1);
}
