@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

.xtc-container * {
    font-family: "Outfit", sans-serif;
}

.xtc-container h1,
.xtc-container h4,
.xtc-container p {
  padding: 0;
  margin: 0;
}

#card-1 img,
#card-7 img {
  width: 100%;
}

#card-1 img,
#card-7 img {
  max-width: 100% !important;
}

.xtc-container {
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
  color: #1b1b1b;
  margin-bottom: 64px;
}

.xtc-container img,
.xtc-container video {
  height: auto;
}

.xtc-container img:not(.smart-header img),
.xtc-container video {
  max-width: 60%;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .half {
    width: 50% !important;
  }
}

.smart-header {
  height: 150px;
  display: flex;
  width: 100%;
  background-color: #1b1b1b;
  color: #e6e6e6;
  padding: 42px 60px;
}

.smart-header h1 {
  margin-bottom: 8px;
}

.smart-header h4 {
  font-size: 20px;
  font-weight: 200;
}

.smart-header div:first-child {
  width: 70%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.smart-header div:last-child {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.smart-header div:last-child h5 {
  margin: 0;
  margin-left: 48px;
  font-size: 15px;
}

.smart-header img {
  max-width: 300px;
  width: 100%;
}

/* Card */
.xtc-container .card {
  display: flex;
  padding: 54px 64px;
  line-height: 2rem;
}

.xtc-container .card .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 48px;
  color: #1b1b1b;
}

.xtc-container .small.content {
  padding: 0 48px;
}

.xtc-container .small.content h4 {
  font-size: 16px;
}

.xtc-container .small.content h2 {
  font-size: 34px;
}

.xtc-container .small.content p {
  font-size: 14px;
  line-height: 1.65rem;
  font-weight: 400;
}

.xtc-container .card h4 {
  font-size: 20px;
  font-weight: 400;
}

.xtc-container .card h2 {
  margin-top: 16px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
}

.xtc-container .card p {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .smart-header {
    padding: 36px 45px;
  }

  .xtc-container .card {
    padding: 60px 0;
  }

  .xtc-container .card .content {
    padding: 0 48px !important;
  }

  .xtc-container .card h4 {
    font-size: 18px;
  }

  .xtc-container .card h2 {
    margin-top: 12px;
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 700;
  }

  .xtc-container .card p {
    font-size: 14px;
  }

  .xtc-container .small.content {
    padding: 0 36px;
  }

  .xtc-container .small.content h4 {
    font-size: 16px;
  }

  .xtc-container .small.content h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 900px) {
  .smart-header {
    padding: 24px 30px;
  }

  .smart-header h1 {
    font-size: 32px;
  }

  .xtc-container .card {
    padding: 40px 0;
  }

  .xtc-container .card .content {
    padding: 0 30px !important;
  }

  .xtc-container .card h4 {
    font-size: 16px;
  }

  .xtc-container .card h2 {
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 26px;
  }

  .xtc-container .small.content {
    padding: 10px 24px;
  }

  .xtc-container .small.content h4 {
    font-size: 14px;
  }

  .xtc-container .small.content h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .smart-header {
    padding: 12px 15px;
  }

  .smart-header h1 {
    font-size: 26px;
  }

  .smart-header h4 {
    font-size: 16px;
  }

  .smart-header div:last-child h5 {
    font-size: 12px;
    margin: 0;
  }

  .xtc-container .card {
    flex-direction: column;
    padding: 20px 0;
  }

  .xtc-container .card .content {
    padding: 15px !important;
  }

  .xtc-container .card h2 {
    margin-top: 6px;
    margin-bottom: 8px;
    font-size: 22px;
  }

  .xtc-container img:not(.smart-header img),
  .xtc-container video {
    max-width: 70%;
    align-self: center;
    max-height: 450px;
    max-width: 450px;
  }

  .xtc-container .small.content {
    padding: 8px 18px;
  }

  .xtc-container .small.content h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .smart-header {
    padding: 8px;
  }

  .smart-header h1 {
    font-size: 22px;
  }

  .smart-header h4 {
    font-size: 14px;
  }

  .smart-header div:last-child h5 {
    font-size: 10px;
  }

  .xtc-container img:not(.smart-header img),
  .xtc-container video {
    max-width: 70% !important;
    align-self: center;
    max-height: 450px;
  }

  .xtc-container .small.content {
    padding: 8px 24px;
  }
}

.floating-content {
  position: absolute;
}

.floating-content h4 {
  font-size: 16px;
}

.floating-content h2 {
  font-weight: 400;
  margin-top: 0.75rem;
}

.floating-content p {
  font-weight: 300;
  line-height: 1.5rem;
}

/* Card 1 */
#card-1 {
  position: relative;
  color: #e6e6e6;
}

