@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, º table,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  clear: both;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*groc*/
/*grana*/
/*blau*/
/*success*/
/*validation*/
/*error*/
/*1440*/
html {
  font-size: 62.5%;
  /* changes a default 16px font size to 10px */
  overflow-x: hidden;
}

*,
div {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Anton", sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #FDC52E;
}

/* @media (max-width: 1640px) { */
  .page {
    position: relative;
  }
/* } */

main {
  position: relative;
}

.header__logo-img {
  width: 100%;
  max-width: 92.8rem;
}

.head {
  max-width: 114rem;
  width: 100%;
  height: 1rem;
  display: none;
}
.head__colors {
  height: 10px;
  overflow: hidden;
  display: flex;
}
.head__blue {
  height: 10px;
  min-width: 31rem;
  background-color: #0453A0;
  display: block;
}
.head__grana {
  height: 10px;
  min-width: 62rem;
  width: 100%;
  background-color: #A3234B;
  display: block;
}
@media (max-width: 600px) {
  .head {
    display: block;
  }
  .head__blue {
    min-width: 10rem;
  }
  .head__grana {
    min-width: 31rem;
  }
}

/* .container {
  max-width: 140rem;
  width: 100%;
  margin: 0 auto;
  padding: 0rem;
  position: absolute;
  left: -24px;
} */
.container__bx {
  padding: 0 2.4rem;
}
.container .container {
  position: static;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button,
input,
img {
  transition: all 300ms linear;
}

p {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  p {
    margin-bottom: 1.4rem;
  }
}
p:last-child {
  margin-bottom: 0;
}

.alh {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
}

.content {
  /* max-width: 114rem; */
  width: 100%;
}
@media (max-width: 960px) {
  .content {
    margin-bottom: 12vw;
  }
}
@media (max-width: 768px) {
  .content {
    margin-bottom: 12vw;
  }
}
@media (max-width: 420px) {
  .content {
    margin-bottom: 0;
  }
}
.content__colors {
  height: 10px;
  overflow: hidden;
  display: flex;
}
.content__blue {
  height: 10px;
  min-width: 31rem;
  background-color: #0453A0;
  display: block;
}
.content__grana {
  height: 10px;
  min-width: 62rem;
  width: 100%;
  background-color: #A3234B;
  display: block;
}
@media (max-width: 600px) {
  .content__blue {
    min-width: 10rem;
  }
  .content__grana {
    min-width: 31rem;
  }
}

/*INTRO*/
.intro {
  /* background: linear-gradient(178deg, #1D1449 24.67%, #2D3D75 80.62%, #4E062B 146.32%, #38052E 163.61%); */
  padding: 5rem 5.7rem 2rem 5.8rem;
  /* max-width: 114rem; */
}
@media (max-width: 420px) {
  .intro {
    padding: 2.4rem 2.4rem 2rem 2.4rem;
  }
}
.intro__title {
  font-family: "Anton", sans-serif;
  font-size: 6.1rem;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 110%;
  color: #000;
  margin-bottom: 0;
  text-align: center;
}
.intro__title span {
  color: #FDC52E;
}
@media (max-width: 420px) {
  .intro__title {
    font-size: 3.9rem;
    line-height: 130%;
  }
}
.intro__subtitle {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  font-style: normal;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2.6rem;
}
@media (max-width: 420px) {
  .intro__subtitle {
    font-size: 2rem;
  }
}
.intro__text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02rem;
  line-height: 140%;
  color: #fff;
}
@media (max-width: 420px) {
  .intro__text {
    font-weight: 350;
    font-size: 2rem;
  }
}
.intro__proclamations {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  font-style: normal;
  line-height: 130%;
  text-transform: uppercase;
  color: #FDC52E;
}
.intro__proclamations span {
  display: block;
}
@media (max-width: 420px) {
  .intro__proclamations {
    font-size: 2rem;
    line-height: 140%;
    margin-top: 4rem;
  }
}

