@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Gellix";
  src: url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-Light.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Gellix";
  src: url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-LightItalic.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-display: swap;
  font-family: "Gellix";
  src: url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-Regular.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Gellix";
  src: url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-RegularItalic.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-display: swap;
  font-family: "Gellix";
  src: url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-SemiBold.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Gellix";
  src: url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-SemiBoldItalic.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-display: swap;
  font-family: "Gellix";
  src: url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-Medium.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Gellix";
  src: url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-MediumItalic.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-display: swap;
  font-family: "Gellix";
  src: url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-Bold.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Gellix";
  src: url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-BoldItalic.woff2") format("woff2"), url("https://www.tracer.mx/hubfs/2020/fonts/Gellix-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
html, body {
  font-family: ariana-pro, "Ariana Pro", "Roboto", sans-serif;
  font-size: 15px;
  color: #131723;
  background-color: #fff;
  font-weight: 500;
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Gellix", "Roboto", sans-serif;
}

h1 {
  font-size: 1.875em;
}
@media (min-width: 576px) {
  h1 {
    font-size: 2.25em;
  }
}

.underline {
  position: relative;
  display: inline;
  border-bottom: 10px solid rgba(0, 0, 0, 0.25);
}
.underline.underline-aqua {
  border-color: #00af8a;
  border-color: rgba(0, 175, 138, 0.25);
}
.underline.underline-morado {
  border-color: #6b5876;
  border-color: rgba(107, 88, 118, 0.5);
}

.morado {
  color: #342d4f;
}

.aqua {
  color: #00af8a;
}

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

.aqua-claro {
  color: #55c6a9;
}

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

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

a:not(.btn):not(.badge) {
  color: #00af8a;
}

.btn {
  font-size: 0.8125em;
  border-radius: 2px;
  font-family: "Gellix", "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 576px) {
  .btn + .btn {
    margin-left: 2px;
  }
}
.btn.btn-lg {
  padding: 14px 20px;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
}
.btn.btn-primary {
  background-color: #342d4f;
  border-color: #342d4f;
  color: #edf1fe;
}
.btn.btn-secondary {
  background-color: #00af8a;
  border-color: #00af8a;
  color: white;
}
.btn.btn-light {
  background-color: #798ea4;
  border-color: #798ea4;
  color: white;
}
.btn.btn-whatsapp {
  background-color: #64D448;
  border-color: #64D448;
  color: white;
}

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

.badge-primary {
  color: #fff;
  background-color: #00af8a;
}
.badge-primary:hover, .badge-primary:focus {
  background-color: #007c62;
}
.badge-primary.focus, .badge-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 175, 138, 0.5);
}

.title-complement {
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Gellix", "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: "Gellix", "Roboto", sans-serif;
}
.nav .nav-item.nav-link.active {
  color: #342d4f;
  border-bottom: 2px solid #342d4f;
}

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

