@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-display: swap;
  font-family: "Agipo";
  src: url("https://www.tracer.mx/hubfs/2023/fonts/AgipoLight-Italic.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2023/fonts/AgipoLight-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-display: swap;
  font-family: "Agipo";
  src: url("https://www.tracer.mx/hubfs/2023/fonts/Agipo-Regular.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2023/fonts/Agipo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Agipo";
  src: url("https://www.tracer.mx/hubfs/2023/fonts/Agipo-Bold.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2023/fonts/Agipo-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Agipo Cond";
  src: url("https://www.tracer.mx/hubfs/2023/fonts/AgipoBoldCond.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2023/fonts/AgipoBoldCond.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Franklin Gothic";
  src: url("https://www.tracer.mx/hubfs/2023/fonts/FranklinGothic-Book.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2023/fonts/FranklinGothic-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Franklin Gothic";
  src: url("https://www.tracer.mx/hubfs/2023/fonts/FranklinGothicITCbyBT-BookItal.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2023/fonts/FranklinGothicITCbyBT-BookItal.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-display: swap;
  font-family: "Franklin Gothic";
  src: url("https://www.tracer.mx/hubfs/2023/fonts/FranklinGothic-Medium.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2023/fonts/FranklinGothic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Franklin Gothic";
  src: url("https://www.tracer.mx/hubfs/2023/fonts/FranklinGothic-MediumItalic.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2023/fonts/FranklinGothic-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-display: swap;
  font-family: "Franklin Gothic";
  src: url("https://www.tracer.mx/hubfs/2023/fonts/FranklinGothicITCbyBT-Demi.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2023/fonts/FranklinGothicITCbyBT-Demi.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Franklin Gothic";
  src: url("https://www.tracer.mx/hubfs/2023/fonts/FranklinGothicITCbyBT-DemiItal.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2023/fonts/FranklinGothicITCbyBT-DemiItal.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-display: swap;
  font-family: "Franklin Gothic";
  src: url("https://www.tracer.mx/hubfs/2023/fonts/FranklinGothicITCbyBT-Heavy.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2023/fonts/FranklinGothicITCbyBT-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Franklin Gothic";
  src: url("https://www.tracer.mx/hubfs/2023/fonts/FranklinGothicITCbyBT-HeavyItal.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2023/fonts/FranklinGothicITCbyBT-HeavyItal.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
html, body {
  font-family: "Franklin Gothic", "Roboto", sans-serif;
  font-size: 16px;
  color: #292a2c;
  background-color: #fff;
  font-weight: 400;
}

::-moz-selection {
  color: white;
  background: #342d4f;
}

::selection {
  color: white;
  background: #342d4f;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Agipo Cond", "Agipo", "Roboto", sans-serif;
  font-weight: bold;
}

.title {
  font-size: 27px;
  line-height: 1;
}
@media (min-width: 576px) {
  .title {
    font-size: 60px;
  }
}

.small {
  font-size: 65%;
}

@media (min-width: 576px) {
  .big {
    font-size: 180%;
  }
}

.font-agipo {
  font-family: "Agipo", "Roboto", sans-serif;
}

.underline {
  position: relative;
  display: inline;
  border-bottom: 10px solid rgba(0, 0, 0, 0.25);
}
.underline.underline-aqua {
  border-color: #8de1d2;
  border-color: rgba(141, 225, 210, 0.25);
}
.underline.underline-morado {
  border-color: #6b5876;
  border-color: rgba(107, 88, 118, 0.5);
}
.underline.underline-action {
  border-color: #5e48b5;
  border-color: rgba(94, 72, 181, 0.5);
}
.underline.underline-white {
  border-color: white;
  border-color: rgba(255, 255, 255, 0.5);
}

.morado {
  color: #342d4f;
}

.aqua {
  color: #8de1d2;
}

.morado-claro {
  color: #6b5876;
}

.aqua-claro {
  color: #e9fbf6;
}

.aqua-oscuro {
  color: #00b6b2;
}

.rojo, .red {
  color: #df4455;
}

.amarillo, .yellow {
  color: #ffa500;
}

.blanco, .white {
  color: white;
}

.claro, .light {
  color: #f5f5f5;
}

.bg-light, .bg-claro {
  background-color: #f5f5f5;
}
.bg-morado-claro {
  background-color: #6b5876;
}
.bg-morado, .bg-purple {
  background-color: #342d4f;
}
.bg-aqua, .bg-verde {
  background-color: #8de1d2;
}
.bg-aqua-claro, .bg-verde-claro {
  background-color: #e9fbf6;
}
.bg-amarillo, .bg-yellow {
  background-color: #ffa500;
}

.add-plus:before {
  content: "+";
}
.add-k:after {
  content: "K";
}
.add-m:after {
  content: "M";
}
.add-mxn:after {
  content: " MXN";
}
.add-usd:after {
  content: " USD";
}

a:not(.btn):not(.badge) {
  color: #8de1d2;
}
a:not(.btn):not(.badge):hover {
  color: #5e48b5;
}

.btn {
  font-size: 16px;
  border-radius: 6px;
  font-family: "Franklin Gothic", "Roboto", sans-serif;
  font-weight: 600;
  text-transform: ;
  line-height: 1;
  padding: 10px 24px;
}
@media (min-width: 576px) {
  .btn + .btn {
    margin-left: 2px;
  }
}
.btn.btn-lg {
  padding: 14px 20px;
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
}
.btn.btn-primary {
  background: #292a2c;
  background-color: #292a2c;
  border-color: #292a2c;
  color: #f5f5f5;
}
.btn.btn-secondary {
  background-color: #8de1d2;
  border-color: #8de1d2;
  color: white;
}
.btn.btn-light {
  background-color: #798ea4;
  border-color: #798ea4;
  color: white;
}
.btn.btn-whatsapp {
  background-color: #64D448;
  border-color: #64D448;
  color: white;
}
.btn.btn-default {
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-default:hover {
  border-color: #798ea4;
}
.btn .hs_cos_wrapper_type_icon svg {
  fill: white;
  height: 14px;
  line-height: 1;
  margin: 0 0 0 4px;
  padding: 0;
  vertical-align: baseline;
}

.alert.alert-primary {
  background: #342d4f;
  color: white;
}
.alert.alert-primary a {
  color: white;
}
.alert.alert-primary .close {
  color: #8de1d2;
  opacity: 1;
}

.badge {
  text-decoration: none;
  vertical-align: middle;
  font-weight: 500;
}
.badge-primary {
  color: #fff !important;
  background-color: #8de1d2;
}
.badge-primary:hover, .badge-primary:focus {
  background-color: #65d6c2;
}
.badge-primary.focus, .badge-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 225, 210, 0.5);
}
.badge-secondary {
  color: #fff !important;
  background-color: #342d4f;
}
.badge-secondary:hover, .badge-secondary:focus {
  background-color: #1f1a2f;
}
.badge-secondary.focus, .badge-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 45, 79, 0.5);
}
.badge-light {
  color: #fff !important;
  background-color: #798ea4;
}
.badge-light:hover, .badge-light:focus {
  background-color: #5f748b;
}
.badge-light.focus, .badge-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(121, 142, 164, 0.5);
}

.title-complement {
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Agipo Cond", "Agipo", "Roboto", sans-serif;
  margin: 0;
}
.title-complement::before {
  content: "—";
}
.text-center > .title-complement::after {
  content: "—";
}
.text-right > .title-complement::before {
  content: "";
}
.text-right > .title-complement::after {
  content: "—";
}

.youtube {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  margin: 0;
  border-radius: 2px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.nav .nav-item.nav-link {
  font-weight: bold;
  font-family: "Agipo Cond", "Agipo", "Roboto", sans-serif;
}
.nav .nav-item.nav-link.active {
  color: #342d4f;
  border-bottom: 2px solid #342d4f;
}

#recent-post {
  background-color: #f5f5f5;
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: inline-block;
  background-position: center center;
  background-size: cover;
}
.avatar.youtube-img {
  background-size: auto 110px;
}

ul.check-list {
  font-size: 15px;
  list-style: none;
  list-style-image: url("https://www.tracer.mx/hubfs/2020/images/ul/check-medium.png");
}
ul.check-list.list-primary {
  list-style-image: url("https://www.tracer.mx/hubfs/2020/images/ul/check-primary.png");
}
ul.check-list.list-secondary {
  list-style-image: url("https://www.tracer.mx/hubfs/2020/images/ul/check-secondary.png");
}
ul.check-list.list-dark {
  list-style-image: url("https://www.tracer.mx/hubfs/2020/images/ul/check-dark.png");
}
ul.check-list.list-light {
  list-style-image: url("https://www.tracer.mx/hubfs/2020/images/ul/check-light.png");
}
ul.check-list li {
  margin-bottom: 1em;
}

.card-group .card,
.card-deck .card {
  border-color: #d9deed;
}
.card-group .card .card-header,
.card-deck .card .card-header {
  color: white;
  background-color: #342d4f;
}

/*
.card-group {
	flex-flow: column wrap;
	@media  (min-width: 768px){
		flex-flow: row wrap;
	}
}
*/
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n1 {
  margin-top: -0.5rem !important;
}
.mt-n3 {
  margin-top: -1rem !important;
}
.mt-n4 {
  margin-top: -1.25rem !important;
}
.mt-n5 {
  margin-top: -1.5rem !important;
}

.accordion-button {
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  background-color: rgba(121, 142, 164, 0.1);
  color: #342d4f;
}

blockquote .blockquote-footer {
  font-size: 0.75rem;
}

.hs-form fieldset.form-columns-2 .field {
  width: 50%;
    max-width: 5000px !important;
}
.hs-form fieldset.form-columns-1 .field {
  width: 100%;
max-width: 5000px !important;
}
.hs-form .field {
  display: inline-block;
  box-sizing: border-box;
  padding: 6px;
  max-width: 5000px !important;
}
.hs-form .field label {
  margin-bottom: 4px;
  max-width: 5000px !important;
}
.hs-form .field textarea,
max-width: 5000px !important;
.hs-form .field select, .hs-form .field input {
  width: 100% !important;
  border-radius: 6px;
  border: none;
  padding: 0 12px;
  font-family: "Franklin Gothic", "Roboto", sans-serif;
  background-color: #d9deed;
  font-size: 15px !important;
  max-width: 5000px !important;
}
.hs-form .field textarea:focus,
max-width: 5000px !important;
.hs-form .field select:focus, .hs-form .field input:focus {
  background-color: white;
  max-width: 5000px !important;
}
.hs-form .field select, .hs-form .field input {
  height: 40px;
  line-height: 40px;
  max-width: 5000px !important;
}
.hs-form .actions {
  padding: 6px;
  max-width: 5000px !important;
}
.hs-form .actions input[type=submit] {
  width: 100%;
  max-width: 5000px !important;
  height: 40px;
  line-height: 1;
  background-color: #8de1d2;
  color: white;
  vertical-align: middle;
  border-radius: 6px;
  font-family: "Franklin Gothic", "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}

#header {
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  height: 80px;
  width: 100vw;
}
#header + div {
  margin-top: 80px;
}
#header .close {
  font-size: 30px;
  margin: 0 0 0 auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  background-color: white;
  position: relative;
}
#header .close .mdi-menu {
  display: block;
}
#header .close .mdi-close {
  display: none;
}
@media (min-width: 576px) {
  #header .close {
    display: none;
  }
}
#header .close > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 2px;
  background-color: #292a2c;
  transition: all 0.2s;
}
#header .close > span:after, #header .close > span:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #292a2c;
  transition: all 0.2s;
}
#header .close > span:before {
  transform: translateY(-7px);
}
#header .close > span:after {
  transform: translateY(5px);
}

