/* font */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

:root {
  --input-color: #d4d4d4;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden !important;
}

a:hover {
  color: #000000;
}

/* navbar  */
.navbar {
  padding: 30px 0;
}

.nav-size {
  margin: 0 auto;
  max-width: 64%;
}

.nav-link {
  text-align: center;
  margin: 0 15px;
  color: #161B7F;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.nav-logo {
  cursor: pointer;
}

.nav-logo img {
  height: 40px;
}

.nav-link:hover {
  color: #ED3D63;
  text-decoration: underline;
}

.active {
  opacity: 1;
}

.nav-link span {
  font-size: 14px;
  font-weight: 300;
}

.navbar.scrolled {
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
}

.navbar.scrolled .nav-link {
  transition: color 0.3s ease-in-out;
}

.navbar.scrolled .nav-link:hover {
  opacity: 1;
}

.navbar-toggler svg {
  width: 35px;
  height: 35px;
}

.navbar .navbar-toggler .drop {
  fill: #161B7F;
}

/* Header */
.header {
  background: url(../img/header.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 100px 0 0 0;
}

.header-txt h1 {
  color: #161B7F;
  font-size: 50px;
  font-weight: 900;
  max-width: 70%;
  line-height: 1.1;
}

.header-txt h6 {
  color: #223CCF;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  margin-top: 20px;
  max-width: 65%;
}

.header-txt h6 span {
  font-weight: 900;
}

.header-img img {
  max-width: 500px;
}

/* Form */
.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.form-box {
  text-align: center;
  width: 600px;
  margin: -80px auto 0 auto;
}

.form-header {
  border-radius: 50px 50px 0px 0px;
  background: #161B7F;
  padding: 25px 0;
}

.form-header h3 {
  color: #FFF;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  margin: 0;
}

#contactform {
  border-radius: 0px 0px 50px 50px;
  background: #FFF;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 0 40px 0;
}

.form-group {
  margin-top: 30px;
}

.form-group h4 {
  color: #223CCF;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
}


.form-input {
  position: relative;
}

.form-input input {
  width: 100%;
  height: 52px;
  border-radius: 100px;
  border: 1px solid #223CCF;
  padding: 0 0 0 25px;
  text-align: left;
  margin: 0 auto;
  font-size: 16px;
  color: #000;
}

.customInput label.text {
  display: block;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  position: relative;
  top: 12px;
  left: 6px;
  margin: 0 0 0 15px;
  padding: 0 5px;
  background: #fff;
  width: fit-content;
  z-index: 2;
}

.input-cedula {
  width: 60%;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #161B7F;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--input-color);
}

::-webkit-input-placeholder {
  color: var(--inputcolor);
}

:-moz-placeholder {
  color: var(--inputcolor);
  opacity: 1;
}

::-moz-placeholder {
  color: var(--inputcolor);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--inputcolor);
}

::-ms-input-placeholder {
  color: var(--inputcolor);
}

::placeholder {
  color: var(--inputcolor);
}

.optional-message {
  width: 50%;
  padding-block: 25px 20px;
  text-wrap: balance;
  font-size: 15px;
  border-radius: 20px;
  background-color: #F5F7FF;
  margin-block: 30px 25px;
  transition: transform .25s ease, filter .25s ease;
  display: inline-block;
  position: relative;
  border: 1px solid #223CCF;
}

.optional {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ED3D63;
  text-transform: uppercase;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 4px 15px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  animation: pulse 2s infinite;
}

.info-optional {
  color: #161B7F;
  font-size: 14px;
  margin: 0;
}

.radios {
  display: flex;
  justify-content: space-between;
}

.radio-step2 {
  width: 90%;
  margin: 0 auto;
}

.radio-box {
  width: 100%;
  display: inline-block;
  border: 1px solid #223CCF;
  border-radius: 8px;
  padding: 12px 24px;
  margin: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  border-radius: 100px;
}

.radio-box input {
  display: none;
}

.radio-box input:checked~* {
  color: #fff;
}

.radio-box input:checked {
  display: none;
}

.radio-box input:checked~label,
.radio-box input:checked~span,
.radio-box:has(input:checked),
.radio-box:hover {
  background-color: #161B7F;
  border-color: #161B7F;
  color: #fff;
  font-weight: bold;
}

.radio-box {
  cursor: pointer;
}

.radio-box input:disabled {
  cursor: not-allowed;
}

.radio-box:has(input:disabled) {
  cursor: not-allowed;
  opacity: 0.6;
  border: 1px solid #D9D9D9;
}

