@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

html, body {
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
  display: block;
}

button {
  background-color: transparent;
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 124.6rem;
  padding: 0 15px;
  margin: 0 auto;
}

h1, h2 {
  font-weight: 700;
}

h3, h4 {
  font-weight: 400;
}

h1, h2, h3, h5 {
  line-height: 130%;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 4.8rem;
  color: #ffffff;
}
h1 span {
  color: #CCDB29;
}

@media (max-width: 480px) {
  h1 {
    font-size: 4rem;
  }
}
h2 {
  font-size: 4rem;
  letter-spacing: -0.03em;
  color: #000000;
}

@media (max-width: 480px) {
  h2 {
    font-size: 3.2rem;
  }
}
h3 {
  font-size: 2.8rem;
  color: #D3D3D3;
}

h4 {
  font-size: 1.8rem;
  line-height: 150%;
  color: #000000;
}

h5 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.btn-primary, .btn-secondary, .btn-footer {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  line-height: 4.8rem;
  padding: 0 5rem;
  padding: 0 5rem;
  letter-spacing: 0.02em;
  transition: all 0.3s;
}

.btn-primary, .btn-secondary {
  border-radius: 4px;
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}

.btn-primary {
  background-color: #FFFF00;
  color: #000000;
}
.btn-primary:hover {
  background-color: #006D8F;
  color: #ffffff;
}

