#wfgcmp-banner {
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9999;
  margin: 0 auto;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0px;
}

#wfgcmp-banner-content {
  position: absolute;
  background-color: #fff;
  text-align: center;
  border-radius: 6px;
  width: 100%;
  max-width: 600px;
  z-index: 9998;
  margin: 0 auto;
  padding: 5px;
  border-bottom: 1px solid #333;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wfgcmp-banner-content-box {
  width: 100%;
  margin: 0 auto;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 60px 0px;
}

#wfgcmp h2 {
  font-size: 2em;
  height: auto;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.wfgcmp-banner-content-box p {
  color: #333;
  font-size: 19px;
  margin: 0 auto;
  padding: 5px 30px;
  line-height: 1.5;
}

.wfgcmp-banner-content-box a {
  text-decoration: underline;
  color: #185277;
  font-weight: 700;
}

.wfgcmp-banner-content-box button {
  float: none;
  width: auto;
  text-align: center;
  height: auto;
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wfgcmp-banner-content-box .orange {
  background-color: #333;
  border: none;
  font-size: 23px;
  margin-bottom: 5px;
  width: 100%;
  margin-bottom: 10px !important;
}

.cookieButton a:link {
  color: #fff;
}

#wfgcmp-banner-content-close {
  position: absolute;
  right: 10px;
  top: 0;
  color: #333;
  font-size: 26px;
}

#wfgcmp-banner #wfgcmp-banner-content .wfgcmp-banner-content-box:nth-child(3) {
  width: 60%;
  padding-top: 0px !important;
}

#wfgcmp-banner #wfgcmp-banner-content .wfgcmp-banner-content-box:nth-child(2) {
  padding-bottom: 20px !important;
}

.wfgcmp-banner-content-box .button.white {
  color: #333 !important;
  font-size: 19px;
  background-color: #eee;
}

.wfgcmp-banner-content-box .button {
  display: inline-block;
  padding: 7px 12px !important;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 100%;
}

nav#menu-principal {
  position: absolute;
  width: 50%;
  height: auto;
  top: 100px;
  left: 20px;
  font-size: 14px;
  line-height: 15px;
  z-index: 9989;
}

@media screen and (max-width: 800px) {
  #wfgcmp-banner-content {
    width: 90%;
  }
}