@keyframes pulse {
  0% {
    transform: translateX(-50%) scale(1);
  }

  50% {
    transform: translateX(-50%) scale(1.1);
  }

  100% {
    transform: translateX(-50%) scale(1);
  }
}

.choices {
  margin: 0 !important;
  padding: 0 !important;
}

.choices__inner {
  min-height: 50px !important;
  border-radius: 100px !important;
  border: 1px solid #161B7F !important;
  text-align: center !important;
  background: transparent !important;
  padding: 12px !important;
}

.choices__input {
  background: transparent !important;
  margin: 0 !important;
  padding: 8px 0 0 20px !important;
  min-width: 100% !important;
}

.choices__list--multiple .choices__item {
  background: #223CCF !important;
  border: #223CCF !important;
}

.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 10px !important;
}

.choices__list--dropdown .choices__item--selectable::after,
.choices__list[aria-expanded] .choices__item--selectable::after {
  display: none !important;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  text-align: left !important;
  color: #161B7F !important;
  font-weight: 400 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100% !important;
  display: flex;
  align-items: center;
}

input::placeholder,
select::placeholder {
  color: var(--input-color);
  font-weight: 400 !important;
}

#departamento {
  position: relative;
}

.info {
  color: #161B7F;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 10px 0 0 28px;
  text-align: left;
}

.drop {
  height: 50px;
  border-radius: 100px;
  border: 1px solid #161B7F;
  width: 100%;
  -webkit-appearance: none;
  padding-left: 20px;
  font-weight: 400 !important;
}

#rangeSlider {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  border-radius: 100px;
  background: #D9D9D9;
  outline: none;
  opacity: 1;
}

#rangeSlider:hover {
  opacity: 1;
}

#rangeSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #223CCF;
  cursor: pointer;
  border-radius: 50%;
}

#rangeSlider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #223CCF;
  cursor: pointer;
  border-radius: 50%;
}

#sliderValue {
  color: #161B7F;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
}

.fill {
  height: 50px;
  border-radius: 100px;
  border: 1px solid #223CCF;
  width: 100%;
  -webkit-appearance: none;
  padding-left: 20px;
  font-weight: 400;
}

.form-check {
  text-align: left;
}

.form-check label {
  margin: 20px 0 0 0;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  color: #161B7F;
  font-size: 12px;
}

.form-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid #161B7F;
  border-radius: 2px;
  padding-right: 5px;
  color: #161B7F;
}

.form-check input[type=checkbox]:checked+.checkmark:after {
  content: "\2713";
  display: block;
  text-align: center;
  line-height: 15px;
  margin-left: 1.5px;
  margin-top: -1px;
}

#politica-link {
  color: #161B7F;
}

#politica-link:hover {
  color: #ED3D63;
}

.btn {
  width: 280px;
  height: 55px;
  border: none;
  border-radius: 100px;
  background: #ED3D63;
  color: #FFF;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 30px;
}

.btn:hover {
  color: #ffffff;
  background: #161B7F;
}

.error {
  font-size: 12px;
  color: #ED3D63;
  margin-top: 5px;
}

#trems-error {
  font-size: 12px;
  color: #ED3D63;
  margin: -10px 0 0 -20px;
  width: 100%;
}

.ty-box {
  border-radius: 0px 0px 50px 50px;
  background: #FFF;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 60px 0;
}

.ty-box h3 {
  color: #161B7F;
  font-weight: 900;
  font-size: 40px;
  max-width: 75%;
  line-height: 1.1;
  margin: 0 auto;
}

.ty-box p {
  color: #223CCF;
  font-size: 25px;
  font-weight: 400;
  margin: 20px auto 0 auto;
  max-width: 70%;
  line-height: 1.1;
}

.particular-cta {
  width: 85%;
  height: 55px;
  border: none;
  border-radius: 100px;
  background: #ED3D63;
  color: #FFF;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 30px;
}

.particular-cta:hover {
  background: #161B7F;
}

/* Section1 */
.section1 {
  padding-bottom: 80px;
}

.sec1-txt h3 {
  color: #161B7F;
  font-size: 40px;
  font-weight: 900;
}

.sec1-txt h6 {
  color: #223CCF;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 30px;
}

.sec1-txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 95%;
}

