:root {
  --titFacebook: #3b5998;
  --titTiendanube: #4dbecf;
  --titMercadoshops: #e82e8a;
  --titWhatsapp: #25d366;
  --waHeaderGreen: #075e54;
  --waChatBackground: #e5ddd5;
  --waBubbleGreen: #dcf8c6;
  --waTextPrimary: #111b21;
  --waTextSecondary: #667781;
  --waTeal: #128c7e;
  --waLightBackground: #f0f2f5;
  --waAvatarGrey: #dfe5e7;
  --waIconGrey: #aebac1;
  --waBlueCheck: #53bdeb;
  --mpBlue: #009ee3;
  --menuBackground: #f1f5f8;
  --menuTextInactive: #5d6c80;
  --menuTextActive: #0062e6;
  --blueBackgroundMenu: #003C80;
  --titWhite: #FFFFFF;
  --titWhiteGrey: #F5F5F5;
  --greenDarkness: #239619;
  --lightBlue: #0077ff;
  --titGoogle: #dd4b39;
  --greyBody: #3C4858;
  --focusGrey: #f0f0f0;
  --focusBlue: #3466cc;
  --titlePlan: #07132d;
  --darkerBlue: #00244D;
  --lightBlueSelect: #E6F1FF;
  --lightBlueBorder: #80BBFF;
  --darkBlue: #344256;
  --darkerGrey: #65758B;
  --veryLightBlue: #89b9ff;
  --sliderBackground: #C9C9C9;
  --titPrimary: #212121;
  --titOrange: #FF7043;
  --titYellow: #ffbb00;
  --titLightYellow: #ffd569;
  --titRed: #FF3633;
  --titGrey: #4D4D4D;
  --titBlueGrey: #333333;
  --titDiego: #EEEEEE;
  --titLightBlueGrey: #78909C;
  --textBlack: #000000;
  --textGray: #404040;
  --btnGreen: #0F9D58;
  --btnLightGreen: #49E69A;
  --btnPink: #ff7878;
  --errorRed: #a94442;
  --greenOK: #00ab17;
  --titGrey1: #707070;
  --titDarkGrey: #a8a8a8;
  --lighterIntGrey: #dbdbdb;
  --titInterGrey: #e4e4e4;
  --titLighterGrey: #EFF4F4;
  --greyPlans: #f4f4f4;
  --greyBlue: #64748B;
  --titClientPrincipalBlue: #001B65;
  --titClientDarkBlue: #0049B2;
  --titClientLighterBlue: #64B5F6;
  --newWarningAlertBackground: #FFE5D6;
  --newWarningAlertBorder: #FF9C85;
  --optionActiveLightBlueBackground: #def0ff;
  --mostViewedRed: #FF1400;
  --titLightBlueHome: #1074ff;
  --titBlueHome: #3f86fd;
  --titBlueHomeLigher: #0E204D;
  --titBlueHomeDarker: #050E1F;
  --grey900: #0F172A;
  --grayBlurred: #CBD5E1;
  --titPinkHomeLighter: #FF78CE;
  --titPinkHomeDarkerGradientStart: #FF7882;
  --titLightGreyHome: #808080;
  --titGreyHomeLighter: #848484;
  --titNewGrey: #334155;
  --progressBarBackground: #E5F1FF;
  --modalBorder: #E2E8F0;
  --alertSuccessBackground: #D7F7D4;
  --alertSuccessColor: #0A2C07;
  --alertSuccessBorder: #9AED92;
  --warningBackground: #FFF9E5;
  --alertWarningColor: #332800;
  --alertWarningBorder: #FFE380;
  --alertDangerColor: #7B0A30;
  --alertDangerBorder: #FF9B85;
  --alertDarkColor: #B71A34;
  --solutionsBorder: #E1E7EF;
  --btnDimmedGreen: #B7F2A6;
  --previewBackground: #F0EFEF;
  --disabledRed: #DB5D5D;
  --T2-neutral-900: #0F1729;
  --T2-neutral-700: #374151;
  --T2-neutral-600: #4B5563;
  --T2-neutral-500: #6B7280;
  --titPurpleAi: #8e44ad;
  --btnBorderRadius: 8px;
}
.wrap {
  background-color: var(--titWhite);
}
p {
  line-height: 1.2em;
}
.text-blue {
  color: var(--titClientDarkBlue);
}
.text-light-blue {
  color: var(--lightBlue);
}
.text-light-blue-hover:hover {
  color: var(--lightBlue);
}
.text-orange {
  color: var(--titOrange);
}
.text-green {
  color: var(--btnGreen);
}
.title {
  margin-bottom: 32px;
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .title {
    margin-bottom: 10px;
  }
}
/* Buttons */
.btn {
  margin: 0;
  border-radius: var(--btnBorderRadius) !important;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 24px;
  color: var(--textGray);
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 20.912px;
  /* 174.27% */
  letter-spacing: -0.12px;
}
.btn .material-icons {
  font-size: 14px;
}
.btn.m-r-12 {
  margin-left: 0;
  margin-right: 12px;
}
.btn.btn-cancel {
  background: transparent;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  box-shadow: none;
  color: var(--lightBlue);
}
.btn.btn-cancel:hover {
  border: 1px solid rgba(color-mix(in srgb, var(--lightBlue), black 10%), 50%);
  color: color-mix(in srgb, var(--lightBlue), black 10%);
}
.btn.btn-secondary {
  background: var(--progressBarBackground);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  box-shadow: none;
  color: var(--blueBackgroundMenu);
  border: 1px solid var(--progressBarBackground);
}
.btn.btn-secondary:hover {
  background: var(--blueBackgroundMenu);
  border: 1px solid var(--blueBackgroundMenu);
  color: white;
}
.btn.btn-blue,
.btn.btn-primary {
  background: var(--lightBlue);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border: 1px solid var(--lightBlue);
  color: var(--titWhite);
}
.btn.btn-blue:hover,
.btn.btn-primary:hover {
  background: var(--titWhite);
  color: var(--lightBlue);
}
.btn.btn-blue:hover svg path,
.btn.btn-primary:hover svg path {
  fill: var(--lightBlue);
}
.btn.btn-blue:hover:disabled,
.btn.btn-primary:hover:disabled,
.btn.btn-blue:hover [disabled],
.btn.btn-primary:hover [disabled] {
  background: var(--lightBlue);
  border: 1px solid var(--lightBlue);
  color: var(--titWhite);
}
.btn.btn-blue:disabled,
.btn.btn-primary:disabled,
.btn.btn-blue [disabled],
.btn.btn-primary [disabled] {
  opacity: 0.65;
}
.btn.btn-blue.inverted,
.btn.btn-primary.inverted {
  background: var(--titWhite);
  color: var(--lightBlue);
  border: 1px solid var(--titWhite);
}
.btn.btn-blue.inverted:hover,
.btn.btn-primary.inverted:hover {
  background: var(--lightBlue);
  color: var(--titWhite);
  border: 1px solid var(--lightBlue);
}
.btn.btn-blue.inverted:hover svg path,
.btn.btn-primary.inverted:hover svg path {
  fill: var(--titWhite);
}
.btn.btn-whatsapp {
  background: var(--titWhatsapp);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border: 1px solid var(--titWhatsapp);
  color: var(--titWhite);
}
.btn.btn-whatsapp:hover {
  background: var(--titWhite);
  color: var(--titWhatsapp);
}
.btn.btn-whatsapp:hover svg path {
  fill: var(--titWhatsapp);
}
.btn.btn-whatsapp:hover:disabled,
.btn.btn-whatsapp:hover [disabled] {
  background: var(--titWhatsapp);
  border: 1px solid var(--titWhatsapp);
  color: var(--titWhite);
}
.btn.btn-whatsapp:disabled,
.btn.btn-whatsapp [disabled] {
  opacity: 0.65;
}
.btn.btn-light-blue {
  background: var(--lightBlueSelect);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  color: var(--blueBackgroundMenu);
}
.btn.btn-light-blue:hover {
  background: var(--lightBlueBorder);
}
.btn.btn-negative-blue {
  background: white;
  border: 1px solid var(--lightBlue);
  color: var(--lightBlue);
  -webkit-transition: border 0.5s, color 0.5s;
  transition: border 0.5s, color 0.5s;
}
.btn.btn-negative-blue:hover {
  border-color: var(--titClientDarkBlue);
  color: var(--titClientDarkBlue);
}
.btn.btn-outline-blue,
.btn.btn-outline-primary,
.btn.btn-outline-light-blue {
  background: transparent;
  border: 1px solid var(--lightBlue);
  color: var(--lightBlue);
  -webkit-transition: border 0.5s, color 0.5s;
  transition: border 0.5s, color 0.5s;
}
.btn.btn-outline-blue:hover,
.btn.btn-outline-primary:hover,
.btn.btn-outline-light-blue:hover {
  border: 1px solid var(--titClientDarkBlue);
  color: var(--titClientDarkBlue);
}
.btn.btn-green {
  background: var(--btnGreen);
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-green:hover {
  background: color-mix(in srgb, var(--btnGreen), black 10%);
}
.btn.btn-negative-green {
  background: white;
  border: 1px solid var(--btnGreen);
  color: var(--btnGreen);
  -webkit-transition: border 0.5s, color 0.5s;
  transition: border 0.5s, color 0.5s;
}
.btn.btn-negative-green:hover {
  border-color: var(--btnLightGreen);
  color: var(--btnLightGreen);
}
.btn.btn-light-green {
  background: var(--btnLightGreen);
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-light-green:hover {
  background: color-mix(in srgb, var(--btnLightGreen), black 10%);
}
.btn.btn-orange {
  background: var(--titOrange);
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-orange:hover {
  background: color-mix(in srgb, var(--titOrange), black 10%);
}
.btn.btn-red {
  background: var(--titRed);
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-red:hover {
  background: color-mix(in srgb, var(--titRed), black 10%);
}
.btn.btn-dark-blue,
.btn.btn-tertiary {
  background: color-mix(in srgb, var(--titClientPrincipalBlue), black 10%);
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-dark-blue:hover,
.btn.btn-tertiary:hover {
  background: var(--titClientPrincipalBlue);
}
.btn.btn-create {
  border: 1px solid var(--titBlueHome);
  font-weight: bold;
  color: var(--titBlueHome);
  text-decoration: none;
}
.btn.btn-create:hover {
  background-color: var(--titBlueHome);
  color: white;
}
.btn.btn-outline-dark-blue {
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--titClientPrincipalBlue), black 10%);
  color: color-mix(in srgb, var(--titClientPrincipalBlue), black 10%);
  -webkit-transition: border 0.5s, color 0.5s;
  transition: border 0.5s, color 0.5s;
}
.btn.btn-outline-dark-blue:hover {
  border: 1px solid var(--titClientPrincipalBlue);
}
.btn.btn-outline-white {
  background: transparent;
  border: 1px solid white;
  color: white;
  -webkit-transition: border 0.5s, color 0.5s;
  transition: border 0.5s, color 0.5s;
  box-shadow: none;
}
.btn.btn-outline-white:hover {
  border: 1px solid var(--titLighterGrey);
  color: var(--titLighterGrey);
}
.btn.btn-link {
  background: transparent;
  color: var(--titGrey1);
  box-shadow: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding: 0;
  margin: 0;
}
.btn.btn-link i {
  font-size: 19px;
  width: 25px;
}
.btn.btn-link i,
.btn.btn-link span {
  vertical-align: middle;
}
.btn.btn-link.btn-primary-color {
  color: var(--lightBlue) !important;
}
.btn.btn-link.btn-primary-color:hover {
  color: var(--titClientDarkBlue) !important;
  text-decoration: none;
  background-color: transparent !important;
}
.btn.btn-grey {
  background: var(--titGrey1);
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-grey:hover {
  background: color-mix(in srgb, var(--titGrey1), black 10%);
}
.btn.btn-facebook {
  background: var(--titFacebook) !important;
  color: white !important;
  -webkit-transition: background 1s;
  transition: background 1s;
  font-size: 17px;
  font-family: 'Roboto';
  text-transform: none;
  font-weight: bold;
}
.btn.btn-facebook p {
  color: white !important;
}
.btn.btn-facebook:hover {
  background: color-mix(in srgb, var(--titFacebook), black 20%) !important;
  color: white !important;
}
.btn.btn-facebook:hover p {
  color: white !important;
}
.btn.btn-filter {
  box-shadow: none !important;
  background-color: var(--titLighterGrey) !important;
  color: var(--textGray) !important;
  font-weight: 400 !important;
  border-radius: var(--btnBorderRadius);
  padding: 4px 24px !important;
  font-size: 12px !important;
  display: block;
  line-height: 22px !important;
}
.btn.btn-filter i {
  display: none !important;
}
.btn.btn-filter span {
  color: var(--textGray) !important;
}
.btn.btn-filter:hover {
  background-color: var(--titDarkGrey) !important;
}
.btn.btn-tiendanube {
  background: var(--titTiendanube) !important;
  color: white !important;
  -webkit-transition: background 1s;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  transition: background 1s;
  text-transform: none;
}
.btn.btn-tiendanube p {
  color: white !important;
}
.btn.btn-tiendanube:hover {
  background: color-mix(in srgb, var(--titTiendanube), black 20%) !important;
  color: white !important;
}
.btn.btn-tiendanube:hover p {
  color: white !important;
}
.btn.btn-mercadoshops {
  background: var(--titMercadoshops) !important;
  color: white !important;
  -webkit-transition: background 1s;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  transition: background 1s;
  text-transform: none;
}
.btn.btn-mercadoshops p {
  color: white !important;
}
.btn.btn-mercadoshops:hover {
  background: color-mix(in srgb, var(--titMercadoshops), black 20%) !important;
  color: white !important;
}
.btn.btn-mercadoshops:hover p {
  color: white !important;
}
.btn.btn-mp {
  background: var(--mpBlue);
  -webkit-transition: background 1s;
  transition: background 1s;
}
.btn.btn-mp:hover {
  background: color-mix(in srgb, var(--mpBlue), black 10%);
}
.btn.btn-google {
  background: var(--titGoogle) !important;
  color: #fff !important;
  text-align: center !important;
  transition: color 0.3s, background 0.5s;
  font-weight: bold;
  font-size: 17px;
  font-family: 'Roboto';
  text-transform: none;
  box-shadow: 0 2px 2px 0 rgba(var(--titGoogle), 80%), 0 3px 1px -2px rgba(var(--titGoogle), 80%), 0 1px 5px 0 rgba(var(--titGoogle), 80%);
}
.btn.btn-google p {
  color: white !important;
}
.btn.btn-google:hover {
  background: color-mix(in srgb, var(--titGoogle), black 20%) !important;
  color: #fff !important;
}
.btn.btn-google:hover p {
  color: white !important;
}
.btn.btn-redes {
  border-radius: 50px;
  padding: 7px 16px 7px 50px;
  position: relative;
  background: var(--titDarkGrey);
  color: white;
  text-align: center;
  margin-left: 0px;
  align-items: center;
  min-width: 150px;
  font-size: 12px;
  line-height: 12px;
  transition: color 0.3s, background 0.5s;
}
@media screen and (min-width: 360px) and (max-width: 480px) {
  .btn.btn-redes {
    margin-left: 0px;
    margin-bottom: 22px;
  }
}
.btn.btn-titan-lg {
  padding: 18px 28px;
}
@media screen and (min-width: 768px) {
  .btn.btn-titan-lg {
    padding: 17px 0;
  }
}
.btn.btn-programmed,
.btn.btn-sent,
.btn.btn-exclamation,
.btn.btn-cancelled {
  border: none;
  cursor: not-allowed;
}
.btn.btn-programmed span,
.btn.btn-sent span,
.btn.btn-exclamation span,
.btn.btn-cancelled span {
  display: inline-block;
  margin: -9px -16px -9px 16px;
  width: 38px;
  height: 38px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.btn.btn-programmed span::after,
.btn.btn-sent span::after,
.btn.btn-exclamation span::after,
.btn.btn-cancelled span::after {
  content: " ";
  margin-top: 6px;
  margin-bottom: -6px;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.btn.btn-programmed {
  background: var(--btnPink);
  color: #fff;
  transition: background 0.3s;
}
.btn.btn-programmed span {
  background: none;
  width: 28px;
  height: 28px;
}
.btn.btn-programmed span::after {
  margin-top: 0;
  margin-bottom: -9px;
  background: var(--textGray);
  mask: url('../../../images/icons/clock.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/clock.svg') no-repeat 50% 50%;
}
.btn.btn-sent {
  background: var(--btnDimmedGreen);
  color: #fff;
  transition: background 0.3s;
}
.btn.btn-sent span::after {
  background: white;
  mask: url('../../../images/icons/check.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/check.svg') no-repeat 50% 50%;
}
.btn.btn-cancelled {
  background: var(--titRed);
  color: #fff;
  transition: background 0.3s;
  margin-right: 0 !important;
}
.btn.btn-cancelled span {
  background: color-mix(in srgb, var(--titRed), white 20%);
}
.btn.btn-cancelled span::after {
  background: white;
  mask: url('../../../images/icons/block.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/block.svg') no-repeat 50% 50%;
}
.btn.btn-exclamation {
  background: var(--titYellow);
  color: #fff;
  transition: background 0.3s;
}
.btn.btn-exclamation span {
  background: var(--titLightYellow);
}
.btn.btn-exclamation span::after {
  background: white;
  mask: url('../../../images/icons/exclamation.svg') no-repeat 50% 50%;
  -webkit-mask: url('../../../images/icons/exclamation.svg') no-repeat 50% 50%;
}
.btn.btn-success.btn-lighten {
  background: var(--btnLightGreen);
}
.btn.btn-success.btn-lighten:hover {
  border-left: none;
}
.btn.btn-warning.btn-lighten {
  background: #ffbb00;
}
.btn.btn-warning.btn-lighten:hover {
  border-left: none;
}
.btn.btn-small,
.btn.btn-sm {
  padding: 8px 14px;
}
.btn.btn-small .material-icons,
.btn.btn-sm .material-icons {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .btn.btn-small,
  .btn.btn-sm {
    padding: 4px;
  }
  .btn.btn-small.logged,
  .btn.btn-sm.logged {
    padding: 4px 8px;
  }
}
.btn.btn-xs {
  padding: 2px 4px;
  font-size: 10px;
  line-height: 1;
  border-radius: 3px;
}
.btn.btn-big {
  padding: 13px 28px;
  line-height: 1em;
  font-size: 18px;
}
.btn:hover {
  outline: none;
}
.btn-add {
  color: var(--titWhite);
  border-radius: var(--btnBorderRadius);
  background-color: var(--lightBlue);
  border: 1px solid var(--lightBlue);
  text-decoration: none;
  padding: 4px 24px;
  font-size: 12px;
  display: block;
  line-height: 22px;
}
.btn-add i {
  vertical-align: middle;
  max-width: 40px;
  display: inline !important;
  font-size: 18px !important;
  line-height: 22px;
}
.btn-add:hover {
  color: var(--lightBlue);
  background-color: var(--titWhite);
  border: 1px solid var(--lightBlue);
}
.btn-add:hover,
.btn-add:focus,
.btn-add:active {
  text-decoration: none;
  outline: none;
}
.btn-add.inline-block {
  display: inline-block;
}
a.text-secondary {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: var(--lightBlue);
}
a.text-secondary:hover {
  color: var(--titClientDarkBlue);
}
a.text-blue,
a .text-primary {
  color: var(--titClientDarkBlue);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a.text-blue:hover,
a .text-primary:hover {
  color: var(--lightBlue);
}
a.text-light-blue {
  color: var(--lightBlue);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a.text-light-blue:hover {
  color: color-mix(in srgb, var(--lightBlue), black 10%);
}
a.text-grey {
  color: var(--titGrey1);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a.text-grey:hover {
  color: color-mix(in srgb, var(--titGrey1), black 10%);
}
a.text-light-grey {
  color: var(--titDarkGrey);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a.text-light-grey:hover {
  color: color-mix(in srgb, var(--titDarkGrey), black 10%);
}
a.text-green {
  color: var(--btnGreen);
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-green:hover {
  color: color-mix(in srgb, var(--btnGreen), black 10%);
}
a.text-orange {
  color: var(--titOrange);
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-orange:hover {
  color: color-mix(in srgb, var(--titOrange), black 10%);
}
a.text-red {
  color: var(--titRed);
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-red:hover {
  color: color-mix(in srgb, var(--titRed), black 10%);
}
a.text-dark-blue,
a.text-tertiary {
  color: color-mix(in srgb, var(--titClientPrincipalBlue), black 10%);
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-dark-blue:hover,
a.text-tertiary:hover {
  color: var(--titClientPrincipalBlue);
}
a.text-facebook {
  color: var(--titFacebook);
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-facebook:hover {
  color: color-mix(in srgb, var(--titFacebook), black 10%);
}
a.text-tiendanube {
  color: var(--titTiendanube);
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-tiendanube:hover {
  color: color-mix(in srgb, var(--titTiendanube), black 10%);
}
a.text-whatsapp {
  color: var(--titWhatsapp);
  -webkit-transition: color 1s;
  transition: color 1s;
}
a.text-whatsapp:hover {
  color: color-mix(in srgb, var(--titWhatsapp), black 10%);
}
@media (max-width: 1024px) {
  .visible-tb-landscape {
    display: inherit;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hidden-tb-landscape {
    display: none !important;
  }
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-t-12 {
  margin-top: 12px !important;
}
.status-circle {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 3px;
}
.status-circle.success {
  background: var(--btnGreen);
}
.status-circle.blue {
  background: var(--titClientDarkBlue);
}
.status-circle.light-blue {
  background: var(--lightBlue);
}
.status-circle.grey {
  background: var(--titDarkGrey);
}
.status-circle.yellow {
  background: var(--titLightYellow);
}
.status-circle.orange {
  background: var(--titOrange);
}
.status-circle.red {
  background: var(--titRed);
}
.label.label-blue-tp {
  background: var(--titClientDarkBlue);
  color: var(--titWhite);
}
.label.label-blue-tp:hover {
  color: var(--titClientDarkBlue);
  background: var(--titWhite);
}
.label.label-ai {
  background: var(--titPurpleAi);
  color: var(--titWhite);
}
.label.label-html {
  background: var(--titOrange);
  color: var(--titWhite);
}
.site-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 120px;
}
.site-container .titles-section .title {
  text-align: center;
  font-family: "Poppins";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--lightBlue);
}
.site-container .titles-section .subtitle {
  color: #808080;
  text-align: center;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.see-more-container {
  margin-bottom: 70px;
}
.see-more-container .see-more {
  color: var(--lightBlue);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.see-more-container .see-more:hover {
  text-decoration: none;
  cursor: pointer;
  color: var(--lightBlue);
}
/*# sourceMappingURL=site_agencies.css.map */