@font-face {
  font-family: "Santander-01";
  src: local("SantanderHeadline-Bold"),
    url(/content/dam/sitepublico/campanhas-mkd/assets/fonts/SantanderHeadline-Bold.woff)
      format("woff");
}

@font-face {
  font-family: "Santander-02";
  src: local("SantanderHeadlineW05-Bold"),
    url(/content/dam/sitepublico/campanhas-mkd/assets/fonts/SantanderHeadlineW05-Bold.woff)
      format("woff");
}

@font-face {
  font-family: "Santander-03";
  src: local("SantanderHeadlineW05-BoldIt"),
    url(/content/dam/sitepublico/campanhas-mkd/assets/fonts/SantanderHeadlineW05-BoldIt.woff)
      format("woff");
}

@font-face {
  font-family: "Santander-04";
  src: local("SantanderHeadlineW05It-Italic"),
    url(/content/dam/sitepublico/campanhas-mkd/assets/fonts/SantanderHeadlineW05-Italic.woff)
      format("woff");
}

@font-face {
  font-family: "Santander-05";
  src: local("SantanderHeadlineW05-Rg"),
    url(/content/dam/sitepublico/campanhas-mkd/assets/fonts/SantanderHeadlineW05-Rg.woff)
      format("woff");
}

@font-face {
  font-family: "Santander-06";
  src: local("SantanderTextW05-Bold"),
    url(/content/dam/sitepublico/campanhas-mkd/assets/fonts/SantanderTextW05-Bold.woff)
      format("woff");
}

@font-face {
  font-family: "Santander-07";
  src: local("SantanderTextW05-BoldItalic"),
    url(/content/dam/sitepublico/campanhas-mkd/assets/fonts/SantanderTextW05-BoldItalic.woff)
      format("woff");
}

@font-face {
  font-family: "Santander-08";
  src: local("SantanderTextW05-Italic"),
    url(/content/dam/sitepublico/campanhas-mkd/assets/fonts/SantanderTextW05-Italic.woff)
      format("woff");
}

@font-face {
  font-family: "Santander-09";
  src: local("SantanderTextW05-Light"),
    url(/content/dam/sitepublico/campanhas-mkd/assets/fonts/SantanderTextW05-Light.woff)
      format("woff");
}

@font-face {
  font-family: "Santander-10";
  src: local("SantanderTextW05-LightIt"),
    url(/content/dam/sitepublico/campanhas-mkd/assets/fonts/SantanderTextW05-LightIt.woff)
      format("woff");
}

@font-face {
  font-family: "Santander-11";
  src: local("SantanderTextW05-Regular"),
    url(/content/dam/sitepublico/campanhas-mkd/assets/fonts/SantanderTextW05-Regular.woff)
      format("woff");
}

:root {
  --santander-red: #ec0000;
  --default-black: #222;
  --default-white: #fff;
  --form-control-color: blue;
  --section-title-size: 28px;
  --default-margin-inline: 20%;
  --default-margin-inline-mobile: 5%;
  --default-title-size: 28px;
  --default-text-size: 18px;
  --default-bigTitle-size: 35px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Santander-11", Arial, Helvetica, sans-serif;
  color: var(--default-black);
  font-synthesis: none !important;
}

input[type="radio"] {
  transform: scale(1.4);
}

h1 {
  font-family: "Santander-02", Arial, Helvetica, sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Santander-06", Arial, Helvetica, sans-serif;
}

p {
  font-size: 1rem;
  line-height: 1.5em;
}

.invisible {
  visibility: hidden;
}

sup {
  font-size: 0.8rem;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -webkit-optimize-contrast; /* Webkit */
  image-rendering: crisp-edges; /* Standard */
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ANIMATIONS */

.horizontal-shake {
  animation: growing 8s infinite;
  animation-delay: 2s;
}

@keyframes horizontal-shaking {
  0% {
    transform: translateX(0);
  }
  3% {
    transform: translateX(15px);
  }
  7% {
    transform: translateX(0px);
  }
  12% {
    transform: translateX(15px);
  }
  15% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0);
  }
}