.list-fade {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.list-fade.fade-in {
  opacity: 1;
}

.bullet {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  background: #223CCF;
  color: #FFF;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
}

.list-txt {
  line-height: 1.1;
  margin-left: 20px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.list-txt span {
  font-weight: 700;
}

/* Section 2 */
.section2 {
  text-align: center;
  padding: 60px 0;
  background: #F8F8F8;
}

.sec2-txt {
  margin-bottom: 50px;
}

.sec2-txt h5 {
  color: #223CCF;
  font-size: 25px;
  font-weight: 400;
}

.sec2-txt h3 {
  color: #161B7F;
  font-size: 40px;
  font-weight: 900;
}

.slick-prev,
.slick-next {
  cursor: pointer;
}

.slick-prev {
  transform: rotate(180deg);
}

.testemunho-box {
  height: 200px;
  margin: 0 30px;
  border-radius: 10px;
  background: linear-gradient(254deg, #223CCF -6.22%, #0683D7 97.39%);
}

.testemunho-txt {
  text-align: left;
}

.testemunho-txt img {
  margin-bottom: 10px;
}

.testemunho-txt p {
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.1;
}

.testemunho-txt h6 {
  color: #FFF;
  font-size: 14px;
  font-style: italic;
  font-weight: 900;
}

/* section 3 */
.section3 {
  padding: 30px 0 100px 0;
}

.sec3-img img {
  margin-left: -150px;
}

.title {
  width: 240px;
}

.title h3 {
  color: #161B7F;
  text-align: right;
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

.vant-container {
  margin-top: 80px;
}

.vant-box {
  text-align: center;
  width: 240px;
  height: 115px;
  border-radius: 10px;
  background: linear-gradient(254deg, #223CCF -6.22%, #0683D7 97.39%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.vant-box.fade-in {
  opacity: 1;
}

.vant-box p {
  color: #FFF;
  font-size: 22px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

/* Section 4 */
.section4 {
  padding: 60px 0 80px 0;
  background: #F8F8F8;
  text-align: center;
}

.sec4-txt {
  margin-bottom: 30px;
}

.sec4-txt h5 {
  color: #223CCF;
  font-size: 25px;
  font-weight: 400;
}

.sec4-txt h3 {
  color: #161B7F;
  font-size: 40px;
  font-weight: 900;
}

.accordion-item {
  background: transparent !important;
}

.accordion-button {
  background: transparent !important;
  color: #223CCF;
  font-size: 25px;
  font-weight: 700;
  border-bottom: 1px solid #161B7F;
}

.accordion-button:not(.collapsed) {
  background: transparent !important;
  box-shadow: none !important;
}

.accordion-body {
  text-align: left;
}

.accordion-body ul li {
  line-height: 1.1;
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

/* footer */
.footer {
  padding: 60px 0;
  background: #161B7F;
}

.footer-txt h3 {
  color: #FFF;
  font-size: 35px;
  font-weight: 900;
  margin: 0 0 5px 0;
  padding: 0;
}

.footer-txt p {
  color: #FFF;
  font-size: 25px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.footer-cta {
  text-align: center;
}

.foot-cta {
  width: 370px;
  height: 60px;
  border: none;
  border-radius: 100px;
  background: #ED3D63;
  color: #FFF;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}

.foot-cta:hover {
  background: #ffffff;
  color: #161B7F;
}

/* Adstrategy */
#section-ads {
  text-align: center;
  padding: 30px;
}

.choices__list--multiple .choices__item[data-deletable] {
  margin: 4px;
}


/* Media Queries */
@media only screen and (max-width: 1440px) {
  .nav-size {
    max-width: 85%;
  }

  .title h3 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 1400px) {
  .header-txt h1 {
    max-width: 85%;
  }

  .header-txt h6 {
    max-width: 75%;
  }

  .sec1-img img {
    margin-right: -50px;
  }

  .sec1-txt ul {
    max-width: 90%;
  }

  .vant-box {
    width: 210px;
    margin: 10px 0;
  }

  .sec3-img img {
    max-width: 100%;
    margin-left: -50px;
  }

  .title h3 {
    font-size: 30px;
  }

  .vant-box p {
    font-size: 18px;
  }

  .accordion-button {
    font-size: 21px;
  }

  .footer-txt h3 {
    font-size: 33px;
  }
}

@media only screen and (max-width: 1280px) {
  .nav-link {
    margin: 0 8px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-txt h1 {
    max-width: 95%;
    font-size: 45px;
  }

  .form-box {
    margin: -50px auto 0 auto;
  }

  .sec2-txt h3 {
    font-size: 35px;
  }

  .vant-box,
  .title {
    width: 190px;
  }

  .vant-container {
    margin-top: 50px;
  }

  .section1 {
    padding: 30px 0 80px 0;
  }

  .title h3 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1100px) {
  .nav-logo img {
    height: 30px;
  }

  .nav-link {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .header-txt h1 {
    max-width: 95%;
    font-size: 35px;
  }

  .header-txt h6 {
    max-width: 100%;
    font-size: 20px;
  }

  .list-txt {
    font-size: 16px;
  }

  .sec2-txt h3 {
    font-size: 28px;
  }

  .vant-box p {
    font-size: 16px;
  }

  .vant-box {
    width: 95%;
    height: 90px;
    margin: 5px 0;
  }

  .title h3 {
    text-align: center;
    margin-bottom: 20px;
  }

  .title {
    width: 100%;
  }

  .foot-cta {
    width: 310px;
    font-size: 20px;
  }

  .vant-container {
    margin: 0;
  }

  .section3 {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 820px) {
  .foot-cta {
    width: 290px;
    font-size: 20px;
  }

  .sec1-img img {
    max-width: 165%;
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .header {
    text-align: center;
  }

  .header-txt h1 {
    max-width: 80%;
    margin: 0 auto 10px auto;
  }

  .navbar-nav {
    background: #ffffff;
    padding: 10px 0;
    margin-top: 20px;
  }

  .nav-link {
    font-size: 16px;
    margin: 10px 0;
  }

  .form-box {
    width: 100%;
  }

  .step-bar img {
    max-width: 100%;
  }

  .section1 {
    text-align: center;
    padding: 70px 0;
  }

  .list-fade {
    text-align: left;
  }

  .sec1-img img {
    max-width: 100%ß;
  }

  .testemunho-box {
    height: auto;
    padding: 30px 0 0 0;
    text-align: center;
  }

  .testemunho-txt {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  .testemunho-txt img {
    margin: 0 auto 10px auto;
  }

  .testemunho-img-m {
    text-align: center;
  }

  .testemunho-img-m img {
    max-width: 100%;
    margin: 0 auto;
  }

  .sec3-img img {
    margin: 0 0 50px -80px;
  }

  .vant-box p {
    font-size: 18px;
  }

  .vant-box {
    width: 60%;
  }

  .footer {
    text-align: center;
  }

  .footer-txt {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 560px) {
  .header {
    padding: 130px 0 0 0;
  }

  .form-header h3 {
    font-size: 22px;
  }

  .sec1-txt h3,
  .sec4-txt h3,
  .footer-txt h3 {
    font-size: 30px;
  }

  .sec1-txt h6,
  .sec2-txt h5,
  .sec4-txt h5 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 450px) {
  .header-txt h1 {
    font-size: 30px;
  }

  .sec1-img img {
    max-width: 145%;
    margin: 0;
  }

  .sec3-img img {
    margin: 0 0 30px -70px;
  }

  .sec1-txt h3,
  .sec4-txt h3,
  .footer-txt h3 {
    font-size: 35px;
  }

  .foot-cta {
    width: 100%;
    font-size: 19px;
  }
}

@media only screen and (max-width: 380px) {
  .header-txt h1 {
    max-width: 100%;
  }

  .form-group h4 {
    font-size: 20px;
  }

  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item {
    text-align: left !important;
    color: #161B7F !important;
    font-size: 16px !important;
    font-weight: 400 !important;
  }

  input::placeholder,
  select::placeholder {
    font-size: 16px !important;
    font-weight: 400 !important;
  }

  .drop,
  .fill {
    font-size: 16px !important;
  }

  .sec1-txt ul {
    max-width: 100%;
  }

  .accordion-button {
    font-size: 18px;
  }

  .accordion-body ul li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 330px) {
  .nav-logo img {
    height: 25px;
  }

  .header-txt h1 {
    font-size: 30px;
  }

  .header-txt h6 {
    font-size: 18px;
  }

  .info {
    font-size: 10px;
    padding: 10px 0 0 10px;
  }

  .btn {
    width: 90%;
  }

  .form-header {
    border-radius: 30px 30px 0 0;
  }

  #contactform {
    border-radius: 0 0 30px 30px;
  }

  .list-txt {
    font-size: 14px;
  }

  .sec3-img img {
    margin: 0 0 30px -45px;
  }

  .sec1-txt h3,
  .sec4-txt h3 {
    font-size: 30px;
  }

  .footer-txt p {
    font-size: 20px;
  }

  .footer-txt h3 {
    font-size: 25px;
  }

  .foot-cta {
    font-size: 15px;
  }
}