@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Robot', sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
.main-wrapper {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .vertical-menu {
    width: 100% !important;
    padding: 0 20px;
    margin: 20px 0;
  }
  .content-wrapper {
    width: 100% !important;
  }
  .content-details ul li {
    width: 100% !important;
  }
  table tbody tr td button {
    margin-bottom: 20px;
  }
  .main-wrapper {
    flex-flow: column wrap;
    padding: 0px;
  }
}
.form-wrapper-login {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  background: white;
}
.form-wrapper {
  margin: 40px auto;
  width: 100%;
  background: white;
}
.vertical-menu {
  width: 20%;
  overflow-y: auto;
  float: left;
}
.vertical-menu a {
  color: #7a7a7a;
  font-size: 12px;
  display: block;
  background-color: #eee;
  padding: 12px;
  text-decoration: none;
}
.vertical-menu a:hover {
  background-color: #ccc;
}
.vertical-menu a.active {
  background-color: #00ACF4;
  color: white;
}
.content-wrapper {
  padding: 0 20px;
  width: 100%;
}
.content-wrapper span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2.5px;
  color: #00ACF4;
  display: inline-block;
  margin-bottom: 12px;
}
h1 {
  font-family: 'Metrophobic', sans-serif;
  color: #00ACF4;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 20px;
}
h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Metrophobic', sans-serif;
  color: #00ACF4;
  width: 60%;
  margin: 25px 0 15px;
}
h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Metrophobic', sans-serif;
  color: #00ACF4;
  width: 60%;
  margin: 25px 0 15px;
}
h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Metrophobic', sans-serif;
  color: #00ACF4;
  width: 60%;
  margin: 25px 0 15px;
}
h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Metrophobic', sans-serif;
  color: #00ACF4;
  width: 60%;
  margin: 25px 0 15px;
}
.content-wrapper p {
  font-size: 16px;
  line-height: 24px;
  color: #7a7a7a;
}
.content-wrapper p a {
  font-size: 16px;
  line-height: 24px;
  color: #7a7a7a;
  text-decoration: none;
}
.content-wrapper p a:hover {
  color: #00ACF4;
}
.content-details {
  background: #fafafa;
  border: 1px solid #dde3ec;
  margin-top: 20px;
}
.content-details ul {
  border-top: 1px solid #edeef2;
  padding: 25px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
}
.content-details ul li {
  color: #536387;
  font-size: 16px;
  line-height: 24px;
  width: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.content-pasta ul {
  list-style: none;
}
.content-pasta ul li {
  color: #536387;
  font-size: 16px;
  line-height: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
}
/*.content-pasta ul li:nth-child(odd) {
	background-color: #999;
}*/
.form-title {
  font-family: 'Metrophobic', sans-serif;
  color: #00ACF4;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 30px;
}
.input-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.input-flex > div {
  width: 50%;
}
::placeholder {
  color: #ccc;
  font-size: 12px;
}
.form-input {
  text-align: left;
  width: 100%;
  padding: 13px 22px;
  border-radius: 5px;
  border: 1px solid #dde3ec;
  background: #ffffff;
  font-weight: 500;
  font-size: 16px;
  color: #7a7a7a;
  outline: none;
  resize: none;
}
.form-input:focus {
  border-color: #00ACF4;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}
.form-label {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 1.75;
  display: block;
  margin-top: 10px;
}
.rodape {
  font-size: 12px !important;
  line-height: 24px !important;
  color: #7a7a7a !important;
  width: 70% !important;
  margin-top: 22px !important;
}
.rodape a {
  font-size: 12px !important;
  line-height: 24px !important;
  color: #00ACF4 !important;
}
.text-small {
  font-size: 12px;
  line-height: 24px;
  color: #7a7a7a;
}
.btn {
  text-align: center;
  width: 100%;
  font-size: 16px;
  padding: 14px 25px;
  border: none;
  font-family: 'Metrophobic', sans-serif;
  font-weight: 500;
  letter-spacing: 0.9px;
  background-color: #00ACF4;
  color: white;
  cursor: pointer;
  margin-top: 25px;
}
.btn:hover {
  background: #0d7ad5;
  cursor: pointer;
}
.btn-excluir {
  width: auto;
}
li .btn {
  width: auto;
  float: left;
}
.btn-excluir-integrante {
  width: auto;
  float: right;
  text-align: center;
  font-size: 16px;
  padding: 14px 25px;
  border: none;
  font-family: 'Metrophobic', sans-serif;
  font-weight: 500;
  letter-spacing: 0.9px;
  background-color: #00ACF4;
  color: white;
  cursor: pointer;
  margin: 5px;
}
.btn-excluir-integrante:hover {
  background: #0d7ad5;
  cursor: pointer;
}
.btn-add .btn {
  width: auto;
  margin-right: 20px;
}
.btn-pagamento {
  text-align: center;
  width: auto;
  font-size: 16px;
  padding: 14px 25px;
  border: none;
  font-family: 'Metrophobic', sans-serif;
  font-weight: 500;
  letter-spacing: 0.9px;
  background-color: #ff5700;
  color: white;
  cursor: pointer;
  margin-top: 25px;
}
.btn-pagamento:hover {
  background: #d44800;
  cursor: pointer;
}

.input-radio-wrapper {
  margin-bottom: 25px;
}
.radio-flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.radio-label {
  font-size: 14px;
  line-height: 24px;
  color: #07074d;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border: 1px solid #dde3ec;
  border-radius: 30%;
}
.radio-label .input-radio:checked ~ .radio-checkmark {
  background-color: #00ACF4;
}
.radio-checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.radio-label .input-radio:checked ~ .radio-checkmark:after {
  display: block;
}
.radio-label .radio-checkmark:after {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
}
.radio-group {
  float: left;
}
.title-table {
  font-size: 18px;
  font-weight: 600;
}
.fa-credit-card {
  font-size: 100px !important;
  color: #00ACF4;
  padding: 20px 20px;
  margin-right: 20%;
  border: 3px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fa-credit-card:hover {
  outline: 0px solid transparent;
  padding: 20px 20px;
  border: 3px solid #00ACF4;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fa-cc-paypal {
  font-size: 100px !important;
  color: #00ACF4;
  padding: 20px 20px;
  border: 3px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: 20%;
}
.fa-cc-paypal:hover {
  outline: 0px solid transparent;
  padding: 20px 20px;
  border: 3px solid #00ACF4;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.content-payment {
  width: 70%;
  text-align: center;
  margin-top: 20px;
}
.valor {
	font-size: 30px;
}
.carrinhodecompra {
	background: #fafafa;
    border: 1px solid #dde3ec;
	max-width: 100%;
	color: #7a7a7a;
}
.corrigir {
	margin-top: 20px;
}
.totalcompra {
	max-width: 100%;
	background: #FFF;
	border-top: solid 3px #00ACF4;
	border-bottom: solid 3px #00ACF4;
	color: #7a7a7a;
}
.valortotal {
	color: #00ACF4;
	font-size: 30px;
}
.taxaservico {
	color: #000;
	font-size: 18px;
}

.pix {
	border: solid 2px #00ACF4;
	padding: 30px;
	width: 60%;
	/*position: absolute;*/
	margin: 20px 0px;
	height: 50%;
}
.pix-qrcode {
	width: 40%;
	float: left;
	text-align: center;
}
.pix-chave {
	width: 60%;
	float: right;
	text-align: center;
}
.valor-pix {
	font-size: 30px!important;
	color: #ff5700!important;
	letter-spacing: normal!important;
}
.pix .btn {
	width: auto;
}

@media (max-width: 768px) {
	.valor{
		line-height: normal;
		padding: 10px;
		border: none;
		margin-bottom: 0px;
	}
	.valortotal {
	    line-height: normal;
		padding: 10px;
		border: none;
		margin-bottom: 0px;
}
.taxaservico {
	line-height: normal;
		padding: 10px;
	border: none;
		margin-bottom: 0px;
}
	.pix {
		width: 100%;
	}
	.pix-qrcode {
		float: none;
		width: 100%;
	}
	.pix-chave {
		float: none;
		width: 100%;
	}
}