@import '../Fonts/fonts.css';
@import './theme.css';

html,
body {
  font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  color: var(--font-color) !important;
  overflow-x: hidden;
  position: relative;
}

body.blocked {
  overflow: hidden;
  height: 100%;
}

h4,
h5 {
  font-weight: 700;
}

.color-primary {
  color: var(--theme-primary);
}

.font-bolder {
  font-weight: bolder;
  font-weight: 600;
}

section {
  margin: 60px auto;
}

#banner {
  padding: 50px 80px 0px 80px;
  max-width: 1200px;
  width: 100%;
}

p.text {
  font-weight: bold;
}

p.gray-text {
  font-size: 1.7rem;
  color: var(--font-color);
  margin: 0px;
  max-width: 23rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

p.green-text {
  font-size: 1.5rem;
  color: var(--theme-primary);
  margin: 0px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 2rem;
}

.banner-subtitle {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.img-right-banner {
  position: relative;
}

#our-differential {
  position: relative;
  width: 100%;
}

#our-product .our-product-summary {
  text-align: center;
}

#our-product .our-product-summary .our-product-list {
  display: flex;
  justify-content: space-around;
  gap: 60px;
}

#our-product .our-product-summary .our-product-list p {
  text-align: justify;
  flex: 1;
  border: 1px solid var(--font-color);
  border-radius: 15px;
  position: relative;
  padding: 20px 40px;
}

#our-product .our-product-summary .our-product-list p:last-of-type {
  display: flex;
  align-items: center;
}

#our-product .our-product-summary .our-product-list p::before {
  background-color: var(--theme-dark);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}

#our-product .our-product-summary .our-product-list p:first-of-type::before {
  content: '1';
}

#our-product .our-product-summary .our-product-list p:last-of-type::before {
  content: '2';
}

#our-product .our-product-topics {
  margin-top: 60px;
}

#our-product .our-product-topics .our-product-topics-columns {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

#our-product .topic {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 84px;
  flex: 1;
}

#our-product .separator {
  flex: 0.5;
  background: url(../img/our-product/Stripes.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 40px;
}

#our-product .topic .topic-box {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme-dark);
  border-radius: 20px;
}

#our-product .topic .topic-box img {
  width: 50px;
  height: 50px;
}

#our-product .topic .topic-text {
  text-align: center;
}

#our-product .topic .topic-text h5 {
  font-weight: 600;
}

#our-differential
  .our-differential-content
  .our-differential-text-title-mobile {
  display: none;
  text-align: center;
}
#our-differential
  .our-differential-content
  .our-differential-text-title-desktop {
  display: block;
  text-align: right;
}

#our-differential .our-differential-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#our-differential .our-differential-text-wrapper p {
  text-align: right;
}

#our-differential .our-differential-video-wrapper {
  height: 300px;
  max-width: 480px;
  position: relative;
}

#our-differential .our-differential-video-wrapper video {
  width: 100%;
  height: 100%;
}

#our-differential .our-differential-video-wrapper::before,
#our-differential .our-differential-video-wrapper::after {
  content: ' ';
  width: 60px;
  height: 60px;
  background-color: var(--theme-primary);
  position: absolute;
  box-shadow: 0px 20px 30px var(--drop-shadow-color);
  z-index: 100;
}

#our-differential .our-differential-video-wrapper::before {
  border-top-left-radius: 40%;
  border-bottom-right-radius: 40%;
  top: -30px;
  right: -30px;
}

#our-differential .our-differential-video-wrapper::after {
  border-top-right-radius: 40%;
  border-bottom-left-radius: 40%;
  bottom: -30px;
  left: -30px;
}

#our-differential .our-differential-background-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.next-arrow-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.next-arrow-wrapper img {
  width: 70px;
  height: 70px;
}

#who-we-are {
  padding: 0px 30px;
  background: url(../img/img_about.png);
  background-position: -180px 0px;
  background-repeat: no-repeat;
  background-size: 500px;
  display: flex;
  justify-content: center;
  position: relative;
}

