main,
p {
  font-size: 1.125rem !important;
  color: var(--main) !important;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--title) !important;
}

body {
  max-height: 100vh;
}

/**
* Main
*/

.fix-main {
  margin-top: 80px;
}

/**
* Override bootstrap
*/

.card-body {
  min-height: 260px;
}

/**
* Common
*/
header {
  text-transform: uppercase;
}

.img-footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 100%;
}

.banner-img {
  background-image: url(../assets/cover.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 360px;
  height: 360px;
  /* min-height: 360px; */
  width: 100%;
}

.banner-bg {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.bg-main {
  background-color: var(--dark-blue);
  height: 100%;
}

.btn-main {
  background-color: var(--main) !important;
}

.btn-main:hover {
  background-color: var(--main-strong) !important;
}

.bg-img {
  background-image: url(../assets/background-of-page-steny-organic.jpg);
}

.nav-customer {
  min-height: 80px;
  background-color: #fff !important;
  background-image: url(../assets/background-of-page-steny-organic.jpg);
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  color: #121c6a !important;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link:hover {
  color: #06081c !important;
}

.link-brand {
  max-width: 100px;
  max-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.license-style {
  border-top: solid #eee 1px;
  background-color: var(--dark-blue) !important;
  height: 50px;
}

.card-img,
.card-img-top {
  height: 180px;
  object-fit: cover;
}

/**
* Certificates
*/
.img-about-us {
  max-width: 500px;
  width: 100%;
}

.certificate-img {
  max-height: 100px;
}

.certificate-btn {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1.2);
}

.certificate-btn:hover {
  transform: scale(1.3);
  transition: ease-in-out 0.3s;
}

/**
* Products
*/

.img-product {
  max-height: 350px;
  height: 250px;
  min-width: 380px;
  max-width: 380px;
  width: 100%;
  object-fit: cover;
}

.detail-btn {
  position: relative;
  height: 100%;
  width: auto;
  border-radius: 50% !important;
}

.text-detail {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
}

.detail-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: auto;
  border-radius: 50% !important;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in;
}

.detail-btn:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.detail-btn:hover .text-detail {
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .img-product {
    min-width: 310px;
  }
}

.product-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease-in-out 0.3s;
  flex-direction: column;
}

/**
* Production process
*/

.img-icon {
  width: auto;
  height: 60px;
}

.border-process {
  height: 50px;
  width: 3px;
}

p.text-description-process {
  font-size: 0.95rem !important;
}