#menu {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  list-style: none;
  width: 100vw;
  height: calc(100vh - 80px);
  background-color: #f5f5f5;
  text-align: center;
  vertical-align: center;
}
@media (min-width: 576px) {
  #menu {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
    text-align: right;
  }
}
#menu ul {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 576px) {
  #menu ul {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
#menu ul li {
  display: block;
  font-size: 30px;
}
@media (min-width: 576px) {
  #menu ul li {
    display: inline-block;
    font-size: 17px;
    padding: 10px 14px;
    opacity: 1;
  }
}
#menu ul li a {
  text-decoration: none;
  color: #292a2c;
  padding-top: 0px;
  display: block;
}

#openMenu:checked + .close > span {
  background-color: transparent;
}
#openMenu:checked + .close > span:before {
  transform: translate(0, -50%) rotate(45deg);
}
#openMenu:checked + .close > span:after {
  transform: translate(0, -3px) rotate(-45deg);
}
#openMenu:checked + .close .mdi-menu {
  display: none;
}
#openMenu:checked + .close .mdi-close {
  display: block;
}
#openMenu:checked + .close + #menu {
  display: block;
}
@keyframes xxx {
  from {
    padding-top: 14px;
    opacity: 0;
  }
  to {
    padding-top: 0px;
    opacity: 1;
  }
}
#homepage {
  background-color: #e9fbf6;
  background-image: url("https://www.tracer.mx/hubfs/2023/franklin/circuloblanco.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 140% auto;
}
@media (min-width: 576px) {
  #homepage {
    background-position: center -55vw;
    background-size: 80% auto;
  }
}

