.btn-contact {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;
  color: #ffffff;
  background: #fd4460;
  box-shadow: 0px 12px 35px rgba(237, 39, 117, 0.25);
  border-radius: 30px;
  padding: 11px 64px 11px 64px;
}
.btn-finalizar {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;
  color: #ffffff;
  background: #6ce035;
  box-shadow: 0px 12px 35px rgba(91, 202, 39, 0.25);
  border-radius: 30px;
  padding: 11px 64px 11px 64px;
}

.datepicker {
  width: 100%;
  padding: 15px;
  border: 1.5px solid rgb(211, 211, 211);
  border-radius: 5px;
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #716c80;
}
.datepicker:focus {
  outline: none;
}
.radioS {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18.5px;
  line-height: 22px;
  color: #6c6c6c;
}
.formtitle {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #262a37;
}

.headT1 {
  background: #fd4460;
  border-radius: 20px 0px 0px 0px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 99.02%;
  color: #ffffff;
  padding: 15px;
  border: 1px solid white;
}
.headT2 {
  background: #fd4460;
  border-radius: 0px 0px 0px 0px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 99.02%;
  color: #ffffff;
  padding: 15px;
  border: 1px solid white;
}
.headT3 {
  background: #fd4460;
  border-radius: 0px 20px 0px 0px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 99.02%;
  color: #ffffff;
  padding: 15px;
  border: 1px solid white;
}
.sub-headT {
  background: #c4c4c4;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #ffffff;
  border: 1px solid white;
}
.contentT {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #6c6c6c;
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding: 8px;
}

.c1 {
  background: rgba(196, 196, 196, 0.25);
}
.c2 {
  background: rgba(196, 196, 196, 0.1);
}
.r1 {
  border-bottom-left-radius: 15px;
}
.r2 {
  border-bottom-right-radius: 15px;
}

.tablebttm {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #6c6c6c;
}

@media (max-width: 1199px) {
  .headT1,
  .headT2,
  .headT3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .headT1,
  .headT2,
  .headT3 {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .headT1,
  .headT2,
  .headT3 {
    font-size: 15px;
    padding: 5px;
  }
  .sub-headT {
    font-size: 15px;
  }
  .contentT {
    font-size: 11px;
  }
}
@media (max-width: 493px) {
  .headT1 {
    padding: 12.5px;
  }
}

@media (max-width: 320px) {
  .headT1 {
    padding: 12px 5px;
  }
  .title{
    font-size: 25px;
    line-height: 25px;
  }
}
