:root {
  --color-primary: #D1005D;
  --color-primary-opacity: #D1005D90;
  --color-primary-light: #E41D79;
  --color-secondary: #514689;
  --color-secondary-dark: #1B365D;
  --color-background: #8cd0e5;
  --color-dark: #2E3641;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-grey-dark: #2E3641;
  --color-grey-medium: #4c565c;
  --color-grey-light: #F5F6FA;
  --color-dark-grey-3: #333333;
  --color-blue-light: #c0e5f0;
  --color-green-light: #d0e6c7;
  --color-yellow-light: #fee49e;
  --color-pink-light: #DFB8D7;
}

.text-highlight {color: var(--color-white); font-weight: 700;}
.text-highlight-2 {color: var(--color-primary); font-weight: 700;}

body, button, input, optgroup, select, textarea {
  font-family: 'Montserrat', sans-serif !important;
}

body {
  background-color: var(--color-primary) !important;
  color: var(--color-primary) !important;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden !important;
}

.link-form {
  text-decoration: underline !important;
  font-weight: 700 !important;
  color: var(--color-white) !important;
}

.link-form:hover {
  text-decoration: underline !important;
}

a {
  text-decoration: none !important;
}

a:link {
  text-decoration: none !important;
}

a:visited {
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline !important;
}

a:active {
  text-decoration: none !important;
}

h1 {
  color: var(--color-white) !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin: 15px 0 15px 0 !important;
}

h2 {
  color: var(--color-white) !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  margin: 15px 0 15px 0 !important;
}

h3 {
  color: var(--color-white) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin: 15px 0 15px 0 !important;
}

p {
  color: var(--color-white);
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  margin: 15px 0 15px 0;
}

.button {
  background-color: transparent !important;
  border-color: var(--color-white) !important;
  border-width: 1px;
  color: var(--color-white) !important;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}

.button-cta {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background-color: var(--color-white) !important;
  border-color: transparent !important;
  border-radius: 50px;
  color: var(--color-primary) !important;
  cursor: pointer;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
  padding-top: calc(0.5em - 1px) !important;
  text-align: center !important;
  white-space: nowrap !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin: 40px 0 0 0 !important;
  width: 200px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  z-index: 99 !important;
  position: relative;
}

.button-cta:hover {
  opacity: 1;
  text-decoration: none !important;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgb(255 255 255 / 30%);
          box-shadow: 0 10px 20px rgb(255 255 255 / 30%);
}