.avatar {
  width: 80px;
  height: 80px;
  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-deck .card {
  border-color: #d9deed;
  background-color: #d9deed;
}
.card-deck .card .card-header {
  color: white;
  background-color: #342d4f;
}

.hs-form-field {
  margin-bottom: 12px;
    max-width: 5000px !important;
}

.hs-form-required {
  color: #df4455;
  padding: auto 6px;
    max-width: 5000px !important;
}

label {
  color: #798ea4;
  font-size: 12px;
  margin-bottom: 6px;
}

select,
textarea,
input:not([type=submit]),
input:not([type=radio]) {
  border: none;
  background-color: #d9deed;
  width: 100%;
  border-radius: 3px;
  min-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0;
  font-size: 0.875em;
}
select:focus,
textarea:focus,
input:not([type=submit]):focus,
input:not([type=radio]):focus {
  outline: rgba(52, 45, 79, 0.5) auto 1px;
}

textarea {
  line-height: 1;
  min-height: 120px;
  padding: 10px;
}

select {
  height: 50px;
}

@media (min-width: 576px) {
  .input {
    margin-right: 4px;
  }
}

input[type=submit] {
  border: none;
  background-color: #00af8a;
  border-radius: 2px;
  font-family: "Gellix", "Roboto", sans-serif;
  text-transform: uppercase;
  color: #edf1fe;
  padding: 14px 20px;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
}

input[type=radio] {
  width: 18px;
  line-height: 1;
  height: 18px;
  min-height: auto;
  margin-right: 1em;
  vertical-align: middle;
  cursor: pointer;
}

@media (min-width: 576px) {
  .form-columns-2 .field {
    width: 50%;
    float: left;
      max-width: 5000px !important;
  }
}

.no-list {
  list-style: none;
}

ul.inputs-list {
  padding: 0;
}
ul.inputs-list.hs-error-msgs {
  margin: 4px 0 0 0;
}
ul.inputs-list.hs-error-msgs .hs-error-msg {
  font-size: 11px;
  font-weight: normal;
  color: #df4455;
  line-height: 1;
}

ul[role=checkbox] {
  list-style: none;
  padding: 0;
}
ul[role=checkbox] li {
  line-height: 30px;
}
ul[role=checkbox] li input[type=checkbox] {
  display: none;
}
ul[role=checkbox] li input[type=checkbox] + span {
  position: relative;
  display: block;
  padding-left: 34px;
  line-height: 30px;
  font-size: 14px;
}
ul[role=checkbox] li input[type=checkbox] + span:before {
  content: "󰄮";
  font: normal normal normal 24px/1 "Material Design Icons";
  text-align: center;
  position: absolute;
  color: #d9deed;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 3px;
  border: 2px solid #798ea4;
  display: inline;
  line-height: 1;
}
ul[role=checkbox] li input[type=checkbox]:checked + span {
  font-weight: bold;
  color: #131723;
}
ul[role=checkbox] li input[type=checkbox]:checked + span:before {
  content: "󰄬";
  border-color: #00af8a;
  color: #00af8a;
}
ul[role=checkbox] label {
  display: block;
}

.facebook {
  color: #3b5998;
}
.facebook-bg {
  background-color: #3b5998;
}

.twitter {
  color: #00aced;
}
.twitter-bg {
  background-color: #00aced;
}

.gplus {
  color: #dd4b39;
}
.gplus-bg {
  background-color: #dd4b39;
}

.googleplus {
  color: #dd4b39;
}
.googleplus-bg {
  background-color: #dd4b39;
}

.linkedin {
  color: #007bb6;
}
.linkedin-bg {
  background-color: #007bb6;
}

.youtube {
  color: #bb0000;
}
.youtube-bg {
  background-color: #bb0000;
}

.instagram {
  color: #517fa4;
}
.instagram-bg {
  background-color: #517fa4;
}

.pinterest {
  color: #cb2027;
}
.pinterest-bg {
  background-color: #cb2027;
}

.flickr {
  color: #ff0084;
}
.flickr-bg {
  background-color: #ff0084;
}

.tumblr {
  color: #32506d;
}
.tumblr-bg {
  background-color: #32506d;
}

.foursquare {
  color: #0072b1;
}
.foursquare-bg {
  background-color: #0072b1;
}

.dribbble {
  color: #ea4c89;
}
.dribbble-bg {
  background-color: #ea4c89;
}

.vine {
  color: #00bf8f;
}
.vine-bg {
  background-color: #00bf8f;
}

.behance {
  color: #1769FF;
}
.behance-bg {
  background-color: #1769FF;
}

.github {
  color: #171516;
}
.github-bg {
  background-color: #171516;
}

.skype {
  color: #00AFF0;
}
.skype-bg {
  background-color: #00AFF0;
}

.snapchat {
  color: #FFFA37;
}
.snapchat-bg {
  background-color: #FFFA37;
}

.whatsapp {
  color: #64D448;
}
.whatsapp-bg {
  background-color: #64D448;
}

.airbnb {
  color: #ff5a5f;
}
.airbnb-bg {
  background-color: #ff5a5f;
}

body.open-search, body.open-menu {
  overflow: hidden;
}
body.open-search #search {
  visibility: visible;
  opacity: 1;
}
body.open-menu #menu-mobil {
  display: block;
  visibility: visible;
  opacity: 1;
}