.bloque-aqua {
  background-color: #e9fbf6;
  padding: 3rem 2rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}


.bloque-verde {
  background-color: #8de1d2;
  padding: 3rem 2rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}



.bg-circle {
  background-image: url("https://www.tracer.mx/hubfs/2023/franklin/trama_fina_c%C3%ADrculo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  margin: 0 auto;
  width: auto;
  height: 240px;
}
.bg-circle img {
  max-width: 100%;
  height: 100%;
}

#trust {
  background-color: #8de1d2;
}

.portada {
  background-image: url("https://www.tracer.mx/hubfs/2023/franklin/trama_fina_c%C3%ADrculo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#portada {
  background-image: url("https://www.tracer.mx/hubfs/2023/franklin/trama_fina_c%C3%ADrculo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#franklin-desc-1, #franklin-desc-2, #franklin-desc-3, #franklin-desc-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 576px) {
  #franklin-desc-1, #franklin-desc-2, #franklin-desc-3, #franklin-desc-4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
#franklin-desc-1 .title + p,
#franklin-desc-1 .title + p + p,
#franklin-desc-1 .title + .hs_cos_wrapper_type_inline_rich_text,
#franklin-desc-1 .big, #franklin-desc-2 .title + p,
#franklin-desc-2 .title + p + p,
#franklin-desc-2 .title + .hs_cos_wrapper_type_inline_rich_text,
#franklin-desc-2 .big, #franklin-desc-3 .title + p,
#franklin-desc-3 .title + p + p,
#franklin-desc-3 .title + .hs_cos_wrapper_type_inline_rich_text,
#franklin-desc-3 .big, #franklin-desc-4 .title + p,
#franklin-desc-4 .title + p + p,
#franklin-desc-4 .title + .hs_cos_wrapper_type_inline_rich_text,
#franklin-desc-4 .big {
  font-size: 1rem;
}
@media (min-width: 576px) {
  #franklin-desc-1 .title + p,
#franklin-desc-1 .title + p + p,
#franklin-desc-1 .title + .hs_cos_wrapper_type_inline_rich_text,
#franklin-desc-1 .big, #franklin-desc-2 .title + p,
#franklin-desc-2 .title + p + p,
#franklin-desc-2 .title + .hs_cos_wrapper_type_inline_rich_text,
#franklin-desc-2 .big, #franklin-desc-3 .title + p,
#franklin-desc-3 .title + p + p,
#franklin-desc-3 .title + .hs_cos_wrapper_type_inline_rich_text,
#franklin-desc-3 .big, #franklin-desc-4 .title + p,
#franklin-desc-4 .title + p + p,
#franklin-desc-4 .title + .hs_cos_wrapper_type_inline_rich_text,
#franklin-desc-4 .big {
    font-size: 26px;
  }
}
#franklin-desc-1 .cta, #franklin-desc-2 .cta, #franklin-desc-3 .cta, #franklin-desc-4 .cta {
  background-image: url("https://www.tracer.mx/hubfs/2023/franklin/circuloblanco.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#franklin-desc-1 #beneficios, #franklin-desc-2 #beneficios, #franklin-desc-3 #beneficios, #franklin-desc-4 #beneficios {
  --beneficios: 40px;
  font-size: 16px;
}
#franklin-desc-1 #beneficios h3, #franklin-desc-2 #beneficios h3, #franklin-desc-3 #beneficios h3, #franklin-desc-4 #beneficios h3 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: var(--beneficios);
  vertical-align: middle;
  font-family: "Franklin Gothic", "Roboto", sans-serif;
  background-image: url("https://www.tracer.mx/hubfs/2023/franklin/check-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto var(--beneficios);
  margin: 0;
  text-align: center;
  padding-top: var(--beneficios);
}
@media (min-width: 576px) {
  #franklin-desc-1 #beneficios h3, #franklin-desc-2 #beneficios h3, #franklin-desc-3 #beneficios h3, #franklin-desc-4 #beneficios h3 {
    background-size: var(--beneficios) auto;
    background-position: left top;
    padding-top: 0;
    padding-left: calc(var(--beneficios) + 10px);
    text-align: left;
    height: var(--beneficios);
  }
}
#franklin-desc-1 {
  background-color: #e9fbf6;
}
#franklin-desc-2 {
  background-color: #8de1d2;
}
#franklin-desc-3 {
  background-color: #FFF;
}
#franklin-desc-4 {
  background-color: #e9fbf6;
}

