@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800&display=swap');

html, body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden !important;
}

.logo {
    max-width: 250px;
}

.steps:not(.active) {
    display: none;
}

.check-container {
  display: block;
  position: relative;
  padding-left: 64px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.21;
  color: #8497A5;;
  max-width: 650px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: left;
}

.check-container a {
    color: #8497A5;;
    text-decoration: underline;
}

.check-container a:hover {
    color: #9c9c9c;
    text-decoration: underline;
}

.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark-tos {
    position: absolute;
    top: -3px;
    left: 30px;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 1.5px solid #304C6C;
    border-radius: 5px;
}

.check-container:hover input ~ .checkmark-tos{
  background-color: #304C6C;
}


.check-container input:checked ~ .checkmark-tos {
  background-color: #304C6C;
}

.checkmark-tos:after {
  content: "";
  position: absolute;
  display: none;
}

.check-container input:checked ~ .checkmark-tos:after {
  display: block;
}

.check-container .checkmark-tos:after {
    left: 6px;
    top: 0px;
    width: 7px;
    height: 15px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    transform: rotate(39deg);
} 


label.error {
    text-align: center;
    font-size: 14px;
    text-transform: initial;
    color: #de4545;
    display: block;
    margin: -17px 0 0;
}

#section-0 {
    padding-top: 23px;
}

#section-0 > .container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 63px;
}

.selo-wrapper {
    background-image: url('/img/circulo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 408px;
    height: 154px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.selo-wrapper p {
    color: #0164AC;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.2;
}

#section-1 > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reduza-title {
    color: #0164AC;
    text-align: right;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15;
    margin-left: -100px;
    margin-bottom: 0;
}

.reduza-title span {
    font-size: 50px;
    font-weight: 700;
}

#section-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-wrapper {
    border-radius: 25px;
    border: 3px solid  #304c6c;
    padding: 43px 49px 50px;
    max-width: 580px;
    width: 100%;
}

.form-title {
    color: #0164AC;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 0;
}

.form-subtitle {
    color: #0164AC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin-bottom: 28px;
}

.form-labels {
    color: #000;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.input-icons {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #e7e7e7;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 57px;
    height: 47px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
    border-right: 0;
}

.input-icons.euro {
    background-image: url('/img/euro.png');
}
.input-icons.chart {
    background-image: url('/img/chart.png');
}
.input-icons.calendar {
    background-image: url('/img/calendar.svg');
}
.input-icons.percentagem {
    background-image: url('/img/percentagem.png');
}
.input-icons.nome {
    background-image: url('/img/nome.svg');
}
.input-icons.email {
    background-image: url('/img/email.svg');
}
.input-icons.telefone {
    background-image: url('/img/telemovel.svg');
}
.input-icons.nif {
    background-image: url('/img/nif.svg');
}
.input-icons.data_nascimento {
    background-image: url('/img/data-nasc.svg');
}
.input-icons.codigo_postal {
    background-image: url('/img/codigo_postal.svg');
}
.input-icons.sitpro {
    background-image: url('/img/sitpro1.svg');
}
.input-icons.contracto {
    background-image: url('/img/contracto.svg');
}
.input-icons.qnttmp {
    background-image: url('/img/qnttmp.svg');
}

.form-control:focus, .form-control:focus-visible,.form-control:active,.form-control:focus-within,.form-control:visited,.form-control:hover{
    bborder: 1px solid #e7e7e7!important;
    outline: 0!important;
    box-shadow: inherit!important;
}
.form-inputs {
    border: 1px solid #e7e7e7;
    border-left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.form-inputs:focus, .form-inputs:active {
    border: 1px solid #e7e7e7;
    border-left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blue-border {
    border: 1px solid #007EED;
}

.form-inputs:placeholder {
    color: #e7e7e7 !important;
}

input[type="text"]::placeholder {
  color: #e7e7e7 !important;
}

.inputs-wrapper {
    margin-bottom: 35px;
}

.inputs-wrapper .input-group {
    margin-bottom: 16px;
    position: relative;
    border-radius: 10px;
}
.inputs-wrapper .input-group.error{
    border: 1px solid #de4545;
}
.btn-seguinte {
    border-radius: 30px;
    background: #E51A22;
    width: 215px;
    height: 59px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 16px;
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.btn-seguinte:hover {
    color: #E51A22;
    background: #FFF;
    transform: scale(1.05);
    border: 1px solid #E51A22;
}

#section-3 > div.container {
    max-width: 532px;
    padding: 0;
}

.logo-bdp {
    max-width: 137px;
    width: 100%;
}

.bdp-desc {
    color: #AEAEAE;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
}

#section-3 > div.container > .row {
    align-items: center;
}

#section-3 {
    padding-top: 40px;
    padding-bottom: 73px;
}

