@charset "UTF-8";
/* RESPONSIVE */
/* COLORS */
/* this is not serious, need some refactor */
/* COLORS CORPORATIUS */
/* BUTTONS */
/* FONTS */
/* BANNER */
/* FONT STYLES */
/* SEPARATIONS */
#cookiesMessage {
  z-index: 99999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }
  #cookiesMessage > div {
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center; }
    #cookiesMessage > div > div {
      background-color: white;
      padding: 50px;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-content: stretch; }
    #cookiesMessage > div .cookies-modal-1 {
      width: 50%; }
      @media (max-width: 79.99em) {
  #cookiesMessage > div .cookies-modal-1 {
    width: 60%; } }
      @media (max-width: 47.99em) {
  #cookiesMessage > div .cookies-modal-1 {
    width: 75%; } }
      @media (max-width: 35.99em) {
  #cookiesMessage > div .cookies-modal-1 {
    width: 90%; } }
    #cookiesMessage > div .cookies-modal-1 .cookies-modal-title {
      margin-top: 40px; }
    #cookiesMessage > div .cookies-modal-1 p {
      color: #000;
      font-size: 15px;
      letter-spacing: 0.4px;
      line-height: 20px; }

#cookiesConfiguration {
  z-index: 99999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }
  #cookiesConfiguration > div {
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center; }
    #cookiesConfiguration > div > div {
      background-color: white;
      padding: 50px;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-content: stretch; }
  #cookiesConfiguration .cookies-modal-2 {
    padding-left: 80px !important;
    padding-right: 80px !important;
    padding-top: 45px !important;
    padding-bottom: 80px !important;
    max-width: 90% !important;
    max-height: 90% !important;
    overflow: scroll; }
    @media (max-width: 35.99em) {
  #cookiesConfiguration .cookies-modal-2 {
    padding: 15px !important; } }
  #cookiesConfiguration .cookies-modal-2-title {
    margin-bottom: 50px; }
  #cookiesConfiguration .cookies-preference-box {
    min-height: 175px;
    margin-bottom: 20px;
    padding-left: 0; }
  #cookiesConfiguration .cookies-modal2-preferences-title {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 15px; }
  #cookiesConfiguration .cookies-always {
    color: #4f4f4f;
    font-family: Helvetica;
    font-size: 12px;
    letter-spacing: 0.37px;
    line-height: 12px;
    text-align: right;
    position: absolute;
    top: 20px;
    right: 0; }
    @media (max-width: 35.99em) {
  #cookiesConfiguration .cookies-always {
    position: relative;
    float: left;
    display: block;
    margin-top: -35px; } }
  #cookiesConfiguration .cookies-toogle {
    position: absolute;
    top: 0;
    right: 0; }
/* Check Toogle Style */
.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }

.form-check-toggle {
  position: relative;
  padding-left: 0;
  line-height: 30px; }
  .form-check-toggle input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }
  .form-check-toggle input + span {
    cursor: pointer;
    user-select: none;
    height: 30px;
    margin-left: 70px;
    display: block; }
    .form-check-toggle input + span:before {
      content: '';
      position: absolute;
      left: 0;
      display: inline-block;
      height: 30px;
      width: 50px;
      background: #ccc;
      border: solid 1px #eff2f3;
      transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
      border-radius: 15px; }
    .form-check-toggle input + span:after {
      width: 28px;
      height: 28px;
      margin-top: 1px;
      margin-left: 1px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      background: #fff;
      transition: margin-left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
      text-align: center;
      font-weight: bold;
      content: '';
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.05); }
  .form-check-toggle input:checked + span:after {
    content: '';
    margin-left: 21px;
    box-shadow: none; }
    .form-check-toggle input:checked + span:before {
      background-color: #86be4e;
      border-color: #86be4e;
      transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out; }

.link--green {
  color: #74f752;
  text-decoration: none; }

h1.cookies-modal-title {
  display: block;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.48px;
  line-height: 18px;
  margin-top: 40px;
  margin-bottom: 20px; }

.cookies-modal-img {
  display: block;
  width: 100%; }

.cookies-modal-button {
  width: 100%;
  text-align: center; }

.config-panel-link {
  text-align: center;
  width: 100%;
  margin-top: 30px; }
  .config-panel-link > a {
    color: black;
    font-size: 13px; }

@media (max-height: 600px) {
  .cookies-modal-1 {
    height: 90%;
    padding: 20px !important; }

  .cookies-modal-text {
    overflow-y: scroll;
    max-height: 60%; }

  .config-panel-link {
    margin-top: 15px; } }