#card-1 .floating-content {
  max-width: 380px;
  background-color: rgb(0, 0, 0, 0.6);
  padding: 25px 23px;
  bottom: 224px;
}

.above-desc {
  display: none;
  background-color: #1b1b1b;
  color: #e6e6e6;
  padding: 15px 10px;
}

@media screen and (max-width: 1200px) {
  #card-1 .floating-content {
    bottom: 100px !important;
  }

  .right-side {
    right: 60px !important;
  }

  .left-side {
    left: 60px !important;
  }
}

@media screen and (max-width: 900px) {
  #card-1 .floating-content {
    padding: 20px 18px;
    bottom: 60px !important;
  }

  .right-side {
    right: 35px !important;
  }

  .left-side {
    left: 35px !important;
  }

  .floating-content h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  #card-1 .floating-content {
    max-width: 280px !important;
    padding: 10px 9px;
    bottom: 0 !important;
  }

  .right-side {
    right: 0 !important;
  }

  .left-side {
    left: 0 !important;
  }

  .floating-content h2 {
    font-size: 20px;
  }

  .floating-content p {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  #card-1 .floating-content {
    max-width: 50%;
    background: none;
    text-align: end;
  }

  #card-1 .floating-content small {
    display: none;
  }

  .above-desc {
    display: block;
  }
}

#card-2 .content {
  padding-left: 0;
}

#card-2 p {
  max-width: 88%;
}

#card-3 .content {
  padding-right: 100px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  #card-3 .content {
    padding-right: 48px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  #card-3 .content {
    padding-right: 36px;
    padding-bottom: 12px;
  }
}

/* Tabela*/
.table {
  min-width: 768px;
  color: #1b1b1b;
  font-size: 15px;
}

.table tr th,
.table tr td {
  border-color: #707070;
  vertical-align: middle !important;
  padding: 0 !important;
}

.table tr td:first-child,
.table tr td:last-child {
  font-weight: 700;
}

.scroll {
  margin: 0 42px;
  overflow-x: scroll;
}

.scroll::-webkit-scrollbar {
  height: 4px;
}

.scroll::-webkit-scrollbar-thumb {
  background: #888;
}

@media screen and (max-width: 900px) {
  .table {
    font-size: 11px;
  }
}

/* Tabela 1*/
#table-1 tr {
  height: 58px;
}

#table-1 tr th,
#table-1 tr td {
  text-align: center;
}

/* Card 4 */
#card-4 {
  background-color: #1b1b1b;
}

#card-4 .content {
  padding-right: 85px;
  color: #e6e6e6;
}

#card-4 h4 {
  font-size: 17px;
  font-weight: 300;
}

#card-4 p {
  font-weight: 300;
}

/* Card 5 */
#card-5 {
  background-color: #1b1b1b;
  align-items: center;
}

#card-5 .content {
  color: #e6e6e6;
  padding: 0 100px;
}

#card-5 h2 {
  font-size: 55px;
}

#card-5 p {
  font-size: 15px;
}

@media screen and (max-width: 1200px) {
  #card-5 .content {
    max-width: 800px;
  }

  #card-5 h2 {
    font-size: 46px;
  }
}

@media screen and (max-width: 900px) {
  #card-5 .content {
    max-width: 100%;
  }

  #card-5 h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  #card-5 h2 {
    font-size: 24px;
  }

  #card-5 br {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  #card-5 h2 {
    font-size: 20px;
  }

  #card-5 p {
    font-size: 14px;
  }
}

/* Card 6 */
#card-6 {
  padding: 0;
}

#card-6 .content {
  padding: 0 112px;
}

#card-6 img {
  align-self: flex-start;
}

@media screen and (max-width: 768px) {
  #card-3,
  #card-5,
  #card-6 {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Card 7 */
#card-7 {
  position: relative;
  padding: 0;
}

#card-7 .floating-content {
  bottom: 26px;
  right: 56px;
  color: #e6e6e6;
}

#card-7 h4 {
  font-size: 20px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  #card-7 .floating-content {
    bottom: 12px;
    right: 18px;
  }

  #card-7 h4 {
    font-size: 16px;
  }
}

/* Card 8 */
#card-8 {
  padding: 0;
  background-color: #e6e6e6;
}

/* Card 9 */
#card-9 {
  padding: 0;
}

/* Card 10 */
#card-10 {
  padding: 0;
  gap: 85px;
  flex-direction: row-reverse;
}

#card-10 .single-image {
  max-width: 40%;
  object-fit: contain;
}

#card-10 p {
  max-width: 85%;
}

#card-10.double-image {
  text-align: center;
  padding: 123px 123px 30px 123px;
  flex-direction: column;
  align-items: center;
}