#who-we-are .who-we-are-content {
  max-width: 1200px;
}

footer {
  background-color: var(--theme-dark);
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

footer .footer-wrapper {
  max-width: 1200px;
  width: 100%;
  padding: 30px 50px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

footer .footer-wrapper .footer-logo {
  width: 180px;
}

footer .footer-wrapper .footer-content-title {
  font-weight: 700;
}

footer .footer-wrapper p {
  margin: 0px;
}

footer .copyright {
  background-color: var(--light-gray);
  text-align: center;
  color: var(--font-color);
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

footer .copyright .copyright-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  padding: 0 50px;
}

footer .copyright .copyright-wrapper .fincrop-copyright {
  color: var(--theme-dark);
}

.drop-shadow {
  box-shadow: 0px 20px 30px var(--drop-shadow-color);
}

.button {
  background-color: var(--light-gray);
  color: var(--button-font-color);
  height: 46px;
  border-radius: 10px;
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 1.4rem;
  min-width: 280px;
}

.btn-green {
  margin-top: 1rem;
  background-color: var(--theme-primary);
  border-style: none;
  border-radius: 8px;
  color: white;
  font-weight: bold;
  padding: 0.5rem 5rem;
  font-size: small;
  text-align: center;
  margin-bottom: 1rem;
}

.button-header {
  padding: 0.5rem !important;	
}

@media (max-width: 992px) {
  .button-header {
    margin-top: 0px !important;
  }
}

.btn-white {
  background-color: #fff;
  color: #4a4744;
  font-size: 18px;
}

.row-center {
  padding: 0rem 30rem;
}

hr.line {
  background-color: var(--theme-primary);
  height: 4px;
  border: none;
  outline: none;
  opacity: 1;
}

@media (min-width: 992px) {
  .text-center-desktop {
    text-align: center;
  }
}

.folha1 {
  position: absolute;
  z-index: -5;
  top: 5rem;
  left: 54%;
  height: 500px;
}
.folha2 {
  position: absolute;
  z-index: -5;
  top: 30rem;
  left: -15rem;
  height: 525px;
}

/*==================================================
  INÍCIO RESPONSIVO
==================================================*/

@media (min-width: 992px) {
  .img-right-banner img {
    width: 80%;
    float: right;
  }

  #our-differential .our-differential-wrapper::before {
    content: ' ';
    width: 45%;
    height: 4px;
    background-color: var(--theme-primary);
    position: absolute;
    right: 0px;
    top: 50px;
  }

  #our-differential .our-differential-wrapper {
    justify-content: flex-end;
    width: 90%;
    float: right;
    gap: 20px;
  }

  #our-differential .our-differential-background {
    width: 310px;
    margin-top: -70px;
    z-index: 1;
    position: absolute;
    right: -70px;
  }

  #our-product .our-product-summary {
    max-width: 800px;
    width: 100%;
    margin: 100px auto 0px auto;
  }

  #who-we-are {
    min-height: 500px;
  }

  #who-we-are .who-we-are-content {
    margin-left: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  section#banner {
    margin-bottom: 40px;
  }

  section#our-product {
    margin: 0px auto 40px;
  }

  .next-arrow-wrapper img {
    width: 50px;
    height: 50px;
  }

  #banner {
    margin-top: 100px;
    padding-top: 0px;
  }
  #banner > div {
    flex-direction: column;
  }
  .folha1 {
    left: unset;
    right: -400px;
  }
  .folha2 {
    display: none;
  }
  p.text {
    line-height: 30px;
  }

  #our-product .our-product-topics .our-product-topics-columns {
    flex-direction: column;
    gap: 20px;
  }

  #our-product .topic {
    gap: 40px;
  }

  #our-product .separator {
    display: none;
  }
  #our-differential .our-differential-wrapper {
    flex-direction: column-reverse;
    gap: 56px;
  }
  #our-differential .our-differential-video-legend {
    text-align: right;
    position: relative;
    width: 50%;
    margin-left: 30px;
  }

  #our-differential .our-differential-video-legend::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--theme-primary);
    position: absolute;
    left: 100%;
    bottom: 4px;
  }

  #our-differential .our-differential-video-wrapper {
    height: unset !important;
    width: 100%;
    max-width: 100% !important;
    padding: 30px;
  }
  #our-differential .our-differential-video-wrapper::before,
  #our-differential .our-differential-video-wrapper::after {
    width: 50px;
    height: 50px;
  }
  #our-differential .our-differential-video-wrapper::before {
    top: 10px;
    right: 10px;
  }
  #our-differential .our-differential-video-wrapper::after {
    bottom: 10px;
    left: 10px;
  }

  #our-differential .our-differential-content {
    min-height: 220px;
  }

  #our-differential
    .our-differential-content
    .our-differential-text-title-mobile {
    display: block;
  }

  #our-differential
    .our-differential-content
    .our-differential-text-title-desktop {
    display: none;
  }

  #our-differential .our-differential-background {
    width: 200px;
    position: absolute;
    right: -60px;
    top: -30px;
  }

  #who-we-are {
    background-size: 275px;
    background-position: -80px 90px;
    min-height: 530px;
  }

  #who-we-are .who-we-are-title {
    position: absolute;
    top: 70px;
    width: 100%;
  }

  #who-we-are .who-we-are-title::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--theme-primary);
    position: absolute;
    bottom: 50%;
    margin-left: 10px;
  }

  #who-we-are .who-we-are-content {
    margin-top: 60px;
  }

  #who-we-are .who-we-are-content .top-text p:first-of-type {
    margin-left: 160px;
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #our-product .our-product-summary,
  #our-product .our-product-topics {
    padding: 56px 80px;
  }

  #our-differential .our-differential-content {
    width: 100%;
    padding: 0px 80px;
  }

  #who-we-are .who-we-are-content .bottom-text {
    margin-left: 160px;
  }
}

