@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
  --white: #fff;
  --black: #000;
  --lightblue: #F0F7FF;
  --blue: #33CCCC;
  --purple: #5E00DD;
}

html, body{
  margin: 0;
  padding: 0 !important;
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.1;
  overflow-x: hidden !important;
}
a:hover {
  color: #000000;
}
/* header */
.header {
  background: url('/img/header-bg.svg'), var(--white);
  background-size: 840px;
  background-repeat: no-repeat;
  background-position: -55px 20px;
  position: relative;
  min-height: 800px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 70px 0 100px 0;
}
.beever {
  position: absolute;
  top: 0;
  left: 0;
  height: 850px;
  animation: Move 10s ease-out infinite; 
}
.beever {
  position: absolute;
  top: 0;
  left: 0;
  height: 850px;
  animation: Move 12s ease-out infinite; 
}
@keyframes Move {
    0% {
        left: -300px;
    }
    30% {
        left: 0px;
    }
    50% {
        left: 0px;
    }
    80% {
        left: 0px;
    }
    100% {
        left: -300px;
    }
}
.header-content {
  margin: 0 0 0 auto;
  width: 90%;
}
.logo {
  margin: -20px 0 100px 0;
}
.header-content h1 {
  max-width: 70%;
  color: var(--black);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
.header-content p {
  color: var(--black);
  font-size: 35px;
  font-weight: 400;
  margin: 0;
}
.header-under {
  width: 0px;
  animation: growWidth 2s ease-in-out forwards;
}

/*Term animation */
.termContainer {
  width: 100%; 
  font-size: 12px;
  display: block;
  color: #1E1E1E; 
  margin: 20px 0 0;
  cursor: pointer;
}
.termContainer a{
  color: #1863DC;
}
.termContainer label.error{
    text-align: left;
}
.termContainer input {
  display: none;
}
.termContainer a:hover {
  color: #1863DC !important;
}
.termContainer svg {
  overflow: visible;
  max-height: 15px;
  max-width: 15px;
  margin-right: 5px;
  margin-top: 1px;
  vertical-align: baseline;
  translate: 0 2px;
}

.path {
  fill: none;
  stroke: #1863DC;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
  stroke-dasharray: 241 9999999;
  stroke-dashoffset: 0;
}

.termContainer input:checked ~ svg .path {
  stroke-dasharray: 70.5096664428711 9999999;
  stroke-dashoffset: -262.2723388671875;
}

@keyframes growWidth {
  from {
    width: 0px;
  }
  to {
    width: 350px;
  }
}
/* form */
#contactform {
  width: 470px;
  margin: 0 auto;
  text-align: center;
  background: var(--lightblue);
  padding: 30px;
  border-radius: 20px;
}
#contactform h3 {
  color: var(--blue);
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#contactform h3 span {
  background: url('/img/form-underline.svg');
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 5px;
}
.form-step {
  display: none;
  text-align: left;
}
.form-step.active {
  display: block;
}
.input-title {
  margin-top: 20px;
}
.input-title h6 {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
}
.radio-buton input[type="radio"] {
  position: absolute; 
  opacity: 0; 
  width: 0;
  height: 0;
}
.radio-buton label {
  background: var(--white);
  border: 1px solid var(--purple);
  border-radius: 15px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 20px;
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
}
.radio-buton label img {
  height: 15px;
  margin: -1px 10px 0 0;
}
.radio-buton label:hover, .radio-buton input[type="radio"]:checked + label {
    background: var(--purple);
    color: var(--white);
}
.radio-buton label:hover img, .radio-buton input[type="radio"]:checked + label img {
  filter: brightness(0) invert(1);
}
.form-input input, .form-input select{
  width: 100%;
  height: 40px;
  border-radius: 15px;
  border: 1px solid var(--purple);
  font-size: 16px;
  color: var(--black) !important;
  font-weight: 400 !important;
  padding-left: 35px;
  background-size: 15px !important;
  background-position: 10px 11px !important;
  background-repeat: no-repeat !important;
  -webkit-appearance: none;
  text-align: left !important;
}
.form-input input:focus-visible, .form-input select:focus-visible {
  outline: none !important;
}
::-webkit-input-placeholder {
  color: var(--black);
}
:-moz-placeholder {
  color: var(--black);
  opacity: 1;
}
::-moz-placeholder {
  color: var(--black);
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--black);
}
::-ms-input-placeholder {
  color: var(--black);
}
::placeholder {
  color: var(--black);
}
#divida, #rendimento {
  background: url('/img/form/euro.svg'), var(--white);
}
#nascimento1, #nascimento2 {
  background: url('/img/form/date.svg'), var(--white);
  background-position: 10px 12px !important;
}
#situacao_profissional_1titular, #situacao_profissional_2titular {
  background: url('/img/form/job.svg'), var(--white);
  background-size: 18px !important;
  background-position: 10px 11px !important;
}
#tipo_contrato_1titular, #tipo_contrato_2titular {
  background: url('/img/form/contract.svg'), var(--white);
  background-size: 21px !important;
  background-position: 10px 9px !important;
}
#nome {
  background: url('/img/form/1titular.svg'), var(--white);
  background-size: 20px !important;
  background-position: 10px 10px !important;
}
#email {
  background: url('/img/form/email.svg'), var(--white);
  background-size: 20px !important;
  background-position: 10px 10px !important;
}
#telefone {
  background: url('/img/form/phone.svg'), var(--white);
  background-size: 20px !important;
  background-position: 10px 10px !important;
}
#nif {
  background: url('/img/form/nif.svg'), var(--white);
  background-size: 19px !important;
  background-position: 9px 11px !important;
}
.extra-question {
  display: none;
}
.extra-title {
  margin: 20px auto 0 auto;
}
.extra-input {
  margin: 0 auto;
}
.slider-container {
  margin: 20px;
}
.slider {
  width: 100% !important;
  margin: 10px 0 !important;
  height: auto !important;
}
input[type=range] {
  -webkit-appearance: none;
  width: 80%;
  margin: 10px 0;
  height: 10px;
  border-radius: 12px;
  background: linear-gradient(to right, var(--blue) 0%, var(--blue) var(--slider-value, 0%), rgba(224, 224, 224, 0.80) var(--slider-value, 0%), rgba(224, 224, 224, 0.80) 100%); /* Default gradient */
}
input[type=range]::-webkit-slider-runnable-track {
  height: 12px;
  border-radius: 12px;
  background: linear-gradient(to right, var(--blue) 0%, var(--blue) var(--slider-value, 0%), rgba(224, 224, 224, 0.80) var(--slider-value, 0%), rgba(224, 224, 224, 0.80) 100%);
}
input[type=range]::-moz-range-track {
  height: 12px;
  border-radius: 12px;
  background: linear-gradient(to right, var(--blue) 0%, var(--blue) var(--slider-value, 0%), rgba(224, 224, 224, 0.80) var(--slider-value, 0%), rgba(224, 224, 224, 0.80) 100%);
}
input[type=range]::-ms-track {
  height: 12px;
  border-radius: 12px;
  background: transparent;
  border: none;
  color: transparent;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--purple);
  cursor: pointer;
  margin: -6px 0 0 -1px;
}
input[type=range]::-ms-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--purple);
  cursor: pointer;
  margin: -6px 0 0 -1px;
}
.value-display {
  width: 100%;
  height: 45px;
  border-radius: 15px;
  border: 1px solid var(--purple);
  background: var(--white);
  color: var(--black);
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.value-display span:focus-visible {
  outline: none !important;
}
.form-check {
  margin-top: 10px;
  text-align: left;
}
.form-check label {
  margin: 0px 0 0 -10px;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  line-height: 1;
  color: var(--black);
  font-size: 11px;
  font-weight: 200;
}
.form-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid var(--black);
  border-radius: 2px;
  padding-right: 5px;
  color: var(--blue);
}
.form-check input[type=checkbox]:checked + .checkmark::after {
  content: "\2713";
  display: block;
  text-align: center;
  line-height: 12px;
  margin-left: 0.5px;
  margin-top: -0.5px;
  font-size: 12px;
}
#politica-link {
  color: var(--black);
  text-decoration: none;
}
#politica-link:hover {
  color: var(--purple);
  text-decoration: underline;
}
.button-box {
  text-align: center;
  margin-top: 30px;
}
.form-button {
  width: 170px;
  height: 50px;
  border-radius: 15px;
  background: var(--purple);
  color: var(--white);
  border: 1px solid var(--purple);
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.form-button:hover {
  transform: scale(1.05);
  background: var(--white);
  border: 1px solid var(--purple);
  color: var(--purple);
}
.radio-errors {
  margin-top: 5px;
}
.error, #terms-error {
  font-size: 11px;
  line-height: 1;
  color: red !important;
  font-style: normal;
  width: 100%;
  font-weight: 200;
  text-align: center;
}
/* Message */
.message-logo {
  padding: 0 !important;
  height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--lightblue);
}
.message-txt {
  height: 450px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
}
.message-txt h3 {
  color: var(--black);
  font-size: 45px;
  font-weight: 700;
  max-width: 75%;
  line-height: 1;
}
.message-txt h3 span {
  background: url('/img/underline-ty.svg');
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 25px;
}
.message-txt p {
  margin: 10px 0;
  font-size: 28px;
  color: var(--black);
  max-width: 85%;
}
.beever-message img {
  height: 700px;
  margin-right: -200px;
}
.ty-list{ 
    display: block;
    font-size: 18px; 
    margin: 0;
    text-align: left;
}
.ty-list li{
    margin-left: 10px;
    margin-bottom: 10px;
}
.ty-page{
    height: 650px;
}
.particular-header {
  background: url('/img/particular-bg.svg'), var(--white);
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: 140% 25%;
}
.particular {
  height: 350px;
}
.particular-fc{
    height: 100%;
}
.particular h3 {
  max-width: 100%;
  font-size: 38px;
  line-height: 1.3;
}
.particular h3 span {
  background: url('/img/underline-particular.svg');
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 5px;
}
.beever-message {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.message-box {
  width: 470px;
  height: 400px;
  margin: 0 auto;
  text-align: center;
  background: var(--lightblue);
  padding: 30px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.message-box h3 {
  color: var(--black);
  font-size: 42px;
  font-weight: 700;
  max-width: 80%;
  margin: 0 auto;
}
.message-box h3 span {
  background: url('/img/form-underline.svg');
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 5px;
}
#error-h3 {
  max-width: 100%;
}
.message-box p {
  margin: 10px auto;
  font-size: 20px;
  color: var(--black);
}
/* section1 */
.section1 {
  text-align: center;
  padding: 20px 0 70px 0;
}
.title {
  margin-bottom: 50px;
}
.title h3 {
  color: var(--black);
  font-size: 35px;
  font-weight: 700;
}
.title p {
  color: var(--black);
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}
.under1 {
  background: url('/img/underline1.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 0% 100%;
  padding-bottom: 40px;
}
.under1.animate {
  animation: fillBackground 1s ease-in-out forwards;
}
@keyframes fillBackground {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
.vant-box {
  background: var(--lightblue);
  width: 95%;
  height: 265px;
  padding: 25px;
  border-radius: 25px;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.vant-box:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.vant-box img {
  margin-top: 10px;
  animation: scaleShake 5s ease-in-out infinite;
  transition: transform 0.5s ease;
}
@keyframes scaleShake {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.90);
  }
  75% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.vant-box h5 {
  color: var(--purple);
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}
.vant-box p {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
}
/* section 2 */
.section2 {
  background: url('/img/section2-back.svg');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec2-txt {
  width: 70%;
  text-align: right;
  margin: 30px auto 0 0;
}
.sec2-txt h3 {
  color: var(--white);
  font-size: 35px;
  font-weight: 700;
}
.sec2-under {
  width: 0px;
  height: 50px;
}
.sec2-under.animate {
  animation: growWidth 2s ease-in-out forwards;
}
/* section 3 */
.section3 {
  text-align: center;
  padding: 0 0 50px 0;
}
.under2 {
  background: url('/img/underline3.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 0% 100%;
  padding-bottom: 45px;
}
.under2.animate {
  animation: fillBackground 1.5s ease-in-out forwards;
}
.testimonial-outer {
  background: url('/img/testemunho.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 35px;
  padding: 30px;
}
.testimonial-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-txt {
  width: 30%;
  position: relative;
}
.testimonial-txt p {
  text-align: left;
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
}
.testimonial-txt p span {
  font-weight: 700;
}
.testimonial-txt img {
  position: absolute;
  animation: wiggle 4s linear infinite;
}
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}
.top-p {
  top: -90px;
  left: 0;
}
.bottom-p {
  right: 0;
}
.saving-list {
  width: 25%;
}
.testi-beever {
  padding: 0 30px;
  height: 380px;
}
.saving-box {
  width: 90%;
  height: 85px;
  padding: 20px;
  border-radius: 20px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  transition: all 0.3s ease;
} 
.saving-box:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.saving-box img {
  margin-right: 20px;
}
.save-txt {
  text-align: left;
  color: var(--black);
}
.save-txt h6 {
  font-size: 25px;
  font-weight: 700;
  margin: 0;
}
.save-txt p {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
#monthly-saving {
  color: var(--purple);
}
/* section 4 */
.section4 {
  text-align: center;
  padding: 50px 0 20px 0;
}
.under3 {
  background: url('/img/underline4.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 0% 100%;
  padding-bottom: 50px;
}
.under3.animate {
  animation: fillBackground 1.5s ease-in-out forwards;
}
.partner-wrapper {
  position: relative;
  overflow: hidden;
}
.partner-slider::before, .partner-slider::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  z-index: 4;
}
.partner-slider::before {
  left: 0;
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}
.partner-slider::after {
  right: 0;
  background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
}
.partner-img img {
  width: 90%;
  margin: 0 auto;
}
.banco {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.banco img {
  height: 50px;
  margin-right: 20px;
}
.banco p {
  margin: 5px 0 0 0;
  color: var(--black);
  font-size: 13px;
  font-weight: 400;
}
/* footer */
.footer {
  background: url('/img/footer-bg.svg');
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.footer-txt {
  margin-top: 40px;
}
.footer-beever img {
  height: 340px;
}
.footer-txt h3 {
  color: var(--white);
  font-size: 35px;
  font-weight: 700;
}
.footer-under {
  font-weight: 400;
  background: url('/img/underline5.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 0% 100%;
  padding-bottom: 60px;
}
.footer-under.animate {
  animation: fillBackground 1.5s ease-in-out forwards;
}
.footer-cta {
  margin-top: 40px;
}
.footer-cta button {
  width: 250px;
  height: 60px;
  background: var(--blue);
  border: none;
  border-radius: 10px;
  color: var(--white);
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.footer-cta button:hover {
  transform: scale(1.05);
  background: var(--white);
  color: var(--purple);
}
/* Adstartegy */
#section-ads {
  text-align: center;
  padding: 30px 0;
}
/* Media Queries */
@media only screen and (min-width: 2550px) {
  .header-content {
    width: 100%;
    margin: 0 0 0 -200px;
  }
}
@media only screen and (min-width: 2000px) {
  .header {
    background-size: 950px;
    height: 900px;
    background-position: -55px -35px;
  }
  .section2 {
    height: 750px;
  }
}
@media only screen and (max-width: 1440px) {
  .header {
    background-size: 800px;
    background-position: -45px 30px;
    height: 780px;
    padding: 70px 0 80px 0;
  }
  .header-content  {
    width: 62%;
  }
  .header-content h1 {
    max-width: 100%;
  }
  .beever {
    height: 700px;
    top: 20px;
  }
  .footer {
    background-size: 110%;
  }
}
@media only screen and (max-width: 1400px) {
  .logo {
    width: 245px;
  }
  .header-content {
    width: 72%;
  }
  .vant-box p {
    font-size: 16px;
  }
  .sec2-txt {
    width: 80%;
  }
  .testimonial-txt p {
    font-size: 17px;
  }
  .testimonial-txt img {
    width: 60px;
  }
  .saving-box {
    width: 100%;
  }
  .footer-beever img {
    margin-left: -50px;
  }
  .message-txt h3 {
    max-width: 90%;
  }
  .message-txt p {
    max-width: 95%;
  }
  .particular-header {
    background-size: 75%;
    background-position: 180% 25%;
  }
}
@media only screen and (max-width: 1340px) {
  .header {
    background-size: 705px;
    background-position: -35px 30px;
  }
  .header-content {
    width: 68%;
  }
  .beever {
    height: 650px;
  }
  .footer-beever img {
    height: 325px;
    margin: -35px 0 0 -50px;
  }
  .footer {
    background-size: cover;
  }
  .particular h3 {
    font-size: 40px;
    max-width: 65%;
  }
}
@media only screen and (max-width: 1280px) {
  .beever {
    height: 600px;
  }
  .logo {
    width: 225px;
  }
}
@media only screen and (max-width: 1200px) {
  .header {
    background-position: -55px 30px;
  }
  .header-content {
    width: 70%;
  }
  .header-content h1 {
    font-size: 45px;
  }
  .header-content p {
    font-size: 28px;
  }
  .footer-txt h3 {
    font-size: 29px;
  }
  .testi-beever {
    height: 300px;
  }
  .sec2-txt {
    width: 100%;
  }
  .footer-beever img {
    height: 300px;
  }
  .section2 {
    height: 450px;
  }
  #contactform, .message-box {
    width: 440px;
  }
  .message-txt img:not(.img-fluid){
    width: 200px;
  } 
  .message-txt h3 {
    max-width: 100%;
    font-size: 40px;
  }
  .message-txt p {
    max-width: 100%;
    font-size: 23px;
  }
  .particular-header {
    background-size: 85%;
    background-position: 300% 25%;
  }
  .particular h3 {
    font-size: 40px;
    max-width: 75%;
  }
  .beever-message img {
    height: 650px;
    margin-right: -150px;
  }
}
@media only screen and (max-width: 1100px) {
  .beever {
    height: 560px;
  }
  .vant-box {
    width: 100%;
  }
  .message-box {
    width: 420px;
  }
  
    .ty-list li{
        margin-left: 10px;
        font-size: 16px;
        margin-bottom: 5px;
    }
  #contactform {
    width: 420px;
    padding: 30px 20px;
  }
  .header {
    background-size: 650px;
  }
  .top-p {
    top: -70px;
  }
  .footer-cta button {
    width: 100%;
    font-size: 22px;
  }
  .section2 {
    background-size: 120%;
  }
}
@media only screen and (max-width: 1080px) {
  .beever {
    height: 540px;
  }
  .message-box {
    width: 400px;
  }
  .message-box h3 {
    max-width: 85%;
  }
  #contactform {
    width: 400px;
    padding: 30px 15px;
  }
  .particular-header {
    background-size: 90%;
    background-position: 430% 25%;
  }
  .beever-message img {
    height: 550px;
    margin-right: -150px;
  }
}
@media only screen and (max-width: 991px) {
  .header-content h1 {
    font-size: 35px;
  }
  
  @keyframes growWidth {
    from {
      width: 0px;
    }
    to {
      width: 250px;
    }
  }
  .header-content {
    width: 85%;
  }
  .header {
    background-position: -160px 40px;
  }
  #contactform {
    padding: 30px;
  }
  .sec2-txt h3 {
    font-size: 30px;
  }
  .title h3 {
    font-size: 30px;
  }
  .title p {
    font-size: 25px;
  }
  .testi-beever {
    display: none;
  }
  .testimonial-outer {
    background-size: 160%;
    background-position: center left;
  }
  .testimonial-box {
    justify-content: space-around;
  }
  .testimonial-txt {
    width: 45%;
  }
  .saving-list {
    width: 40%;
  }
  .banco p {
    text-align: left;
    max-width: 55%;
  }
  .footer-beever img {
    height: 220px;
    margin: -10px 0 0 -50pxs;
  }
  .footer-txt h3 {
    font-size: 24px;
  }
  .footer-cta button {
    width: 220px;
  }
  .message-txt {
    height: 350px;
  }
  .message-txt.particular-fc{
      height: 450px;
  }
  .message-txt h3 {
    font-size: 35px;
  }
  .particular-header {
    background-size: 85%;
    background-position: 280% 105%;
  }
  .beever-message img {
    height: 500px;
    margin-right: -100px;
  }
}
@media only screen and (max-width: 980px) {
  .header {
    min-height: 780px;
    height: auto;
    background-position: -180px 40px;
  }
  .beever {
    top: 320px;
    height: 530px;
  }
  .header-content {
    width: 100%;
  }
  .header-content h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 910px) {
  .header {
    background-size: 615px;
    background-position: -200px 50px;
  }
  #contactform, .message-box {
    width: 370px;
  }
  .message-box h3 {
    font-size: 35px;
  }
  .message-box p {
    font-size: 18px;
  }
  .footer-cta button {
    width: 170px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    text-align: center;
    background-size: 550px;
    background-position: -20px -120px;
  }
  
  .termContainer label.error, .termContainer ~ p{
      text-align: center;
      margin: auto;
  }
  .header-content {
    margin-bottom: 50px;
  }
  .beever {
    top: 120px;
  }
  .logo {
    margin: 0 0 50px 0;
  }
  @keyframes Move {
      0% {
          left: -200px;
      }
      30% {
          left: -20px;
      }
      50% {
          left: -20px;
      }
      80% {
          left: -20px;
      }
      100% {
          left: -200px;
      }
  }
  .message-box {
    width: 420px;
  }
  #contactform {
    width: 420px;
    padding: 30px 40px;
  }
  .vant-box {
    width: 75%;
    margin: 20px auto;
  }
  .section2 {
    background-size: 190%;
  }
  .sec2-txt {
    width: 85%;
    margin: 20px 0 0 auto;
  }
  .testimonial-outer {
    background-size: cover;
  }
  .testimonial-box {
    flex-direction: column;
  }
  .testimonial-txt {
    width: 90%;
  }
  .saving-list {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .saving-box {
    flex-direction: column;
    height: auto;
    justify-content: center;
  }
  .save-txt {
    text-align: center;
  }
  .saving-box img {
    margin: 0 0 10px 0;
  }
  .testi-beever {
    display: block;
    height: 200px;
    margin: 20px auto;
  }
  .testimonial-outer {
    padding: 40px 25px;
    background: url('/img/testemunho-m.svg');
    background-size: cover;
  }
  .testimonial-txt {
    margin-top: 70px;
  }
  .top-p {
    top: -70px;
  }
  .saving-box {
    width: 31%;
    margin: 0 10px;
  }
  .footer {
    padding: 60px 0 40px 0;
    text-align: center;
  }
  .footer-txt h3 {
    font-size: 35px;
  }
  .footer-cta button {
    width: 280px;
    font-size: 22px;
  }
  .header-message {
    text-align: center;
  }
  .message-txt img {
    margin: 0 auto;
  }
  .ty-page img.img-fluid{
      margin-top: -10px;
      max-width: 200px;
      margin-bottom: 25px;
  }
  .message-txt {
    height: 40vh;
  }
  .message-txt h3 {
    font-size: 40px;
    max-width: 90%;
    margin: 0 auto;
  }
  .beever-message {
    height: 50vh;
  }
  .beever-message img {
    height: 100%;
    margin: 0 auto;
  }
  .particular-header {
    background-size: 88%;
    background-position: 300% 100%;
  }
  .particular h3 {
    max-width: 100%;
    margin-bottom: 30px;
  } 
    .ty-page{
        padding: 40px 0;
        height: auto;
        gap: 15px;
    }
    .ty-page h3{
        margin-bottom: 30px;
    }
    .ty-page p{
        margin: 0;
    }
    .ty-list{
        margin: 15px auto 0;
    }
}
@media only screen and (max-width: 680px) {
  .header {
    background-position: -20px -155px;
  }
  .beever {
    height: 480px;
  }
}
@media only screen and (max-width: 600px) {
  .header-content h1 {
    margin: 0 auto 20px auto;
    max-width: 80%;
  }
  .beever {
    height: 410px;
    top: 150px;
  }
  .sec2-txt h3 {
    font-size: 28px;
  }
  .particular h3 {
    font-size: 35px;
  }
  .particular-header {
    background-position: 300% 100%;
  }
  .ty-page{
      padding: 40px 20px;
  }
}
@media only screen and (max-width: 520px) {
  .sec2-txt h3 {
    font-size: 24px;
  }
  .sec2-txt {
    width: 80%;
  }
}
@media only screen and (max-width: 500px) {
  #contactform, .message-box {
    width: 100%;
  }
  .header-content h1 {
    width: 75%;
  }
  .beever {
    height: 350px;
  }
  @keyframes Move {
      0% {
          left: -230px;
      }
      30% {
          left: -15px;
      }
      50% {
          left: -15px;
      }
      80% {
          left: -15px;
      }
      100% {
          left: -230px;
      }
  }
  .banco p {
    max-width: 60%;
  }
}
@media only screen and (max-width: 475px) {
  .section1 {
    padding: 20px 0;
  }
  .section2 {
    background-size: 205%;
    height: 350px;
  }
  .sec2-txt h3 {
    font-size: 22px;
  }
  .footer-txt h3 {
    font-size: 30px;
  }
  .title h3 {
    font-size: 28px;
  }
  .particular h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 445px) {
  #contactform {
    padding: 30px;
  }
  #contactform h3 {
    font-size: 25px;
  }
  .saving-list {
    flex-direction: column;
  }
  .saving-box {
    width: 80%;
    margin: 10px auto;
    flex-direction: unset;
  }
  .save-txt {
    text-align: left;
  }
  .saving-box img {
    margin: 0 20px 0 0;
  }
  .section2 {
    background-position: 80%;
    text-align: center;
    height: 300px;
    background-size: 225%;
  }
  .sec2-txt {
    width: 100%;
    text-align: center;
    margin: 30px auto 0 auto;
  }
  @keyframes growWidth {
    from {
      width: 0px;
    }
    to {
      width: 200px;
    }
  }
  .footer-txt h3 {
    font-size: 25px;
  }
  .banco p {
    max-width: 65%;
  }
}
@media only screen and (max-width: 414px) {
  .beever {
    height: 270px;
    top: 165px;
  }
  .header-content h1 {
    font-size: 35px;
  }
  .header-content p {
    font-size: 25px;
  }
  #contactform h3 {
    font-size: 24px;
  }
  .logo {
    width: 200px;
  }
  .title h3 {
    font-size: 25px;
  }
  .title p {
    font-size: 19px;
  }
  .banco {
    max-width: 95%;
    margin: 30px auto 0 auto;
  }
  .banco img {
    height: 40px;
  }
  .banco p {
    max-width: 85%;
    font-size: 12px;
  }
  .message-txt h3 {
    font-size: 38px;
    max-width: 95%;
  }
  .particular h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 375px) {
  .saving-box {
    width: 90%;
  }
  .header-content h1 {
    width: 85%;
  }
  #contactform {
    padding: 25px 20px;
  }
  .section2 {
    background-size: 280%;
  }
  #contactform h3 {
    font-size: 23px;
  }
  .beever {
    height: 200px;
    top: 85px;
  }
  .message-txt h3 {
    font-size: 32px;
  }
  .message-txt p {
    font-size: 20px;
  }
  .particular h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 355px) {
  .header-content h1 {
    width: 100%;
    font-size: 32px;
  }
  .header-content p {
    font-size: 22px;
  }
  #contactform h3 {
    font-size: 20px;
  }
  .footer-cta button {
    width: 230px;
  }
  .footer-txt h3 {
    font-size: 23px;
  }
  .beever-message img {
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 325px) {
  .header-content h1 {
    font-size: 28px;
  }
  .footer-txt h3 {
    font-size: 22px;
  }
  .beever {
    height: 180px;
  }
  .message-txt h3 {
    font-size: 30px;
  }
  .message-txt p {
    font-size: 18px;
  }
  .particular h3 {
    font-size: 23px;
  }
}