/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 375px;
  background-color: #E2231A;
  background-image: url("../img/fondo.png");
  background-size: cover;
  background-position: center;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  font-family: "Montserrat";
  z-index: 10;
}

#gdpr-cookie-message h4 {
  color: #fff;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 1rem;
}

#gdpr-cookie-message h5 {
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 1rem;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
  color: white;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}

#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}

#gdpr-cookie-message a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  display: block;
  max-width: 126px;
  text-decoration: underline;
  margin-bottom: 1.5rem;
}

#gdpr-cookie-message a:hover {
  color: #fff !important;
}

#gdpr-cookie-message button,
button#ihavecookiesBtn, button#gdpr-cookie-advanced {
  border: 1px solid #E2231A;
  border: none;
  font-size: 15px;
  padding: 12px 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #E2231A;
}

#gdpr-cookie-message button:hover,
button#ihavecookiesBtn:hover, button#gdpr-cookie-advanced:hover {
  border: 1px solid #fff;
  background-color: #E2231A;
  color: #fff !important;
}

#gdpr-cookie-message button:disabled {
  opacity: 0.7;
}

#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

#gdpr-cookie-types label {
  font-family: "Montserrat";
  color: #fff;
}
/*# sourceMappingURL=cookie-dialog.css.map */