* {
  margin: 0;
  padding: 0;
}
html,
body {
  background-image: url("../img/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Scrol */

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    40% 0%,
    75% 84%,
    from(#4d9c41),
    to(#19911d),
    color-stop(0.6, #54de5d)
  );
}

.bg-dark-opacity {
  background-color: rgba(0, 0, 0, 0.5);
}
.nav-link {
  text-transform: uppercase;
}
.dropdown-item {
  color: #fff;
}
.dropdown-item:hover {
  color: rgb(136, 136, 136);
  background-color: #fff;
}
.border-nav {
  border: 1.5px solid rgb(6, 129, 6);
  background-color: #fff;
  border-radius: 15px;
  padding: 4px 20px;
}

.carousel-control-prev-icon {
  background-image: url("../img/back.png") !important;
}
.carousel-control-next-icon {
  background-image: url("../img/next.png") !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 50px;
  height: 50px;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.border-3 {
  border: 3px solid #fff;
}

.box-thumb {
  height: 120px;
}

.tit {
  margin-top: -40px;
}

.btn-read {
  transition: ease-in 0.5s;
  border: 3px solid #28a745;
  padding: 5px 5px;
  border-radius: 20px;
  color: #28a745;
  font-weight: bold;
}

.btn-read:hover {
  color: #fff;
  background-color: #28a745;
  text-decoration: none;
  font-weight: bold;
}

.toltips {
  border: 2px solid #fff;
  padding: 20px 1px;
  background: #00000082;
  border-radius: 15px;
}

.bg-text {
  background-color: rgba(255, 255, 255, 0.856);
  font-size: 15px;
  border-radius: 15px;
  margin-bottom: 2rem;
  border: 2px solid rgba(66, 201, 97, 0.76);
}

/* Pag Estrutura 1 */
.section-estrutura {
  border-radius: 15px;
  padding: 10px 40px;
}
.photo {
  text-align: center;
}
.photo img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center center;
}
.photo a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  color: #343a40;
}
.photo a:hover {
  color: #28a745;
}

@media only screen and (min-width: 601px) {
}

@media only screen and (min-width: 993px) {
}

@media only screen and (max-width: 540px) {
  .title {
    font-size: 30px;
  }
}