.button-form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background-color: var(--color-white) !important;
  border-color: transparent !important;
  border-radius: 50px;
  color: var(--color-dark-grey-3) !important;
  cursor: pointer;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
  padding-top: calc(0.5em - 1px) !important;
  text-align: center !important;
  white-space: nowrap !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 40px 0 0 0 !important;
  width: 100% !important;
  height: 40px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  z-index: 99 !important;
  position: relative;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.button-form-outline {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background-color: transparent !important;
  border-color: var(--color-white) !important;
  border-radius: 50px;
  color: var(--color-white) !important;
  cursor: pointer;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
  padding-top: calc(0.5em - 1px) !important;
  text-align: center !important;
  white-space: nowrap !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 30px 0 0 0 !important;
  width: 100% !important;
  height: 40px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  z-index: 99 !important;
  position: relative;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.button-form:hover, .button-form-outline:hover {
    opacity: 1;
    text-decoration: none !important;
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 20px rgb(255 255 255 / 30%);
            box-shadow: 0 10px 20px rgb(255 255 255 / 30%);
}

.field.is-grouped>.control {
  width: 100% !important;
}

.column {
  padding: 0 !important;
}

.section {
  padding: 6rem 4rem 8rem 4rem !important;
}

.header {
  background-color: var(--color-background) !important;
  padding: 0 40px;
  height: 890px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.header .logo-bcp {
  display: block;
  position: relative;
  padding: 80px 0 0 0;
  width: 280px;
  height: auto;
  z-index: 99 !important;
}

.header .tag:not(body) {
  background-color: var(--color-primary) !important;
  border-radius: 10px !important;
  color: var(--color-white) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin: 30px 0 5px 0 ;
}

.tag:not(body) {
  background-color: var(--color-white) !important;
  border-radius: 10px !important;
  color: var(--color-primary) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin: 15px 0 20px 0 ;
}

.header h1 {
  color: var(--color-primary) !important;
  font-size: 80px !important;
  font-weight: 700 !important;
  line-height: 0.95 !important;
  margin: 30px 0 15px 0 !important;
  max-width: 500px;
  letter-spacing: -2px !important;
}

.text-background {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 0 10px;
  line-height: 1.3 !important;
}

.header h2 {
  color: var(--color-white) !important;
  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  max-width: 500px;
}

.header h3 {
  color: var(--color-primary) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  max-width: 520px;
}

.bkg-color {
  background-color: var(--color-primary) !important;;
  color: var(--color-white) !important;
  font-size: 42px !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
  margin: 15px 0 !important;
  padding: 0 4px;
}

.text-image {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 0;
  height: auto;
  margin: 0 0 30px 0 !important;
}

.header .logo-atlantico {
  display: inline;
  width: 280px;
  height: auto;
  margin: 20px 0 0 0;
}

.header p {
  color: var(--color-primary) !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin: 15px 0 15px 0 !important;
  max-width: 640px;
}

.header .image-porco {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 54vw;
  max-width: 1080px;
  top: 1vw;
  right: -5vw;
  z-index: 0;
}

.header .image-juntos-somos-portugal {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 34vw;
  right: 0;
  width: 14vw;
  z-index: 2;
}

.text-up {
  z-index: 1;
}

.curtain {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 100vw;
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
  z-index: 9;
}

.footer {
  display: block;
  background-color: var(--color-dark) !important;
  color: var(--color-white) !important;
  padding: 150px 0!important;
  min-height: 600px !important;
  font-size: 20px;
  font-weight: 400;
}

.footer-ico {
  width: 90px;
  height: auto;
}

.footer-links {
  padding-top: 70px;
}

.footer-left, .footer-right, .footer-text {
  padding-top: 70px !important;
}

.footer p {
  color: var(--color-white) !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}

.footer a {
  color: var(--color-white) !important;
  font-weight: 700;
}

.button-store {
  display: block;
  margin: 25px 10px;
}

.social-media {
  display: block;
  margin: 21px 10px;
}

.btn-store {
  display: block;
  height: 32px !important;
}

.btn-store img {
  width: 100% !important;
  height: inherit !important;
}

.icon-sm {
  display: block;
  height: 32px !important;
  width: auto !important;
}

.how-participate {
  background-color: var(--color-white)  !important;
  color: var(--color-grey-medium)  !important;
  display: flex !important;
  justify-content: center !important;
}

.how-participate p {
  color: var(--color-grey-medium);
}

.how-participate .tag {
  background-color: var(--color-primary)  !important;
  color: var(--color-white)  !important;
}

.how-participate .button-cta {
  background-color: var(--color-primary)  !important;
  color: var(--color-white)  !important;
}

.how-participate .button-cta:hover {
  opacity: 1;
  text-decoration: none !important;
	-webkit-transform: translateY(-3px);
	    -ms-transform: translateY(-3px);
	        transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgb(209 0 93 / 30%);
          box-shadow: 0 10px 20px rgb(209 0 93 / 30%);
}

.how-participate h1 {
  color: var(--color-primary)  !important;
}

.p-link {
  margin-top: 10px !important;
  color: var(--color-primary) !important;
  font-weight: 700 !important;
}

.p-link p  {
  color: var(--color-primary) !important;
  font-weight: 700 !important;
}

.how-participate p {
  margin: 30px 0 30px 0;
}

.text-bold {
  font-weight: 700 !important;
}

.disclaimer p {
  font-size: 22px !important;
  margin: 30px 0 30px 0 !important;
}

.column-text-conditions {
  max-width: 590px !important;
}

.columns-how-participate {
  display: flex !important;
  justify-content: space-between;
}

.column-access-conditions {
  max-width: 500px !important;
}

.fixed-button {
  position: fixed !important;
  text-decoration: none !important;
  top: 15%;
  right: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.button-float-cta {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background-color: var(--color-secondary) !important;
  border-color: transparent !important;
  border-radius: 40px 0 0 40px;
  color: var(--color-white) !important;
  cursor: pointer;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1.6em !important;
  padding-right: 1em !important;
  padding-top: calc(0.8em - 1px) !important;
  text-align: center !important;
  white-space: nowrap !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  width: 120px !important;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-shadow: 0 10px 20px rgb(81 70 137 / 30%);
          box-shadow: 0 10px 20px rgb(81 70 137 / 30%);
}

.button-float-cta:hover {
  text-decoration: none !important;
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
  -webkit-box-shadow: 0 10px 20px rgb(209 0 93 / 30%);
          box-shadow: 0 10px 20px rgb(209 0 93 / 30%);
}

.button-float-cta .svg-inline--fa {
  height: 2em !important;
  padding-bottom: 5px;
}

.button-float-cta .svg-inline--fa.fa-w-16 {
  width: 2em !important;
}

.small-text a, .how-participate a {
  color: var(--color-primary) !important;
  font-weight: 700;
}

.small-text {
  font-size: 14px !important;
  font-weight: 400;
}

.text-box-card {
  position: relative !important;
  padding: 30px 40px !important;
  margin: 20px 10px !important;
  border-radius: 15px !important;
}

.text-box-card::before {
  content: ">";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  background-color: var(--color-white);
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
}

.yellow-light {
  background-color: var(--color-yellow-light);
  color: var(--color-yellow-light);
}

.green-light {
  background-color: var(--color-green-light);
  color: var(--color-green-light);
}

.blue-light {
  background-color: var(--color-blue-light);
  color: var(--color-blue-light);
}

.pink-light {
  background-color: var(--color-pink-light);
  color: var(--color-pink-light);
}

.text-box-card p {
  font-size: 22px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary-opacity) !important;
  color: var(--color-white) !important;
  z-index: 999 !important;
}

.modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Exibe a modal quando a classe is-active é adicionada */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: var(--color-white) !important;
  z-index: 999999 !important;
}

.modal-background {
  background-color: transparent !important;
  background-image: url(images/image-mobile-blank.png);
  background-repeat: no-repeat;
  background-position: center;
  color: var(--color-white) !important;
  background-size: 360px;
}

.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  -webkit-box-pack: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--color-white) !important;
  z-index: 99 !important;
  width: 380px !important;
  height: 100vh !important;
  padding: 40px !important;
  margin: 0 !important;
  margin-top: 40px !important;
}