#thanks,
#hero {
  background: linear-gradient(0deg, #FFFFFF 0%, #cdd9e6 100%);
}
#thanks .bg-element,
#hero .bg-element {
  height: auto;
  position: absolute;
  z-index: 0;
  top: -35px;
  bottom: auto;
  left: auto;
  right: 10px;
  width: 155px;
}
#thanks .bg-element + img,
#hero .bg-element + img {
  z-index: 1;
}
@media (min-width: 576px) {
  #thanks .bg-element,
#hero .bg-element {
    width: 240px;
    top: auto;
    right: auto;
    bottom: -54px;
    left: -50px;
  }
}
@media (min-width: 992px) {
  #thanks .bg-element,
#hero .bg-element {
    width: 310px;
    top: auto;
    right: auto;
    bottom: -70px;
    left: -50px;
  }
}

#more .card,
#related .card {
  border-color: #eff3f7;
}
#more .card .card-body,
#related .card .card-body {
  background-color: #eff3f7;
}
#more .card .card-body a,
#related .card .card-body a {
  text-decoration: none;
}
#more .card .card-body a .card-title,
#related .card .card-body a .card-title {
  color: #342d4f;
}
#more .card .card-body a .card-title:hover,
#related .card .card-body a .card-title:hover {
  color: #5e48b5;
}
#more .card .card-text,
#related .card .card-text {
  font-size: 0.875em;
}
#more .bg-element,
#related .bg-element {
  position: absolute;
  top: -2em;
  right: 1em;
  width: 150px;
  height: auto;
  border-radius: 6px;
}
@media (min-width: 576px) {
  #more .bg-element,
#related .bg-element {
    top: -20px;
    right: 0;
  }
}

