body {
  overflow-x: hidden;
}
.home-header {
  padding: 120px 0 50px 0;
  position: relative;
}
.home-header .info-area {
  display: flex;
  align-items: center;
}
.info-area .body {
  width: 40%;
  font-size: 14px;
}
.info-area .body strong {
  color: var(--color-title-default);
}
.differentials {
  display: flex;
  margin-top: 4rem;
}
.differential {
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
  padding: 15px;
  background: #fff;
  box-shadow: 0 4px 30px -10px rgba(0, 0, 0, 0.25);
  border-radius: 8px 8px 8px 0;
}
.differential .differential-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-tertiary);
  height: 48px;
  width: 48px;
  margin-bottom: 1rem;
  margin-top: -30px;
  border-radius: 5px;
}
.home-header-img {
  position: absolute;
  width: 40%;
  height: 550px;
  right: 0;
  top: 80px;
  background: linear-gradient(180deg, rgba(20, 79, 37, 0) 0, #46db7d 100%);
  border-radius: 8px;
  overflow: hidden;
  z-index: 0;
}
.home-header-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/*.home-header-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(20, 79, 37, 0) 0, #46db7d 100%);
  z-index: 1;
  pointer-events: none;
}*/
.services-section {
  position: relative;
}
.services-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 5%;
  background-image: linear-gradient(
    180deg,
    #48d77c 4.44%,
    #48d77c 26.32%,
    #8c75f0 92.43%
  );
  height: 100%;
  width: 5px;
}
.services-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-tertiary);
  height: 5px;
  width: 5%;
}
.courses-evidence {
  position: relative;
  padding-bottom: 150px;
}
.courses-evidence::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 5%;
  top: -1px;
  background-image: url(../../images/illustrations/courses-home-arrow.svg);
  background-position-x: -0.5px;
  background-repeat: no-repeat;
}
.courses-evidence-img {
  position: absolute;
  width: 60%;
  height: 260px;
  right: 0;
  top: 5px;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  z-index: 0;
}
.courses-evidence-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.courses-evidence-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: rgba(71, 115, 87, 0.5);
  z-index: 1;
  pointer-events: none;
}
.courses-text-page-link {
  background: var(--color-secondary);
  padding: 40px 400px 40px 40px;
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
  margin-bottom: -23%;
  background-image: url(../../images/illustrations/course-logo.svg);
  background-repeat: no-repeat;
  background-position: right -90px;
  background-size: 28% 170%;
  margin-top: 5%;
  position: relative;
}
.courses-text-page-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/illustrations/dots.svg);
  background-repeat: no-repeat;
  transform: translateX(-5%) translateY(-20%);
  z-index: -1;
}
.newsletter-home {
  background-color: var(--color-quaternary);
  padding-top: 115px !important;
  overflow: hidden;
}
.form-group-newsletter {
  position: relative;
}
.form-group-newsletter input {
  border-radius: 8px 0 0 8px !important;
  height: 60px;
  width: calc(100% - 130px);
}
.form-group-newsletter button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 130px;
  border-radius: 0 8px 8px 0;
}
.newsletter-home-img {
  position: relative;
  pointer-events: none;
}
.newsletter-home-img img {
  transform: translateX(-50px) scale(1.45) translateY(-15.5%);
}
.newsletter-home-img::before {
  content: '';
  position: absolute;
  bottom: -85%;
  left: 0;
  width: 570px;
  height: 570px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.blog-last-posts-home {
  display: flex;
  flex-direction: column;
  grid-gap: 2rem;
}
.blog-last-post-home {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-gap: 1rem;
}
.blog-last-post-home h4:hover {
  opacity: 0.9;
}
.blog-last-post-home img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.blog-last-posts-text {
  background: var(--color-secondary);
  padding: 40px 200px 40px 50px;
  position: relative;
}
.blog-last-posts-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/illustrations/dots.svg);
  background-repeat: no-repeat;
  transform: translateX(-5%) translateY(-20%);
  z-index: -1;
}
.blog-last-posts-text .blog-last-posts-text-main {
  padding-right: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-gap: 1rem;
}
.blog-last-post-home-link {
  color: var(--color-title-default) !important;
}
.blog-last-post-home-link:hover {
  text-decoration: underline !important;
}
.blog-last-posts-text svg {
  position: absolute;
  right: -5%;
  top: -15%;
  width: 50%;
}
.blog-last-posts-text svg.show {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: animation 3s ease;
}
@keyframes animation {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 1200px) {
  .courses-text-page-link {
    background-position: right top;
    background-size: auto;
    margin-top: 5%;
  }
}
@media (max-width: 991px) {
  .home-header-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .home-header-row .text-overline {
    margin-top: 21px;
  }
  .differentials {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .differential {
    width: 42%;
    margin: 0 !important;
  }
  .info-area {
    flex-direction: column;
    grid-gap: 1rem;
  }
  .body,
  .info-area .bt-tertiary {
    width: 100% !important;
  }
  .services-section::before {
    content: none;
  }
  .services-section::after {
    content: none;
  }
  .courses-evidence::before {
    content: none;
  }
  .courses-evidence-img {
    display: none;
  }
  .courses-evidence-text {
    background-image: url(../../images/illustrations/home-courses-img.png);
    padding: 25px 15px !important;
    z-index: 0;
  }
  .courses-evidence-text::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(71, 115, 87, 0.5);
    z-index: -1;
    pointer-events: none;
  }
  .courses-evidence-text-title {
    color: #fff;
  }
  .courses-evidence-text-description {
    color: #fff;
  }
  .courses-text-page-link {
    padding: 40px 15px;
  }
  .newsletter-home {
    background-color: var(--color-quaternary);
    padding-top: 30px !important;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding-bottom: 30px !important;
  }
  .newsletter-home-img {
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
    opacity: 0.3;
  }
  .courses-text-page-link {
    background-image: none;
    margin: 0;
  }
  .blog-last-posts-text {
    padding: 40px 15px 40px 15px;
  }
  .blog-last-posts-text svg {
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0.2;
  }
  .blog-last-posts {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .blog-last-post-home-link {
    font-size: 14px;
  }
  .courses-text-page-link::before {
    content: none;
  }
  .blog-last-posts-text::before {
    content: none;
  }
  .courses-evidence {
    padding: 0px;
  }
}
@media (max-width: 330px) {
  .differential {
    width: 40%;
  }
}
@media (max-width: 300px) {
  .differential {
    width: 100%;
  }
}
@media (min-width: 1700px) {
  .services-section::before {
    left: 10%;
  }
  .services-section::after {
    width: 10%;
  }
  .courses-evidence::before {
    left: 10%;
    top: -1px;
    background-position-x: -0.4px;
  }
}
@media (min-width: 1800px) {
  .services-section::before {
    content: none;
  }
  .services-section::after {
    content: none;
  }
  .courses-evidence::before {
    content: none;
  }
}