.modal-card, .modal-content {
  overflow: unset !important;
}

.control {
    display: flex !important;
    justify-content: center !important;
}

@media (max-height: 700px) {
  .container{
    width: 100% !important;
  }

  .modal-content {
    display: block !important;
    top: 0 !important;
    overflow-x: auto !important;
    top: 2rem !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 100vh !important;
    margin: 0 !important;
  }

  .modal-background {
    background-image: none !important;
  }

  .modal {
    background-color: var(--color-primary) !important;
  }

  .header .logo-bcp {
    z-index: 99999999999 !important;
  }

}

.modal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-title {
  margin-bottom: 20px;
  color: var(--color-white) !important;
  text-align: center;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1.3 !important;
}

.field {
  color: var(--color-white) !important;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1.3 !important;
  margin: 0 0 10px 0 !important;
}

.field-textarea {
  border-bottom: 2px solid var(--color-white) !important;
}

.field-upload {
  margin: 30px 0 40px 0 !important;
}

.field-checkbox {
  color: var(--color-white) !important;
  font-size: 11px !important;
  font-weight: 400;
  line-height: 1.3 !important;
}

.label {
  color: var(--color-white) !important;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1.3 !important;
}

.small-text {
  color: var(--color-white) !important;
  font-size: 10px !important;
  font-weight: 400;
  line-height: 1.3 !important;
}

