: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;
}
.alert-container {
  position: fixed !important;
  z-index: 1010;
  right: 0;
  top: 72px;
  min-width: 320px;
  width: 50%;
}
.alert {
  font-size: 14px;
  right: 0;
  margin: 0 0 5px 0!important;
  padding: 13px 24px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px 0 0 8px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.alert .alert-message {
  flex-grow: 1;
}
.alert .alert-message a {
  font-weight: bold;
  color: inherit;
  text-decoration: underline;
}
.alert .alert-message a.hyperlink {
  color: var(--lightBlue);
  font-weight: bold;
}
.alert .close {
  color: var(--darkBlue);
  opacity: 1;
  font-size: 24px;
  margin: 2px;
}
.alert .close:focus,
.alert .close:active {
  outline: none;
}
.alert .alert-icon {
  background-position: 50%;
  vertical-align: bottom;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 24px;
  flex-shrink: 0;
}
.alert.alert-info {
  background-color: var(--lightBlueSelect);
  color: var(--darkerBlue);
  border: 1px solid var(--lightBlueBorder);
}
.alert.alert-info .alert-icon {
  background: url('../../../images/icons/alert_info.svg');
}
.alert.alert-info a {
  font-weight: bold;
  color: var(--blueBackgroundMenu);
}
@media screen and (min-width: 767px) {
  .alert.alert-info#follow-linkedin {
    margin: 10px 18px 0 45px !important;
  }
}
.alert.alert-info#follow-linkedin .link-right {
  margin: 0 10px;
}
.alert.alert-warning {
  background-color: var(--warningBackground);
  color: var(--alertWarningColor);
  border: 1px solid var(--alertWarningBorder);
}
.alert.alert-warning .alert-icon {
  background: url('../../../images/icons/alert_warning.svg');
}
.alert.alert-danger {
  background-color: var(--newWarningAlertBackground);
  color: var(--alertDangerColor);
  border: 1px solid var(--alertDangerBorder);
}
.alert.alert-danger .alert-icon {
  background: url('../../../images/icons/alert_danger.svg');
}
.alert.alert-success {
  background-color: var(--alertSuccessBackground);
  color: var(--alertSuccessColor);
  border: 1px solid var(--alertSuccessBorder);
}
.alert.alert-success .alert-icon {
  background: url('../../../images/icons/alert_success.svg');
}
.alert.alert-hero {
  font-size: 1.2em;
  display: block;
}
.alert.alert-hero a {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}
.alert.alert-hero a.highlight {
  font-weight: 600;
  text-decoration: underline;
}
.alert .icon {
  margin-bottom: -6px;
}
.follow-us-on-linkedin-container {
  width: 75%;
  display: flex;
  gap: 14px;
  position: relative;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .follow-us-on-linkedin-container {
    align-items: baseline;
    width: 60%;
  }
}
.close-position {
  position: absolute;
  top: 0;
  right: 5px;
}
/*# sourceMappingURL=alert.css.map */