@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.cover-centered-content, .full-size-cover-content, .footer-full-img figure video, .product-card-image img:not(.owl-carousel img) {
  object-fit: cover;
  object-position: center;
}

.full-size-cover-content, .footer-full-img figure video, .product-card-image img:not(.owl-carousel img) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}

:root {
  --green-color: #74C174;
  --white-color: #fff;
  --dark-green-color: #093C32;
}

.color-green {
  color: var(--green-color);
}

.color-grey {
  color: grey;
}

.color-dark-green {
  color: var(--dark-green-color);
}

body {
  margin: 0;
  background: #FAFAFA;
}

a[href] {
  color: inherit;
  text-decoration: none;
}

.label {
  font-size: 25px;
  color: var(--dark-green-color);
}

a.cta {
  color: var(--white-color);
  padding: 5px 20px;
  border-radius: 30px;
  width: auto;
}
a.cta.medium {
  font-size: 20px;
}

.bg-green {
  background: var(--green-color);
}

.btn {
  width: fit-content;
}
.btn.max-width {
  max-width: 300px;
}
.btn.bg-green:hover {
  background-color: var(--green-color);
}
.btn:active, .btn:focus, .btn:hover {
  color: #fff !important;
}

.section-title {
  line-height: 60px;
  font-size: 38px;
  color: var(--green-color);
  position: inherit;
  z-index: 10;
}
.section-title.minor {
  font-size: 30px;
}

.section-title-container {
  margin: 20px auto;
  position: relative;
  min-height: 100px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: inherit;
}

.bg-title {
  position: absolute;
  font-size: 60px;
  opacity: 0.1;
  z-index: 1;
}

.sector-card {
  width: 100%;
}
.sector-card .sector-card-text {
  margin: 25px auto;
  font-size: 20px;
  color: var(--green-color);
}
.sector-card .sector-card-image {
  min-height: 214px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-image-section {
  height: 552px;
  width: 100%;
  background-color: #4f4f4f;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.full-image-section .container {
  z-index: 2;
  position: relative;
}

.regular-text {
  font-size: 18px;
}

.half-col-image {
  min-height: 380px;
  background: #4f4f4f;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.half-col-image:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--green-color);
  border-radius: 8px;
  bottom: -3%;
  left: calc(60% - 20px);
}
.half-col-image:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #09352E;
  border-radius: 10px;
  bottom: -10%;
  left: 70%;
}

.product-card-text {
  margin: 0 !important;
}

.product-card {
  text-align: left !important;
}

.products-section {
  background: #fafafa !important;
  width: 100%;
  height: auto;
}

.product-card-image {
  width: 100%;
  height: auto;
  height: 409px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin: 15px 0 !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.product-card-image.main-image .owl-carousel {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.product-card-image.main-image .owl-carousel .owl-stage {
  height: 100%;
}
.product-card-image.main-image .owl-carousel .item {
  height: 409px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.product-card-image.main-image .owl-carousel .item img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.product-card-image.minor {
  height: 207px !important;
}
.product-card-image.thumb-image {
  height: 143px !important;
}
.product-card-image.thumb-image .owl-carousel {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.product-card-image.thumb-image .owl-carousel .owl-stage {
  height: 100%;
}
.product-card-image.thumb-image .owl-carousel .item {
  height: 143px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.product-card-image.thumb-image .owl-carousel .item img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
}

.product-card-text {
  font-size: 30px;
}

.product-card-text {
  margin: 5px auto;
}

.page-header {
  min-height: 20vh;
  background: grey;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.page-header::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(2, 2, 2, 0.5019607843);
}
.page-header .container {
  z-index: 1;
}

.image-container {
  min-height: 551px;
  width: 100%;
  background: grey;
}
.image-container.inovalor {
  min-height: 300px;
}

.relative {
  position: relative;
}

.dark-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.carousel-slide {
  position: relative;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  height: 90vh;
  max-height: 728px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.carousel-slide .carousel-indicators {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  list-style: none;
}
.carousel-slide .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  margin: 0 5px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.carousel-slide .carousel-indicators li.active {
  opacity: 1;
  background-color: #28a745;
}
.carousel-slide .carousel-indicators li:focus {
  outline: 2px solid #28a745;
}
.carousel-slide .carousel-control-prev,
.carousel-slide .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  color: white;
  z-index: 10;
}
.carousel-slide .carousel-control-prev:focus,
.carousel-slide .carousel-control-next:focus {
  outline: 2px solid #28a745;
}
.carousel-slide .carousel-control-prev {
  left: 10px;
}
.carousel-slide .carousel-control-next {
  right: 10px;
}
.carousel-slide .carousel-control-prev-icon,
.carousel-slide .carousel-control-next-icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.carousel-slide .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0L2 4l3.5 4V0z'/%3E%3C/svg%3E");
}
.carousel-slide .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0v8L6 4 2.5 0z'/%3E%3C/svg%3E");
}

.footer-full-img {
  position: relative;
  z-index: 0;
}
.footer-full-img .container {
  position: relative;
  z-index: 2;
}

#sectors-section {
  position: relative;
}
#sectors-section .background-logo {
  width: 560px;
  height: 846px;
  right: 0;
  top: 20%;
  z-index: 0;
  position: absolute;
  background: url("../images/bg-logo.png");
  background-size: cover;
  background-position: left;
}