.input {
  color: var(--color-white) !important;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  background-color: transparent !important;
  outline: none;
  border: none ;
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 10px !important;
  margin: 0 !important;
}

.validate_frase::placeholder {
  color: var(--color-white) !important;
}

.validate_frase {
  height: 94px !important;
}

input::-webkit-input-placeholder {
  color: var(--color-white) !important;
}

input::-moz-placeholder {
  color: var(--color-white) !important;
}

input:-ms-input-placeholder {
  color: var(--color-white) !important;
}

input::-ms-input-placeholder {
  color: var(--color-white) !important;
}

input::placeholder {
  color: var(--color-white) !important;
}

form .buttons .button:not(:last-child):not(.is-fullwidth) {
  width: 100% !important;
}

.file-upload-input {
  display: none !important;
}

.mensagem-sucesso {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: var(--color-white) !important;
}

.mensagem-sucesso .icone-white {
  color: var(--color-white) !important;
}

.mensagem-sucesso p {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.mensagem-sucesso h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.is-large.delete, .is-large.modal-close {
  height: 64px !important;
  max-height: 64px !important;
  max-width: 64px !important;
  min-height: 64px !important;
  min-width: 64px !important;
  width: 64px !important;
  top: 30px;
  right: 30px;
}

@media screen and (max-width: 1700px) {
  .header .image-porco {
    width: 58vw;
    top: 4vw;
    right: -8vw;
    position: absolute;
  }

  .header .image-juntos-somos-portugal {
    width: 14vw;
    top: 45vw;
    right: -2vw;
    position: absolute;
  }
}

@media screen and (max-width: 1440px) {
  .header .image-porco {
    width: 53vw;
    top: 2vw;
    right: -10vw;
  }

  .header .image-juntos-somos-portugal {
    width: 14vw;
    top: 33vw;
    right: -2vw;
  }
  
  .header h1 {
    font-size: 62px !important;
    line-height: 1 !important;
    max-width: 500px;
  }

  h1 {
    font-size: 42px !important;
    line-height: 1.2 !important;
    margin: 15px 0 10px 0 !important;
  }

  .header h2 {
    font-size: 28px !important;
    line-height: 1.2 !important;
    max-width: 500px;
  }

  h2 {
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
  }
  
  .header h3 {
    font-size: 20px !important;
    line-height: 1.4 !important;
    max-width: 440px;
  }

  h3 {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }

  .header p {
    font-size: 20px !important;
    line-height: 1.4 !important;
    margin: 15px 0 15px 0 !important;
    max-width: 580px;
  }

  .footer p {
    font-size: 20px !important;
  }

  p {
    font-size: 20px !important;
    line-height: 1.3 !important;
    margin: 15px 0 15px 0;
  }

  .column-text-conditions {
    max-width: 520px !important;
  }

  .column-access-conditions {
    max-width: 400px !important;
  }

  .p-link {
    margin-top: 15px !important;
  }

  .text-box-card {
    padding: 25px 35px !important;
    margin: 20px 5px !important;
  }

  .text-box-card p {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }

  .text-box-card::before {
    left: -14px;
    font-size: 20px;
    line-height: 1.4;
    height: 28px;
    width: 28px;
  }

  .disclaimer p {
    font-size: 16px !important;
  }

  .section {
    padding: 6rem 4rem 6rem 4rem !important;
  }

  .footer {
    padding: 8rem 0 !important;
  }

  .header {
    padding: 0 60px;
    height: 700px;
  }

  .header .logo-bcp {
    padding: 80px 0 0 0;
    width: 220px;
    z-index: 99999999999 !important; 
  }

  .header .logo-atlantico {
    width: 220px;
  }

  .tag:not(body) {
    border-radius: 8px !important;
    font-size: 14px !important;
  }

  .header .tag:not(body) {
    border-radius: 8px !important;
    font-size: 14px !important;
  }
}

@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1440px !important;
    margin: 0 100px;
  }
}

