.cookies {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  z-index: 9998;
  transition: all .3s ease-in-out;
}

.cookies__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.9375rem;
  -ms-flex-align: center;
  align-items: center;
}

.cookies__closed {
  display: none;
}

@media (min-width: 48rem) {
  .cookies__content {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.cookies__description {
  text-align: left;
  font-size: 13px;
  letter-spacing: 0px;
  color: #fff;
}

.cookies__description p {
  margin: 1.25rem 0;
  width: 431px;
  font-size: 13px;
}

.cookies__description a {
  text-decoration: none;
  color: #ffffff;
}

@media (min-width: 48rem) {
  .cookies__description {
    padding: 0 0.9375rem;
  }
}

.cookies__cta {
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0;
  padding-left: 0;
}

.cookies__cta a {
  text-decoration: none;
}
.aviso a {
    color: #00c592;
}
@media (min-width: 48rem) {
  .cookies__cta {
    padding: 0 0.9375rem;
  }
}

.cookies__closed {
  font-size: 1.875rem;
  color: #ffffff;
  font-weight: 300;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

@media (min-width: 74.9375rem) {
  .cookies__closed {
    position: relative;
  }
}

.c-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  top: 0;
  left: 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  overflow-y: auto;
  -ms-flex-direction: initial;
  flex-direction: initial;
}

@media (min-width: 48rem) {
  .c-overlay {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-overlay.active {
  display: -ms-flexbox;
  display: flex;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.25rem 0.9375rem;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  overflow-y: auto;
}

@media (min-width: 48rem) {
  .c-modal {
    width: 800px;
    height: 620px;
    max-width: 75rem;
    min-height: 20rem;
    padding: 0.9375rem 1.5625rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
}

.c-modal--radius {
  border-radius: 0;
}

@media (min-width: 48rem) {
  .c-modal--radius {
    border-radius: 0.375rem;
  }
}

.c-modal--shadow {
  box-shadow: 0px 3px 6px #00000029;
}

.c-modal__content {
  display: block;
  width: 750px;
  height: 315px;
  overflow-y: scroll;
  justify-content: normal;
  align-items: normal;
}

@-webkit-keyframes modal {
  from {
    opacity: 0;
    transform: translate3d(0, -12.5rem, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes modal {
  from {
    opacity: 0;
    transform: translate3d(0, -12.5rem, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.active .c-modal {
  -webkit-animation: modal 0.7s;
  animation: modal 0.7s;
}

.c-closed {
  cursor: pointer;
  outline: 0;
  border: 0;
  background: transparent;
  color: #00c592;
  font-size: 2rem;
  font-weight: 300;
  margin-right: 1.3125rem;
  position: relative;
}

.c-logo {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0.625rem;
}

.c-logo img {
  max-width: 100%;
  height: auto;
}

.c-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.625rem 5.1875rem;
  background-color: #00c592;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 4rem;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s ease-in;
}

.c-btn:hover {
  background-color: #019c74;
  color: #fff;
}

.c-link {
  text-decoration: initial;
}

.c-link--blue {
  color: #3B69FF;
  text-decoration: none;
  font-weight: bold;
}

.c-label {
  font-size: 16px;
  font-weight: bold;
  color: #3C3C3C;
}

.c-chkbox[type="checkbox"] {
  margin-right: 1.625rem;
  -webkit-appearance: checkbox;
}

.c-ul {
  list-style: initial;
}

.c-ul--none {
  list-style: none;
  padding-left: 0;
  width: 688px;
}

.c-ul--none li {
  margin-bottom: 1.25rem;
  font-size: 14px;
  border-bottom: 0.0625rem solid #ededed;
}

.c-ul--color {
  list-style: none;
  padding-left: 0;
}

.c-ul--color li {
  margin-bottom: 1.25rem;
}

.c-ul--color li::before {
  content: "\2022";
  color: #E1173F;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.pl-25 {
  padding-left: 1.5625rem;
}

.pl-45 {
  padding-left: 2.8125rem;
}

.pb-30 {
  padding-bottom: 1.875rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.aln-right {
  text-align: right;
}

.aln-left {
  text-align: left;
}

.aln-center {
  text-align: center;
}

.brd-b {
  border-bottom: 1px solid #707070;
  background-color: #FFF;
  display: block;
  margin-top: 0px;
}

.is-hidden {
  display: none;
}

.is-show {
  display: block;
}

/* Novo layout cookies */
.c-btn.rejeitar {
  width: 320px;
  height: 48px;
  background: transparent;
  opacity: 1;
  border: 1px solid #fff;
}

.c-btn.configurar {
  width: 227px;
  height: 48px;
  background: transparent;
  opacity: 1;
  border: 1px solid #fff;
}

.c-btn.aceitar {
  width: 201px;
  height: 48px;
  opacity: 1;
}

.c-modal__header {
  position: relative;
  box-shadow: none;
}

.c-closed {
  position: absolute;
  right: 0;
  top: 0;
}



.c-modal__header h1 {
  margin-top: 18px;
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 20px;
  text-transform: none;
}

.c-modal__header p {
  color: #47484C;
  width: 740px;
  opacity: 1;
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 15px;
  margin: auto;
}

.collapse-content {
  display: none;
  overflow: hidden;
}

.c-ul--none button {
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  position: relative;
  outline: none;
  border: 0;
  text-align: left;
  width: 100%;
  padding: 0.625rem;
  cursor: pointer;
}

.c-ul--none button:after {
  content: ' ';
  border: solid #3B69FF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  right: 0.3125rem;
  top: calc(100% - 1.5625rem);
  position: absolute;
}

.c-ul--none button[aria-expanded="true"]:after {
  transform: rotate(45deg);
  transition: all .3s ease-in;
}
.c-ul--none button[aria-expanded="false"]:after {
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}

.buttons-modal {
  position: absolute;
  margin: 260px auto;
  left: 30px;
  bottom: -35px;
  font-size: 14px;
}

.c-ul--none .aviso {
  position: relative;
  color: #47484C;
  top: 30px;
}

.c-btn.aceitar.configuracoes {
  background: #00c592 0% 0% no-repeat padding-box;
  border-radius: 24px;
  opacity: 1;
  width: 241px;
  height: 48px;
  color: #fff;
  border: none;
}

.c-btn.rejeitar.naoncessarios {
  background: #FFFFFF00 0% 0% no-repeat padding-box;
  border: 1px solid #00c592;
  border-radius: 24px;
  opacity: 1;
  width: 216px;
  height: 48px;
  color: #00c592;
  margin-left: 20px;
}

.header-content {
  display: flex;
}

.collapse-content p {
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1366px) {
  .c-modal {
    height: 580px;
  }
  .buttons-modal {
    bottom: -65px;
  }
  .brd-b {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 520px) {
  .cookies__cta {
    -ms-flex-pack: center;
    padding-right: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .c-btn.configurar {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .c-btn.aceitar {
    width: 100%;
  }

  .cookies__description p {
    margin: 1.25rem 0;
    text-align: center;
    width: 320px;
  }

  .c-modal {
    height: 100%;
    top: 40px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .c-modal__header h1 {
    width: 282px;
    display: block;
  }

  .c-modal__header p {
    width: 98%;
  }

  .c-modal__content {
    width: 100%;
    height: 100%;
    margin-top: 260px;
  }

  .buttons-modal p {
    width: 312px;
  }

  .c-btn.aceitar.configuracoes,
  .c-btn.rejeitar.naoncessarios {
    width: 312px;
    margin: 10px 0px 0px 20px;
  }

  .c-ul--none {
    width: 100%;
    overflow: scroll;
    height: 370px;
  }

  .buttons-modal {
    top: 385px;
  }

  .c-modal__header {
    z-index: 1;
    position: relative;
    height: 230px;
  }
}

@media only screen and (max-width: 375px) {
  .buttons-modal {
    left: 0px;
  }
}

@media only screen and (max-width: 320px) {
  .c-modal__header p {
    font-size: 14px;
  }

  .c-btn.aceitar.configuracoes, .c-btn.rejeitar.naoncessarios {
    width: 240px;
  }
}