.intro__text:last-of-type {
  margin-bottom: 52.5rem;
}

/*VIDEO*/
.video-mask__video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

/*MARQUEE*/
.marquee {
  background-color: #FDC52E;
  padding: 2rem 0 0.5rem 0;
  overflow: hidden;
  position: relative;
}
.marquee__mask {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: slide 8s linear infinite;
}
.marquee__text {
  color: #090A0C;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  font-size: 4.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 130%;
  display: inline-block;
  gap: 4.7rem;
  white-space: nowrap;
  will-change: auto;
}
@keyframes slide {
  0% {
    transform: translatex(0%);
  }
  100% {
    transform: translatex(-50%);
  }
}

/*SPEECH*/
.speech {
  padding: 6.4rem 8rem 6.4rem 8rem;
  background: linear-gradient(178deg, #1D1449 24.67%, #2D3D75 80.62%, #4E062B 146.32%, #38052E 163.61%);
  position: relative;
}
@media (max-width: 420px) {
  .speech {
    padding: 2.4rem 2.4rem 4rem 2.44rem;
  }
}
.speech__title {
  font-family: "Anton", sans-serif;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  color: #FDC52E;
  margin-bottom: 3rem;
}
@media (max-width: 420px) {
  .speech__title {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.speech__text {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.42px;
}
@media (max-width: 420px) {
  .speech__text {
    font-size: 1.6rem;
    font-weight: 350;
  }
}
.speech__proclamations {
  color: #FDC52E;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  text-transform: uppercase;
}
.speech__proclamations span {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 420px) {
  .speech__proclamations {
    font-size: 1.8rem;
    padding-top: 3.4rem;
  }
  .speech__proclamations span {
    display: inline;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 140%;
    font-size: 2rem;
  }
}
.speech__colors {
  height: 10px;
  width: 100%;
  overflow: hidden;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}
.speech__blue {
  height: 10px;
  min-width: 31rem;
  background-color: #0453A0;
  display: block;
}
.speech__grana {
  height: 10px;
  min-width: 62rem;
  width: 100%;
  background-color: #A3234B;
  display: block;
}
@media (max-width: 600px) {
  .speech__blue {
    min-width: 10rem;
  }
  .speech__grana {
    min-width: 31rem;
  }
}

/* LAST SPEECH  */
.last-speech {
  padding: 6.4rem 8rem 6.4rem 8rem;
  background: linear-gradient(184deg, #1D1449 15.32%, #2D3D75 61.24%, #4E062B 115.15%, #38052E 129.35%);
}
@media (max-width: 420px) {
  .last-speech {
    padding: 6.4rem 2.4rem 6.4rem 2.4rem;
  }
}
.last-speech__white {
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0 0 0.8rem 0;
}
@media (max-width: 420px) {
  .last-speech__white {
    font-size: 3.1rem;
    line-height: 120%;
    margin: 0 0 0 0;
  }
}
.last-speech__white span {
  display: block;
}
.last-speech__yellow {
  color: #FDC52E;
  font-family: "Anton", sans-serif;
  font-size: 6.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0 0 0.6rem 0;
}
@media (max-width: 420px) {
  .last-speech__yellow {
    font-size: 4.9rem;
    line-height: 120%;
    margin: 0 0 0 0;
  }
}
.last-speech__request {
  margin: 2rem 0 0 0;
}
.last-speech__request__title {
  color: #FDC52E;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  text-transform: uppercase;
}
.last-speech__request__text {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.signatures {
  background: linear-gradient(39deg, #1D1449 24.54%, #2D3D75 72.64%, #4E062B 129.11%, #38052E 143.98%);
  padding: 6.4rem 8rem 6.4rem 8rem;
}
@media (max-width: 420px) {
  .signatures {
    padding: 6.4rem 2.4rem 6.4rem 2.4rem;
  }
}
.signatures__button {
  display: flex;
  padding: 1.4rem 3.2rem;
  margin: 4rem 0 3.6rem 0;
  justify-content: center;
  align-items: center;
  width: 17.8rem;
  gap: 10px;
  color: #090A0C;
  background-color: #FDC52E;
  border: 0;
  font-family: "Anton", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.032rem;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 420px) {
  .signatures__button {
    width: 100%;
  }
}
.signatures__white {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
}
.signatures__call {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 130%;
  text-transform: uppercase;
  color: #FDC52E;
}
.signatures__call span {
  display: inline;
}
@media (max-width: 420px) {
  .signatures__call span {
    display: inline;
  }
}
.signatures__spaces {
  padding: 4rem 0 4rem 0;
  display: flex;
  gap: 9.6rem;
}
@media (max-width: 420px) {
  .signatures__spaces {
    gap: 3.2rem;
  }
}
.signatures__spaces__cols {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.signatures__events h2 {
  color: #FDC52E;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 140%;
  text-transform: uppercase;
}
.signatures__events p {
  letter-spacing: 0.036rem;
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
  font-family: "Roboto Condensed";
}

.last {
  max-width: 114rem;
  width: 100%;
  height: 1rem;
  display: block;
}
.last__colors {
  height: 10px;
  overflow: hidden;
  display: flex;
}
.last__blue {
  height: 10px;
  min-width: 31rem;
  background-color: #0453A0;
  display: block;
}
.last__grana {
  height: 10px;
  min-width: 62rem;
  width: 100%;
  background-color: #A3234B;
  display: block;
}

.bot {
  width: 100%;
  height: 1rem;
  display: block;
}
.bot__colors {
  height: 10px;
  overflow: hidden;
  display: flex;
}
.bot__blue {
  height: 10px;
  min-width: 31rem;
  background-color: #0453A0;
  display: block;
}
.bot__grana {
  height: 10px;
  min-width: 62rem;
  width: 100%;
  background-color: #A3234B;
  display: block;
}

/* MODAL BACKGROUND */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 666;
}

/* ANIMATION OPEN*/
/* FORM */
.campaign {
  background-color: #090A0C;
  /* position: fixed;
  top: 6.3rem;
  right: 2.1rem; */
  /* max-width: 48rem; */
    width: 100%;
   max-width: 50rem;
   margin: 0 auto 6rem;
  padding: 3.2rem 4rem;
  display: flex;
  flex-direction: column;
  -webkit-animation-name: open;
  -webkit-animation-duration: 0.2s;
  animation-name: open;
  animation-duration: 0.2s;
}
.campaign p {
      font-family: "Roboto Condensed";
    font-size: 1.1rem;
  color: #fff;
}
.campaign p  strong{
  font-weight: 800;
}
.campaign p a {
  text-decoration: underline;
}
/* @media (max-width: 1640px) {
  .campaign {
    position: fixed !important;
    transform: translate(-50%) !important;
    left: 50% !important;
  }
} */
@media (max-width: 1639px) {
  .campaign {
    width: 100%;
    /* right: 0; */
  }
}
@media (max-width: 428px) {
  .campaign {
    width: 100%;
    /* right: 0;
    transform: translate(0) !important; */
    /* left: 0 !important; */
    /* height: 100vh;
    top: 0; */
  }
}
.campaign__close-icon {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  width: 4.8rem;
  height: 4.8rem;
  display: none;
}
@media (max-width: 1640px) {
  .campaign__close-icon {
    display: block;
    z-index: 999;
  }
}
.campaign__header {
  margin-bottom: 1.6rem;
  margin-top: 3rem;
}
.campaign__title {
  color: #FDC52E;
  font-family: "Anton", sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 428px) {
  .campaign__title {
    font-size: 2rem;
    line-height: 100%;
  }
}
.campaign__subtitle {
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 428px) {
  .campaign__subtitle {
    font-size: 2rem;
    line-height: 100%;
  }
}
.campaign__fields {
  list-style: none;
  padding: 0;
  margin: 0;
}
.campaign__field {
  position: relative;
  margin-bottom: 1.6rem;
}
.campaign__field p {
  color: white;
  display: flex;
  align-items: center;
  line-height: 150%;
  font-weight: 400;
  font-family: "Roboto Condensed";
  font-size: 1.1rem;
}
.campaign__field .wpcf7-form-control {
  width: 100%;
  height: 5rem;
  padding: 0.8rem 2rem 0 2rem;
  font-size: 1.6rem;
  line-height: 140%;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.campaign__field .wpcf7-form-control::-moz-placeholder {
  color: #AFB7BE;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 120%;
}
.campaign__field .wpcf7-form-control::placeholder {
  color: #AFB7BE;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 120%;
}
.campaign__field .wpcf7-form-control:focus {
  border-color: #FFB82E;
  outline: none;
}
.campaign__field label {
  position: absolute;
  top: 20%;
  left: 2rem;
  transform: translateY(-50%);
  color: #090A0C;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: 0.24px;
  transition: 0.2s ease all;
}
.campaign__field .wpcf7-submit {
  display: flex;
  padding: 1.4rem 3.2rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #090A0C;
  background-color: #FDC52E;
  border: 0;
  font-family: "Anton", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.032rem;
  text-transform: uppercase;
  cursor: pointer;
}
.campaign__field input[type=checkbox] {
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  border-radius: 0.26rem;
  margin: 1rem;
}
.campaign__field > .campaign__privacy {
  color: #fff;
  font-size: 1.2rem;
  line-height: 140%;
}
/* 
.campaign__field.align.alh a {
  border-bottom: white;
  border-bottom-style: solid;
  border-bottom-width: 1px;
} */

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-acceptance {
  padding: 0 !important;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-form-control-wrap{
  width: 100%;
}
.wpcf7-form-control-wrap[data-name=soci] {
  width: 100%;
}
.wpcf7-form-control-wrap[data-name=phone] {
  width: 100%;
}
.wpcf7-form-control-wrap[data-name=dades] {
  width: auto;
}
.wpcf7-form-control-wrap[data-name=politica] {
  width: auto;
}

.wpcf7-form-control-wrap[data-name=politica] a {
  text-decoration: underline;
}

.wpcf7-number {
  width: 100%;
}

/* MODAL LAUNCHER */
.launcher {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 999;
  background-color: #090A0C;
  padding: 1.6rem 2.4rem 1.6rem 2.4rem;
  display: none;
}
.launcher__text {
  color: #FDC52E;
  font-family: "Anton", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.6rem;
}
.launcher__call {
  color: #fff;
}
.launcher button {
  display: flex;
  padding: 1.4rem 3.2rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #090A0C;
  background-color: #FDC52E;
  border: 0;
  font-family: "Anton", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.032rem;
  text-transform: uppercase;
  width: 25vw;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .launcher button {
    width: 72%;
  }
}
@media (max-width: 420px) {
  .launcher button {
    width: 90%;
  }
}
@media (max-width: 1640px) {
  /* .launcher .launcher {
    display: block;
  } */
  .launcher .launcher__text {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .launcher .launcher__text {
    text-align: left;
    font-size: 1.4rem;
  }
}

/* FEEDBACK MODAL */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(9, 10, 12, 0.8);
  z-index: 999;
}
.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 6.8rem 2.4rem 4.8rem 2.4rem;
  width: 375px;
  background-color: #090A0C;
}
.modal__title {
  color: #FDC52E;
  text-transform: uppercase;
  font-size: 3.1rem;
  line-height: 120%;
  font-family: "Anton", sans-serif;
}
.modal__text {
  margin-top: 1.6rem;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0.03rem;
  font-weight: 400;
}
.modal__close-icon {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  width: 4.8rem;
  height: 4.8rem;
  cursor: pointer;
}

/* VALIDATED EMAIL PAGE */
.validated {
  /*background: linear-gradient(178deg, #1D1449 24.67%, #2D3D75 80.62%, #4E062B 146.32%, #38052E 163.61%);*/
  padding: 6.4rem 8rem 6.4rem 8rem;
  text-align: center;
}
@media (max-width: 420px) {
  .validated {
    padding: 2.4rem 2.4rem 4rem 2.4rem;
  }
}
.validated__title {
  font-family: "Anton", sans-serif;
  font-size: 6.1rem;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 110%;
  color: #000;
  margin-bottom: 2rem;
}
.validated__title span {
  color: #000;
  display: block;
}
@media (max-width: 420px) {
  .validated__title {
    font-size: 3.9rem;
    line-height: 110%;
  }
}
.validated__subtitle {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  font-style: normal;
  line-height: 130%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 2.6rem;
}
.validated__subtitle span {
  display: block;
}
@media (max-width: 420px) {
  .validated__subtitle span {
    display: inline;
  }
}
@media (max-width: 420px) {
  .validated__subtitle {
    font-size: 2rem;
  }
}
.validated__text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02rem;
  line-height: 140%;
  color: #fff;
}
.validated__text span {
  display: block;
}
@media (max-width: 420px) {
  .validated__text {
    font-weight: 350;
    font-size: 2rem;
  }
}
.validated__link {
  background-color: #FDC52E;
  display: flex;
  max-width: 36rem;
  padding: 1.4rem 3.2rem 1.4rem 3.2rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 1.6rem;
  margin-top: 4rem;
}
@media (max-width: 420px) {
  .validated__link {
    font-size: 1.4rem;
    padding: 1.4rem 2rem 1.4rem 2rem;
  }
}

.xs {
  position: relative;
  padding: 4.8rem 4rem 4.8rem 4rem;
  background-color: #FDC52E;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.xs__title {
  color: #090A0C;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 130%;
}
.xs__list {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}
@media (max-width: 420px) {
  .xs__list {
    gap: 1.3rem;
  }
}
.xs__img {
  width: 4.5rem;
  height: auto;
  display: block;
}
@media (max-width: 420px) {
  .xs__img {
    width: 3rem;
  }
}

.validated {
  width: 100%;
}
.validated__colors {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 960px) {
  .validated {
    margin-bottom: 12vw;
  }
}
@media (max-width: 768px) {
  .validated {
    margin-bottom: 12vw;
  }
}
@media (max-width: 420px) {
  .validated {
    margin-bottom: 0;
  }
}
.validated__colors {
  height: 10px;
  overflow: hidden;
  display: flex;
}
.validated__blue {
  height: 10px;
  min-width: 31rem;
  background-color: #0453A0;
  display: block;
}
.validated__grana {
  height: 10px;
  min-width: 62rem;
  width: 100%;
  background-color: #A3234B;
  display: block;
}
@media (max-width: 600px) {
  .validated__blue {
    min-width: 10rem;
  }
  .validated__grana {
    min-width: 31rem;
  }
}

.policy {
  width: 100%;
  background: linear-gradient(178deg, #1D1449 24.67%, #2D3D75 80.62%, #4E062B 146.32%, #38052E 163.61%);
  padding: 6.4rem 8rem 6.4rem 8rem;
  text-align: center;
}

.policy__table {
  border: 1px solid white;
  width: 50%;
  width: 80%;
  margin: 1rem auto;
}
.policy__table td {
  padding: 1rem;
  border: 1px solid white;
}

h3.policy__title {
 font-size: 4rem;
text-align:left;
}

h2.policy__title {
 font-size: 4rem;
text-align:left;
}

@media (max-width: 420px) {
  .policy {
    padding: 2.4rem 2.4rem 4rem 2.4rem;
  }
}
.policy__title {
  font-family: "Anton", sans-serif;
  font-size: 6.1rem;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 110%;
  color: #fff;
  margin-bottom: 2rem;
}
.policy__text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02rem;
  line-height: 140%;
  color: #fff;
  text-align: left;
}
@media (max-width: 420px) {
  .policy__text {
    font-size: 1.6rem;
  }
}

.copyright {
  background-color: #090A0C;
  padding: 3rem 4rem 3rem 4rem;
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.022rem;
  line-height: 140%;
  color: #fff;
  width: 100%;
}

.copyright .container {
  width: 100vw;
  max-width: 100% !important;
}

/* FORM REPORT */
.report {
  max-width: 48rem;
  padding: 3.2rem 4rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
.report__fields {
  list-style: none;
  padding: 0;
  margin: 0;
}
.report__field {
  position: relative;
  margin-bottom: 1.6rem;
}
.report__field p {
  color: white;
  display: flex;
  align-items: center;
  line-height: 150%;
  font-weight: 400;
  font-family: "Roboto Condensed";
  font-size: 1.1rem;
}
.report__field .wpcf7-form-control {
  width: 100%;
  height: 5rem;
  padding: 0.8rem 2rem 0 2rem;
  font-size: 1.6rem;
  line-height: 140%;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.report__field .wpcf7-form-control::-moz-placeholder {
  color: #AFB7BE;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 120%;
}
.report__field .wpcf7-form-control::placeholder {
  color: #AFB7BE;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 120%;
}
.report__field .wpcf7-form-control:focus {
  border-color: #FFB82E;
  outline: none;
}
.report__field label {
  position: absolute;
  top: 20%;
  left: 2rem;
  transform: translateY(-50%);
  color: #090A0C;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: 0.24px;
  transition: 0.2s ease all;
}
.report__field .wpcf7-submit {
  display: flex;
  padding: 1.4rem 3.2rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #090A0C;
  background-color: #FDC52E;
  border: 0;
  font-family: "Anton", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.032rem;
  text-transform: uppercase;
  cursor: pointer;
}
.report__field input[type=checkbox] {
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  border-radius: 0.26rem;
  margin: 1rem;
}
.report__field > .campaign__privacy {
  color: #fff;
  font-size: 1.2rem;
  line-height: 140%;
}

#politic.campaign__field span, #novetats.campaign__field p {
  text-align: left;
}
/* 
.campaign__field.align.alh a {
  border-bottom: white;
  border-bottom-style: solid;
  border-bottom-width: 1px;
} */

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-acceptance {
  padding: 0 !important;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-form-control-wrap[data-name=soci] {
  width: 100%;
}

.wpcf7-form-control-wrap[data-name=phone] {
  width: 100%;
}

.wpcf7-form-control-wrap[data-name=politica] a {
  text-decoration: underline;
}

.wpcf7-number {
  width: 100%;
}

.error__title {
  font-size: 50rem;
  text-align: center;
}
.error__subtitle {
  font-family: "Anton", sans-serif;
  font-size: 2rem;
  text-align: center;
}
.error__subtitle a {
  text-decoration: underline;
  color: #0453A0;
}

.header-error__logo-img {
  width: 100%;
  max-width: 20rem;
}

@media (max-width: 1640px) {
  .container {
    position: static;
  }
  .content {
    margin-bottom: 5vw;
    max-width: 140rem;
  }
  .intro {
    max-width: 140rem;
  }
  .video {
    max-width: 140rem;
  }
  /* .campaign {
    display: none;
  } */
  /* .launcher {
    display: block;
  } */
  .launcher__text {
    font-size: 2rem;
  }
}
@media (max-width: 1400px) {
  .container__bx {
    padding: 0;
  }
}
@media (max-width: 960px) {
  .content {
    margin-bottom: 12vw;
  }
}
@media (max-width: 768px) {
  .content {
    margin-bottom: 12vw;
  }
}
@media (max-width: 420px) {
  .content {
    margin-bottom: 26vw;
  }
}/*# sourceMappingURL=style.css.map */