@media screen and (max-width: 1350px) {
.header .image-porco {
  width: 54vw;
  top: 3vw;
  right: -7vw;
  }

  .header .image-juntos-somos-portugal {
    width: 14vw;
    top: 36vw;
    right: -1vw;
  }
}

@media screen and (max-width: 1220px) {
  .header {
    height: 670px;
  }

  .header .image-porco {
    width: 57vw;
    top: 4vw;
    right: -5vw;
  }

  .header .image-juntos-somos-portugal {
    width: 14vw;
    top: 38vw;
    right: 0vw;
  }

  .header h1 {
    font-size: 54px !important;
    max-width: 480px;
  }

  h1 {
    font-size: 38px !important;
  }

  .header h2 {
    font-size: 24px !important;
    max-width: 440px;
  }

  h2 {
    font-size: 24px !important;
  }

  .header h3 {
    font-size: 18px !important;
    max-width: 440px;
  }

  h3 {
    font-size: 18px !important;
  }

  p {
    font-size: 18px !important;
  }

  .footer p {
    font-size: 18px !important;
  }

  .column-text-conditions {
    max-width: 460px !important;
  }

  .column-access-conditions {
    max-width: 400px !important;
  }
}

@media screen and (max-width: 1100px) {
  .header .image-porco {
    width: 55vw;
    top: 8vw;
    right: -5vw;
  }

  .header .image-juntos-somos-portugal {
    width: 14vw;
    top: 46vw;
    right: -2vw;
  }
}

@media screen and (min-width: 1024px) {
  .container {
      max-width: 1100px !important;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    height: 670px;
  }

  .header .image-porco {
    width: 52vw;
    top: 11vw;
    right: -5vw;
  }

  .header .image-juntos-somos-portugal {
    width: 14vw;
    top: 46vw;
    right: 0vw;
  }

  .fixed-button {
    top: 12%;
  }

  .button-float-cta {
    border-radius: 30px 0 0 30px;
    font-size: 12px !important;
    width: 100px !important;
    height: 100px !important;
  }
}

@media screen and (max-width: 960px) {
  .header {
    height: 560px;
  }

  .header .is-half {
    width: 100% !important;
  }

  .header .image-porco {
    width: 56vw;
    top: 8vw;
    right: -6vw;
  }

  .header .image-juntos-somos-portugal {
    width: 15vw;
    top: 46vw;
    right: -3vw;
  }

  .header .logo-bcp {
    padding: 80px 0 0 0;
    width: 188px;
  }

  .header .logo-atlantico {
    width: 188px;
  }

  .header .tag:not(body) {
    font-size: 12px !important;
  }

  .header h1 {
    font-size: 42px !important;
    max-width: 360px;
  }

  h1 {
    font-size: 32px !important;
  }

  .header h2 {
    font-size: 22px !important;
    max-width: 360px;
  }

  h2 {
    font-size: 22px !important;
  }

  .header h3 {
    font-size: 16px !important;
    max-width: 440px;
  }

  h3 {
    font-size: 16px !important;
  }

  p {
    font-size: 16px !important;
  }

  .disclaimer p {
    font-size: 14px !important;
  }

  .footer p {
    font-size: 16px !important;
  }

  .column-text-conditions {
    max-width: 380px !important;
  }

  .column-access-conditions {
    max-width: 360px !important;
  }

  .tag:not(body) {
    font-size: 12px !important;
  }

  .text-box-card p {
    font-size: 14px !important;
  }

  .text-box-card::before {
    font-size: 16px;
    line-height: 1.85;
  }

}