#preMenu {
  background-color: #e9ecef;
  color: #798ea4;
  font-family: "Gellix", "Roboto", sans-serif;
  font-size: 0.8125em;
}
#preMenu a:not(.btn) {
  color: #798ea4;
}
#preMenu a.contact-phone {
  margin: 0;
  font-size: 1.125em;
  font-weight: 600;
}
#preMenu .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  font-weight: bold;
}

#menu {
  background-color: #f8f9fa;
  color: #131723;
}
#menu .navbar-brand img {
  height: 30px;
}
#menu .navbar-nav {
  font-family: "Gellix", "Roboto", sans-serif;
  font-weight: 600;
  position: relative;
}
#menu .navbar-nav .nav-item:hover.withSubmenu::after {
  width: 100%;
}
#menu .navbar-nav .nav-item:hover .submenu {
  display: block;
  -webkit-animation: aparecer 0.4s forwards;
  animation: aparecer 0.4s forwards;
}
#menu .navbar-nav .nav-item.withSubmenu::after {
  display: block;
  width: 0%;
  height: 2px;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #0FB3AF;
  transition: all 0.2s;
}
#menu .navbar-nav a.nav-link {
  color: #131723;
  transition: all 0.2s;
}
#menu .navbar-nav a.nav-link.nav-link-hightlight {
  background-color: #d9deed;
  color: #342d4f;
}
#menu .navbar-nav a.nav-link:hover {
  color: #0FB3AF;
}
#menu .navbar-nav a.nav-link:hover.nav-link-hightlight {
  background-color: #342d4f;
  color: white;
}
#menu .navbar-nav .submenu {
  display: none;
  background-color: white;
  position: absolute;
  top: 20px;
  right: 0;
  width: 820px;
  padding: 2em;
  opacity: 0;
  -webkit-animation: aparecer 0.4s reverse;
  animation: aparecer 0.4s reverse;
}
@-webkit-keyframes aparecer {
  0% {
    top: 20px;
    opacity: 0;
  }
  100% {
    top: 50px;
    opacity: 1;
  }
}
@keyframes aparecer {
  0% {
    top: 20px;
    opacity: 0;
  }
  100% {
    top: 50px;
    opacity: 1;
  }
}
#menu .navbar-nav .submenu:before {
  width: 100%;
  position: absolute;
  height: 20px;
  top: -20px;
  left: 0;
  display: block;
  content: "";
  background-color: transparent;
  z-index: 99;
}
#menu .navbar-nav .submenu h5 {
  font-size: 1em;
  color: #798ea4;
  margin: 0;
}
#menu .navbar-nav .submenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu .navbar-nav .submenu ul li a {
  width: 100%;
  display: block;
  padding: 15px;
  margin-left: -15px;
  border-radius: 4px;
  color: #131723;
  text-decoration: none;
  transition: all 0.2s;
  opacity: 0.75;
}
#menu .navbar-nav .submenu ul li a h5 {
  font-weight: bold;
  display: block;
  line-height: 1.2;
  color: #131723;
}
#menu .navbar-nav .submenu ul li a:hover {
  opacity: 1;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);
}
#menu .navbar-nav .submenu ul li a:hover h5 {
  color: #00af8a;
}
#menu .navbar-nav .submenu ul li a p {
  margin-top: 8px;
  font-family: ariana-pro, "Ariana Pro", "Roboto", sans-serif;
  font-weight: normal;
  font-size: 0.8125em;
  margin-bottom: 0;
  line-height: 1.2;
  color: #798ea4;
}
#menu i.mdi {
  margin: 0;
  padding: 0;
  font-size: 19px;
  vertical-align: text-bottom;
  line-height: 1;
}
#menu .navbar-toggler {
  font-size: 1em;
}
#menu .btn {
  margin: 0;
}