#card-10.double-image p {
  max-width: 624px;
}

#card-10 .images {
  display: flex;
  justify-content: center;
  gap: 152px;
}

#card-10 figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#card-10 .images img {
  max-width: 100%;
  object-fit: contain;
}

#card-10 figcaption {
  font-size: 20px;
  text-align: center;
  max-width: 168px;
  padding: 40px 0;
}

@media screen and (min-width: 901px) {
  #card-8 .content {
    padding-right: 90px;
  }

  #card-8 .content p {
    padding-right: 20px;
  }

  #card-9 .content {
    padding: 0 120px;
  }

  #card-10 .content {
    padding: 0 65px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 768px) {
  #card-9 {
    flex-direction: column-reverse;
  }

  #card-10 {
    gap: 40px;
    flex-direction: column;
    padding-bottom: 0 !important;
  }

  #card-10.double-image {
    padding: 20px 0;
  }

  #card-10 .images {
    gap: 20px;
    flex-direction: column;
  }
}

@media screen and (min-width: 426px) and (max-width: 768px) {
  #card-10 .images figure:first-child {
    flex-direction: row;
  }

  #card-10 .images figure:last-child {
    flex-direction: row-reverse;
  }
}

/* Card 10-5 */
#card-10-5 {
  padding: 30px 30px 175px 30px;
  gap: 25px;
  flex-direction: row;
  width: 100%;
  display: flex;
}

#card-10-5 > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  flex: 1;
}

#card-10-5 img {
  max-width: 100%;
  height: fit-content;
}

#card-10-5 p {
  font-size: 20px;
  margin-top: 3rem;
  align-content: flex-end;
}

@media screen and (max-width: 920px) {
  #card-10-5 p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #card-10-5 {
    flex-wrap: wrap;
    gap: 0px;
    row-gap: 25px;
    padding: 35px;
  }
  
  #card-10-5 > div:nth-child(-n+2) {
    flex: 0 0 50%;
  }

  #card-10-5 > div:nth-child(n+3) {
    flex: 0 0 calc(100%/3);
  }
}

@media screen and (max-width: 480px) {
  #card-10-5 {
    padding: 25px;
  }

  #card-10-5 p {
    font-size: 12px;
  }
}

/* Card 11 */
#card-11 {
  position: relative;
  background-color: #1b1b1b;
  justify-content: center;
  padding: 52px 112px;
  align-items: end;
}

#card-11 .image {
  width: 100%;
  display: flex !important;
  justify-content: center;
}

#card-11 img {
  position: absolute;
  top: -40%;
  right: 122px;
}

#card-11 .content {
  color: #e6e6e6;
}

#card-11 h2 {
  margin-bottom: 0.5rem;
}

#card-11 p {
  max-width: 85%;
  font-size: 12px;
  margin-bottom: 64px;
  font-weight: 200;
}

@media screen and (max-width: 1200px) {
  #card-11 {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 768px) {
  #card-11 {
    padding: 20px 0 !important;
  }

  #card-11 {
    flex-direction: column-reverse;
  }

  #card-11 img {
    position: initial;
    top: 0;
    right: 0;
  }

  #card-11 br {
    display: none;
  }
  @media screen and (max-width: 640px) {
    #card-11 p {
      max-width: 100%;
    }
  }
}

.scroll:has(#table-2) {
  margin: 0 160px;
  background-color: #1b1b1b;
}

/* Tabela 2 */
#table-2 {
  background-color: #1b1b1b;
  color: #e6e6e6;
  max-width: 1000px;
  margin: 0;
  margin-bottom: 40px;
  font-size: 12px;
}

#table-2 th,
#table-2 tr td:first-child {
  font-size: 14px;
}

#table-2 tr {
  height: 62px;
}

#table-2 th,
#table-2 td {
  border-color: #707070;
}

.xtc-container #bifma {
  padding-left: 160px;
  padding-bottom: 70px;
  font-size: 12px;
  width: fit-content;
  color: #e6e6e6;
  background-color: #1b1b1b;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #card-11 {
    padding: 40px 30px;
  }

  .scroll:has(#table-2) {
    margin: 0 66px;
  }

  .xtc-container #bifma {
    padding-left: 66px;
  }
}

@media screen and (max-width: 900px) {
  #card-11 {
    padding: 20px;
  }

  .scroll:has(#table-2) {
    margin: 0 60px;
  }

  #table-2 th,
  #table-2 tr td:first-child,
  #table-2 tr td:last-child {
    font-size: 12px;
  }

  .xtc-container #bifma {
    padding-left: 60px;
  }
}

@media screen and (max-width: 768px) {
  .scroll {
    margin: 0 15px !important;
  }

  .xtc-container #bifma {
    padding-left: 15px;
  }
}
