@charset "UTF-8";
/* style.scss */
.cookieConsentWrapper .sr-only,
.cookieConsentOperations .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.cookieConsentWrapper a:hover,
.cookieConsentOperations a:hover,
.cookieConsentWrapper a:focus,
.cookieConsentOperations a:focus {
  text-decoration: underline;
  text-underline-offset: 1px; }

.cookieConsentToggle {
  width: 40px;
  height: 40px;
  position: fixed;
  will-change: transform;
  padding: 9px;
  border: 0;
  box-shadow: 0 0 10px rgba(192, 0, 0, 0.3);
  background: white;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  transition: 200ms;
  opacity: 1;
  z-index: 99980; }

.cookieConsentToggle:hover,
.cookieConsentToggle:focus {
  color: white;
  fill: white;
  background: #c00000; }

.cookieConsentToggle * {
  fill: #c00000; }

.cookieConsentToggle:hover *,
.cookieConsentToggle:focus * {
  fill: white; }

.cookieConsentWrapper {
  font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
  z-index: 99990;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  background: #f5f5f5;
  color: #333333;
  padding: 24px 30px;
  transition: 200ms; }

.cookieConsent {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.cookieConsent__Content {
  margin-right: 40px; }

.cookieConsent__Title {
  margin: 0;
  font-family: OpenSansSemibold; }

.cookieConsent__Title span {
  cursor: pointer; }

.cookieConsent__Description {
  margin: 10px 0 0;
  font-size: 14px; }

.cookieConsent__Description a:hover,
.cookieConsent__Description a:focus {
  text-decoration: none; }

.cookieConsent__Right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row; }

.cookieConsentOperations {
  font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.8);
  display: flex;
  transition: 300ms;
  will-change: transform;
  z-index: 99999; }

.cookieConsentOperations .cookieConsentOperations__List {
  transform: scale(1);
  border-radius: 4px;
  top: 74px;
  max-height: calc(100% - 74px); }

.cookieConsentOperations .cookieConsentOperations__Wrapper {
  padding: 24px; }

.cookieConsentOperations__Content {
  padding: 8px 8px 0px 8px;
  background-color: white; }

.cookieConsentOperations__ContentTitle {
  padding: 16px 0 8px 0;
  font-size: 18px;
  font-family: OpenSansBold; }

.cookieConsentOperations__ContentDesc {
  margin-bottom: 16px;
  font-size: 14px; }

.cookieConsentOperations__List {
  background: #ffffff;
  color: #333333;
  max-width: 600px;
  width: 500px;
  margin: auto;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh;
  transition: 200ms transform;
  will-change: transform;
  transform: scale(0.95);
  position: absolute;
  left: calc(50% - 250px); }
  .cookieConsentOperations__List .tabs button {
    background-color: #f6f6f6;
    color: #666666;
    font-family: OpenSansSemiBold; }
  .cookieConsentOperations__List .tabs .cookieConsentOperations__Title.selected {
    color: #333333;
    background-color: #f6f6f6;
    font-family: OpenSansBold; }

.cookieConsentOperations .cookieConsentOperations__Head {
  font-family: OpenSansBold;
  font-size: 22px;
  text-align: start;
  padding: 24px 0px;
  color: #333333;
  border-bottom: 1px solid #dddddd; }

.cookieConsentOperations .cookieConsentOperations__Title {
  padding: 14px 8px;
  border: 0;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
  font-family: OpenSansSemibold;
  display: block;
  width: 100%;
  text-align: left; }

.cookieConsentOperations__CloseButton {
  padding: 4px;
  float: right; }

.cookieConsentOperations__CloseButton {
  padding: 4px;
  font-weight: bold; }

.cookieConsentOperations__CloseButton button {
  width: 21px;
  height: 21px;
  cursor: pointer;
  position: relative;
  border: none;
  background-color: inherit; }

.cookieConsentOperations__CloseButton button:before {
  content: "×";
  position: absolute;
  left: 50%;
  top: 0%;
  font-family: "Open Sans";
  font-size: 42px;
  font-weight: 400;
  color: #c00000;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: #ffffff;
  /*Fix IE isue*/
  -ms-transform: translate(-50%, -35%);
  /* Fix IE issue*/ }

.cookieConsentOperations__Item {
  display: block;
  margin-bottom: 20px; }

.cookieConsentOperations__Item.disabled {
  color: #999; }

.cookieConsentOperations__Item.disabled label::after {
  opacity: 0.3; }

.cookieConsentOperations__Item input {
  height: 40px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px; }

.cookieConsentOperations__Item input:focus + label::before {
  outline: thin dotted;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 8px rgba(192, 0, 0, 0.6); }

.cookieConsentOperations__Item label {
  align-items: center;
  display: block;
  position: relative;
  color: #333333;
  font-family: OpenSansBold; }

.cookieConsentOperations__Item label::before {
  content: "";
  display: block;
  right: 90px;
  background: #b5b5b5;
  height: 20px;
  border-radius: 20px;
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 200ms; }

.cookieConsentOperations__Item label::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 112px;
  transition: 200ms; }

.cookieConsentOperations__Item input:checked + label::before {
  background: #c00000; }

.cookieConsentOperations__Item input:checked + label::after {
  transform: translate(20px, -50%); }

.cookieConsentOperations__ItemValue {
  float: right;
  color: #333333;
  font-family: OpenSansSemiBold; }

.cookieConsentOperations__ItemValue.selected {
  padding-right: 13px;
  /*Based on text length difference, there may be problems with some languages*/
  /*TODO - Calculate padding dynamically ¿¿¿using calc()???*/ }

.cookieConsent__Button {
  display: block;
  align-self: flex-end;
  border: 0;
  border-radius: 4px;
  margin: 0px 0px 0px 12px;
  padding: 10px 24px;
  background: #c00000;
  color: #ffffff;
  font-size: 16px;
  font-family: "OpenSansSemibold";
  cursor: pointer;
  transition: 200ms;
  white-space: nowrap; }

.cookieConsent__Button.secondary {
  background: #666666;
  margin: 0px 12px 0px 0px; }

.cookieConsent__MoreInfo {
  margin-top: 8px;
  font-size: 14px; }
  .cookieConsent__MoreInfo a {
    color: #c00000;
    border: none;
    text-decoration: none; }
  .cookieConsent__MoreInfo a:hover {
    text-decoration: underline; }

.cookieConsent .cookieConsent__MoreInfo p {
  display: inline; }

.cookieConsent__Footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  padding: 8px 0px; }
  .cookieConsent__Footer a {
    text-decoration: none;
    color: #c00000;
    display: block;
    align-self: flex-start; }
  .cookieConsent__Footer .cookieConsent__Button {
    margin-top: 24px; }

.cookieConsent__Button--Close {
  background: #c00000;
  color: white; }

.cookieConsent__Button:hover,
.cookieConsent__Button:focus {
  opacity: 0.6; }

@media only screen and (max-width: 760px) {
  .cookieConsent {
    display: block; }
  .cookieConsentWrapper {
    padding: 24px 10px; }
  .cookieConsent__Content {
    margin-right: 0px; }
  .cookieConsent__Right {
    margin-top: 10px;
    flex-direction: column;
    align-items: stretch; }
  .cookieConsent__Button,
  .cookieConsent__Button.secondary {
    align-self: auto;
    margin: 10px 0px; }
  .cookieConsent__Button.secondary {
    margin-top: 0px;
    margin-bottom: 0px; }
  .cookieConsentOperations .cookieConsentOperations__List {
    width: 100%;
    left: 50%;
    transform: translateX(-50%) !important;
    border-radius: 0px;
    margin-top: 0; }
  .cookieConsentOperations .cookieConsentOperations__Title {
    padding: 14px 8px; }
  .cookieConsentOperations .cookieConsentOperations__Wrapper {
    padding: 25px 10px 10px 10px; }
  .cookieConsentOperations .cookieConsent__Button {
    align-self: auto; } }

.aria-hidden {
  display: none; }

#gcb-container {
  margin: 30px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 3; }

@media only screen and (max-width: 760px) {
  #gcb-container {
    padding: 0; } }

.backdrop-cookies {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5; }