#search {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #342d4f;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
#search .mdi {
  margin: 0;
  padding: 0;
  font-size: 1.375em;
  vertical-align: middle;
  line-height: 1;
  color: white;
}
#search h1, #search h2, #search h3, #search h4, #search h5 {
  color: white;
}
#search #hs-search-module .hs-form .input {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
    max-width: 5000px !important;
}
#search #hs-search-module .hs-form .input .hs-input {
  border-radius: 2px;
  border: 1px solid white;
  line-height: 40px;
  padding: 0 10px;
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
    max-width: 5000px !important;
}
#search #hs-search-module .hs-form .input .hs-button {
  margin-left: -1px;
  display: flex;
  box-sizing: border-box;
  border-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  line-height: 40px;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 2px;
  font-family: "Gellix", "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8125em;
    max-width: 5000px !important;
}
#search #hs-search-module .hs-form .input .hs-button::after {
  content: "󰍉";
  margin-left: 6px;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 18px;
  text-rendering: auto;
  line-height: inherit;
    max-width: 5000px !important;
  -webkit-font-smoothing: antialiased;
}
#search #hs-search-module .hs-form .input .hs-button.primary {
  background-color: #00af8a;
  color: white;
    max-width: 5000px !important;
}
#search #hs-search-module .hs-form label {
  display: block;
    max-width: 5000px !important;
}

#menu-mobil {
  display: none;
  background-color: #edf1fe;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
}
#menu-mobil a:not(.btn) {
  color: #131723;
}
#menu-mobil a.nav-link {
  color: #342d4f !important;
}

#homepage #homepageHero {
  background: #d9deed;
  background: linear-gradient(0deg, #ebeef5 0%, #d9deed 100%);
}
#homepage #homepageHero .container > .row {
  min-height: 520px;
}
#homepage #servicios {
  background-color: #131723;
  color: white;
}
#homepage #servicios a:not(.btn) {
  color: white;
}
#homepage #numeros {
  background: #d9deed;
  background: linear-gradient(0deg, #342d4f 0%, #131723 100%);
  color: white;
}
#homepage #numeros .ttnumber {
  font-size: 3.75em;
  color: #0FB3AF;
}
#homepage #numeros .ttnumber.plusBefore::before {
  content: "+";
}
#homepage #numeros .ttnumber.KAfter::after {
  content: "K";
}
#homepage #testimonios {
  background-color: #342d4f;
  color: white;
}
#homepage #testimonios footer.blockquote-footer {
  color: #798ea4;
  font-size: 14px;
}

@media (min-width: 576px) {
  #hero,
#hero-single {
    margin-top: 40px;
  }
}
#hero .background,
#hero-single .background {
  background-size: cover;
  background-position: center;
  background-color: #f5f5f5;
  height: 240px;
}
@media (min-width: 576px) {
  #hero .background,
#hero-single .background {
    height: 390px;
  }
}
@media (min-width: 768px) {
  #hero .background,
#hero-single .background {
    height: 520px;
  }
}
#hero .offer,
#hero-single .offer {
  margin-top: -40px;
  background-color: white;
}
@media (min-width: 576px) {
  #hero .offer,
#hero-single .offer {
    margin-top: -180px;
  }
}

#cta {
  background-color: #342d4f;
  color: #edf1fe;
}
#cta a:not(.btn) {
  color: #00af8a;
}

#hero-single .background {
  height: 140px;
}
@media (min-width: 576px) {
  #hero-single .background {
    height: 340px;
  }
}
#hero-single .offer {
  margin-top: 0px;
  box-shadow: 0 -4rem 3rem rgba(0, 0, 0, 0.175) !important;
}
@media (min-width: 576px) {
  #hero-single .offer {
    margin-top: -80px;
  }
}

