:root {
  --color-gray: #a8aaae;
  --color-light-gray: #4b465c;
  --color-blue: #000046;
  --color-dark-blue: #07071c;
  --color-ocean: #3cb6ff;
  --color-magenta: #6a3cff;
  --color-white: #ffffff;
  --color-purple: #ab21ec;
  --color-blue-sky: #2b5de5;
  --color-blue-marine: #00d2ff;
  --color-red: #ff0000;
  --color-green: #01d318;
  --color-red-200: rgba(255, 0, 0, 0.2);
  --color-red-400: rgba(255, 0, 0, 0.4);
  --color-white-50: rgba(255, 255, 255, 0.05);
  --color-white-100: rgba(255, 255, 255, 0.1);
  --color-white-200: rgba(255, 255, 255, 0.2);
  --color-white-500: rgba(255, 255, 255, 0.5);
  --color-white-900: rgba(255, 255, 255, 0.9);
  --color-blue-600: rgba(7, 7, 28, 0.6);
  --color-purple-400: rgba(195, 0, 212, 0.4);
  --color-purple-200: rgba(195, 0, 212, 0.2);
  --color-blue-sky-400: rgba(43, 93, 229, 0.4);
  --color-blue-marine-400: rgba(0, 208, 255, 0.4);
  --color-ocean-400: rgba(60, 183, 255, 0.4);
  --color-magenta-400: rgba(105, 60, 255, 0.4);
  --color-green-400: rgba(1, 211, 26, 0.4);
  --color-green-200: rgba(1, 211, 26, 0.2);
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "Tomorrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
}
img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}
html {
  background: var(--color-dark-blue);
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  width: 0px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: var(--color-ocean);
}
button,
a {
  background-color: transparent;
  cursor: pointer;
}
.swal2-cancel.btn.btn-danger {
  padding: 2rem;
  background: red;
  margin-right: 2rem;
  border-radius: 0.5rem;
  color: #fff;
}
.swal2-confirm.btn.btn-success {
  padding: 2rem;
  background: green;
  border-radius: 0.5rem;
  color: #fff;
}
.mt-1 {
  margin-top: 1.6rem;
}
.mt-2 {
  margin-top: 2.4rem;
}
.mt-3 {
  margin-top: 3.2rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 5.6rem;
}
.mt-8 {
  margin-top: 8rem;
}
.mt-10 {
  margin-top: 10rem;
}
.container {
  width: 100%;
  max-width: 121.4rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.container-full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.btn-primary {
  background: var(--color-ocean);
  color: var(--color-dark-blue);
  border: 0.1rem solid var(--color-ocean);
  border-radius: 2.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 4rem;
  transition: all 0.3s;
  padding: 1.6rem 3.2rem;
}
.btn-primary:hover {
  background: transparent;
  border: 0.1rem solid var(--color-ocean);
  color: var(--color-white);
}
.btn-secondary {
  background: transparent;
  border: 1px solid var(--color-ocean);
  color: var(--color-white);
  border-radius: 2.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 4rem;
  transition: all 0.3s;
  padding: 1.6rem 3.2rem;
}
.btn-secondary:hover {
  background: var(--color-ocean);
  color: var(--color-dark-blue);
}
.btn-courses-primary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 4rem;
  transition: all 0.3s;
  padding: 1.6rem 3.2rem;
  background: transparent;
  border: 0.1rem solid var(--color-blue-marine-400);
  color: var(--color-blue-marine);
}
.btn-courses-primary:hover {
  background: var(--color-blue-marine-400);
  color: var(--color-white);
  border: 0.1rem solid var(--color-blue-marine);
}
.btn-courses-danger {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 4rem;
  transition: all 0.3s;
  padding: 1.6rem 3.2rem;
  background: transparent;
  border: 0.1rem solid var(--color-red-400);
  color: var(--color-red);
  pointer-events: none;
}
.btn-courses-danger:hover {
  background: var(--color-red-400);
  color: var(--color-white);
  border: 0.1rem solid var(--color-red);
}
.btn-buy-course {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 4rem;
  transition: all 0.3s;
  padding: 1.6rem 3.2rem;
  background: var(--color-white);
  border: 0.1rem solid var(--color-magenta-400);
  color: var(--color-magenta);
  text-transform: uppercase;
  cursor: pointer;
}
.btn-buy-course:hover {
  background: transparent;
  color: var(--color-white);
  border: 0.1rem solid var(--color-magenta);
}
.btn-social-media {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  background: transparent;
  border: 0.1rem solid var(--color-ocean-400);
  border-radius: 5rem;
  transition: all 0.3s;
  padding: 1.6rem 3.2rem;
}
.btn-social-media span {
  color: var(--color-ocean);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 4rem;
}
.btn-social-media .links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.btn-social-media .links svg {
  stroke: var(--color-ocean);
  transition: all 0.3s;
}
.btn-social-media:hover {
  background: var(--color-ocean-400);
  border: 0.1rem solid var(--color-ocean);
}
.btn-social-media:hover span {
  color: var(--color-white);
}
.btn-social-media:hover .links svg {
  stroke: var(--color-white);
}
.btn-social-media:hover .links svg:hover {
  stroke: var(--color-ocean);
}
.btn-social-media-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
  background: transparent;
  transition: all 0.3s;
}
.btn-social-media-footer .links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
}
.btn-social-media-footer .links svg {
  stroke: var(--color-white);
  transition: all 0.3s;
}
.btn-social-media-footer:hover .links svg {
  stroke: var(--color-ocean);
}
.btn-social-media-footer:hover .links svg:hover {
  stroke: var(--color-white);
}
.btn-social-media-menu-mobile {
  width: 100%;
  padding-bottom: 6.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  background: transparent;
  transition: all 0.3s;
  animation: fadeBottom 0.3s;
}
.btn-social-media-menu-mobile .links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}
.btn-social-media-menu-mobile .links svg {
  stroke: var(--color-white);
  transition: all 0.3s;
}
.btn-social-media-menu-mobile:hover .links svg {
  stroke: var(--color-ocean);
}
.btn-social-media-menu-mobile:hover .links svg:hover {
  stroke: var(--color-white);
}
.title-section {
  color: var(--color-white);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 4rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.title-section span {
  color: var(--color-white-900);
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 4rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.black {
  color: #050110 !important;
}
.float-tag-purple {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.float-tag-purple .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  height: 3.8rem;
  flex-shrink: 0;
  border: 0.3rem solid var(--color-purple-400);
  border-radius: 3.35rem;
  background: var(
    --gradient,
    linear-gradient(107deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%)
  );
  backdrop-filter: blur(0.5px);
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
.float-tag-purple .middle {
  width: 0.3rem;
  height: 5rem;
  background: var(--color-purple-400);
}
.float-tag-purple .bottom {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 0.3rem solid var(--color-purple-400);
  background: var(--color-purple);
}
.tag-success {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 10rem;
  background: rgba(0, 255, 26, 0.15);
  border: 0.1rem solid #57ff3c;
  border-radius: 2.4rem;
  padding: 1rem;
}
.tag-success p {
  color: #57ff3c;
}
.tag-primary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 10rem;
  background: rgba(0, 208, 255, 0.15);
  border: 0.1rem solid #00d2ff;
  border-radius: 2.4rem;
  padding: 1rem;
}
.tag-primary p {
  color: #00d2ff;
}
@keyframes fadeTop {
  from {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeBottom {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(5rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-5rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes reveal {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes floatTop {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.5rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floatTopTags {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1750px);
    transform: translateX(-1750px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1750px);
    transform: translateX(-1750px);
  }
}
.chat-component {
  position: fixed;
  top: 70%;
  right: 2rem;
  width: 12rem;
  padding: 1rem;
  background: var(--color-ocean);
  border-radius: 0.5rem;
  transition: all 0.3s;
  z-index: 9999;
  animation: pulse 4000ms linear infinite;
  -webkit-animation: pulse 4000ms linear infinite;
  -moz-animation: pulse 4000ms linear infinite;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.chat-component a img {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.chat-component a p {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 112%;
  letter-spacing: -0.0388rem;
  color: var(--color-white);
  text-transform: uppercase;
  text-align: center;
  margin-top: 0.5rem;
}
.chat-component:hover {
  transform: scale(1.05);
  background: var(--color-blue);
}
header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 12rem;
  position: fixed;
  top: 0;
  z-index: 1000;
}
header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header .container img {
  transition: all 0.3s;
}
header .container img:hover {
  transform: scale(1.05);
}
header .container ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
header .container ul li a {
  color: var(--color-white);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  transition: all 0.3s;
}
header .container ul li a:hover {
  color: var(--color-ocean);
}
header.active {
  background: var(--color-dark-blue);
}
@media (max-width: 600px) {
  header {
    display: none;
  }
}
.header-mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 1000;
  display: none;
}
.header-mobile .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 1.6rem;
  height: 100%;
}
.header-mobile .container .logo-mobile {
  display: none;
  animation: fadeLeft 0.3s;
}
.header-mobile .container .logo-mobile.remove {
  display: none;
}
.header-mobile .container .active-mobile-menu {
  display: none;
  animation: fadeRight 0.3s;
}
.header-mobile .container .active-mobile-menu.active {
  display: none;
}
.header-mobile .container .menu-mobile {
  display: none;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/intec-solutions/assets/img/menu-mobile/bg-menu-mobile.svg")
    no-repeat center center;
  transition: all 0.3s;
  animation: fadeTop 0.3s;
}
.header-mobile .container .menu-mobile.active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.header-mobile .container .menu-mobile .top-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  animation: fadeTop 0.3s;
}
.header-mobile .container .menu-mobile .close-mobile-menu {
  display: none;
}
.header-mobile .container .menu-mobile .close-mobile-menu.active {
  display: block;
}
.header-mobile .container .menu-mobile .links-menu-mobile {
  animation: fadeLeft 0.3s;
}
.header-mobile .container .menu-mobile .links-menu-mobile ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3.2rem;
}
.header-mobile .container .menu-mobile .links-menu-mobile ul li a {
  color: var(--color-white);
  text-align: center;
  font-size: 3.2rem;
  font-weight: 400;
}
.header-mobile.bg-active {
  position: fixed;
  height: 100%;
  background: #07071c;
}
@media (max-width: 600px) {
  .header-mobile {
    display: block;
  }
  .header-mobile .container .logo-mobile {
    display: block;
  }
  .header-mobile .container .active-mobile-menu {
    display: block;
  }
}
footer {
  margin: 8rem 0;
}
footer .container {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 1fr;
  gap: 2rem;
}
footer .container .logo {
  border-right: 0.1rem solid rgba(255, 255, 255, 0.35);
  padding-right: 2rem;
}
footer .container .logo .top .copy {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
}
footer .container .logo .top .copy h4 {
  color: var(--color-white-500);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.8rem;
}
footer .container .logo p {
  color: var(--color-white-500);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.8rem;
}
footer .container .lgpd {
  border-right: 0.1rem solid rgba(255, 255, 255, 0.35);
  padding-right: 2rem;
}
footer .container .lgpd h4 {
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 500;
}
footer .container .lgpd p {
  color: var(--color-white-500);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4rem;
  margin: 1.6rem 0;
}
footer .container .lgpd .links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
footer .container .lgpd .links a {
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
  transition: all 0.3s;
}
footer .container .lgpd .links a:hover {
  color: var(--color-ocean);
}
footer .container .certifications {
  border-right: 0.1rem solid rgba(255, 255, 255, 0.35);
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.6rem;
}
footer .container .certifications h4 {
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
}
footer .container .certifications .logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}
footer .container .certifications .logos .logo-img {
  width: 8rem;
  height: 8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: #fff;
}
footer .container .certifications .logos .logo-img img {
  min-width: 6rem;
}
footer .container .social-media {
  position: relative;
}
footer .container .social-media h4 {
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
footer .container .social-media .developed-by {
  position: absolute;
  bottom: 0;
  right: 0;
}
footer .container .social-media .developed-by a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
footer .container .social-media .developed-by a h5 {
  color: var(--color-white-500);
  font-size: 1.4rem;
  font-weight: 500;
  transition: all 0.3s;
}
footer .container .social-media .developed-by a svg {
  transition: all 0.3s;
}
footer .container .social-media .developed-by a svg path {
  fill: var(--color-white-500);
}
footer .container .social-media .developed-by a:hover h5 {
  color: var(--color-white);
}
footer .container .social-media .developed-by a:hover svg path {
  fill: var(--color-white);
}
@media (max-width: 1000px) {
  footer .container {
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: start;
    gap: 6rem;
  }
  footer .container .logo,
  footer .container .lgpd,
  footer .container .certifications,
  footer .container .social-media {
    border-right: none;
  }
  footer .container .logo .links,
  footer .container .lgpd .links,
  footer .container .certifications .links,
  footer .container .social-media .links {
    justify-content: flex-start;
    gap: 2rem;
  }
  footer .container .logo .developed-by,
  footer .container .lgpd .developed-by,
  footer .container .certifications .developed-by,
  footer .container .social-media .developed-by {
    margin-top: 6rem;
    position: relative;
  }
}
.component-modal {
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  animation: fadeBottom 0.3s forwards;
}
.component-modal .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.component-modal .container .form {
  width: 67.2rem;
  padding: 3.2rem;
  position: relative;
  border: 0.1rem solid var(--color-white-500);
  border-radius: 1.6rem;
  background: var(--color-dark-blue);
}
.component-modal .container .form .title {
  margin-bottom: 1.6rem;
}
.component-modal .container .form .title h3 {
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
.component-modal .container .form .title h4 {
  color: var(--color-white-500);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.component-modal .container .form .closed-modal {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}
.component-modal .container .form form .form-name,
.component-modal .container .form form .form-email,
.component-modal .container .form form .form-phone,
.component-modal .container .form form .form-message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.8rem;
}
.component-modal .container .form form .form-name label,
.component-modal .container .form form .form-email label,
.component-modal .container .form form .form-phone label,
.component-modal .container .form form .form-message label {
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 500;
  animation: fadeLeft 0.3s forwards;
}
.component-modal .container .form form .form-name label span,
.component-modal .container .form form .form-email label span,
.component-modal .container .form form .form-phone label span,
.component-modal .container .form form .form-message label span {
  color: var(--color-blue-marine);
}
.component-modal .container .form form .form-name label.hidden-label,
.component-modal .container .form form .form-email label.hidden-label,
.component-modal .container .form form .form-phone label.hidden-label,
.component-modal .container .form form .form-message label.hidden-label {
  display: none;
}
.component-modal .container .form form .form-name input,
.component-modal .container .form form .form-name textarea,
.component-modal .container .form form .form-email input,
.component-modal .container .form form .form-email textarea,
.component-modal .container .form form .form-phone input,
.component-modal .container .form form .form-phone textarea,
.component-modal .container .form form .form-message input,
.component-modal .container .form form .form-message textarea {
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  background: var(--color-dark-blue);
  padding: 0.8rem;
  box-shadow: 0 0 0 0;
  border: 0 none;
  outline: 0;
  border-radius: 0.8rem 0.8rem 0 0;
}
.component-modal .container .form form .form-name textarea,
.component-modal .container .form form .form-email textarea,
.component-modal .container .form form .form-phone textarea,
.component-modal .container .form form .form-message textarea {
  border: 0.1rem solid var(--color-white-500);
  border-radius: 0.8rem;
}
.component-modal .container .form form .form-name:not(:last-child),
.component-modal .container .form form .form-email:not(:last-child),
.component-modal .container .form form .form-phone:not(:last-child),
.component-modal .container .form form .form-message:not(:last-child) {
  margin-bottom: 3.2rem;
}
.component-modal .container .form form .form-name,
.component-modal .container .form form .form-email,
.component-modal .container .form form .form-phone {
  border-bottom: 0.1rem solid var(--color-white-500);
}
.component-modal .container .form form button {
  margin-top: 3.2rem;
}
.component-modal.modal-active {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.swiper-pagination-depoimentos {
  position: absolute !important;
  bottom: 16rem !important;
  left: 20.5rem !important;
}
.swiper-pagination-depoimentos .swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  background: transparent;
  border: 0.1rem solid var(--color-white);
  border-radius: 1.5rem;
  opacity: 0.8;
  transition: all 0.3s;
}
.swiper-pagination-depoimentos .swiper-pagination-bullet-active {
  width: 4.2rem;
  height: 1.4rem;
  background: var(--color-white);
  border: 0.1rem solid var(--color-white);
}
.swiper-pagination-services {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: initial !important;
  width: auto !important;
}
.swiper-pagination-services .swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  background: transparent;
  border: 0.1rem solid var(--color-blue-marine-400);
  border-radius: 1.5rem;
  opacity: 0.8;
  transition: all 0.3s;
}
.swiper-pagination-services .swiper-pagination-bullet-active {
  width: 4.2rem;
  height: 1.4rem;
  background: var(--color-blue-marine);
  border: 0.1rem solid var(--color-blue-marine-400);
}
.swiperInstagram .swiper-wrapper .swiper-slide:nth-child(4n + 1) {
  width: 58.25rem !important;
}
.swiperInstagram .swiper-wrapper .swiper-slide:nth-child(2n + 2) {
  width: 30rem !important;
}
.swiperInstagram .swiper-wrapper .swiper-slide:nth-child(4n + 3) {
  width: 30rem !important;
}
.swiper-pagination-depoimentos-sobre {
  width: 75% !important;
  position: absolute !important;
  bottom: 17rem !important;
  text-align: right !important;
}
.swiper-pagination-depoimentos-sobre .swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  background: transparent;
  border: 0.1rem solid var(--color-white);
  border-radius: 1.5rem;
  opacity: 0.8;
  transition: all 0.3s;
}
.swiper-pagination-depoimentos-sobre .swiper-pagination-bullet-active {
  width: 4.2rem;
  height: 1.4rem;
  background: var(--color-white);
  border: 0.1rem solid var(--color-white);
}
.slide-single-blog .swiper-slide img {
  cursor: pointer;
}
.slide-single-blog .swiper-slide img:hover {
  border: 0.1rem solid var(--color-white-500) !important;
}
.slide-single-blog-thumbnail {
  margin-bottom: 1.6rem !important;
}
@media (max-width: 1100px) {
  .swiper-pagination-depoimentos,
  .swiper-pagination-services {
    text-align: center;
    bottom: var(--swiper-pagination-bottom, 0) !important;
    top: var(--swiper-pagination-top, auto) !important;
    left: 0 !important;
    margin-top: 1.6rem;
  }
  .swiper-pagination-services {
    bottom: var(--swiper-pagination-bottom, -3rem) !important;
  }
  .swiper-pagination-depoimentos-sobre {
    width: 40% !important;
    bottom: 5rem !important;
  }
}
@media (max-width: 400px) {
  .swiper-pagination-depoimentos-sobre {
    width: 35% !important;
  }
}
.s-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 10rem;
  position: relative;
}
.s-hero .bg-section {
  height: 100vh;
  position: absolute;
  bottom: 0;
  right: 0;
}
.s-hero .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  position: relative;
  z-index: 5;
}
.s-hero .container .typography .subtitle {
  color: var(--color-ocean);
  font-size: 1.6rem;
  line-height: 4rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.s-hero .container .typography .title {
  display: flex;
  width: 44.2rem;
  flex-direction: column;
  justify-content: center;
}
.s-hero .container .typography .title h1 {
  color: var(--color-white);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 3.5rem;
  margin-bottom: 3.2rem;
}
.s-hero .container .typography .description {
  display: flex;
  width: 37.4rem;
  flex-direction: column;
  justify-content: center;
}
.s-hero .container .typography .description p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 3.2rem;
}
.s-hero .container .tags {
  width: 68.3rem;
  height: 44.1rem;
  position: relative;
}
.s-hero .container .tags .float-tag-purple.first {
  opacity: 0;
  position: absolute;
  left: -3.8rem;
  bottom: 8.1rem;
  animation: reveal 4s ease-in forwards, floatTopTags 14s infinite;
  z-index: 3;
}
.s-hero .container .tags .float-tag-purple.second {
  opacity: 0;
  position: absolute;
  left: 28rem;
  bottom: 15.6rem;
  animation: reveal 4s ease-in forwards, floatTopTags 10s infinite;
  z-index: 3;
}
.s-hero .container .tags .float-tag-purple.second .top {
  border: 0.3rem solid var(--color-blue-sky-400);
}
.s-hero .container .tags .float-tag-purple.second .middle {
  background: var(--color-blue-sky-400);
}
.s-hero .container .tags .float-tag-purple.second .bottom {
  background: var(--color-blue-sky);
}
.s-hero .container .tags .float-tag-purple.third {
  opacity: 0;
  position: absolute;
  left: 32rem;
  bottom: -14rem;
  animation: reveal 4s ease-in forwards, floatTopTags 18s infinite;
  z-index: 3;
}
.s-hero .container .tags .float-tag-purple.third .top {
  border: 0.3rem solid var(--color-blue-marine-400);
}
.s-hero .container .tags .float-tag-purple.third .middle {
  background: var(--color-blue-marine-400);
}
.s-hero .container .tags .float-tag-purple.third .bottom {
  background: var(--color-blue-marine);
}
.s-hero .container .tags .float-tag-purple.fourth {
  width: 20rem;
  opacity: 0;
  position: absolute;
  left: 57rem;
  bottom: 0.75rem;
  animation: reveal 4s ease-in forwards, floatTopTags 12s infinite;
  z-index: 3;
}
.s-hero .container .tags .float-tag-purple.fourth .top {
  border: 0.3rem solid var(--color-blue-marine-400);
}
.s-hero .container .tags .float-tag-purple.fourth .middle {
  background: var(--color-blue-marine-400);
}
.s-hero .container .tags .float-tag-purple.fourth .bottom {
  background: var(--color-blue-marine);
}
.s-hero .container .tags .float-tag-purple.fifth {
  opacity: 0;
  position: absolute;
  left: 62rem;
  bottom: 21.6rem;
  animation: reveal 4s ease-in forwards, floatTopTags 16s infinite;
  z-index: 3;
}
.s-hero .container .tags .float-tag-purple.fifth .top {
  border: 0.3rem solid var(--color-blue-sky-400);
}
.s-hero .container .tags .float-tag-purple.fifth .middle {
  background: var(--color-blue-sky-400);
}
.s-hero .container .tags .float-tag-purple.fifth .bottom {
  background: var(--color-blue-sky);
}
.s-hero:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/intec-solutions/assets/img/page-index/s-hero/bg-s-hero-dots.svg");
  background-repeat: no-repeat;
  background-size: cover;
  animation: reveal 3s ease-in, floatTop 4s infinite;
  z-index: 2;
}
.s-hero svg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.s-our-differences {
  margin-bottom: 10rem;
}
.s-our-differences .container {
  position: relative;
}
.s-our-differences .container .title {
  margin-bottom: 8rem;
}
.s-our-differences .container .video {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 106rem;
  height: 47.3rem;
  gap: 3.2rem;
  padding: 3.2rem;
  border-radius: 1.6rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.s-our-differences .container .video .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6.4rem;
}
.s-our-differences .container .video .left p {
  width: 48.1rem;
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: center;
}
.s-our-differences .container .video .right {
  position: absolute;
  right: 0;
}
.s-our-differences .container .video .right .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
.s-our-differences .container .video .right .content img {
  border: 0.1rem solid var(--color-white-200);
  border-radius: 1.6rem;
}
.s-our-differences .container .video .right .content .play {
  position: absolute;
  z-index: 2;
  transition: all 0.3s;
}
.s-our-differences .container .video .right .content .play a img {
  border-radius: 50%;
}
.s-our-differences .container .video .right .content .play:hover {
  transform: scale(1.05);
}
.s-services {
  margin-bottom: 10rem;
}
.s-services .container {
  position: relative;
}
.s-services .container .title {
  margin-bottom: 8rem;
}
.s-services .container .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 3.4rem;
}
.s-services .container .content .left img {
  border-radius: 1.6rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.s-services .container .content .right h2 {
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: 500;
}
.s-services .container .content .right p {
  width: 50rem;
  color: var(--color-white-500);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  margin: 3.2rem 0;
}
.s-courses {
  margin-bottom: 10rem;
  background-image: url("/wp-content/themes/intec-solutions/assets/img/page-index/s-courses/bg-section-courses.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.s-courses .container {
  position: relative;
}
.s-courses .container .title {
  margin-bottom: 8rem;
}
.s-courses .container .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
  align-self: center;
  align-content: center;
  gap: 2rem;
}
.s-courses .container .cards a .card {
  width: 100%;
  border-radius: 6px;
  background: linear-gradient(180deg, #110e32, #050110);
}
.s-courses .container .cards a .card .card-img {
  width: 100%;
}
.s-courses .container .cards a .card .card-img img {
  max-width: 100%;
  width: 100%;
}
.s-courses .container .cards a .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 4rem 2.4rem;
}
.s-courses .container .cards a .card .card-body .tag {
  color: var(--color-purple);
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  margin-left: -0.3rem;
  margin-bottom: 0.8rem;
  padding: 0.6rem 1rem;
  border-radius: 8rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1.6rem);
}
.s-courses .container .cards a .card .card-body h4 {
  text-transform: uppercase;
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 120%;
}
.s-instagram {
  background-image: url("/wp-content/themes/intec-solutions/assets/img/page-index/s-instagram/bg-section-instagram.png");
  margin-bottom: 10rem;
}
.s-instagram .container {
  position: relative;
  margin-bottom: 8rem;
}
.s-instagram .container .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.s-instagram .instagram-posts {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  position: relative;
}
.s-instagram .instagram-posts .posts {
  display: flex;
  gap: 1.6rem;
}
.s-instagram .instagram-posts .posts .post {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1.6rem;
  position: relative;
}
.s-instagram .instagram-posts .posts .post.primary a,
.s-instagram .instagram-posts .posts .post.tertiary a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.s-instagram .instagram-posts .posts .post.primary a .smoke-mask,
.s-instagram .instagram-posts .posts .post.tertiary a .smoke-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
.s-instagram .instagram-posts .posts .post.primary a .smoke-mask .resumo,
.s-instagram .instagram-posts .posts .post.tertiary a .smoke-mask .resumo {
  width: 100%;
  position: absolute;
  bottom: 1.6rem;
  z-index: 2;
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  padding: 1.6rem;
}
.s-instagram .instagram-posts .posts .post.primary:hover .smoke-mask,
.s-instagram .instagram-posts .posts .post.tertiary:hover .smoke-mask {
  opacity: 1;
}
.s-instagram .instagram-posts .posts .post.secondary .top a {
  position: absolute;
  width: 100%;
  height: 48%;
  top: 0;
}
.s-instagram .instagram-posts .posts .post.secondary .top a .smoke-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
.s-instagram
  .instagram-posts
  .posts
  .post.secondary
  .top
  a
  .smoke-mask
  .resumo {
  width: 100%;
  position: absolute;
  bottom: 1.6rem;
  z-index: 2;
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  padding: 1.6rem;
}
.s-instagram .instagram-posts .posts .post.secondary .top:hover .smoke-mask {
  opacity: 1;
}
.s-instagram .instagram-posts .posts .post.secondary .bottom a {
  position: absolute;
  width: 100%;
  height: 48.5%;
  bottom: 0;
}
.s-instagram .instagram-posts .posts .post.secondary .bottom a .smoke-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
.s-instagram
  .instagram-posts
  .posts
  .post.secondary
  .bottom
  a
  .smoke-mask
  .resumo {
  width: 100%;
  position: absolute;
  bottom: 1.6rem;
  z-index: 2;
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  padding: 1.6rem;
}
.s-instagram .instagram-posts .posts .post.secondary .bottom:hover .smoke-mask {
  opacity: 1;
}
.s-instagram .instagram-posts .posts .post.primary img,
.s-instagram .instagram-posts .posts .post.tertiary img {
  border-radius: 0 2.4rem 2.4rem 0;
  border: 0.1rem solid var(--color-white-500);
}
.s-instagram .instagram-posts .posts .post.primary a .smoke-mask,
.s-instagram .instagram-posts .posts .post.tertiary a .smoke-mask {
  border-radius: 0 2.4rem 2.4rem 0;
  border: 0.1rem solid var(--color-white-500);
}
.s-instagram .instagram-posts .posts .post.secondary img {
  border-radius: 2.4rem 0 0 2.4rem;
  border: 0.1rem solid var(--color-white-500);
}
.s-instagram .instagram-posts .posts .post.secondary a .smoke-mask {
  border-radius: 2.4rem 0 0 2.4rem;
  border: 0.1rem solid var(--color-white-500);
}
.s-postagens {
  margin-bottom: 10rem;
}
.s-postagens .container {
  position: relative;
  margin-bottom: 8rem;
}
.s-postagens .container .grid-2 {
  grid-column: 1;
}
.s-postagens .container .cards-blog {
  margin: 3.2rem 0 4rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  row-gap: 4rem;
}
.s-postagens .container .cards-blog a .card-blog {
  width: 100%;
  max-width: 38.6rem;
}
.s-postagens .container .cards-blog a .card-blog img {
  border-radius: 0.8rem;
}
.s-postagens .container .cards-blog a .card-blog .card-blog-body {
  margin-top: 1.6rem;
}
.s-postagens .container .cards-blog a .card-blog .card-blog-body .tag {
  color: #ab21ec;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}
.s-postagens .container .cards-blog a .card-blog .card-blog-body .title {
  margin-top: 0.8rem;
}
.s-postagens .container .cards-blog a .card-blog .card-blog-body .title h3 {
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.s-postagens .container .cards-blog a .card-blog .card-blog-footer p {
  color: var(--color-light-gray);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0.5rem;
}
.s-postagens .container .view-all-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.s-postagens .container .view-all-button .btn-primary {
  line-height: normal;
}
.s-postagens .container .page-numbers {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
}

.s-postagens .container .page-numbers li .page-numbers {
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.s-postagens .container .page-numbers li:not(:last-child) {
  margin-right: 2.4rem;
}

.s-postagens .container .page-numbers li .page-numbers {
  background: var(--color-ocean);
  color: var(--color-dark-blue);
  border: 0.1rem solid var(--color-ocean);
  border-radius: 7rem;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.3s;
  padding: 1rem 1.5rem;
}

.s-postagens .container .page-numbers li .page-numbers:hover {
  background: transparent;
  border: 0.1rem solid var(--color-ocean);
  color: var(--color-white);
}

.s-postagens .container .page-numbers li .current {
  background: transparent;
  border: 0.1rem solid var(--color-ocean);
  color: var(--color-white);
}

@media (max-width: 1540px) {
  .s-hero svg {
    top: -1rem;
    right: -9rem;
  }
}
@media (max-width: 1440px) {
  .s-hero svg {
    top: 0rem;
    right: -10rem;
  }
  .s-hero .container .tags .float-tag-purple.second {
    bottom: 7.6rem;
  }
}
@media (max-width: 1366px) {
  .s-hero svg {
    top: -1rem;
    right: 0rem;
  }
  .s-hero .container .tags .float-tag-purple.second {
    left: 16rem;
  }
  .s-hero .container .tags .float-tag-purple.third {
    left: 25rem;
    bottom: -4rem;
  }
  .s-hero .container .tags .float-tag-purple.fourth {
    left: 42rem;
    bottom: 7.75rem;
  }
  .s-hero .container .tags .float-tag-purple.fifth {
    left: 47rem;
  }
}
@media (max-width: 1280px) {
  .s-hero svg {
    top: -12rem;
    right: 0rem;
  }
  .s-hero .container .tags .float-tag-purple.first {
    bottom: 18.1rem;
  }
  .s-hero .container .tags .float-tag-purple.second {
    bottom: 3.6rem;
    left: 21rem;
  }
  .s-hero .container .tags .float-tag-purple.third {
    bottom: -5rem;
    left: 42rem;
  }
  .s-hero .container .tags .float-tag-purple.fourth {
    left: 38rem;
    bottom: 11.75rem;
  }
  .s-hero .container .tags .float-tag-purple.fifth {
    bottom: 22.6rem;
    left: 53rem;
  }
}
@media (max-width: 1100px) {
  .s-hero {
    overflow: hidden;
  }
  .s-hero svg {
    top: 0;
    right: -10rem;
  }
  .s-hero .container .tags {
    display: none;
  }
  .title-section {
    text-align: center;
  }
  .s-our-differences .container .video {
    width: 100%;
    height: auto;
    flex-direction: column-reverse;
    border-radius: initial;
    border: none;
  }
  .s-our-differences .container .video .right {
    position: initial;
  }
  .s-courses .container .cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .s-services .container .content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .s-services .container .content .right h2 {
    width: 100%;
    text-align: center;
  }
  .s-services .container .content .right p {
    text-align: center;
  }
  .s-services .container .content .right .btn-primary {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 900px) {
  .s-instagram .container {
    margin-bottom: 4rem;
  }
  .s-instagram .container .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 4rem;
  }
  .s-courses .container .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .s-postagens .container .grid-2 {
    grid-column: span 3;
  }
  .s-postagens .container .cards-blog {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
  }
  .s-postagens .container .cards-blog a .card-blog {
    max-width: 100%;
  }
  .s-postagens .container .cards-blog a .card-blog img {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .s-postagens .container .grid-2 {
    grid-column: span 1;
  }
  .s-postagens .container .cards-blog {
    grid-template-columns: repeat(1, 1fr);
  }
  .s-postagens .container .cards-blog a .card-blog {
    max-width: 100%;
  }
  .s-postagens .container .cards-blog a .card-blog img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .s-hero {
    align-items: flex-start;
    background-image: url("/wp-content/themes/intec-solutions/assets/img/page-index/s-hero/bg-s-hero-dots-mobile.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .s-hero .bg-section {
    display: none;
  }
  .s-hero svg {
    display: none;
  }
  .s-hero .container .typography {
    width: 100%;
    margin-top: 14rem;
  }
  .s-hero .container .typography .btn-primary {
    display: block;
    width: 100%;
    border-radius: 5rem;
    text-align: center;
    margin-top: 12rem;
  }
  .s-courses .container .cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .s-hero .container .typography {
    margin-top: 10rem;
  }
  .s-hero .container .typography .title {
    width: 100%;
  }
  .s-hero .container .typography .btn-primary {
    margin-top: 10rem;
  }
  .s-our-differences .container .title {
    margin-bottom: 4rem;
  }
  .s-our-differences .container .video .left p {
    width: 100%;
  }
  .s-our-differences .container .video .right .content .play {
    width: 8rem;
    height: 8rem;
  }
  .s-services .container .title {
    margin-bottom: 6rem;
  }
  .s-services .container .content .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .s-services .container .content .right p {
    width: 100%;
  }
  .s-services .container .content .right .btn-primary {
    width: 40rem;
  }
}
@media (max-width: 450px) {
  .s-services .container .content .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .s-services .container .content .right .btn-primary {
    width: 37rem;
  }
}
@media (max-width: 430px) {
  .s-hero .container .typography {
    margin-top: 7rem;
  }
  .s-hero .container .typography .title {
    width: 100%;
  }
  .s-hero .container .typography .btn-primary {
    margin-top: 7rem;
  }
  .s-services .container .content .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .s-services .container .content .right .btn-primary {
    width: 35rem;
  }
}
@media (max-width: 400px) {
  .s-services .container .content .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .s-services .container .content .right .btn-primary {
    width: 32rem;
  }
}
@media (max-width: 375px) {
  .s-hero .container .typography {
    margin-top: 3rem;
  }
  .s-hero .container .typography .title {
    width: 100%;
  }
  .s-hero .container .typography .btn-primary {
    margin-top: 3rem;
  }
  .s-services .container .content .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .s-services .container .content .right .btn-primary {
    width: 29.5rem;
  }
}
.s-hero-about {
  background-image: url("/wp-content/themes/intec-solutions/assets/img/page-sobre-nos/bg-s-hero-page-about.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  padding: 20rem 0;
}
.s-hero-about .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}
.s-hero-about .container .title {
  width: 79rem;
}
.s-hero-about .container .title h2 {
  margin-bottom: 3.2rem;
}
.s-hero-about .container .title p {
  color: var(--color-white-500);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: justify;
}
.s-hero-about .container .title p:not(:last-child) {
  margin-bottom: 3.2rem;
}
.s-our-differences-about {
  margin-bottom: 20rem;
}
.s-our-differences-about .container {
  position: relative;
}
.s-our-differences-about .container .title {
  margin-bottom: 8rem;
  text-align: center;
}
.s-our-differences-about .container .video {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 106rem;
  height: 47.3rem;
  gap: 3.2rem;
  padding: 3.2rem;
  border-radius: 1.6rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  float: right;
}
.s-our-differences-about .container .video .left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 3.2rem;
}
.s-our-differences-about .container .video .left p {
  width: 48.1rem;
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: center;
}
.s-our-differences-about .container .video .left .persona {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 1.6rem;
}
.s-our-differences-about .container .video .left .persona .text h4 {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  text-transform: uppercase;
  color: var(--color-white);
}
.s-our-differences-about .container .video .left .persona .text h3 {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7143rem;
  color: var(--color-white-500);
}
.s-our-differences-about .container .video .left .persona img {
  border-radius: 50%;
  border: 0.1rem solid var(--color-white-200);
}
.s-our-differences-about .container .video .right {
  position: absolute;
  left: 0;
}
.s-our-differences-about .container .video .right .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
.s-our-differences-about .container .video .right .content img {
  border: 0.1rem solid var(--color-white-200);
  border-radius: 1.6rem;
}
.s-our-differences-about .container .video .right .content .play {
  position: absolute;
  z-index: 2;
  transition: all 0.3s;
}
.s-our-differences-about .container .video .right .content .play a img {
  border-radius: 50%;
}
.s-our-differences-about .container .video .right .content .play:hover {
  transform: scale(1.05);
}
@media (max-width: 1100px) {
  .s-hero-about {
    padding: 20rem 0 10rem 0;
  }
  .s-hero-about .container {
    flex-direction: column-reverse;
    gap: 6.4rem;
  }
  .s-hero-about .container .title {
    width: 100%;
  }
  .s-our-differences-about {
    margin-bottom: 10rem;
  }
  .s-our-differences-about .container .video {
    width: 100%;
    height: auto;
    flex-direction: column-reverse;
    border-radius: initial;
    border: none;
  }
  .s-our-differences-about .container .video .right {
    position: initial;
  }
  .s-our-differences-about .container .title {
    text-align: left;
  }
  .s-our-differences-about .container .title .title-section {
    width: 22rem;
  }
}
@media (max-width: 480px) {
  .s-hero-about {
    padding: 8rem 0;
  }
  .s-our-differences-about {
    margin-bottom: 0;
  }
  .s-our-differences-about .container .title {
    margin-bottom: 4rem;
  }
  .s-our-differences-about .container .title h2 {
    width: 20rem;
  }
  .s-our-differences-about .container .video .left p {
    width: 100%;
  }
  .s-our-differences-about .container .video .right .content .play {
    width: 8rem;
    height: 8rem;
  }
}
.s-blog-title {
  position: relative;
  margin-top: 12rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.s-blog-title::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/intec-solutions/assets/img/page-blog/background-title.png")
    no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
}
.s-blog-title .container h1 {
  position: relative;
  padding: 14rem 0;
  color: var(--color-white);
  text-align: center;
  font-size: 4.6rem;
  font-weight: 500;
}
.s-breadcrumb {
  margin-top: 12rem;
  padding-top: 2.4rem;
  margin-bottom: 28rem;
}
.s-breadcrumb .container .breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.s-breadcrumb .container .breadcrumb .side-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.s-breadcrumb .container .breadcrumb .side-left a,
.s-breadcrumb .container .breadcrumb .side-right a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #9995a6;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.s-content-main {
  background-color: var(--color-white);
}
.s-content-main .container .featured {
  position: absolute;
  margin-top: -24rem;
}
.s-content-main .container .featured .featured-image {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.s-content-main .container .featured .featured-image .featured-card {
  position: absolute;
  bottom: -14rem;
  background-color: #fff;
  width: 100%;
  max-width: 100rem;
  padding: 5rem 7rem;
  filter: drop-shadow(0px 24px 40px rgba(16, 12, 28, 0.15));
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.s-content-main .container .featured .featured-image .featured-card > img {
  border-radius: 0.8 0.8 0 0;
}
.s-content-main
  .container
  .featured
  .featured-image
  .featured-card
  .featured-image-card-tag {
  background-color: var(--color-purple);
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.s-content-main .container .featured .featured-image .featured-card h1 {
  color: #050110;
  font-size: 4rem;
  font-weight: 400;
  line-height: 120%;
}
.s-content-main
  .container
  .featured
  .featured-image
  .featured-card
  .featured-image-card-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
}
.s-content-main
  .container
  .featured
  .featured-image
  .featured-card
  .featured-image-card-footer
  .author {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 5.6rem;
}
.s-content-main
  .container
  .featured
  .featured-image
  .featured-card
  .featured-image-card-footer
  .date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 5.6rem;
}
.s-content-main
  .container
  .featured
  .featured-image
  .featured-card
  .featured-image-card-footer
  .time {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.s-content-main
  .container
  .featured
  .featured-image
  .featured-card
  .featured-image-card-footer
  .author
  svg,
.s-content-main
  .container
  .featured
  .featured-image
  .featured-card
  .featured-image-card-footer
  .date
  svg,
.s-content-main
  .container
  .featured
  .featured-image
  .featured-card
  .featured-image-card-footer
  .time
  svg {
  margin-right: 0.8rem;
}
.s-content-main .container .main-content {
  padding-top: 50rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.s-content-main .container .main-content aside {
  width: 100%;
  max-width: 24rem;
  margin-right: 3.2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 16rem;
}
.s-content-main .container .main-content aside h4 {
  margin-bottom: 4rem;
  color: #050110;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 120%;
}
.s-content-main .container .main-content aside ul li:not(:first-child) {
  margin-top: 1.6rem;
}
.s-content-main .container .main-content aside ul li a {
  color: #57555f;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
}
.s-content-main .container .main-content aside ul li a svg {
  margin-right: 0.8rem;
}
.s-content-main .container .main-content main h2 {
  color: #050110;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 1.6rem;
}
.s-content-main .container .main-content main p {
  color: #3f3d49;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 175%;
}
.s-content-main .container .main-content main p:not(:last-child) {
  margin-bottom: 1.6rem;
}
.s-content-main .container .social-media {
  margin-top: 10rem;
  padding-top: 4rem;
  padding-bottom: 8rem;
  border-top: 2px solid rgba(28, 22, 46, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.s-content-main .container .social-media h6 {
  color: #050110;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 100%;
}
.s-content-main .container .social-media ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.s-content-main .container .social-media ul li:not(:first-child) {
  margin-left: 4rem;
}
.s-content-main .container .social-media ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1210px) {
  .s-content-main .container .featured .featured-image {
    width: 98.5%;
  }
}
@media (max-width: 1000px) {
  .s-content-main .container .featured .featured-image .featured-card {
    width: 100%;
    max-width: 80rem;
    padding: 3.2rem 4rem;
    bottom: -12rem;
  }
  .s-content-main .container .featured .featured-image .featured-card h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 900px) {
  .s-breadcrumb .container .breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .s-breadcrumb .container .breadcrumb .side-left {
    margin-bottom: 2.4rem;
  }
  .s-content-main .container .featured .featured-image .featured-card {
    width: 100%;
    max-width: 80rem;
    padding: 3.2rem 4rem;
    bottom: -12rem;
  }
  .s-content-main .container .featured .featured-image .featured-card h1 {
    font-size: 3.2rem;
  }
  .s-content-main .container .main-content {
    flex-direction: column-reverse;
    padding-top: 35rem;
  }
  .s-content-main .container .main-content aside {
    position: relative;
    top: 0;
    margin-top: 8rem;
  }
}
@media (max-width: 800px) {
  .s-breadcrumb .container .breadcrumb .side-left {
    flex-direction: column;
  }
  .s-breadcrumb .container .breadcrumb .side-left a {
    text-align: center;
  }
  .s-breadcrumb .container .breadcrumb .side-left > svg:not(:first-child) {
    transform: rotate(90deg);
  }
  .s-content-main .container .featured .featured-image .featured-card {
    width: 100%;
    max-width: 70rem;
    padding: 2.4rem 3.2rem;
    bottom: -10rem;
  }
  .s-content-main .container .main-content {
    padding-top: 30rem;
  }
}
@media (max-width: 700px) {
  .s-content-main .container .featured .featured-image .featured-card {
    width: 100%;
    max-width: 60rem;
    padding: 2.4rem 3.2rem;
    bottom: -10rem;
  }
  .s-content-main .container .featured .featured-image .featured-card h1 {
    font-size: 2.4rem;
  }
  .s-content-main .container .main-content {
    padding-top: 24rem;
  }
  .s-content-main .container .main-content main h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 620px) {
  .s-breadcrumb {
    margin-bottom: 4rem;
  }
  .s-content-main .container .featured {
    position: relative;
    margin-top: 0;
    padding-top: 4rem;
  }
  .s-content-main .container .featured .featured-image {
    width: 100%;
    flex-direction: column;
  }
  .s-content-main .container .featured .featured-image .featured-card {
    bottom: 0.5rem;
    position: relative;
    border-radius: 0 0 0.8rem 0.8rem;
  }
  .s-content-main .container .main-content {
    padding-top: 4rem;
  }
}
@media (max-width: 600px) {
  .s-breadcrumb {
    margin-top: 2rem;
    padding-top: 0;
  }
  .s-breadcrumb .container .breadcrumb .side-left {
    margin-bottom: 5.6rem;
  }
  .s-content-main
    .container
    .featured
    .featured-image
    .featured-card
    .featured-image-card-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }
  .s-content-main
    .container
    .featured
    .featured-image
    .featured-card
    .featured-image-card-footer
    .author {
    justify-content: flex-start;
  }
  .s-content-main
    .container
    .featured
    .featured-image
    .featured-card
    .featured-image-card-footer
    .author,
  .s-content-main
    .container
    .featured
    .featured-image
    .featured-card
    .featured-image-card-footer
    .date {
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 480px) {
  .s-content-main
    .container
    .featured
    .featured-image
    .featured-card
    .featured-image-card-footer {
    grid-template-columns: 1fr;
  }
  .s-content-main
    .container
    .featured
    .featured-image
    .featured-card
    .featured-image-card-footer
    .author,
  .s-content-main
    .container
    .featured
    .featured-image
    .featured-card
    .featured-image-card-footer
    .date {
    margin-right: 0;
    margin-bottom: 1.6rem;
    justify-content: flex-start;
  }
  .s-content-main .container .social-media {
    flex-direction: column;
  }
  .s-content-main .container .social-media ul {
    margin-top: 3.2rem;
  }
}
.s-hero-single {
  margin-top: 16rem;
  margin-bottom: 10rem;
  background-image: url("/wp-content/themes/intec-solutions/assets/img/page-single-cursos/bg-page-single-courses.svg");
  background-repeat: no-repeat;
}
.s-hero-single .container .information-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 24px 40px -8px rgba(16, 12, 28, 0.06);
  margin-bottom: 10rem;
  padding: 4rem 3.2rem;
}
.s-hero-single .container .information-card .information-card-title h1 {
  color: var(--color-white);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 120%;
}
.s-hero-single .container .information-card .information-card-title p {
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 120%;
  margin-top: 1rem;
}
.s-hero-single .container .information-card .information-card-data ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.s-hero-single .container .information-card .information-card-data ul li {
  text-align: center;
}
.s-hero-single
  .container
  .information-card
  .information-card-data
  ul
  li:not(:first-child) {
  margin-left: 2rem;
}
.s-hero-single .container .information-card .information-card-data ul li h4 {
  color: var(--color-white);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.s-hero-single
  .container
  .information-card
  .information-card-data
  ul
  li
  .background-list {
  border-radius: 0.5rem;
  background-color: var(--color-magenta);
  padding: 0.6rem 1.2rem;
  margin-top: 0.8rem;
}
.s-hero-single
  .container
  .information-card
  .information-card-data
  ul
  li
  .background-list
  p {
  color: var(--color-white);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}
.s-hero-single .container .title {
  margin-bottom: 10rem;
}
.s-hero-single .container .title h1 {
  color: var(--color-white);
  text-align: center;
  font-size: 4.6rem;
  font-weight: 500;
  text-transform: uppercase;
}
.s-hero-single .container .top-course {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 10rem;
}
.s-hero-single .container .top-course.price {
  display: flex;
  justify-content: center;
}
.s-hero-single .container .top-course .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.s-hero-single .container .top-course .top .owner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}
.s-hero-single .container .top-course .top .owner:not(:last-child) {
  margin-right: 4rem;
}
.s-hero-single .container .top-course .top .owner .left-owner img {
  border: 0.1rem solid var(--color-white-500);
  border-radius: 50%;
}
.s-hero-single .container .top-course .top .owner .right-owner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.s-hero-single .container .top-course .top .owner .right-owner .name {
  width: 100%;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.s-hero-single .container .top-course .top .owner .right-owner .name h3 {
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 500;
}
.s-hero-single
  .container
  .top-course
  .top
  .owner
  .right-owner
  .name
  .social-media-owner
  ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.s-hero-single .container .top-course .top .owner .right-owner .job p {
  color: var(--color-white-500);
  font-size: 1.6rem;
  font-weight: 300;
}
.s-hero-single .container .top-course .bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.s-hero-single .container .top-course .bottom .content-price {
  margin-top: 3.2rem;
  width: 100%;
  max-width: 560px;
}
.s-hero-single .container .top-course .bottom .content-price .learn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.s-hero-single
  .container
  .top-course
  .bottom
  .content-price
  .learn
  .you-go-learn
  h3 {
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.s-hero-single .container .top-course .bottom .content-price .requirements {
  margin-top: 1.6rem;
}
.s-hero-single .container .top-course .bottom .content-price .requirements h3 {
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.s-hero-single
  .container
  .top-course
  .bottom
  .content-price
  .requirements
  ul
  li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 200;
}
.s-hero-single .container .top-course .bottom .content-price .dates {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}
.s-hero-single .container .top-course .bottom .content-price .dates .unit h4 {
  margin-bottom: 0.4rem;
}
.s-hero-single .container .top-course .bottom .content-price .dates .unit h4,
.s-hero-single .container .top-course .bottom .content-price .dates .unit p {
  color: var(--color-white);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.s-hero-single .container .top-course .bottom .content-price .dates .unit p {
  padding: 0.2rem 0.8rem;
  border: 0.1rem solid var(--color-white-500);
  border-radius: 3rem;
}
.s-hero-single .container .top-course .bottom .content-price .price {
  margin: 3.2rem 0;
}
.s-hero-single .container .top-course .bottom .content-price .price .expensive {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.s-hero-single
  .container
  .top-course
  .bottom
  .content-price
  .price
  .expensive
  h3 {
  color: var(--color-white);
  font-size: 2.8rem;
  font-weight: 500;
}
.s-hero-single
  .container
  .top-course
  .bottom
  .content-price
  .price
  .expensive
  p {
  color: var(--color-light-gray);
  font-size: 2.4rem;
  font-weight: 500;
  text-decoration: line-through;
}
.s-hero-single .container .top-course .bottom .content-price .price .cheap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 1.6rem;
}
.s-hero-single .container .top-course .bottom .content-price .price .cheap h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: var(--color-magenta);
  font-size: 5.6rem;
  font-weight: 500;
}
.s-hero-single
  .container
  .top-course
  .bottom
  .content-price
  .price
  .cheap
  h2
  span {
  font-size: 2.4rem;
  font-weight: 500;
}
.s-hero-single .container .bottom-course,
.s-hero-single .container .bottom-course-1 {
  margin-bottom: 10rem;
}
.s-hero-single .container .bottom-course .cards-topics,
.s-hero-single .container .bottom-course-1 .cards-topics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
.s-hero-single .container .bottom-course .cards-topics .topics,
.s-hero-single .container .bottom-course-1 .cards-topics .topics {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.6rem;
}
.s-hero-single .container .bottom-course .cards-topics .topics h3,
.s-hero-single .container .bottom-course-1 .cards-topics .topics h3 {
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 500;
}
.s-hero-single .container .bottom-course .cards-topics .topics ul li,
.s-hero-single .container .bottom-course-1 .cards-topics .topics ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
  color: var(--color-white-500);
  font-size: 1.6rem;
  font-weight: 300;
}
.s-hero-single
  .container
  .bottom-course
  .cards-topics
  .topics
  ul
  li:not(:last-child),
.s-hero-single
  .container
  .bottom-course-1
  .cards-topics
  .topics
  ul
  li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.s-hero-single
  .container
  .bottom-course-1
  .cards-topics
  .topics:not(:first-child)
  > h2.title-section {
  display: none;
}
.title-section {
  margin-bottom: 4rem;
}
.title-topic {
  margin-bottom: 1.6rem;
}
@media (max-width: 1100px) {
  .title-section {
    text-align: left;
  }
  .s-hero-single .container .information-card-title {
    text-align: center;
    margin-bottom: 4rem;
  }
  .s-hero-single .container .information-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .s-hero-single .container .top-course {
    grid-template-columns: 1fr;
    gap: 6.4rem;
  }
}
@media (max-width: 950px) {
  .s-hero-single .container .top-course .top .owner {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .s-hero-single .container .bottom-course .cards-topics {
    grid-template-columns: 1fr;
    gap: 6.4rem;
  }
}
@media (max-width: 750px) {
  .s-hero-single .container .top-course {
    align-items: center;
  }
  .s-hero-single .container .top-course .top {
    flex-direction: column;
  }
  .s-hero-single .container .top-course .top .owner:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3.2rem;
  }
  .s-hero-single .container .bottom-course .cards-topics .topics {
    align-items: center;
  }
  .s-hero-single .container .bottom-course .cards-topics .topics ul li {
    justify-content: center;
    width: 100%;
    max-width: 48rem;
  }
}
@media (max-width: 600px) {
  .title-section {
    text-align: center;
  }
  .s-hero-single {
    margin-top: 8rem;
  }
  .s-hero-single .container .title {
    margin-bottom: 8rem;
  }
  .s-hero-single .container .information-card .information-card-data ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .s-hero-single
    .container
    .information-card
    .information-card-data
    ul
    li:not(:first-child) {
    margin-left: 0;
    margin-top: 2rem;
  }
  .s-hero-single .container .bottom-course .cards-topics,
  .s-hero-single .container .bottom-course-1 .cards-topics {
	  display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  gap: 3.2rem;
	}
}
@media (max-width: 480px) {
  .s-hero-single {
    margin-top: 6rem;
  }
  .s-hero-single .container .title {
    margin-bottom: 6rem;
  }
  .s-hero-single .container .top-course .left .content-price .learn {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2rem;
  }
  .s-hero-single
    .container
    .top-course
    .bottom
    .content-price
    .price
    .expensive {
    flex-direction: column;
  }
}
@media (max-width: 380px) {
  .s-hero-single
    .container
    .top-course
    .bottom
    .content-price
    .price
    .cheap
    h2 {
    flex-direction: column;
  }
}