/* 
ADDS PULSING EFFECT TO PEDIR CARTAO SIDE BUTTON
@keyframes growing {
  0% {
    transform: scale(1);
  }
  3% {
    transform: scale(1.1);
  }
  7% {
    transform: scale(1);
  }
  12% {
    transform: scale(1.1);
  }
  15% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
} */

/* ANIMATION ENDS */

.right-disclaimer p {
  padding-bottom: 1rem;
}

.right-disclaimer p:last-child {
  padding-bottom: 0;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #ec0000;
  color: #fff;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  font-weight: bold;
  z-index: 10000;
  transition: top 0.3s ease;
  font-family: inherit;
}

.skip-link:focus {
  top: 6px;
  outline: 2px solid blue;
  outline-offset: 2px;
}

#main-heading {
  scroll-margin-top: 20px;
}

*:focus {
  outline: 3px solid #0066cc;
  outline-offset: 2px;
}

.modal-button:focus,
.form-button:focus,
.condicoes-button-campanha:focus {
  outline: 3px solid #0066cc;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px rgba(0, 102, 204, 0.3);
}

input[type="radio"]:focus {
  outline: 3px solid #0066cc;
  outline-offset: 2px;
}

.modal.active {
  transform: translate(-50%, -50%) scale(1);
}

.mouse-user *:focus {
  outline: none;
}

.modal-button {
  position: fixed;
  right: 0em;
  top: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: var(--santander-red);
  width: 12em;
  height: 5em;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  transition: ease-in-out;
  z-index: 1000;
  border: none;
  cursor: pointer;
  tabindex: 1;
}

.modal-button {
  position: fixed;
  right: 0em;
  top: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: var(--santander-red);
  width: 12em;
  height: 5em;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  transition: ease-in-out;
  z-index: 1000;
}

.modal-btn-text {
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
}

.condicoes-button-campanha {
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  background-color: #63ba68;
  width: 20em;
  height: 5em;
  padding-block: 0.7em;
  padding-inline: 15px;
  list-style: none;
  text-decoration: none;
  border: none;
  border-radius: 50px;
  margin-top: 1.8em;
}

.condicoes-button-campanha:hover {
  cursor: pointer;
}

.modal-button:hover {
  cursor: pointer;
  background-color: #cc0000;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 200ms ease-in-out;
  border-radius: 25px;
  width: 500px;
  min-height: 300px;
  padding: 2em;
  padding-top: 3em;
  max-width: 80vw;
  background-color: white;
  border: 1px solid black;
  z-index: 2000;
  border: none;
}

.modalImg {
  position: fixed;
  top: -125px;
  left: 25%;
}

.modal.active {
  transform: translate(-50%, -50%) scale(1);
}

.modal-header {
  display: flex;
  font-weight: bold;
  font-size: 1.6rem;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5em;
}

.modal-form {
  padding-top: 1.7em;
}

.taeg {
  color: white;
  font-weight: 100;
  font-size: 2.1rem;
}

.form-title {
  padding-bottom: 0.7rem;
}

.text-just-mobile {
  display: none;
}

.text-just-desktop {
  display: inline;
}

.form-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2em;
}

.form-button {
  border: none;
  background: none;
  background-color: var(--santander-red);
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  width: 12em;
  height: 3em;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-button:hover {
  cursor: pointer;
  background-color: #cc0000;
}

.input-item {
  display: flex;
  gap: 0.8em;
  align-items: center;
}

.input-container {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}

.close-button-container {
  position: fixed;
  top: 0px;
  right: 20px;
}

.close-button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  font-size: 3rem;
  font-weight: bold;
  color: #cecccc;
  text-align: right;
}

#overlay {
  position: fixed;
  opacity: 0;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 400;
  pointer-events: none;
}

#overlay.active {
  opacity: 1;
  pointer-events: all;
}

.section-grey {
  background-color: #f0f0f0;
}

.red-bar-top {
  background-color: var(--santander-red);
  height: 15px;
}

.red-bar-bot {
  background-color: var(--santander-red);
  height: 5px;
}