@media screen and (max-width: 768px) {
  .header {
    height: 135vw !important;
    overflow: hidden !important;
  }

  .header .logo-bcp {
    z-index: 99999999999 !important;
    padding: 60px 0 0 0 !important;
  }

  .header .is-half {
    width: 100% !important;
  }

  .header h1 {
    max-width: 480px !important;
    font-size: 54px !important;
  }

  h1 {
    font-size: 38px !important;
  }
  
  .header h2 {
    max-width: 600px !important;
    font-size: 24px !important;
  }

  .h2 {
    font-size: 24px !important;
  }
  
  .header h3 {
    max-width: 100% !important;
  }

  .header p {
    max-width: 100% !important;
  }

  .header .image-porco {
    width: 100%;
    top: 0vw;
    right: 0vw !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative !important;
  }

  .header .image-juntos-somos-portugal {
    width: 20vw;
    top: 6vw;
    right: -2vw;
  }

  .section {
    padding: 4rem 4rem 4rem 4rem !important;
  }

  .footer {
    padding: 6rem 0 !important;
  }

  .columns-how-participate {
    display: flex !important;
    flex-direction: column !important;
  }

  .column-text-conditions,
  .column-access-conditions {
    max-width: 100% !important;
  }

  .how-participate .is-half {
    width: 100% !important;
  }

  .how-participate h1 {
    width: 460px !important;
  }

  .button-cta {
    font-size: 18px !important;
    width: 180px !important;
  }

  .modal-background {
    display: none !important;
  }

  .modal {
    background-color: var(--color-primary) !important;
    width: 100% !important;
  }

  .modal-content {
    top: 3rem !important;
    width: 100% !important;
    padding: 80px 20px 100px 20px !important;
  }
  
  html.is-modal-open{
    overflow: hidden !important;
  }

  .footer-text {
    margin: 0 30px !important;
  }

  .cl-sm-mobile {
    padding: 48px 0 10px 0 !important;
  }
}

@media screen and (max-width: 680px) {
  .header {
    height: 135vw !important;
  }
}

@media screen and (max-width: 590px) {
  .header {
    height: 145vw !important;
  }

  .is-large.delete, .is-large.modal-close {
    top: 30px;
    right: 10px !important;
  }
}

@media screen and (max-width: 520px) {
  .header {
    height: 150vw !important;
    padding: 0 50px !important;
  }

  .header .image-juntos-somos-portugal {
    width: 20vw;
    top: 10vw;
    right: -3vw;
  }

  .header h1 {
    font-size: 44px !important;
    max-width: 400px !important;
  }

  h1 {
    font-size: 32px !important;
  }
  
  .header h2 {
    max-width: 400px !important;
  }
  
  .header h3 {
    max-width: 400px !important;
  }

  .header p {
    max-width: 400px !important;
  }

  .header .tag:not(body) {
    margin: 20px 0 5px 0 !important;
  }

  .tag:not(body) {
    margin: 20px 0 5px 0 !important;
  }

  .how-participate h1 {
    width: 100% !important;
  }

  .section {
    padding: 4rem 3rem 4rem 3rem !important;
  }
}

@media screen and (max-width: 480px) {
  .header {
    height: 157vw !important;
  }

  .header h1 {
    max-width: 100% !important;
  }

  h1 {
    font-size: 28px !important;
  }
  
  .header h2 {
    max-width: 100% !important;
  }

  .header h3 {
    max-width: 100% !important;
  }

  .header p {
    max-width: 100% !important;
  }

  .how-participate {
    display: flex !important;
    justify-content: space-between !important;
  }

  .how-participate .is-half,
  .how-participate .is-full {
    width: 100% !important;
    padding: 0 20px !important;
  }

  .section {
    padding: 3.5rem 2rem 4rem 2rem !important
  }

  .fixed-button {
    top: 12%;
  }
}

