body {
  font-family: "Barlow";
}
body.overflow-c {
  overflow: hidden;
}

.font-akkurat {
  font-family: "Barlow";
}

.font-foundry {
  font-family: "Barlow";
}

.font-roboto {
  font-family: "Barlow";
}
p{
  font-family: "Barlow";
  font-weight: normal;
}

.tata.success {
  background: #10b981;
}
.tata.success .tata-progress {
  background: rgba(255, 255, 255, 0.231372549);
}
.tata i {
  display: none;
}
.tata-body {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 26px !important;
}
.tata-body h4 {
  font-size: 14px !important;
  text-align: center;
  font-weight: 600;
}
.tata-body p {
  display: none;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.pagin-t {
  --swiper-pagination-color: #5448D3;
}

.tab-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  color: #fff;
  min-height: 70px;
}
.tab-item svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 768px) {
  .tab-item:hover {
    color: #5448D3;
    background: white;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
}
.tab-item .name {
      display: flex;
    padding: 0 1rem;
    text-align: left;
    gap: 8px;
    align-items: center;
}
.tab-item .name svg {
	    max-height: 30px;
}
.tab-item.active {
  color: #5448D3;
  background: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-motivos {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.item-motivos h3 strong {
  color: #0A39E4;
}

.swiper--review .swiper-slide {
  scale: 0.8;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper--review .swiper-slide.swiper-slide-active {
  scale: 1;
  opacity: 1;
}

.overlay,
.overlay-modal {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.overlay.visible,
.overlay-modal.visible {
  visibility: visible;
  opacity: 0.5;
}

.whatsapp--form {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}
.whatsapp--form.visible {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
  max-height: 34px;
  line-height: normal;
}

.floating--whatsapp {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.floating--whatsapp.show {
  visibility: visible;
  opacity: 1;
}

.moda-a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.moda-a.show {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  .heroe {
    background: none !important;
  }
}

input.error,
select.error {
  border-color: red !important;
  color: red !important;
}
input.error::-webkit-input-placeholder, select.error::-webkit-input-placeholder {
  color: red !important;
}
input.error::-moz-placeholder, select.error::-moz-placeholder {
  color: red !important;
}
input.error:-ms-input-placeholder, select.error:-ms-input-placeholder {
  color: red !important;
}
input.error::-ms-input-placeholder, select.error::-ms-input-placeholder {
  color: red !important;
}
input.error::placeholder,
select.error::placeholder {
  color: red !important;
}
input[disabled],
select[disabled] {
  border-color: #ccc;
}

.loader {
  width: 48px;
  height: 48px;
  border: 3px solid #00fe98;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}
.loader--container {
  background: rgba(255, 255, 255, 0.6784313725);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.loader--container.show {
  opacity: 1;
  visibility: visible;
}

.loader::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-bottom-color: #0a39e4;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-button-disabled {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .list-items:nth-child(even) .a {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 768px) {
  .list-items .a {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}