.blog-container .blog-title {
  color: #474747;
  font-size: 40px;
}
.blog-container .blog-subtitle {
  font-size: 17px;
  color: var(--dark-green-color);
}
.blog-container .blog-image-container {
  min-height: 300px;
  width: 100%;
  border-radius: 20px;
  background-color: white;
  height: 250px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 8px;
  background-image: url("../images/bg-logo.png");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-container .blog-image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-container .blog-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-container .blog-btn {
  width: 50%;
  padding: 10px;
  background: var(--green-color);
  color: #fff;
  border-radius: 0;
}
.blog-container .product-info {
  max-width: 340px;
  text-align: left;
}

a.buy-btn {
  background: white;
  border: 2px solid var(--green-color);
  color: var(--green-color);
  border-radius: 10px;
  width: 60%;
  font-weight: 600;
}

a.btn {
  color: #fff;
}

a.btn.bg-gray {
  color: #222;
}

/* FOOTER */
.footer-menu-links {
  list-style: none;
  padding-left: 0px;
  margin-top: 20px;
}
.footer-menu-links li {
  padding-top: 16px;
}

.footer-contact-us {
  border-top: 1px solid rgba(112, 112, 112, 0.4470588235);
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer-contact-us-title {
  font-size: 33px;
  color: #09352E;
  margin-right: 90px;
}
.footer-contact-us-form {
  background-color: rgba(116, 193, 116, 0.4);
  border-radius: 8px;
  padding: 8px;
  display: flex;
  flex: 1;
}
.footer-contact-us-form input {
  flex: 1;
  padding: 10px;
  background-color: transparent;
  border: none;
  min-width: 300px;
}
.footer-contact-us-form input:focus {
  outline: none;
}
.footer-contact-us-form button {
  background-color: #09352E;
  color: #fff;
  border-radius: 8px;
  border: none;
}
@media screen and (max-width: 767px) {
  .footer-contact-us .d-flex {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-contact-us-title {
    margin-right: 0px;
  }
}

.footer-full-img {
  position: relative;
}
.footer-full-img figure {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  filter: brightness(50%);
  background-color: #000;
}
.footer-full-img .container {
  z-index: 2;
}

.footer-newsletter-form {
  border: 1px solid #1E1E1E;
  padding: 8px;
  display: flex;
  border-radius: 8px;
}
.footer-newsletter-form input {
  flex: 1;
  border: none;
  background-color: transparent;
}
.footer-newsletter-form input:focus {
  outline: none;
}
.footer-newsletter-form button {
  border: none;
  border-radius: 8px;
  color: #fff;
}

/* CAROUSEL */
.welcome-carousel {
  height: 728px;
  background-color: gray;
}
.welcome-carousel .item {
  position: relative;
  height: 100%;
  color: #fff;
}
.welcome-carousel .item figure {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.welcome-carousel .item figure *:first-child {
  display: block;
}
.welcome-carousel .item figure img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  filter: brightness(50%);
}
.welcome-carousel .item figure video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  filter: brightness(50%);
}
.welcome-carousel .item .slide-content {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

/* STEPS */
.step-text {
  border-bottom: 1px solid rgba(116, 193, 116, 0.4);
  width: 100%;
  padding: 5px;
}

.support-material-image {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  overflow: hidden;
}

/* CLIENTS */
.clients-logo img {
  object-fit: contain !important;
  padding: 10% !important;
}

.client.has-thumb .blog-image-container {
  background-image: none;
}

.client .blog-image-container {
  height: 200px !important;
  min-height: 200px;
}

/* GLOBALS */
.container {
  max-width: 1100px;
}

.highlights-list {
  padding-bottom: 60px;
}
.highlights-list li {
  margin-bottom: 15px;
}
.highlights-list li i.bi {
  padding-left: 0px;
  margin-left: 0px !important;
}

/* HEADER */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  color: var(--white-color);
  padding: 1rem 1.5rem;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
}
header .burger {
  font-size: 30px;
  cursor: pointer;
  background: none;
  border: none;
  color: var(--white-color);
}
header nav {
  position: fixed;
  top: 64px;
  top: 0px;
  left: 0;
  border-right: 1px solid #ddd;
  transition: transform 0.3s ease;
  transform: translateX(-100%);
  z-index: 100;
  background: rgba(0, 0, 0, 0.85);
  height: 100vh;
  z-index: 2;
}
header nav.open {
  transform: translateX(0);
}
header nav ul {
  list-style: none;
  margin: 0;
  display: block;
  padding: 0;
  align-self: flex-start;
  margin-top: 0px;
}
header nav ul li {
  margin: 0 3px;
  padding: 3px 10px;
  display: flex;
  font-size: 20px;
  align-items: center;
  padding: 0px;
  margin: 0px;
}
header nav ul li a {
  display: block;
  width: 100%;
  padding: 20px;
}
header nav ul li a:hover {
  background-color: rgba(116, 193, 116, 0.8);
  border-radius: 30px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .regular-text {
    font-size: 22px;
  }
  .burger {
    display: none;
  }
  header {
    position: absolute;
    background-color: transparent;
  }
  header nav {
    position: static;
    transform: translateX(0) !important;
    height: auto;
    width: auto;
    background: transparent;
    border: none;
    display: block;
  }
  header nav ul {
    display: flex;
    margin-top: 0px;
  }
  header nav ul li {
    align-items: center;
    border-radius: 30px;
    height: fit-content;
    margin: 0 3px;
    align-items: center;
    justify-content: center;
  }
  header nav ul li.active {
    border: 1px solid var(--green-color);
  }
  header nav ul li a {
    font-size: 14px;
    padding: 3px 15px;
  }
  .btn {
    max-width: none !important;
  }
  .bg-title {
    font-size: 130px;
    pointer-events: none;
  }
  .bg-title.minor {
    font-size: 120px;
  }
  .section-title {
    font-size: 55px;
  }
  .section-title.minor {
    font-size: 40px !important;
  }
  #sectors-section .section-title-container {
    margin-bottom: 20%;
  }
  button {
    padding: 0.6rem 1.25rem;
  }
  button .footer-full-img .footer-title {
    font-size: 22px;
  }
  .half-col-image:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--green-color);
    border-radius: 10px;
    bottom: -5%;
    left: calc(60% - 20px);
  }
  .half-col-image:before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #09352E;
    border-radius: 10px;
    bottom: -15%;
    left: 65%;
  }
}
.logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 40px;
  width: 90px;
  z-index: 99;
}
.logo.white {
  background-image: url("../images/sul-cartonagem-logo-branco.svg");
}
.logo.default {
  background-image: url("../images/sul-cartonagem-logo.png");
}

.header-logo {
  height: 40px;
}

.footer-socials a {
  margin-right: 20px;
  font-size: 20px;
  color: var(--green-color);
}

.segmentos .segmento-item-image {
  width: 100%;
}
.segmentos .segmento-item-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.thumb-center-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*# sourceMappingURL=custom.css.map */