@media screen and (max-width: 440px) {
  .header {
    height: 162vw !important;
  }

  .header h1 {
    font-size: 39px !important;
    max-width: 100%!important;
  }

  .disclaimer p {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 420px) {
  .header {
    height: 165vw !important;
  }
}

@media screen and (max-width: 390px) {
  .header {
    height: 172vw !important;
  }

  .header h1 {
    font-size: 37px !important;
  }

  h1 {
    font-size: 24px !important;
  }

  .header h2 {
    font-size: 22px !important;
  }

  h2 {
    font-size: 20px !important;
  }

  p {
    font-size: 15px !important;
  }

  .footer p {
    font-size: 15px !important;
  }

  .how-participate p {
    margin: 15px 0 15px 0;
  }

  .disclaimer p {
    margin: 15px 0 15px 0 !important;
  }

  .text-box-card {
    padding: 20px 30px !important;
    margin: 15px 5px !important;
  }

  .footer-left, .footer-right, .footer-text {
    padding-top: 40px !important;
  }

  .button-store {
    margin: 25px 5px !important;
  }
}

@media screen and (max-width: 359px) {
  .btn-store {
    height: 28px !important;
  }

  .header {
    height: 180vw !important;
  }

  .header h1 {
    font-size: 33px !important;
  }

  .modal-content {
    top: 3rem !important;
    width: 100% !important;
    padding: 80px 20px 100px 20px !important;
  }

  .header .logo-bcp {
    z-index: 0 !important;
  }
}

@media screen and (max-width: 330px) {
  .header {
    height: 185vw !important;
  }

  .header h1 {
    font-size: 30px !important;
  }

  h1 {
    font-size: 22px !important;
  }

  .header h2 {
    font-size: 20px !important;
  }

  .footer p {
    font-size: 14px !important;
  }
}

/* EXTRA FORM */
.file-upload-input{
    opacity: 0;
    height: 1px;
    display: block;
}

.button.upload{
    width: 300px;
    overflow: hidden;
    --percentComplete: 0%;
}

.button.upload::before{
    content: "";
    position: absolute;
    top: 0;
    left: var(--percentComplete);
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
    -webkit-transform: translate(-100%,0);
        -ms-transform: translate(-100%,0);
            transform: translate(-100%,0);
}

.button.upload span{
    position: relative;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.notification.top_float {
  position: fixed !important;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 35%;
  z-index: 9999 !important;
  margin: auto;
  display: block;
  -webkit-animation: float-top-notification .4s ease-out;
  animation: float-top-notification .4s ease-out;
}

@-webkit-keyframes float-top-notification {
  0% {
      -webkit-transform: translate(-50%, -180%);
      transform: translate(-50%, -180%);
  }
  100% {
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  }
}
@keyframes float-top-notification {
  0% {
      -webkit-transform: translate(-50%, -180%);
      transform: translate(-50%, -180%);
  }
  100% {
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  }
}

/*
form {
  display: none !important;
}

.mensagem-sucesso {
  display: none !important;
}
*/

/* Estiliza a barra de rolagem */
.modal-content {
  scrollbar-width: thin !important;
  scrollbar-color: #ffffff #ffffff50 !important;
}

/* Estiliza o polegar (thumb) */
::-webkit-scrollbar-thumb {
  background-color: #ffffff !important;
}

/* Estiliza o fundo da barra de rolagem */
::-webkit-scrollbar-track {
  background-color: #ffffff50 !important;
}


#wm-cookie-bar{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 520px;
  width: fit-content;
  display: block;
  z-index: 99999999999 !important;
}
#wm-cookie-bar *{
  font-size: 1em !important;
}
#wm-cookie-bar h2{
  font-size: 1.4em !important;
}
#wm-cookie-bar .button {
  background-color: var(--color-primary) !important;
  border: transparent;
  text-decoration: none !important;
}
#wm-cookie-bar a:not(.button) {
  color: var(--color-primary) !important;
}