.hero-container {
  background-image: url(../img/Site_LP_DES_Geral_Cartao-De-Credito_CC_AO_0725.jpg);
  /* background-image: url(../img/Site_LP_DES_Geral_Cartao-De-Credito_CC_FlashSales_0825.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 45%;
  background-position-x: 80%;
  height: auto;
  padding-bottom: 15px;
  padding-top: 20px;
}

br.desktop-only {
  display: inline;
}

br.mobile-only {
  display: none;
}

.background-tint {
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: multiply;
}

.logo {
  font-weight: bold;
  font-size: 1rem;
}

.title {
  padding-top: 1em;
  font-size: 2.6rem;
}

.subtitle {
  color: var(--default-white);
  padding-top: 1em;
  line-height: 24px;
  margin-bottom: 2.5em;
}

.subtitle-top {
  color: var(--default-white);
  font-size: 1.7rem;
  line-height: 32px;
}

.subtitle-bottom {
  font-size: 1.2rem;
}

.hero-container > * {
  color: var(--default-white);
  margin-left: var(--default-margin-inline);
}
media .main-container {
  text-align: justify;
  width: 100%;
  margin: 0 auto;
}

section {
  padding-block: 3.5rem;
}

.section-item-text {
  font-size: 1.1rem;
}

.section-one {
  width: 100%;
}

.section-two {
  width: 100%;
  background-color: #FBF1EA;
}

.section-three {
  background-color: white;
  padding-bottom: 0;
}

.section-four {
  padding-bottom: 3.5rem;
}

.section-five {
  background-color: #F5DED0;
}

.section-six {
  margin-block: 0em;
  padding-top: 0;
}

.ladder-container {
  height: 3em;
  display: flex;
}

.disclaimer-123 {
  margin-top: 2em;
}

.background-white {
  background-color: white;
  width: 100vw;
}

.background-grey {
  background-color: #f0f0f0;
  width: 80vw;
}

.section-content {
  margin-inline: var(--default-margin-inline);
}
.section-title {
  font-size: var(--section-title-size);
  font-weight: bold;
  padding-bottom: 0.3em;
}


.icon-small {
  width: 2.5rem;
  min-width: 100%;
  max-width: none;
}

.section-item-text {
  line-height: 1.3rem;
}

.section-item-text > h3 {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 1.1em;
}

.section-item-text-disclaimer {
  line-height: 1.1rem;
}

.section-item-text-disclaimer > h3 {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 1rem;
}

.section-item-text-disclaimer > p {
  font-size: 0.9rem;
  text-align: justify;
}

.image-ladder-container {
  margin-block: 2em;
  margin-bottom: 4em;
  position: relative;
  width: 100%;
  height: auto;
}

.background-image-1 {
  background-image: url(../img/mountains-girl.png);
}

.background-image-2 {
  background-image: url(../img/girls-laptop.png);
}

.background-image-3 {
  background-image: url(../img/NFC_Mobile.png);
}

.background-image-4 {
  background-image: url(../img/contactless-payment.png);
}

.background-image-5 {
  background-image: url(../img/phone-girl-blur.png);
}

.image-ladder-container-2 {
  margin-block: 2em;
  margin-bottom: 4em;
  position: relative;
  width: 100%;
  height: 20em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.ladder-img {
  width: 100%;

  object-fit: cover;
  height: auto;
}
.image-ladder-grey {
  background-color: #f0f0f0;
  height: 4em;
  width: 75%;
  max-width: 30em;
  min-width: 25em;
  z-index: 100;
  position: absolute;
  bottom: 0px;
  left: 0px;

  padding-block: 1rem;
  padding-right: 1em;
}

.image-ladder-title {
  font-weight: bold;
  font-size: 1em;
}

.image-ladder-text {
  padding-block: 0.5em;
  font-size: 0.9rem;
}

.image-ladder-white-left {
  background-color: white;
  height: 4em;
  width: 30em;
  z-index: 100;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-block: 1rem;
  padding-right: 1em;
}

.image-ladder-white-right {
  background-color: white;
  height: 4em;
  width: 75%;
  z-index: 100;
  position: absolute;
  bottom: 0px;
  right: 0;
  padding-block: 1rem;
  padding-left: 1rem;
}

.parcerias-container {
  padding-top: 3em;
  width: 40em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.parcerias-link-container {
  padding-top: 1.5em;
  display: flex;
  gap: 0.5em;
}

.parcerias-link-container > a {
  text-decoration: none;
  color: #137e84;
  font-weight: bold;
  font-size: 0.9rem;
}

.contacto-text-title,
.contacto-text-secondary {
  color: var(--default-white);
}

.contacto-container {
  background-color: #f0f0f0;
  width: 40em;
  height: auto;
  border-radius: 15px;
  padding: 2.5em;
  background-color: var(--santander-red);
}

.contacto-text-title {
  font-size: 1.1rem;
  font-weight: bold;
  padding-bottom: 0.5em;
}

.contacto-text-secondary {
  font-size: 0.9rem;
}

.phone-container {
  height: 3.5em;
  width: 18em;
  background-color: white;
  border-radius: 50px;
  margin-block: 1em;
  box-shadow: 0px 0px 10px -1px rgba(36, 36, 36, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.phone-number {
  color: var(--santander-red);
  font-weight: bold;
}

.disclaimer-content {
  margin-inline: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.disclaimer-container {
  display: flex;
  margin-bottom: 1.5em;
  justify-content: center;
  gap: 2em;
}

.right-disclaimer {
  flex: 1;
  text-align: justify;
}

.left-disclaimer {
  flex: 1;
  text-align: justify;
}

footer {
  background-color: #222222;
  height: 5em;
  display: flex;
}

.footer-container {
  padding-inline: 6em;
  display: flex;
  justify-content: flex-start;
  gap: 2.5em;
  align-items: center;
  margin-inline: auto;
  width: 100%;
}

article {
  width: 60vw;
}

.footer-container > a,
.footer-container > p {
  color: white;
  font-size: 0.8rem;
}

.footer-container > a {
  text-decoration: none;
}

.footer-logo {
  margin-left: auto;
}

.phone-linha-svg {
  width: 1.3em;
}

.super-linha-disclaimer-container {
  display: flex;
  align-items: flex-start;
  padding-top: 1em;
  gap: 0.2em;
}

.svg-container {
  display: flex;
  align-items: flex-start;
  height: 100%;
}

/* Mobile First */
.grid, .grid-reverse {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.grid-image-section, .grid-text-section{
  width:100%
}

.section-item-container {
  display: flex;
  gap: 1em;
  padding-block: 1.1rem;
}

.section-item-container:last-child {
   padding-bottom: 0; 
}

.section-item-2-container {
  display: flex;
  flex-direction: column;
  gap: 1em;
  row-gap: 1rem;
  /* padding-block: 1.1rem; */
}

.card-reader-text {
  text-align: center;
}

.card-reader-text > h3 {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.card-reader-img{
  text-align: center;
}

.grid-image-section {
  padding-top: 2em;
}

.grid-text-section > h3 {
  padding-bottom: 0.5rem;
}


.margin-bottom {
  margin-bottom: 1.5em;
}

.section-title-highlight{
color: #ec0000 !important;
font-family: "Santander-06", Arial, Helvetica, sans-serif !important;

}
/* @media screen and (max-width:1400px) and (min-width: 831px) {
.grid-text-section > h3 {
    padding-top: 0.5rem;
  }
}
 */

 /* Desktop Version */
@media screen and (min-width: 830px) {
  .grid {
    display: flex;
    flex-direction: row;
    column-gap: 2.5rem;
    margin-bottom: 2em;
  }

  .grid-reverse{
      display: flex;
      flex-direction: row-reverse;
      column-gap: 2.5rem;
      margin-bottom: 2em;
  }

  .section-item-2-container {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    padding-block: 1.1rem;
  }

  .card-reader {
    min-width: 17rem;
    max-width: 17rem;
  }
 
  .card-reader-text {
    text-align: left;
  }

  .card-reader-text > h3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

.card-reader-img{
  text-align: left;
}

  .grid-image-section {
    padding-top: 0rem;
  }

  .grid-text-section > h3 {
    font-size: 2rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }

  .grid-text-section > p > span
  {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .gridtxth3 {
    padding-top: 0rem !important;
    padding-bottom: 0.5rem !important;
  }

}



/* MOBILE VERSION */

@media only screen and (max-width: 830px) {
  br.desktop-only {
    display: none;
  }

  br.mobile-only {
    display: inline;
  }

  section {
    padding-block: 2rem;
  }

  .taeg {
    font-size: 1.8rem;
  }

  .super-linha-disclaimer-container > p {
    font-size: 0.8rem;
  }

  .phone-linha-svg {
    display: none;
  }

  p {
    font-size: 0.8rem;
    line-height: 1.5em;
  }

  .text-just-mobile {
    display: inline;
  }

  .text-just-desktop {
    display: none;
  }
  article {
    width: 90vw;
  }

  .hero-container > * {
    margin-left: var(--default-margin-inline-mobile);
  }

  .hero-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 80%;
    background-position-y: center;
    padding-top: 20px;
    padding-bottom: 5px;
    height: auto;
  }

  .subtitle-top {
    line-height: 22px;
  }

  .condicoes-button-campanha {
    font-size: 0.98rem;
  }

  .subtitle-top {
    color: var(--default-white);
    font-size: 1rem;
    font-weight: 100 !important;
  }

  .subtitle-bottom {
    font-size: 1rem;
    font-weight: 100 !important;
  }

  .section-content {
    margin-inline: var(--default-margin-inline-mobile);
  }

  .title {
    font-size: 2rem;
  }

  .subtitle {
    font-size: 1rem;
  }

  .ladder-img {
    min-width: 22em;
    object-fit: cover;
    height: auto;
  }

  .image-ladder-container-2 {
    margin-block: 2em;
    margin-bottom: 4em;
    position: relative;
    height: 10em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
  }

  .margin-top {
    margin-top: 7em;
  }

  .image-ladder-title {
    padding-top: 0;
  }

  .image-ladder-grey {
    min-width: 0;
    height: 2px;
    width: 15em;
    bottom: -1px;
    left: -1px;
    padding-block: 1.35rem;
  }

  .image-ladder-text {
    padding-block: 0.5em;
  }

  .image-ladder-white-right {
    padding: 10px 10px;
    height: 50px;
    right: -1px;
    bottom: -1px;
  }

  .image-ladder-white-left {
    padding: 10px 5px;
    width: 260px;
    bottom: 0;
    left: 0;
  }

  .parcerias-container {
    padding-top: 3em;
    width: auto;
    max-width: 30em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    align-items: center;
    justify-items: center;
  }

  .parcerias-container > img {
    width: 10.7em;
  }

  .flex-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contacto-container {
    width: 22.1em;
    height: 23em;
    background-color: var(--santander-red);
  }

  .phone-container {
    width: auto;
  }

  .section-six {
    padding-block: 1em;
  }

  .section-seven {
    padding-bottom: 1em;
  }

  .disclaimer-content {
    margin-inline: 5%;
  }

  .disclaimer-container {
    font-size: 0.8rem;
    display: block;
  }

  footer {
    width: 100vw;
    height: 7em;
  }

  .footer-container {
    font-size: 1rem;
    justify-content: space-between;
    padding: 10px;
    height: 100%;
    align-items: flex-start;
  }

  .footer-logo {
    display: none;
  }
}



@media only screen and (max-width: 500px) {
  .modal-button {
    position: fixed;
    top: 110%;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: var(--santander-red);
    width: 30em;
    height: 18em;
    border-radius: 80%;
    z-index: 1000;
    box-shadow: 0px 0px 16px -7px rgba(143, 143, 143, 1);
  }

  .modal-button:hover {
    cursor: pointer;
  }

  .modal {
    z-index: 2000;
  }

  .modal-btn-text {
    color: white;
    font-weight: bold;
    position: fixed;
    top: 15px;
    font-size: 1.6rem;
  }
}
