body {
  margin-bottom: -1rem;
}
.c-header {
  position: relative;
  border-bottom: 0.3rem solid #e57200 !important;
}
.c-header__options__link {
  display: none !important;
}
.c-header__brand__logo {
  filter: invert(1);
}
.c-detail--special {
  margin-top: 0 !important;
}
.c-detail__data {
  display: none !important;
}
.c-header__custom__logo {
  max-width: 12rem !important;
}
.c-header__custom__text {
  font-family: "Roboto" !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  color: #000 !important;
}
.c-header__nav-btn .hamburger-inner,
.c-header__nav-btn .hamburger-inner:before,
.c-header__nav-btn .hamburger-inner:after {
  background-color: #000 !important;
}
.c-header__user__nav {
  display: none;
}
.o-content,
.o-content--full {
  width: 100%;
  max-width: 100% !important;
}
.c-detail {
  padding: 0 !important;
}
.c-detail--special {
  width: 100%;
  max-width: 100% !important;
  padding: 0;
  grid-gap: 0;
}
.o-section {
  padding-bottom: 0 !important;
}
.c-detail__body {
  padding-bottom: 0 !important;
}
.c-detail__body > * {
  /* padding: 0 !important; */
  box-sizing: border-box;
}
.c-detail__embed {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
  overflow: unset !important;
  text-align: center !important;
}
.c-detail__embed:last-of-type {
  margin-bottom: 0 !important;
}
.c-detail__embed__code {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100% !important;
  padding: 0;
}
.c-detail__embed__code > div {
  width: 100%;
}
.c-detail__content {
  margin: 0 auto !important;
}
footer {
  display: none !important;
}

.c-detail__body > * {
  box-sizing: border-box;
}
.composite-incolumns {
  max-width: 99rem !important;
}
.composite-incolumns > * {
  flex: 1;
}
.composite-richtext {
  max-width: 65rem !important;
  padding: 1.5rem !important;
}
.composite-richtext p a {
  text-decoration: underline;
  color: #dd792d;
}
.c-paragraph {
  max-width: 85rem !important;
  padding: 0 1.5rem !important;
  margin: 2rem auto !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 1.7rem !important;
  text-align: center;
  color: #fff !important;
}
.c-paragraph a {
  color: #dd792d !important;
}

.c-phrase__blockquote {
  max-width: 100% !important;
  /* padding: 2rem 20rem; */
  margin: 5rem auto !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 900 !important;
  /* font-size: 2.5rem !important;
  line-height: 3.5rem !important; */
  padding: 2rem !important;
  font-size: 2rem !important;
  line-height: 1.4 !important;
  color: #fff !important;
  text-align: center !important;
  background: none !important;
}
.c-phrase__blockquote:before {
  display: none;
}
.c-phrase__blockquote:nth-of-type(2) {
  background-color: #fff !important;
  color: #004570 !important;
}

.article-picture figcaption,
.article-picture .author {
  display: none;
}

.content-title-h1 {
  padding: 2rem !important;
  font-size: 2rem !important;
  line-height: 1.4 !important;
}

.proyecto {
  margin-bottom: 5rem;
}
.logo-big {
  padding: 0 2rem 2rem;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
.logo-big .paragraph {
  max-width: 85rem !important;
  margin: 2rem auto !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 1.7rem !important;
  line-height: 2.7rem !important;
  text-align: center;
  background-color: #fff !important;
  color: #004570 !important;
}

.menu-huella {
  position: relative;
  max-width: 99rem;
  /* height: 20rem; */
  height: auto;
  margin: 0 auto;
}


.encuesta-naturgy {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto auto;
  justify-items: center;
  align-items: end;
  width: 100% !important;
  max-width: 86rem !important;
  height: auto;
  padding: 0 0 2rem;
  margin: 5rem auto 1rem;
  background-color: #e57200;
  color: #fff;
  border-top: .5rem solid #004570;
}
.encuesta-naturgy .question {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  /* width: 37.5rem; */
  text-align: left;
  grid-row: 2;
  grid-column: 1;
  width: 100%;
  align-items: center;
}
.encuesta-naturgy .glovo {
  grid-row: 1;
  grid-column: 1;
  width: 21rem;
}
.encuesta-naturgy .vote {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  grid-row: 3;
  grid-column: 1;
  width: 100%;
  align-items: center;
  /* width: 27.5rem; */
}
.encuesta-naturgy .vote .bttn {
  max-width: 16.5rem;
  padding: .5rem 2rem;
  border: none;
  font-weight: 800;
  font-size: 2rem;
  background-color: #fff;
  color: #004570;
  border-radius: 1.5rem;
}
.encuesta-naturgy p {
  margin: 0 1.5rem 2rem;
  width: auto;
  font-size: 1.9rem;
  line-height: 2.7rem;
  color: #fff;
  text-align: center;
}

.pie {
  padding: 5rem 1rem !important;
  font-size: 1.4rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .encuesta-naturgy .question {
    width: 55rem;
  }
  .encuesta-naturgy .question h2 {
    font-size: 2.8rem !important;
  }
}

@media only screen and (min-width: 1024px) {
  .encuesta-naturgy .question {
    width: 55rem;
  }
}