main {
  position: relative;
}
main section.slogan {
  background: var(--primary-dark) !important;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 60px 0;
  text-align: center;
  z-index: 3;
}
main section.slogan .title {
  line-height: 1.25em;
  font-size: 48px;
}
main section.slogan .subtitle {
  line-height: 1.5em;
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 0;
}
main section.slogan .subtitle2 {
  line-height: 1.5em;
  font-weight: 300;
  font-size: 28px;
  width: max-content;
  background: red;
}
main section.slogan .container-subtitle {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  main section.slogan .title {
    font-size: 32px;
    line-height: 1.5em;
  }
  main section.slogan .subtitle {
    font-size: 22px;
    line-height: 1.2em;
  }
}
main section.marketing {
  padding: 30px 0 50px 0;
}
main section.marketing .title {
  text-align: center;
}
main section.marketing .title::after {
  border-bottom: 10px solid var(--primary-light);
}
main section.marketing .title_text {
  line-height: 1.2em;
  font-weight: 500;
  font-size: 36px;
  width: 100%;
  margin-bottom: 20px;
  color: var(--primary);
}
main section.marketing .title_text b {
  font-weight: bold;
}
main section.marketing .title_img {
  width: 120%;
  z-index: -1;
  margin-bottom: 0px;
  margin-left: -20%;
}
@media screen and (max-width: 991px) {
  main section.marketing .title {
    font-size: 24px;
    margin-top: 26px;
    margin-bottom: 0;
  }
  main section.marketing .title_text {
    font-size: 42px;
    margin-bottom: 0px;
  }
  main section.marketing .title_img {
    width: 100%;
  }
}
main section.marketing .subtitle_text {
  color: var(--primary);
  font-size: 24px;
  font-weight: 300;
  width: 90%;
}
main section.marketing hr {
  margin: 0;
  border-top: 10px solid var(--primary-light);
  margin-top: 0px;
  border-radius: 25px;
}
main section.marketing .elements {
  position: relative;
  z-index: 1;
  padding: 0;
}
main section.marketing .elements .element {
  border-radius: 15px;
  margin: 20px 0;
}
main section.marketing .elements .element_img {
  width: 100%;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 15px;
  position: relative;
}
main section.marketing .elements .element_img img {
  border-radius: 15px;
  width: 100%;
  margin: auto;
  display: block;
  aspect-ratio: 2/1;
}
main section.marketing .elements .element_img_buttons {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
main section.marketing .elements .element_img_buttons .btn {
  width: 250px;
  margin: 5px 20px;
  border-radius: 15px;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
main section.marketing .elements .element_img_buttons .btn:first-child {
  background: var(--primary-dark);
  color: white;
  border-color: var(--primary-dark);
}
main section.marketing .elements .element_img_buttons:hover .btn {
  opacity: 1;
  visibility: visible;
}
main section.marketing .elements .element_phone {
  width: 22.5%;
  position: absolute;
  right: 0;
  top: 25%;
  border-radius: 10px;
  pointer-events: none;
  z-index: 2;
  aspect-ratio: 4/7;
  background: white;
}
main section.marketing .elements .element_title {
  font-weight: bold;
  font-size: 22px;
  display: flex;
  align-items: center;
}
main section.marketing .elements .element_title .tag {
  background: #fff !important;
  border: 1px solid #3f51b5 !important;
  color: #3f51b5 !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  border-radius: 10rem;
  display: inline-block;
  text-align: center;
  background: #3f51b5;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.4rem;
  border-radius: 30px;
  margin-left: 1rem !important;
  cursor: default;
}
main section.marketing .elements .element_title .tag-new {
  background: #301ca3 !important;
  color: white !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  border-radius: 10rem;
  display: inline-block;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.25rem 0.4rem;
  border-radius: 30px;
  margin-left: 1rem !important;
  cursor: default;
}
main section.marketing .elements .element_title .tag-success {
  color: white !important;
  border: none !important;
  background: #689f38 !important;
  margin-left: 0.5rem !important;
}
main section.marketing .elements .element_description {
  margin: 0 0 0 0px;
  cursor: default;
  font-size: 16px;
}
main section.marketing .button {
  color: var(--secondary);
  background: var(--primary-hyper-dark);
  border: var(--primary-dark);
  font-size: 18px;
  display: flex;
  margin: 70px auto;
  padding: 15px 50px;
  border-radius: 15px;
  -webkit-text-decoration-line: underline;
  /* Safari */
  text-decoration-line: underline;
}
main section.marketing .cloud_tablet {
  transform: scaleX(-1);
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 800px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  main section.marketing {
    padding-top: 20px !important;
  }
  main section.marketing .title_text {
    font-size: 56px !important;
    text-align: center;
  }
  main section.marketing .subtitle_text {
    width: 100%;
    text-align: center;
  }
  main section.marketing .title_img {
    width: 60% !important;
    margin-top: 25px;
    margin-left: 0 !important;
  }
  main section.marketing .button {
    font-size: var(--text-size) !important;
  }
  main section.marketing .cloud {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  main section.marketing {
    padding-top: 0px !important;
    padding-bottom: 0px;
  }
  main section.marketing .title_text {
    font-size: 36px !important;
    text-align: center;
  }
  main section.marketing .title_text br {
    display: none;
  }
  main section.marketing .title_img {
    width: 90% !important;
    margin-top: 0;
    margin-left: 0 !important;
  }
  main section.marketing .subtitle_text {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }
  main section.marketing .button {
    font-size: var(--text-size) !important;
  }
  main section.marketing .cloud_tablet {
    display: none;
  }
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}