@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");

* {
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --default-width: 1070px;
  --background-color: #b5b5b5;
  --white-backgroud: #fefefe;
  --back-01: #000033;
  --line-color: #8f8fa5;
  --payment-line-color: #afafaf;
  --backgroud-secundario: #ebecf0;
  --payment-plan-header-background: #000033;
}

html,
body {
  font-family: "Montserrat", sans-serif;
  background-color: var(--background-color);
}

.quotation {
  width: var(--default-width);
  margin: auto;
}

ul {
  list-style-type: none;
}

.inner p {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}

.quotation-header {
  background-color: var(--white-backgroud);
  height: 180px;
  border-bottom: 2px solid var(--back-01);
}

.inner-header {
  display: flex;
  flex-direction: row;
  height: 180px;
}

section {
  margin: auto;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  width: 50%;
}

.logo-stp {
  padding-top: 58px;
  padding-left: 45px;
  padding-bottom: 47px;
}

.phone-icon {
  background: url("/assets/svg/phone.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 30px;
  width: 30px;
}

.email-icon {
  background: url("/assets/svg/email.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 30px;
  width: 30px;
}

.brazil-flag {
  background: url("/assets/svg/brazil-flag.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 35px;
  width: 60px;
  border-radius: 5px;
}

.australia-flag {
  background: url("/assets/svg/australia-flag.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 35px;
  width: 70px;
  border-radius: 5px;
}

.phone-content {
  padding-left: 12px;
  padding-right: 75px;
}

.email-content {
  padding-left: 12px;
  padding-right: 47px;
}

.flag-text {
  padding-left: 12px;
  padding-right: 47px;
}

.infobox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 2px;
  height: 100%;
}

.info-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.message-container {
  width: var(--default-width);
  height: 219px;
  padding: 20px 104px 20px 107px;
  background: var(--backgroud-secundario);
}

.message-text {
  background-color: var(--white-backgroud);
  width: 870px;
  height: 168px;
  padding-top: 30px;
  padding-left: 33px;
}

.greetings {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.message-line {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
}

.quototation-body {
  background-color: var(--white-backgroud);
}

.section-title {
  width: var(--default-width);
  padding: 34px 0 15px 50px;
  border-bottom: 2px solid var(--line-color);
}

.section-title strong {
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
}

.section-title-content {
  font-weight: 800px;
  font-size: 30px;
  line-height: 41px;
}

.course {
  width: var(--default-width);
  padding: 35px 0 0 246px;
}

.extra {
  width: var(--default-width);
  padding-top: 41px;
  padding-left: 246px;
}

.course-content {
  width: 660px;
}

.pricing-table {
  gap: 5px;
}

.pricing-table-header {
  display: flex;
}

.pricing-table-header-content {
  flex: 1;
  padding-left: 15px;
}

.pricing-table-header-content ul li strong {
  flex: 1;
  font-size: 26.08px;
  font-style: normal;
  font-weight: 700;
}

.pricing-table-header-content ul li {
  flex: 1;
  padding-left: 5px;
  padding-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.pricing-table-line {
  display: flex;
  padding: 10px 0 10px 0;
  border-bottom: 2px solid var(--back-01);
}

.princig-table-total {
  display: flex;
  padding: 10px 0 27px 0;
  gap: 5px;
}

.pricing-table-description {
  width: 50%;
}

.pricing-table-description strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 700px;
}

.pricing-table-price {
  flex: 1;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400px;
}

.pricing-table-text {
  flex: 1;
  text-align: right;
  padding-right: 55px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400px;
}

.pricing-table-line ul {
  border-bottom: 2px solid var(--back-01);
  font-size: 16px;
}

.pricing-table-line ul li {
  border-bottom: 2px solid var(--back-01);
  font-size: 16px;
}

.supplier-logo {
  height: 120px;
  width: 120px;
}

.extra-logo {
  height: 80px;
  width: 80px;
}

.payment-plan-container {
  width: var(--default-width);
  padding: 20px 104px 20px 107px;
  background: var(--backgroud-secundario);
}

.payment-plan-header {
  width: 870px;
  padding: 30px 95px 27px 95px;
  border: 2px solid var(--line-color);
  background: var(--payment-plan-header-background);
  color: var(--white-backgroud);
}

.pricing-table-line--title {
  font-size: 18px !important;
}

.write-line {
  border-bottom: 2px solid var(--white-backgroud);
}

.black-line {
  border-bottom: 2px solid var(--back-01);
}

.high-school-obs {
  font-weight: bold !important;
}

.high-school-included {
  border: 1px solid var(--back-01);
  color: var(--white-backgroud);
  background-color: var(--payment-plan-header-background);
}

.high-school-not-included {
  border: 1px solid var(--back-01);
  color: var(--white-backgroud);
  background-color: var(--payment-plan-header-background);
}

.high-school-included-text {
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  font-style: normal;
}

.high-school-not-included-text {
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  font-style: normal;
}

.pricing-table-line-header {
  display: flex;
  padding: 10px 0 10px 0;
  .left {
    width: 86%;
    &.header-title {
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      width: 86%;
    }
  }

  .left-total {
    width: 81%;
  }

  .right {
    flex: 1;
    .header-value {
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
    }
  }

  .date-value {
    width: 100%;
  }
}

.payment-plan-content {
  background-color: var(--white-backgroud);
  width: 870px;
  padding: 30px 95px 27px 95px;
  border-bottom: 2px solid var(--payment-line-color);
}

.pricing-table-description-payment {
  width: 71.51%;
  font-size: 23px;
}

.quotation-footer {
  background-color: var(--white-backgroud);
  border-top: 2px solid var(--line-color);
}

.quotation-content {
  padding: 31px 0 25px 40px;
}

.seller {
  display: flex;
}

.photo {
  border-radius: 50%;
  height: 120px;
  width: 120px;
}

.sales-info {
  padding: 25px 0 25px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.contact-us {
  padding: 25px 102px 25px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  flex: 1;
  text-align: right;
}

.contact-us strong {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  flex: 1;
  text-align: right;
}

.break-date-format {
  padding-left: 105px !important;
}