#evidences {
  background-color: #f4f6f5;
}
#evidences .col {
  position: relative;
}
#evidences .fact {
  position: absolute;
  width: 70px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  text-align: center;
}
#evidences .evidence {
  padding-left: 70px;
}

#whatyouget h5 {
  margin-bottom: 1em;
}
#whatyouget h5 + .hs_cos_wrapper_type_inline_rich_text,
#whatyouget h5 + .hs_cos_wrapper_type_inline_rich_text p {
  font-size: 0.875em;
  color: #798ea4;
}
#whatyouget .description {
  font-size: 0.875em;
  color: #798ea4;
}
#whatyouget .hs_cos_wrapper_type_icon {
  color: white;
  width: 16px;
  display: block;
}
#whatyouget .mdi {
  fill: white;
  padding: 6px;
  margin-bottom: 0.5em;
  border-radius: 6px;
  display: inline-block;
  line-height: 1;
  font-size: 1.25em;
  position: relative;
  z-index: 1;
}
#whatyouget .mdi.yellow {
  background-color: #ffa500;
  color: white;
  box-shadow: 0 10px 20px rgba(255, 165, 0, 0.5);
}
#whatyouget .mdi.green {
  background-color: #8de1d2;
  color: white;
  box-shadow: 0 10px 20px rgba(141, 225, 210, 0.5);
}
#whatyouget .mdi.purple {
  background-color: #342d4f;
  color: white;
  box-shadow: 0 10px 20px rgba(52, 45, 79, 0.5);
}
#whatyouget .mdi.red {
  background-color: #df4455;
  color: white;
  box-shadow: 0 10px 20px rgba(223, 68, 85, 0.5);
}
#whatyouget .mdi.gray {
  background-color: #798ea4;
  color: white;
  box-shadow: 0 10px 20px rgba(121, 142, 164, 0.5);
}
#whatyouget .mdi.blue {
  background-color: #002e5b;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 46, 91, 0.5);
}

#cta {
  background-color: #342d4f;
  border-radius: 10px;
  color: white;
}

#steps .card {
  transition: all 0.4s;
  border-color: #798ea4;
  margin-bottom: 10px;
}
#steps .card:hover {
  border-color: #5e48b5;
  background-color: aliceblue;
}
#steps .card:hover h5.card-title {
  transition: all 0.4s;
  color: #5e48b5;
}
#steps .card:hover .hs_cos_wrapper_type_icon {
  fill: #5e48b5;
}
#steps .card .hs_cos_wrapper_type_icon {
  width: auto;
  height: 18px;
  display: block;
  margin-bottom: 8px;
  fill: #798ea4;
  transition: all 0.4s;
}
#steps .card .hs_cos_wrapper_type_icon svg {
  height: 100%;
}
#steps .card .hs_cos_wrapper_type_inline_rich_text {
  font-size: 0.875em;
}

.bloque,
.testimonial {
  background-color: white;
  padding: 2rem;
  border-radius: 0.5rem;
  font-size: 1rem;
}

#footer {
  background-color: #8de1d2;
}
#footer #footer-logo {
  width: 220px;
}