.slider-wrapper {
    border-top: 1px solid #8497a5;
    border-bottom: 1px solid #8497a5;
    padding-top: 56px;
    padding-bottom: 56px;
    margin-bottom: 52px;
}

.slide-box {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#slider-parceiros {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.slide-box img {
    width: auto;
    height: 55px;
}

#section-5 {
    padding-top: 51px;
    padding-bottom: 69px;
    background: #0164AC;
}

.vantagens-title {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

.vantagens-subtitle {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin-bottom: 55px;
}

#section-5 > .row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vantagens-img {
    height: 100px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.vantagens-description {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    max-width: 80%;
    margin: 10px auto 0 auto;
}

.footer-container {
    padding-top: 99px;
    padding-bottom: 59px;
    background-image: url('/img/casal2.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}

.footer-title {
    color: #0164AC;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0;
    margin-right: 34px;
}

.footer-title span {
    font-weight: 700;
}

#disc {
    text-align: center;
    line-height: 1.2;
    color: #778191;
    font-size: 11px;
    margin-bottom: 0px;
}
#disc p {
    margin-bottom: 0;
}

.checkmark {
    margin-left: auto;
    display: block;
    margin-right: 40px;
    margin-bottom: 23px;
}

.cta {
    width: 253px;
    height: 68px;
    border-radius: 50px;
    border-width: 0;
    background-color: #E51A22;
    color: #FFF;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin-left: auto;
    display: block;
}

@media (max-width:1399px) {
    .reduza-title {
        font-size: 30px;
    }

    .reduza-title span {
        font-size: 40px;
    }

    .selo-wrapper p {
        font-size: 21px;
        line-height: 1.4;
    }

    .vantagens-description {
        font-size: 23px;
    }

    .footer-title {
        font-size: 35px;
    }
}

@media (max-width:1199px) {
    #section-0 > .container {
        margin-bottom: 33px;
    }

    .casal-img {
        width: 342px;
    }

    .reduza-title {
        font-size: 25px;
    }

    .reduza-title span {
        font-size: 35px;
    }

    .selo-wrapper {
        width: 398px;
    }

    .selo-wrapper p {
        font-size: 19px;
    }

    .vantagens-description {
        font-size: 19px;
    }

    .footer-title {
        font-size: 28px;
    }

    .footer-container {
        background-size: 50% auto;
    }
}

@media (max-width:767px) {
    #section-0 > .container {
        margin-bottom: 13px;
    }
}

@media (max-width:991px) {
    #section-0 > .container {
        margin-bottom: 13px;
    }

    .casal-img {
        width: 302px;
    }

    .selo-wrapper p {
        font-size: 14px;
    }

    .reduza-title {
        font-size: 20px;
        margin-left: -50px;
    }

    .reduza-title span {
        font-size: 23px;
    }

    #section-3 {
        padding-bottom: 40px;
    }

    .vantagens-description {
        margin-bottom: 40px;
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-container {
        background-size: 380px;
        padding-top: 50px;
    }

    .cta {
        margin-bottom: 70px;
    }
}

@media (max-width:767px) {
    .reduza-title {
        margin-left: -10px;
    }

    .footer-title {
        text-align: center;
        margin-right: 0;
    }
}

@media (max-width:585px) {
    .footer-container {
        background-position: center bottom;
    }
    .reduza-title {
        margin-left: 0;
        text-align: center;
        font-size: 25px;
    }
    .reduza-title span {
        font-size: 30px;
    }
    .selo-wrapper {
        max-width: 260px;
    }
    .selo-wrapper p {
        font-size: 15px;
    }
    .form-title {
        font-size: 20px;
    }

    .form-wrapper {
        padding: 30px 20px;
    }

    .form-subtitle {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .form-labels {
        font-size: 16px;
    }

    .input-icons {
        height: 37px;
        width: 47px;
        background-size: 20px;
    }

    .form-inputs {
        font-size: 14px;
    }

    .btn-seguinte {
        width: 195px;
        height: 39px;
        font-size: 18px;
    }

    .logo-bdp {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 12px;
    }

    .bdp-desc {
        font-size: 16px;
        text-align: center;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .checkmark {
        margin-right: auto;
    }
}

@media (max-width:767px) {
    .cta {
        width: 203px;
        height: 48px;
        font-size: 25px;
        line-height: 0;
        margin-bottom: 100px;
    }
}

@media (max-width:575px) {
    .cta {
        margin-right: auto;
        margin-bottom: 220px;
    }
}

@media (max-width:320px) {
    .reduza-title {
        font-size: 22px;
    }
    .reduza-title span {
        font-size: 25px;
    }
}

select.form-inputs {
    background-image: url('/img/dropdown.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 16px;
}