body {
  position: relative;
}

a.text-green:hover,
a.text-success:focus {
  color: #006400 !important;
}

.text-green {
  color: #008000;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 18px;
  color: #008000 !important;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
  background-color: #ffd52f;
  transition: 0.3s;
}

#section1 {
  padding-top: 110px;
  background-image: url(../img/fundo-jardim.jpg);
  height: 800px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
}

#section2,
#section3,
#section4,
#section5 {
  padding-top: 70px;
  padding-bottom: 30px;
}

.container-catalogo {
  background-image: url(../img/fundo-jardim.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.title {
  position: absolute;
  bottom: 0;
  left: 0;
}

.display-7 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 150, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.carousel-indicators li {
  background-color: #ffc107;
}

.carousel-item {
  text-align: center;
}

.carousel-caption {
  position: static;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 50px;
  color: darkgreen;
  text-align: center;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.social {
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  #section1 {
    height: 100vh;
  }

  .title {
    position: absolute;
    bottom: 10%;
    left: 0;
  }
}

/* Página Catálogo */

.catalogo-link {
  background: #006400;
  color: #fff !important;
  border-radius: 4px;
}

.catalogo-link:hover {
  background: #008000;
}

.header-catalogo {
  padding: 160px 0 120px 0;
  background-image: url(../img/fundo-jardim.jpg);
  height: 300px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.catalogo {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.link-catalogo {
  display: block;
  position: relative;
}

.link-catalogo img {
  transition: 0.5s ease;
}

.link-catalogo:hover img {
  transform: scale(0.985);
}

.cta {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0064005d;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.3s ease;
  text-decoration: none !important;
}

.cta span {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  background-color: #006400;
  padding: 0.8rem;
  position: relative;
  top: 50%;
  border-radius: 4px;
}

.cta:hover {
  opacity: 1;
  transform: scale(0.985);
}
