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

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

.font-foundry {
  font-family: "Kommon Grotesk";
}

.font-grotesk {
  font-family: "Kommon Grotesk";
}

.font-roboto {
  font-family: "Roboto";
}

.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;
}
.tab-item svg * {
  fill: #fff;
}
@media (min-width: 768px) {
  .tab-item:hover {
    color: #5448D3;
    background: white;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tab-item:hover svg * {
    fill: #5448D3;
  }
}
.tab-item .name {
  text-align: center;
}
.tab-item.active {
  color: #5448D3;
  background: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-item.active svg * {
  fill: #5448D3;
}

.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;
  }
}

.titulo h3 {
  font-weight: 900;
  font-size: 25px;
  line-height: 1;
}
@media (max-width: 768px) {
  .titulo h3 {
    font-size: 20px;
    font-size: 23px;
  }
	.subt{
		line-height: 1;
	}
	.subt p{
		margin-bottom: 5px;
	}
}
.titulo h2 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 768px) {
  .titulo h2 {
    font-size: 20px;
    font-size: 23px;
	line-height: 1;
  }
}
.titulo h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 768px) {
  .titulo h1 {
    font-size: 35px;
  }
}
.titulo h4 {
  font-weight: 900;
  font-size: 25px;
  line-height: 1;
}
@media (max-width: 768px) {
  .titulo h4 {
    font-size: 20px;
	      line-height: 1.2;
  }
}

.item-list-x {
  border: 2px solid white;
}
.item-list-x:first-child {
  background: transparent;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item-list-x:nth-child(1) h4 {
  font-size: 20px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .item-list-x:nth-child(1) h4 {
    font-size: 20px;
  }
}
.item-list-x:nth-child(2) {
  border-color: #040dac !important;
}
.item-list-x:nth-child(2) h4 {
  font-weight: 900;
}
@media (max-width: 991px) {
  .item-list-x:nth-child(2) {
    height: 60px;
  }
  .item-list-x:nth-child(2) h4 {
    font-size: 18px;
  }
}

.tabs_items.active {
  background: #1438E8;
  color: white;
}

@media (min-width: 768px) {
  .form-border {
    border: 2px solid #0423BC;
  }
}

.tabs-content .content p {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .body-c-c {
    
  }
}

.table-item:last-child .body-c-c {
  border: none !important;
}

.ceee {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

.ceee .a .col-span-6, .ceee .a .col-span-3{
  border-bottom: 2px solid #d9d9d9
}
.ceee .a .col-span-6 {
  border-right: 2px solid #d9d9d9
}
.ceee .a:last-child .col-span-6,.ceee .a:last-child .col-span-3{
  border-bottom: none;
}