@import 'https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css';
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  font-optical-sizing: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
}

p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

nav {
  background-color: #FFFFFF;
  color: #121212;
}
nav .navbar-nav a.nav-item {
  color: #121212;
}
nav .right-nav {
  gap: 16px;
}
nav .right-nav #btn-whatsapp-channel {
  background-color: #121212;
  border: 2px solid transparent;
  color: #FFFFFF;
  border-radius: 32px;
}
nav .right-nav #btn-whatsapp-channel span {
  margin-left: 8px;
}
nav .right-nav #btn-whatsapp-channel span i {
  font-size: 20px;
  margin-top: 4px;
}
nav .right-nav #btn-whatsapp-channel:hover {
  background-color: transparent;
  border: 2px solid #121212;
  color: #121212;
}

.navbar-brand {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.navbar-brand span {
  color: #121212;
  font-weight: 700;
  font-size: 24px;
  font-family: "Playfair Display", serif;
}
.navbar-brand .logo-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid #121212;
  display: none;
}
.navbar-brand .logo-text span {
  font-size: 20px;
  color: #121212;
}

@media only screen and (max-width: 768px) {
  .navbar-collapse.collapse.show {
    height: 100vh;
  }
  .navbar-nav {
    height: 70%;
  }
}
footer {
  background-color: #121212;
  height: auto;
  padding-top: 32px;
}
footer #content-footer .logo-text-footer {
  padding: 0.5rem 1rem;
}
footer #content-footer .logo-text-footer span {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
}
footer #content-footer .social-medias {
  gap: 16px;
  margin-top: 20px;
  padding: 0.5rem 1rem;
  margin-bottom: 20px;
}
footer #content-footer .social-medias a.link-social-media {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  color: #121212;
  border-radius: 100%;
}
footer #content-footer .social-medias a.link-social-media i {
  font-size: 20px;
}
footer .footer-menu a.footer-link-menu {
  color: #FFFFFF;
}
footer .footer-menu a.footer-link-menu:hover {
  text-decoration: underline;
}
footer #copy p {
  color: #FFFFFF;
  text-align: center;
}
footer #copy .logo-dev {
  display: block;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
footer #copy .logo-dev img {
  height: 40px;
  width: auto;
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 5%;
}

.scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #121212;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
  color: #121212;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 20px;
  box-sizing: border-box;
  border: 3px solid #121212;
  border-radius: 23px;
}

.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #121212;
  border-radius: 50%;
  animation: ani-mouse 2.5s linear infinite;
}

#banner {
  position: relative;
  min-height: 700px;
  height: 100vh;
  background-size: cover;
  background-position: top;
  position: relative;
  background-attachment: fixed;
}
#banner .container .banner-description {
  max-width: 500px;
  position: absolute;
  top: 25%;
}
#banner .scroll-btn a span {
  color: #121212;
}
@media only screen and (max-width: 768px) {
  #banner .banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(2, 0, 36);
    background: linear-gradient(360deg, rgba(2, 0, 36, 0.6825105042) 0%, rgba(0, 0, 0, 0.22) 100%);
  }
  #banner .container .banner-description {
    top: 65%;
    max-width: 75%;
  }
  #banner .container .banner-description p {
    color: #FFFFFF;
  }
  #banner .scroll-btn .mouse {
    border-color: #FFFFFF;
  }
  #banner .scroll-btn .mouse > * {
    background: #FFFFFF;
  }
  #banner .scroll-btn a span {
    color: #FFFFFF;
  }
}

#featured-boxes {
  background-color: #121212;
  min-height: 350px;
}
#featured-boxes .wrapper-featured-boxes {
  padding-top: 32px;
  padding-bottom: 32px;
  min-height: 350px;
  height: auto;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
}
#featured-boxes .wrapper-featured-boxes .box {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background-color: #FFFFFF;
  min-width: 200px;
  width: 100%;
  padding: 16px;
  overflow: hidden;
  transition: all 2s ease;
}
#featured-boxes .wrapper-featured-boxes .box .front-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
#featured-boxes .wrapper-featured-boxes .box .front-box span, #featured-boxes .wrapper-featured-boxes .box .front-box p {
  text-align: center;
}
#featured-boxes .wrapper-featured-boxes .box .front-box span {
  font-size: 72px;
}
#featured-boxes .wrapper-featured-boxes .box .front-box p {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
#featured-boxes .wrapper-featured-boxes .box .background-text {
  display: none;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transition: all 2s ease;
  padding: 16px;
}
#featured-boxes .wrapper-featured-boxes .box:hover {
  cursor: default;
}
#featured-boxes .wrapper-featured-boxes .box:hover .background-text {
  display: flex;
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  #featured-boxes .wrapper-featured-boxes {
    flex-direction: column;
  }
}

#services {
  margin-top: 64px;
  margin-bottom: 64px;
}
#services .line-services {
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 64px;
  margin-bottom: 64px;
}
#services .box-service {
  overflow: hidden;
}
#services .box-service .service-image img {
  width: 320px;
  height: 220px;
  margin-bottom: 24px;
}
#services .box-service .service-image p {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
#services .box-service .service-btns {
  gap: 16px;
}

#customer-brands {
  background-color: #121212;
  margin-top: 64px;
  margin-bottom: 64px;
  min-height: 250px;
}
#customer-brands .title-section {
  color: #FFFFFF;
  margin-bottom: 20px;
}
#customer-brands .line-customer-brands {
  margin-bottom: 32px;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
  flex-wrap: wrap;
}
#customer-brands .line-customer-brands .img-customer-brands {
  height: 50px;
}