@media (min-width: 768px) {
  .stripes {
    display: flex;
    align-items: center;
  }

  .stripes img {
    z-index: 1;
    margin-top: -290px;
  }
}

@media (max-width: 767px) {
  #banner {
    padding: 0px 24px;
  }
  p.gray-text {
    font-size: 1.5rem;
  }
  p.green-text {
    font-size: 1rem;
  }
  .img-right-banner .mobile-background {
    left: -12px;
    width: calc(100% + 24px);
  }

  .btn-green {
    padding: 0.5rem 2rem;
    font-size: 1rem;
    width: 12rem;
    text-align: center;
  }

  .text-who-we-are {
    word-wrap: break-word;
    word-break: break-word;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0px 24px;
  }

  .text-final {
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 2rem;
    padding: 0px 24px;
  }

  .row-center {
    padding: 0rem 1.5rem;
  }

  .stripes {
    padding: 3rem 0;
    text-align: center;
  }

  .stripes img {
    z-index: 1;
    margin-top: 0px;
    margin-left: 0px;
    transform: rotate(90deg);
  }

  #our-product .our-product-summary .our-product-list {
    gap: 10px;
    flex-direction: column;
    padding: 0px 20px;
  }

  #our-product .our-product-summary,
  #our-product .our-product-topics {
    padding: 10px 24px;
  }
  #our-differential .our-differential-content {
    padding: 0px 24px;
    margin: 0;
  }

  #who-we-are {
    min-height: 600px;
  }

  #who-we-are .who-we-are-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  footer .footer-wrapper {
    flex-direction: column-reverse;
    gap: 20px;
  }

  footer .footer-wrapper .footer-text-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  footer .copyright .copyright-wrapper {
    padding: 0px 20px;
  }
}

/*==================================================
 FIM RESPONSIVO
==================================================*/
