/* ------------------------------------------------------------ *\
  Fonts
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
  Base
\* ------------------------------------------------------------ */

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

a:hover {
  cursor: pointer;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  /* min-width: 360px; */
  min-height: 100dvh;
  color: #000000;
  font-family: "Globotipo UI", Arial, Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  background-color: #ffffff;

  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

main {
  flex-grow: 1;
  min-height: 1000px;
}

header,
footer {
  flex-shrink: 0;
}

.wrapper {
  width: 100%;
  max-width: 1392px;
  padding-inline: 36px;
  margin: 0 auto;
}

@media (max-width: 1023.5px) {
  .wrapper {
    padding-inline: 24px;
  }
}

@media (max-width: 639.5px) {
  .wrapper {
    padding-inline: 16px;
  }
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.content {
  max-width: 990px;
  width: 100%;
  margin-inline: auto;
}
.mc-article-header{
  margin-top: 30px;
}
.content-publication-data__from{
  font-size: 14px;
  margin-bottom: 8px;
  color: #555;
}
.content-publication-data__updated{
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}
/* ------------------------------------------------------------ *\
  Header
\* ------------------------------------------------------------ */

@font-face {
  font-family: "Globotipo UI";
  src: url("/_cdn/production/landing-cdn/65b5f05e-9fc2-4440-beea-9cbe16c3874d/97792260-c274-4b1f-959a-30314198352a/fonts/globotipo-ui-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Globotipo UI";
  src: url("/_cdn/production/landing-cdn/65b5f05e-9fc2-4440-beea-9cbe16c3874d/97792260-c274-4b1f-959a-30314198352a/fonts/globotipo-ui-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Globotipo UI";
  src: url("/_cdn/production/landing-cdn/65b5f05e-9fc2-4440-beea-9cbe16c3874d/97792260-c274-4b1f-959a-30314198352a/fonts/globotipo-ui-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.wrapper {
  width: 100%;
  max-width: 1392px;
  padding-inline: 36px;
  margin: 0 auto;
}

@media (max-width: 1023.5px) {
  .wrapper {
    padding-inline: 24px;
  }
}

@media (max-width: 639.5px) {
  .wrapper {
    padding-inline: 16px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.header {
  font-family: "Globotipo UI";
}

.header__top {
  padding-block: 17px;
  margin-left: -12px;
  margin-right: -12px;
}

.header__top .wrapper {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.header__left {
  flex-shrink: 0;
  display: flex;
  width: 300px;
}

.header__burger-menu,
.header__assine {
  display: flex;
  align-items: center;
  column-gap: 13px;
  padding: 14px 22px;
  font-size: 14px;
  line-height: 1.2;
  color: #2f3134;
  background-color: transparent;
  border: none;
}

.header__burger-menu {
  padding-left: 12px;
}

.header__assine {
  border-left: 1px solid #ebedef;
}

.header__burger-menu-svg {
  flex-shrink: 0;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 0;
}

.header__burger-menu-text,
.header__assine-text {
  cursor: pointer;
}

.header__logo {
  flex: 1;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.header__right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 300px;
}

.header__conta,
.header__busca {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
  color: #2f3134;
  background-color: transparent;
  border: none;
}

.header__conta {
  padding: 1px 22px;
  padding-right: 9px;
}

.header__conta-text {
  cursor: pointer;
}

.header__conta-svg {
  flex-shrink: 0;
  line-height: 0;
}

.header__busca {
  column-gap: 13px;
  padding: 12px 22px;
  padding-right: 12px;
  border-left: 1px solid #ebedef;
}

.header__busca-text {
  cursor: pointer;
}

.header__busca-svg {
  flex-shrink: 0;
  line-height: 0;
}

.header__menu {
  border-top: 2px solid #f5f6f7;
  border-bottom: 2px solid #f5f6f7;
}

.header__menu--desktop {
  margin-left: -12px;
  margin-right: -12px;
}

.header__menu--mobile {
  display: none;
}

.header__menu-list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__menu-list span {
  display: block;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  cursor: pointer;
}

.cl1 {
  color: #c4170c;
}

.cl1:hover,
.cl1:focus-visible {
  color: #f03018;
}

.cl2 {
  color: #1e4c9a;
}

.cl2:hover,
.cl2:focus-visible {
  color: #4b70ae;
}

.cl3 {
  color: #006767;
}

.cl3:hover,
.cl3:focus-visible {
  color: #338585;
}

.cl4 {
  color: #06aa48;
}

.cl4:hover,
.cl4:focus-visible {
  color: #1fb25a;
}

.cl5 {
  color: #ff7400;
}

.cl5:hover,
.cl5:focus-visible {
  color: #ff9033;
}

.cl6 {
  color: #fb0234;
}

.cl6:hover,
.cl6:focus-visible {
  color: #fc355d;
}

.cl7 {
  color: #ff6700;
}

.cl7:hover,
.cl7:focus-visible {
  color: #ff8533;
}

.cl8 {
  color: #a5147d;
}

.cl8:hover,
.cl8:focus-visible {
  color: #b74397;
}

.cl9 {
  color: #333;
}

.cl9:hover,
.cl9:focus-visible {
  color: #5c5c5c;
}

.cl10 {
  color: #4f5257;
}

.cl10:hover,
.cl10:focus-visible {
  color: #6c6f74;
}

@media (max-width: 1023.5px) {
  .header__left,
  .header__right {
    width: auto;
  }

  .header__burger-menu {
    padding-right: 12px;
  }

  .header__burger-menu-text {
    display: none;
  }

  .header__assine {
    display: none;
  }

  .header__logo {
    flex: 0 1 auto;
    justify-content: start;
    margin-right: auto;
  }

  .header__conta {
    padding-left: 9px;
  }

  .header__conta-text {
    display: none;
  }

  .header__busca-text {
    display: none;
  }

  .header__menu--desktop {
    margin-left: -4px;
    margin-right: -4px;
  }

  .header__menu-list span {
    padding: 10px 4px;
  }
}

@media (max-width: 679.5px) {
  .header__top {
    padding-block: 7px;
  }

  .header__logo {
    width: 145px;
  }

  .header__menu--desktop {
    display: none;
  }

  .header__menu--mobile {
    display: block;
    margin-left: -4px;
    margin-right: -4px;
  }
}

/* ------------------------------------------------------------ *\
  Footer
\* ------------------------------------------------------------ */

.footer {
  padding-block: 24px;
  color: #ffffff;
  font-family: "Globotipo UI";
  background-color: #0031ff;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 12px;
  margin-bottom: 52px;
}

.footer__logo {
  flex-shrink: 0;
  cursor: pointer;
}

.footer__menu {
  display: flex;
  column-gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__menu span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
}

.footer__top-icon {
  display: none;
}

.footer__copyright {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.footer__copyright-icon {
  line-height: 0;
}

.footer__copyright-text {
  font-size: 12px;
  line-height: 1.2;
}

@media (max-width: 1199.5px) {
  .footer__menu {
    column-gap: 16px;
  }
}

@media (max-width: 1023.5px) {
  .footer__top {
    margin-bottom: 24px;
  }

  .footer__menu {
    display: none;
  }

  .footer__top-icon {
    display: block;
    line-height: 0;
  }

  .footer__top-icon svg {
    width: 28px;
    height: 28px;
  }

  .footer__copyright-icon {
    display: none;
  }

  .footer__copyright-text {
    font-size: 10px;
  }
}

.u-estructura {
  padding: 0 24px;
  margin: 22px auto;
  box-sizing: border-box;
}

.c-cuerpo li,
.u-estructura > * {
  margin-bottom: 15px;
}

.u-estructura__cabecera {
  width: 100%;
  margin-bottom: 20px;
}

.c-caja__autor__item::marker {
  content: "•";
}

.c-articulo-apertura__media {
  max-width: 996px;
  width: 100%;
  position: relative;
  margin: 20px auto 0;
}

.c-articulo-apertura__media__thumb:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin-top: 30px;
  margin-left: 60px;
  z-index: 2;
}

.c-video-apertura {
  margin-left: -15px;
  width: calc(100% + 30px);
}

.c-articulo__epigrafe__titulo {
  font: 500 14px/14px IBMPlexSans, sans-serif;
  color: #555;
  text-transform: uppercase;
}

.c-articulo__epigrafe__titulo:hover:after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(0% - 20px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 8px solid #0b5891;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: translateY(-50%);
}

.c-cuerpo a {
  color: #0b5891;
}

button {
  background-color: transparent;
  border: none;
}

.c-articulo__titulo {
  color: #000;
  font-size: 28px;
  letter-spacing: 0;
  display: inline;
  position: relative;
  overflow-wrap: break-word;
}

.c-cuerpo .code:has([src*="spotify.com"]) {
  max-width: unset;
}

.c-cuerpo li {
  margin-left: 16px;
}

.c-cuerpo ul {
  list-style: disc;
}

.c-cuerpo ol li::marker,
.c-cuerpo ul li::marker {
  content: inherit;
}

.c-articulo__compartir {
  position: relative;
  margin-bottom: 22px;
}

.c-articulo__compartir-media {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  grid-gap: 15px;
  gap: 15px;
  max-width: 354px;
  padding: 12px 0 6px;
}

.c-articulo__compartir-media__elemento {
  position: relative;
  cursor: pointer;
}

.c-articulo__compartir-media__elemento--comentar,
.c-articulo__compartir-media__elemento--resumen {
  position: relative;
}

.c-articulo__compartir-media__elemento--resumen
  .c-articulo__compartir-media__icono-cerrar {
  display: none;
  background: #6a8cab;
  width: 35px;
  border-radius: 50%;
  margin: auto;
  height: 35px;
  align-items: center;
  justify-content: center;
}

.c-articulo__compartir-media__icono {
  margin: 0 auto;
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.c-articulo__compartir-media__icono-cerrar {
  display: none;
  margin: 0 auto;
}

.c-articulo__compartir-media,
.c-footer__top .o-container,
.supheader {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.c-articulo__compartir-media__texto {
  color: #555;
  letter-spacing: -0.11px;
  font: 400 11px/22px IBMPlexSans, sans-serif;
  text-align: center;
}

.c-envivo__item::marker {
  color: #0b5891;
  padding-bottom: 20px;
}

.c-etiqueta-comercial {
  display: flex;
  grid-gap: 20px;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
}

.c-detail__patrocinio .image__link {
  display: block;
}

@media (min-width: 480px) {
  .c-cuerpo li {
  }
}

@media (min-width: 768px) {
  .u-estructura__cabecera {
  }

  .u-estructura__cuerpo {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-articulo-apertura__media__thumb img {
    height: inherit;
  }

  .c-articulo__titulo {
    font-size: 28px;
    line-height: 120%;
  }

  .c-articulo__compartir-media {
    max-width: 600px;
  }
}

@media (min-width: 768px) and (max-width: 1103px) {
  .c-articulo-apertura__media__thumb {
    width: 100vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }

  .c-video-apertura {
    width: 100%;
    margin-left: 0;
  }

  .c-cuerpo {
    padding-top: 25px;
  }
}

@media (min-width: 996px) {
  .u-estructura {
  }

  .u-estructura__cabecera {
  }

  .u-estructura__cuerpo {
    width: 100%;
  }
}

@media (min-width: 1187px) {
  .c-video-apertura {
    width: 1187px;
    transform: translateX(-50%);
    margin-left: 50%;
    position: relative;
  }
}

/*! libs */

@media (max-width: 767px) {
  .c-articulo-apertura__media__thumb {
    margin: 0 -15px;
  }

  .c-articulo-apertura__media__thumb:before {
    margin-top: 20px;
    margin-left: 20px;
  }

  .c-articulo__epigrafe__titulo:hover:after {
    transform: rotate(91deg);
    top: 10px;
    right: inherit;
    left: calc(50% - 5px);
  }
}

@media (min-width: 1104px) {
  body {
    font-size: 18px;
  }

  .c-articulo-apertura__media__thumb,
  .c-articulo-apertura__media__thumb img {
    max-width: 100%;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    object-fit: cover;
  }
}

.c-detail__patrocinio {
  position: relative;
}

.c-detail__patrocinio .image__link {
  font-size: 0;
  width: 0;
  height: 0;
}

.c-detail__patrocinio .image__link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.button-link {
  display: block;
  padding: 1rem;
  text-align: center;
  background-color: #5d8ffe;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 5px;
  font-weight: 700;
}

.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.comment-line {
  color: #000;
  text-align: center;
  font-size: 1.3rem;
  margin: 1rem 0;
  font-weight: 500;
}

.comment-line:after {
  content: "";
  display: block;
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #2c2c2c;
}

.fb-post {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  font: 400 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fb-comment__sort {
  color: #365899 !important;
  cursor: pointer;
  margin: 10px 0;
}

.fb-comment__sort span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-position: -408px -270px;
  background-repeat: no-repeat;
}

.fb-comment__avatar {
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0;
}

.fb-comment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin: 10px 0;
  width: 100%;
}

.fb-comment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.fb-comment__answer {
  display: flex;
  margin-top: 1.1rem;
}

.fb-comment__text {
  width: 100%;
  margin: 0;
  padding: 8px 10px;
  color: #1d2129;
  background-color: #f2f3f5;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.fb-comment__author,
.fb-comment__react {
  text-decoration: none;
  color: #365899 !important;
}

.mycomment,
.textbox {
  box-sizing: border-box;
}

.fb-comment__author {
  font-weight: 600;
  cursor: pointer;
}

.fb-comment__react:after {
  content: "·";
  color: #606770;
  padding: 3px;
}

.fb-comment__posted {
  color: #606770;
}

.fb-comment__like {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 20px;
  width: 44px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #8d949e;
  font-size: 11px;
  font-weight: 400;
  padding: 2px 1px 2px 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
}

.fb-comment__like img {
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 3px;
  padding: 0;
}

@media screen and (max-width: 600px) {
  .fb-post {
    width: 100%;
    margin: 0;
    padding: 5px;
    border: none;
  }

  .fb-comment__text {
    max-width: 100%;
  }
}

.comment__img {
  max-width: 230px;
  width: 100%;
  margin-top: 7pt;
  border-radius: 5px;
}

.fb-comment__answer-action {
  margin-left: 45px;
}

body p {
  margin-top: 10px;
}
.brand-name-image {
  position: absolute;
  top: 50%;
  width: 15%;
  left: 50%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  transform: translate(-50%, -50%);
}
.brand-name-image.brand-name-image2 {
  top: 39%;
  left: unset;
  right: 20%;
  color: #000;
  font-size: 26px;
  width: 25%;
  transform: translate(0, 0);
}
@media screen and (max-width: 1079px) {
  .brand-name-image {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 670px) {
  .brand-name-image {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 517px) {
  .brand-name-image {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 380px) {
  .brand-name-image {
    font-size: 8px !important;
  }
}

.mycomment {
  max-width: 100%;
  width: 100%;
  display: flex;
  margin: 20px 0 0;
  font-size: 16px;
}

.mycomment-img {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}

.mycomment-info {
  width: 100%;
  max-width: 100%;
}

.textbox {
  color: #1d2129;
  width: 100%;
  font-size: 14px;
  border: none;
  margin-bottom: 10px;
  outline: 0;
}

.mycomment-info__inner {
  background-color: #f2f3f5;
  border-radius: 18px;
  line-height: 16px;
  margin-top: 0;
  padding: 0.75rem 12px 1rem;
  position: relative;
}

@media screen and (max-width: 375px) {
  .c-articulo__compartir-media {
    overflow: scroll;
  }
}

blockquote {
  quotes: none;
  border-left: 4px solid #007bff;
  unicode-bidi: isolate;
  margin: 1.5rem !important;
  background-color: #fff;
  display: grid;
  grid-column-gap: 0;
  column-gap: 0;
  grid-template-columns: 28px auto;
  grid-row-gap: 0;
  row-gap: 0;
  padding: 1rem;
  width: 90%;
}

blockquote p {
  margin-top: 4px;
}

@media (min-width: 834px) {
  blockquote {
    gap: 12px;
    width: 80%;
    margin: 0 auto;
  }
}

blockquote:before {
  content: url(/_cdn/production/landing-cdn/65b5f05e-9fc2-4440-beea-9cbe16c3874d/97792260-c274-4b1f-959a-30314198352a/images/quoteLeft.svg);
  grid-column: 1;
  max-width: 32px;
  padding-top: 4px;
}

@media (min-width: 834px) {
  blockquote:before {
    padding-top: 1px;
  }
}

@media (min-width: 1200px) {
  blockquote:before {
    padding-top: 0;
  }
}

.reg {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  border-radius: 16px;
  max-width: 560px;
  box-shadow: 0 0 20px #000000;
  background: #fff;
  border: 2px solid #0550c8;
  width: 100%;
}

/* #Send-Us-Message h3 {
  text-align: center;
  padding: 15px 15px;
  text-transform: uppercase;
  margin: 20px 15px 30px;
  line-height: 1.2;
  letter-spacing: 2px;
  color: white !important;
  background: #0550c8;
}

#Send-Us-Message h3 {
  color: #000000;
} */

/* #Send-Us-Message button {
  position: relative;
  padding: 14px;
  border-radius: 4px;
  overflow: hidden;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  background: 0 0;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 3px 3px 6px #00000030;
  margin: 20px 0;
  width: 100%;
  height: 50px;
  background: #0550c8;
  color: #fff;
  font-family: sans-serif;
  font-size: 1.3em;
}

#Send-Us-Message button:hover {
  box-shadow: 0 0 20px 10px hsla(204, 70%, 53%, 0.5);
} */

/* #Send-Us-Message button:disabled,
#Send-Us-Message button:disabled::before,
#Send-Us-Message button:disabled:hover,
#Send-Us-Message button:disabled:hover::before,
#Send-Us-Message form:invalid button,
#Send-Us-Message form:invalid button::before,
#Send-Us-Message form:invalid button:hover,
#Send-Us-Message form:invalid button:hover::before {
  background: #5a5a5a;
  opacity: 0.8;
  cursor: not-allowed;
  transition: none;
  transform: none;
  box-shadow: none;
  color: #fff;
}

#Send-Us-Message .iti--separate-dial-code .iti__selected-dial-code,
#Send-Us-Message h3,
#Send-Us-Message input {
  color: #000000;
}
#Send-Us-Message .iti {
  border: 1px solid #000000 !important;
  border-radius: 6px !important;
  padding: 1px;
} */
.red-box {
  box-sizing: border-box;
  background-color: red;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
.important-text {
  font-size: 24px;
  font-weight: 700;
}

#Send-Us-Message {
  border: none;
  border-radius: 15px;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}

#Send-Us-Message h3 {
  padding: 0 27px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #000;
}

#Send-Us-Message h3 span {
  font-weight: 600;
  color: #0076ec;
}

#Send-Us-Message .form-photo {
  max-width: 422px;
  padding: 0;
}

#Send-Us-Message .form-photo img {
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
  width: 100%;
}

#Send-Us-Message h2 {
  padding: 0 10px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #000;
  margin-bottom: 16px;
}

#cd-countdown {
  display: flex;
  align-items: center;
  font-family: sans-serif;
  justify-content: center;
  margin-bottom: 50px;
}

.cd-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 5px;
  position: relative;
}

.cd-digits {
  display: flex;
}

.cd-box {
  background: #fff;
  padding: 15px 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  min-width: 20px;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  margin: 0 2px;
}

.cd-label {
  margin-top: 5px;
  font-size: 0.6em;
  color: #333;
  text-transform: uppercase;
  position: absolute;
  bottom: -25px;
  font-weight: bold;
}

.cd-separator {
  color: black;
  border-radius: 8px;
  font-size: 1.5em;
  font-weight: bold;
}

@media (max-width: 550px) {
  .cd-box {
    font-size: 18px;
  }

  .cd-separator {
    font-size: 30px;
  }
}

@media (max-width: 500px) {
  .cd-box {
    font-size: 16px;
    padding: 10px 13px;
    min-width: initial;
  }
}

@media (max-width: 450px) {
  .cd-box {
    font-size: 18px;
    padding: 8px 12px;
    min-width: initial;
  }
}

@media (max-width: 400px) {
  .cd-box {
    font-size: 14px;
    padding: 6px;
    min-width: initial;
  }
}

@media (max-width: 380px) {
  .cd-box {
    margin: 0 1.5px;
  }
}

#custom-regbox {
  padding: 0px 10px;
}

/* #Send-Us-Message input {
  font-size: 16px;
  margin-bottom: 16px;
  width: 100%;
  padding: 12px 15px;
  box-sizing: border-box;
  line-height: 1;
  box-shadow: none;
  font-family: Arial;
  background: 0 0;
  border: 1px solid #ddd;
  border-radius: 7px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

#Send-Us-Message input:focus {
  outline: 0;
  border: 1px solid #0076ec;
}

#Send-Us-Message button {
  position: relative;
  padding: 14px;
  overflow: hidden;
  color: #fff;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  background: 0 0;
  color: #fff !important;
  width: 100%;
  font-style: italic !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  text-transform: uppercase !important;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  font-family: Arial;
  letter-spacing: 1px;
  box-shadow: 3px 3px 6px #00000030;
  margin: 20px 0;
  background: #0076ec;
} */

.form-footer {
  box-sizing: border-box;
  padding: 17px 27px;
  width: 100%;
  background: #0076ec;
  border-radius: 0 0 15px 15px;
  background-image: url("/_cdn/production/landing-cdn/65b5f05e-9fc2-4440-beea-9cbe16c3874d/97792260-c274-4b1f-959a-30314198352a/images/noice.webp");
  background-size: cover;
}

.form-footer img {
  margin: 0 auto 60px;
  width: 100%;
}

.form-footer .pp {
  padding: 10px;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

/* #Send-Us-Message button:hover {
  background: #016dd8;
}

#Send-Us-Message button:disabled,
#Send-Us-Message button:disabled::before,
#Send-Us-Message button:disabled:hover,
#Send-Us-Message button:disabled:hover::before,
#Send-Us-Message form:invalid button,
#Send-Us-Message form:invalid button::before,
#Send-Us-Message form:invalid button:hover,
#Send-Us-Message form:invalid button:hover::before {
  background: #5a5a5a;
  opacity: 0.8;
  cursor: not-allowed;
  transition: none;
  transform: none;
  box-shadow: none;
  color: #fff;
} */
@media (max-width: 540px) {
  .u-estructura {
    padding: 0 16px;
  }
}
#calculator {
  text-align: center;
  background-color: #f2f9ff;
  width: 100%;
  padding: 0px;
  animation: 0.5s ease-in-out ;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
   border-radius: 20px;
   padding: 0 16px 16px;
   max-width: 800px;
   margin: 0 auto;
}
.calculator-top{
  display: block;
  width: 95%;
  margin: 0 auto;
  border-bottom-right-radius: 20px;
   border-bottom-left-radius: 20px;
   background-color: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    font-weight: 600;
    font-size: 16px;
    color: #043c5b;
    margin-bottom: 24px;
    padding: 8px 12px;

}

#slider-container {
  margin-bottom: 20px;
  position: relative;
}
#slider {
  opacity: 0;
  appearance: none;
  z-index: 2;
  background: #0889ff;
  border-radius: 10px;
  outline: none;
  width: 100%;
  padding: 0;
  animation: 0.5s ease-in-out 0.5s forwards b;
  position: relative;
  height: 20px !important;
}
#slider::-webkit-slider-thumb {
  appearance: none;
  cursor: pointer;
  z-index: 3;
  background: #fff;
  border: 2px solid #0889ff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-top: 0 !important;
}
#current-value {

  width: 30%;
  margin: -5px auto 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 18px;
}
.slider-labels {
  z-index: 1;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
  position: relative;
  width: 100% !important;
}
.slider-labels span {
  position: relative;
}
.slider-labels span:before {
  content: "";
  background: #000;
  width: 1px;
  height: 10px;
  margin-top: 10px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%);
}
.result {
  opacity: 0;
  margin-bottom: 10px;
  font-size: 18px;
  animation: 0.5s ease-in-out 1s forwards b;
   background-color: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    width: 95%;
  margin: 0 auto 20px auto;
  border-radius: 20px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.result span{
  display: block;
}
.widget{
 max-width: 600px;
   margin: 0 auto;
}
@keyframes b {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes dpu { 
  0%, 100% { box-shadow: rgba(34, 197, 94, 0.4) 0px 0px 0px 0px; }
  50% { box-shadow: rgba(34, 197, 94, 0) 0px 0px 0px 6px; }
}

@keyframes dsi { 
  100% { opacity: 1; transform: translateY(0px) scale(1); }
}

@keyframes dsmsSlide { 
  100% { transform: translateY(0px); opacity: 1; }
}

@keyframes slots-pulse { 
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

@keyframes slots-fadein { 
  0% { opacity: 0; transform: translateX(-8px); }
  100% { opacity: 1; transform: translateX(0px); }
}

@keyframes livePulse { 
  0%, 100% { opacity: 1; }
  50% { opacity: 0.2; }
}

@keyframes feedSlide { 
  0% { opacity: 0; transform: translateY(-14px); }
  100% { opacity: 1; transform: translateY(0px); }
}

@keyframes fireFlicker { 
  0% { transform: scale(1) rotate(-3deg); }
  100% { transform: scale(1.15) rotate(3deg); }
}

@keyframes colonBlink { 
  0%, 100% { opacity: 0.6; }
  50% { opacity: 0.15; }
}

@keyframes ctaPulse { 
  0%, 100% { box-shadow: rgba(239, 68, 68, 0.35) 0px 4px 20px; }
  50% { box-shadow: rgba(239, 68, 68, 0.6) 0px 4px 32px; }
}

@keyframes slide-in-one-tap { 
  0% { transform: translateY(80px); }
  100% { transform: translateY(0px); }
}

.widget-frame.dark { background: rgb(15, 17, 23); color: rgb(234, 237, 246); border-color: rgb(35, 38, 56); }

.lb-title { font-size: 15px; font-weight: 700; padding: 16px 16px 8px; line-height: 1.4; }

.dark .lb-title { color: rgb(234, 237, 246); }

.lb-row { display: grid; grid-template-columns: 28px 36px 1fr auto; align-items: center; gap: 8px; padding: 7px 16px; border-bottom: 1px solid rgba(0, 0, 0, 0.04); }

.dark .lb-row { border-bottom-color: rgba(255, 255, 255, 0.04); }

.lb-row:last-child { border-bottom: none; }

.lb-rank { font-family: "JetBrains Mono", monospace; font-size: 12px; font-weight: 600; color: var(--text-3); text-align: right; }

.lb-rank.top3 { color: var(--accent); }

.dark .lb-rank { color: rgb(92, 96, 128); }

.dark .lb-rank.top3 { color: rgb(34, 197, 94); }

.lb-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--surface-2); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: var(--text-3); border: 1px solid var(--border); overflow: hidden; }

.lb-avatar img { width: 100%; height: 100%; object-fit: cover; }

.dark .lb-avatar { background: rgb(28, 31, 46); border-color: rgb(35, 38, 56); color: rgb(92, 96, 128); }

.lb-name { font-size: 12px; font-weight: 600; line-height: 1.3; }

.lb-city { font-size: 10px; color: var(--text-3); }

.dark .lb-city { color: rgb(92, 96, 128); }

.lb-bar-wrap { display: flex; align-items: center; gap: 8px; min-width: 160px; }

.lb-bar { height: 18px; border-radius: 3px; background: linear-gradient(90deg, rgb(34, 197, 94), rgb(22, 163, 74)); min-width: 12px; position: relative; }

.lb-bar::after { content: ""; position: absolute; inset: 0px; border-radius: 3px; background: repeating-linear-gradient(120deg, transparent, transparent 5px, rgba(255, 255, 255, 0.08) 5px, rgba(255, 255, 255, 0.08) 10px); }

.lb-amount { font-family: "JetBrains Mono", monospace; font-size: 11px; font-weight: 600; white-space: nowrap; }

.dark .calc-slider { background: rgb(35, 38, 56); }

.dark .calc-res { background: rgb(22, 24, 34); border-color: rgb(35, 38, 56); }