#about {
  margin-top: 64px;
  margin-bottom: 128px;
  max-height: 600px;
  overflow: hidden;
}
#about #wrapper-about {
  height: 100%;
  max-height: 600px;
  padding-left: 64px;
}
#about #wrapper-about .about-title {
  min-height: 300px;
}
#about #about-image img {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
#about .btn.link-page-about {
  background-color: #121212;
  color: #FFFFFF;
  margin-top: 32px;
}
#about .btn.link-page-about:hover {
  background-color: transparent;
  border: 1px solid #121212;
  color: #121212;
}
#about .numbers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 32px;
  min-height: 120px;
}
#about .numbers .number-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#about .numbers .number-box span.number {
  font-size: 40px;
  font-weight: 700;
}
#about .numbers .number-box span.label-number {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #about {
    max-height: -moz-max-content;
    max-height: max-content;
    margin-bottom: 64px;
  }
  #about #wrapper-about {
    max-height: -moz-max-content;
    max-height: max-content;
    padding-left: 0;
  }
  #about #about-image {
    margin-bottom: 32px;
  }
}

#featured-content {
  position: relative;
  margin-top: 64px;
  margin-bottom: 64px;
}
#featured-content .container {
  position: relative;
}
#featured-content #featured-content-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 575px;
  background-position: center;
  background-size: cover;
  position: relative;
}
#featured-content #featured-content-image .title-section {
  margin-bottom: 16px;
}
#featured-content #featured-content-text {
  position: absolute;
  right: 0;
  top: 25%;
  width: 50%;
  min-height: 220px;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
}
#featured-content #featured-content-text h2, #featured-content #featured-content-text p {
  color: #FFFFFF;
}
#featured-content #featured-content-text .btn {
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  #featured-content #featured-content-image {
    min-height: 750px;
  }
  #featured-content #featured-content-text {
    width: 85%;
    bottom: 0;
    right: 0;
    top: auto;
  }
}

#latest-content {
  margin-top: 128px;
  margin-bottom: 128px;
}
#latest-content .row-latest-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#latest-content .row-latest-content .card-latest-content {
  max-width: 280px;
  overflow: hidden;
}
#latest-content .row-latest-content .card-latest-content .img-card-latest-content {
  width: 280px;
  height: 230px;
  overflow: hidden;
}
#latest-content .row-latest-content .card-latest-content .title-latest-content h3 {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  min-height: 128px;
  max-height: 128px;
  line-height: 32px;
  font-size: 20px;
  font-weight: 700;
  height: 100%;
  color: #121212;
}
#latest-content .row-latest-content .card-latest-content .tag-source span {
  display: inline-block;
  padding: 8px 16px;
  color: #FFFFFF;
  background-color: #121212;
  width: auto;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  #latest-content .row-latest-content {
    flex-direction: column;
    align-items: center;
  }
  #latest-content .row-latest-content .card-latest-content {
    margin-bottom: 32px;
  }
  #latest-content .row-latest-content .card-latest-content .title-latest-content h3 {
    min-height: 32px;
  }
}

#cta-whatsapp-channel {
  background-color: #FFFFFF;
  margin-top: 64px;
  margin-bottom: 64px;
}
#cta-whatsapp-channel #wrapper-cta-whatsapp-channel {
  background-color: #121212;
  padding-top: 64px;
  padding-bottom: 64px;
  margin-top: 128px;
}
#cta-whatsapp-channel #wrapper-cta-whatsapp-channel .title-cta-whatsapp-channel {
  margin-bottom: 32px;
}
#cta-whatsapp-channel #wrapper-cta-whatsapp-channel .title-cta-whatsapp-channel span, #cta-whatsapp-channel #wrapper-cta-whatsapp-channel .title-cta-whatsapp-channel h2, #cta-whatsapp-channel #wrapper-cta-whatsapp-channel .title-cta-whatsapp-channel p {
  color: #FFFFFF;
}
#cta-whatsapp-channel #wrapper-cta-whatsapp-channel .title-cta-whatsapp-channel #quote-left {
  font-size: 64px;
}
#cta-whatsapp-channel #wrapper-cta-whatsapp-channel #img-cta-whatsapp-channel {
  position: relative;
}
#cta-whatsapp-channel #wrapper-cta-whatsapp-channel #img-cta-whatsapp-channel img {
  max-width: 400px;
  position: absolute;
  top: -150px;
  right: 0;
  left: 0;
  margin: auto;
}
#cta-whatsapp-channel #wrapper-cta-whatsapp-channel p {
  color: #FFFFFF;
}
#cta-whatsapp-channel .btn.link-cta-whatsapp-channel {
  background-color: #FFFFFF;
  margin-top: 32px;
}
#cta-whatsapp-channel .btn.link-cta-whatsapp-channel:hover {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  #cta-whatsapp-channel .title-section {
    text-align: left;
  }
  #cta-whatsapp-channel #wrapper-cta-whatsapp-channel #img-cta-whatsapp-channel {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  #cta-whatsapp-channel #wrapper-cta-whatsapp-channel #img-cta-whatsapp-channel img {
    max-width: 350px !important;
    position: relative !important;
    margin-bottom: -96px !important;
  }
}

body {
  font-optical-sizing: auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.title-section,
.about-title {
  text-align: left;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 64px;
}
.title-section h2,
.about-title h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .title-section,
  .about-title {
    text-align: left;
  }
  .title-section h2,
  .about-title h2 {
    font-size: 32px;
  }
}

.btn {
  display: flex;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  gap: 8px;
}
.btn.btn-action {
  background-color: #121212;
  color: #FFFFFF;
}
.btn.btn-more {
  border: 2px solid #121212;
}