.hs-inline-edit .wow, :not(.slick-track):not(.slick-slide):not([data-transition-wrapper]) #cta-form {
  background-color: white;
  color: #131723;
    max-width: 5000px !important;
}
@media (min-width: 576px) {
  .hs-inline-edit .wow, :not(.slick-track):not(.slick-slide):not([data-transition-wrapper]) #cta-form {
    margin-top: -80px;
      max-width: 5000px !important;
  }
}
.hs-inline-edit .wow h2, :not(.slick-track):not(.slick-slide):not([data-transition-wrapper]) #cta-form h2 {
  color: #342d4f;
    max-width: 5000px !important;
}
.hs-inline-edit .wow .hs-form .hs-form-field label, :not(.slick-track):not(.slick-slide):not([data-transition-wrapper]) #cta-form .hs-form .hs-form-field label {
  color: #798ea4;
  font-size: 13px;
  margin-bottom: 8px;
    max-width: 5000px !important;
}
.hs-inline-edit .wow .hs-form .hs-form-field label .hs-form-required, :not(.slick-track):not(.slick-slide):not([data-transition-wrapper]) #cta-form .hs-form .hs-form-field label .hs-form-required {
  color: #00af8a;
    max-width: 5000px !important;
}
.hs-inline-edit .wow .hs-form .hs-form-field .input .hs-input, :not(.slick-track):not(.slick-slide):not([data-transition-wrapper]) #cta-form .hs-form .hs-form-field .input .hs-input {
  background-color: #d9deed;
  border-radius: 3px;
  width: 100%;
  border: none;
  padding: 10px;
  color: #131723;
  font-weight: 500;
  font-size: 15px;
    max-width: 5000px !important;
}
.hs-inline-edit .wow .hs-form .hs-form-field ul.hs-error-msgs, :not(.slick-track):not(.slick-slide):not([data-transition-wrapper]) #cta-form .hs-form .hs-form-field ul.hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
    max-width: 5000px !important;
}
.hs-inline-edit .wow .hs-form .hs-form-field ul.hs-error-msgs li, :not(.slick-track):not(.slick-slide):not([data-transition-wrapper]) #cta-form .hs-form .hs-form-field ul.hs-error-msgs li {
  font-size: 10px;
  color: red;
  margin-bottom: 8px;
    max-width: 5000px !important;
}
.hs-inline-edit .wow .hs-form .hs-form-field ul.hs-error-msgs li label.hs-error-msg, :not(.slick-track):not(.slick-slide):not([data-transition-wrapper]) #cta-form .hs-form .hs-form-field ul.hs-error-msgs li label.hs-error-msg {
  font-size: 10px;
  color: red;
    max-width: 5000px !important;
  margin-bottom: 0;
}
.hs-inline-edit .wow .hs-form .actions, :not(.slick-track):not(.slick-slide):not([data-transition-wrapper]) #cta-form .hs-form .actions {
  margin: 20px auto 0 auto;
    max-width: 5000px !important;
}
.hs-inline-edit .wow .hs-form .actions .hs-button, :not(.slick-track):not(.slick-slide):not([data-transition-wrapper]) #cta-form .hs-form .actions .hs-button {
  font-size: 0.8125em;
  border-radius: 2px;
  font-family: "Gellix", "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
    max-width: 5000px !important;
}
.hs-inline-edit .wow .hs-form .actions .hs-button.primary, :not(.slick-track):not(.slick-slide):not([data-transition-wrapper]) #cta-form .hs-form .actions .hs-button.primary {
  background-color: #342d4f;
  border-color: #342d4f;
  color: #edf1fe;
    max-width: 5000px !important;
}
.hs-inline-edit .wow .hs-form .actions .hs-button.large, :not(.slick-track):not(.slick-slide):not([data-transition-wrapper]) #cta-form .hs-form .actions .hs-button.large {
  padding: 14px 20px;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
    max-width: 5000px !important;
}

#landing-page #sidebar {
  min-height: 200px;
  background-image: url("https://images.pexels.com/photos/4352247/pexels-photo-4352247.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260");
  background-position: center center;
  background-size: cover;
}
@media (min-width: 576px) {
  #landing-page #sidebar {
    background-attachment: fixed;
  }
}