.btn-secondary {
  background-color: #FFFF00;
  color: #000000;
}
.btn-secondary:hover {
  background-color: #006D8F;
  color: #ffffff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.2rem;
  display: flex;
  z-index: 2022;
}
header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header.fixed-menu {
  background: #000000;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
header.fixed-menu .logo {
  background-image: url("../img/logo_bossa.png");
}
header.fixed-menu nav ul li a p {
  color: #616161;
}
header .logo {
  display: block;
  background: url("../img/logo_bossa.png") no-repeat center center;
  width: 70px;
  height: 65px;
}
@media (max-width: 600px) {
  header .container {
    margin-top: 0rem;
  }
}
@media (max-width: 480px) {
  header .btn-primary {
    padding: 0 14px;
  }
}

.s-hero {
  width: 100%;
  height: 70rem;
  background: url("../img/image_header.png") no-repeat center center;
  padding-top: 19.1rem;
}
.s-hero .text {
  width: 100%;
  max-width: 57.4rem;
}
.s-hero .text p {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 100;
  font-size: 1.8rem;
  line-height: 150%;
  margin-top: 2.4rem;
  margin-bottom: 4rem;
}
@media (max-width: 800px) {
  .s-hero {
    background: #000000;
  }
  .s-hero .container .text {
    width: 100%;
    margin: 0 auto;
  }
  .s-hero .container .text .subtitle-hero {
    text-align: center;
  }
  .s-hero .container .text .subtitle-hero span {
    display: none;
  }
  .s-hero .container .text h1 {
    text-align: center;
    margin-top: -12px;
  }
  .s-hero .container .text p {
    text-align: center;
  }
  .s-hero .container .text .btn-secondary {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .s-hero {
    background: #000000;
  }
  .s-hero .container {
    text-align: center;
  }
  .s-hero .container .text {
    width: 100%;
  }
  .s-hero .container .text h1 {
    text-align: center;
    margin-top: -12px;
  }
  .s-hero .container .text p {
    text-align: center;
  }
  .s-hero .container .text .btn-secondary {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .s-hero .text h1 {
    text-align: center;
    margin-top: -12px;
  }
  .s-hero .text p {
    text-align: center;
  }
  .s-hero .text .btn-secondary {
    display: block;
    margin: 0 auto;
  }
}

.s-custom .container {
  margin-top: 8rem;
}
.s-custom .container .title {
  text-align: center;
}
.s-custom .container .text {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 1rem;
}
.s-custom .container .text span {
  font-weight: 900;
}
.s-custom .success {
  background-color: #b3e255;
  padding: 24px;
  border-radius: 15px;
}

.s-tab .container {
  margin-top: 8rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.s-tab .container .nav-tabs {
  display: flex;
  justify-content: space-between;
}
.s-tab .container .nav-tabs li:not(:first-child) {
  margin-left: 1.5rem;
}
.s-tab .container .nav-tabs li a {
  display: inline-block;
  padding: 25px 75px;
  font-size: 1.8rem;
  border-radius: 18px 18px 0px 0px;
  color: #999999;
  font-weight: 900;
  background-color: #F6F1F1;
  transition: color 0.3s, background-color 0.3s;
}
.s-tab .container .nav-tabs li a.active,
.s-tab .container .nav-tabs li a:hover {
  background-color: #CCDB29;
  color: #1A202C;
}
.s-tab .container .tab-content {
  width: 100%;
  max-width: 50em;
  margin-top: 4.2rem;
}
.s-tab .container .tab-content .info-custom {
  display: flex;
  justify-content: space-between;
}
.s-tab .container .tab-content .info-custom .color-external {
  width: 100%;
  height: 80rem;
  background-color: #F7F7F7;
  border-radius: 6px;
  padding: 16px 52px 16px 32px;
}
.s-tab .container .tab-content .info-custom .color-external p {
  font-size: 1.6rem;
  color: #1A202C;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.8rem;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom {
  margin-bottom: 2.4rem;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color {
  display: flex;
  justify-content: space-between;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .active {
  box-shadow: 0px 0px 1px #1A202C, inset 1px 1px 5px white;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .none {
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #000000;
  border-radius: 100%;
  background-color: #000000;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .none:hover {
  border: 2px solid #FFCE2E;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .white {
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #000000;
  border-radius: 100%;
  background-color: #ffffff;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .white:hover {
  border: 2px solid #FFCE2E;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .black {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  background-color: #000000;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .black:hover {
  border: 2px solid #FFCE2E;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .blue {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  background-color: #2400FF;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .blue:hover {
  border: 2px solid #FFCE2E;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .green {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  background-color: #00A72D;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .green:hover {
  border: 2px solid #FFCE2E;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .orange {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  background-color: #FFA500;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .orange:hover {
  border: 2px solid #FFCE2E;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .red {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  background-color: #FF0000;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .red:hover {
  border: 2px solid #FFCE2E;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .pink {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  background-color: #FF007F;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .pink:hover {
  border: 2px solid #FFCE2E;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .yellow {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  background-color: #FFFF00;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .yellow:hover {
  border: 2px solid #FFCE2E;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .brown {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  background-color: #964B00;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .brown:hover {
  border: 2px solid #FFCE2E;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .gray {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  background-color: #D3D3D3;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .gray:hover {
  border: 2px solid #FFCE2E;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .silver {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  background-color: #C0C0C0;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .silver:hover {
  border: 2px solid #FFCE2E;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .golden {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  background-color: #DAA520;
}
.s-tab .container .tab-content .info-custom .color-external .color-custom .color .golden:hover {
  border: 2px solid #FFCE2E;
}
.s-tab .container .tab-content .info-custom .color-external .text {
  margin-top: 2.4rem;
}
.s-tab .container .tab-content .info-custom .color-external .text input, .s-tab .container .tab-content .info-custom .color-external .text textarea {
  font-size: 1.5rem;
  padding: 0.8rem;
  color: #1A202C;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  width: 100%;
  height: 4rem;
}
.s-tab .container .tab-content .info-custom .color-external .text textarea {
  height: inherit;
}
.s-tab .container .tab-content .info-custom .color-external .font {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.s-tab .container .tab-content .info-custom .color-external .font input {
  font-size: 1.5rem;
  padding: 0.8rem;
  color: #1A202C;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  width: 100%;
  height: 4rem;
}
.s-tab .container .tab-content .info-custom .color-external .select-text {
  /* The container */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.s-tab .container .tab-content .info-custom .color-external .select-text .container {
  display: block;
  position: relative;
  margin-top: 2rem;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.6rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.s-tab .container .tab-content .info-custom .color-external .select-text .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.s-tab .container .tab-content .info-custom .color-external .select-text .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 100%;
}
.s-tab .container .tab-content .info-custom .color-external .select-text .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.s-tab .container .tab-content .info-custom .color-external .select-text .container input:checked ~ .checkmark {
  background-color: #2196F3;
}
.s-tab .container .tab-content .info-custom .color-external .select-text .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.s-tab .container .tab-content .info-custom .color-external .select-text .container input:checked ~ .checkmark:after {
  display: block;
}
.s-tab .container .tab-content .info-custom .color-external .select-text .container .checkmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: white;
}
.s-tab .container .tab-content .info-custom .color-external .upload-btn {
  width: 100%;
  height: 4.1rem;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #CCDB29;
  transition: all 0.3s;
  border-radius: 6px;
  margin-top: 1rem;
}
.s-tab .container .tab-content .info-custom .color-external .upload-btn:hover {
  background-color: #006D8F;
  color: #ffffff;
}
.s-tab .container .tab-content .info-custom .color-external .btn-continue {
  width: 83%;
  height: 4rem;
  position: absolute;
  bottom: 0;
  background-color: #CCDB29;
  transition: all 0.3s;
  border-radius: 6px;
  margin-bottom: 2rem;
}
.s-tab .container .tab-content .info-custom .color-external .btn-continue:hover {
  background-color: #006D8F;
  color: #ffffff;
}
.s-tab .container .tab-content .info-custom .color-external .btn {
  font-weight: 900;
}
.s-tab .container .tab-content .info-custom .color-external .upload-btn input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.s-tab .container .talabarte-img {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-around;
  margin-top: 4.2rem;
}
.s-tab .container .talabarte-img p {
  text-align: center;
  font-size: 1.4rem;
}
.s-tab .container .talabarte-img .externa {
  font-family: Arial, Helvetica, sans-serif;
}
.s-tab .container .talabarte-img .externa .supporting-text {
  transform: translate(85px, 530px) skew(-20deg);
  display: flex;
  flex-wrap: wrap;
  width: 44px;
  font-size: 7px;
  text-transform: uppercase;
  flex-direction: row;
  font-weight: bolder;
  position: absolute;
  word-break: break-word;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-text-stroke-width: 0.2px;
}
.s-tab .container .talabarte-img .externa #imagePreview {
  transform: translate(37px, 510px) skew(10deg);
  width: 35px;
  height: 35px;
  position: absolute;
}
.s-tab .container .talabarte-img .externa .digital {
  color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-size: 3em;
  position: absolute;
  transform: translate(35px, 50px);
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  align-items: center;
  height: 450px;
  overflow: hidden;
  width: 30px;
  font-weight: bolder;
  justify-content: center;
}
.s-tab .container .talabarte-img .externa #outputText {
  transition: font-size 0.3s ease; /* Para suavizar a transição da fonte */
}
.s-tab .container .talabarte-img .externa #outputText span.colored {
  font-family: "Arial", sans-serif;
  display: inline-block;
  margin: 2px;
  text-align: center;
  height: 1em;
}
.s-tab .container .talabarte-img .externa .horizontal-asc span {
  transform: rotate(90deg);
}
.s-tab .container .talabarte-img .externa .horizontal-desc {
  flex-direction: column-reverse;
}
.s-tab .container .talabarte-img .externa .horizontal-desc span {
  transform: rotate(270deg);
}
.s-tab .container .tab-content .tab-pane {
  display: none;
}
.s-tab .container .tab-content .tab-pane.active {
  display: block;
  animation: fadeIn 0.3s forwards;
}
.s-tab .container .tab-content .tab-pane h2 {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
.s-tab .container .tab-content .tab-pane p {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@media (max-width: 800px) {
  .s-tab .s-tab .container {
    margin-top: 8rem;
  }
  .s-tab .s-tab .container .tab-content .info-custom {
    display: flex;
    flex-direction: column;
  }
  .s-tab .s-tab .container .nav-tabs {
    display: flex;
    flex-direction: column;
  }
  .s-tab .s-tab .container .nav-tabs li {
    margin-bottom: 16px;
  }
  .s-tab .s-tab .container .nav-tabs li a {
    width: 100%;
    padding: 25px 0px;
    text-align: center;
    border-radius: 8px;
  }
  .s-tab .s-tab .container .nav-tabs li:not(:first-child) {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .s-tab .s-tab .container {
    margin-top: 8rem;
  }
  .s-tab .s-tab .container .tab-content .info-custom {
    display: flex;
    flex-direction: column;
  }
  .s-tab .s-tab .container .nav-tabs {
    display: flex;
    flex-direction: column;
  }
  .s-tab .s-tab .container .nav-tabs li {
    margin-bottom: 16px;
  }
  .s-tab .s-tab .container .nav-tabs li a {
    width: 100%;
    padding: 25px 0px;
    text-align: center;
    border-radius: 8px;
  }
  .s-tab .s-tab .container .nav-tabs li:not(:first-child) {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .s-tab .container {
    margin-top: 8rem;
  }
  .s-tab .container .tab-content .info-custom {
    display: flex;
    flex-direction: column;
  }
  .s-tab .container .tab-content .info-custom .color-external {
    padding: 1.7rem;
  }
  .s-tab .container .nav-tabs {
    display: flex;
    flex-direction: column;
  }
  .s-tab .container .nav-tabs li {
    margin-bottom: 16px;
  }
  .s-tab .container .nav-tabs li a {
    width: 100%;
    padding: 25px 0px;
    text-align: center;
    border-radius: 8px;
  }
  .s-tab .container .nav-tabs li:not(:first-child) {
    margin-left: 0;
  }
}
.s-obs .container {
  margin-top: 8rem;
}
.s-obs .container .title {
  text-align: center;
}
.s-obs .container .text {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 0.8rem;
}
.s-obs .container .text textarea {
  margin-top: 4rem;
  font-size: 1.5rem;
  padding: 0.8rem;
  color: #1A202C;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  width: 100%;
  height: 24.2rem;
}
.s-obs .container .text button {
  width: 100%;
}

.s-faq .container {
  margin-top: 8rem;
}
.s-faq .container .title {
  text-align: center;
}
.s-faq .container .text {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 0.8rem;
}
.s-faq .container .faq-accordion .accordion {
  width: 100%;
  margin: 2rem auto;
}
.s-faq .container .faq-accordion .accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  border: 1px solid #D9D9D9;
}
.s-faq .container .faq-accordion .accordion-item-header {
  width: 100%;
  height: 8rem;
  font-size: 1.6rem;
  font-weight: 900;
  padding: 0.5rem 3rem 0.5rem 1rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.s-faq .container .faq-accordion .accordion-item-header::after {
  content: "+";
  font-size: 3rem;
  position: absolute;
  right: 1rem;
}
.s-faq .container .faq-accordion .accordion-item-header.active::after {
  content: "−";
}
.s-faq .container .faq-accordion .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.s-faq .container .faq-accordion .accordion-item-body-content {
  padding: 3rem 1rem;
  font-size: 15px;
  border-top: 1px solid;
  -o-border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
     border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}
@media (max-width: 767px) {
  .s-faq .container .faq-accordion html {
    font-size: 14px;
  }
}

.s-footer {
  background-color: #000000;
  padding: 48.8px 60px 48.098px 60px;
  margin-top: 8rem;
}
.s-footer .container .logo-footer {
  width: 100%;
  margin-bottom: 3.2rem;
}
.s-footer .container .logo-footer img {
  margin: 0 auto;
}
.s-footer .container .social {
  width: 100%;
  max-width: 14rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 3.2rem;
}
.s-footer .container .line {
  width: 100%;
  border-bottom: 0.5px solid #ffffff;
  margin-bottom: 3.2rem;
  -o-border-image: linear-gradient(to right, transparent, #ffffff, transparent) 1;
     border-image: linear-gradient(to right, transparent, #ffffff, transparent) 1;
}
.s-footer .container .text-footer {
  text-align: center;
}
.s-footer .container .text-footer p {
  color: #ffffff;
  font-size: 1.6rem;
}/*# sourceMappingURL=main.css.map */