.post-autor {
  font-size: 15px;
  font-weight: bold;
}

.post-date {
  font-size: 13px;
  color: #798ea4;
}

#post-article {
  /*
  blockquote {
      padding-left: 40px;
      border-left: 4px solid $morado;
      color: $morado;
      margin: 1.5em auto 2em auto;
      p { color: $morado; }
      @media  (min-width: 576px){
          max-width: 70%;
          margin-right: auto;
          margin-left: 0px;
      }
  }*/
}
#post-article h1, #post-article h2, #post-article h3, #post-article h4, #post-article h5, #post-article h6 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight: bold;
  color: #342d4f;
}
#post-article strong {
  color: #342d4f;
}
#post-article a:not(.btn):not(.addthis_inline_share_toolbox) {
  font-weight: bold;
  line-height: 1;
  padding: 0px 2px;
  text-decoration: underline;
  transition: all 0.2s;
  border-radius: 3px;
  white-space: break-spaces;
}
#post-article a:not(.btn):not(.addthis_inline_share_toolbox):hover {
  background-color: #00af8a;
  color: white;
  text-decoration: none;
}
#post-article blockquote {
  background-image: url("https://www.tracer.mx/hubfs/2022/pages/quote.png");
  background-repeat: no-repeat;
  background-position: top left;
  margin: 2rem 0 2rem 0;
  padding-top: 60px;
  background-size: 50px;
  font-weight: 600;
}
#post-article blockquote, #post-article blockquote p {
  color: #798ea4;
}
@media (min-width: 576px) {
  #post-article blockquote {
    margin: 2rem 0;
    padding-top: 0;
    padding-left: 70px;
    background-size: 60px;
  }
}
#post-article img {
  max-width: 100%;
}
#post-article ol,
#post-article ul {
  margin-bottom: 2em;
}
#post-article ol li,
#post-article ul li {
  margin-bottom: 0.5em;
}

#subscribe-widget .form-title {
  margin-bottom: 1rem !important;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

#comments .hs-form.stacked.hs-form-private,
      max-width: 5000px !important;
#comments .hsForm_1c09f5e3-fb57-4786-be99-b736feb0128b,
      max-width: 5000px !important;

#comments .hs-form-1c09f5e3-fb57-4786-be99-b736feb0128b {
  padding: 1.5em;
  background: white;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  margin: 1em auto;
        max-width: 5000px !important;
}

#blog-nav {
  font-size: 13px;
  background-color: #f8f9fa;
  border-radius: 100px;
  font-weight: bold;
  font-family: "Gellix", "Roboto", sans-serif;
}

.content-excerpt {
  color: #798ea4;
}
.content-excerpt h2, .content-excerpt h3, .content-excerpt h4, .content-excerpt h5, .content-excerpt h6 {
  font-size: 22px;
  color: #798ea4;
}
.content-excerpt p {
  color: #798ea4;
}

.content-excerpt-small {
  font-size: 14px;
  color: #798ea4;
}
.content-excerpt-small h2, .content-excerpt-small h3, .content-excerpt-small h4, .content-excerpt-small h5, .content-excerpt-small h6 {
  font-size: 20px;
  color: #798ea4;
}
.content-excerpt-small p {
  color: #798ea4;
}

#footerBanner {
  background-color: #342d4f;
  color: white;
}
#footerBanner label {
  color: white;
}

footer#footer {
  border-top: 1px solid #ccc;
  background-color: #d9deed;
  color: #798ea4;
  font-size: 13px;
}
footer#footer a:not(.btn) {
  color: #342d4f;
}
footer#footer a:not(.btn):hover {
  color: #6b5876;
}
footer#footer .socials .mdi {
  font-size: 24px;
}
footer#footer .designed-by {
  font-size: 9px;
  color: #798ea4;
}
footer#footer .designed-by a {
  font-size: 9px;
  color: #798ea4;
}

.hs-tools-menu {
  top: 60px !important;
}