.pagephp {
  max-width: 1180px;
  margin: 0 auto;
}

.image_post {
  width: 100%;
}

.content-zone {
  margin-bottom: 50px;
}

.breadcrum span {
  margin-top: 5px;
}

.divCenter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 800px;
}

@media screen and (max-width: 768px) {
  .divCenter {
    display: none;
  }
}

.flower {
  position: relative;
  width: 200px;
  height: 200px;
  top: -200px;
  left: -50px;
}

.petal {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0%;
  transform-origin: 50% 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}

.petalInterna {
  display: block;
}

.petalInterna img {
  width: 40px;
}

.flower .petalInterna a {
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

/* Defina um z-index padrão para a classe .petal */
.petal {
  z-index: 0.9;
}

.petal.selecionado {
  z-index: 9 !important;
  opacity: 1 !important;
}

.petal:nth-child(1) {
  transform: rotate(0deg);
  left: 50px;
  z-index: 1;
  opacity: 0.9;

}

.petal:nth-child(2) {
  transform: rotate(45deg);
  top: 20px;
  left: 120px;
}

.petal:nth-child(3) {
  transform: rotate(90deg);
  left: 150px;
  top: 100px;
  z-index: 1;
  opacity: 0.9;
}

.petal:nth-child(4) {
  transform: rotate(135deg);
  left: 120px;
  top: 160px;
}

.petal:nth-child(5) {
  transform: rotate(180deg);
  left: 50px;
  top: 200px;
  z-index: 1;
  opacity: 0.9;
}

.petal:nth-child(6) {
  transform: rotate(225deg);
  left: -20px;
  top: 160px;
}

.petal:nth-child(7) {
  transform: rotate(270deg);
  left: -50px;
  top: 100px;
  z-index: 1;
  opacity: 0.9;
}

.petal:nth-child(8) {
  transform: rotate(315deg);
  top: 20px;
  left: -20px;
}

.petal:nth-child(2) .petalInterna {
  transform: rotate(315deg);
}

.petal:nth-child(3) .petalInterna {
  transform: rotate(270deg);
}

.petal:nth-child(4) .petalInterna {
  transform: rotate(225deg);
}

.petal:nth-child(5) .petalInterna {
  transform: rotate(180deg);
}

.petal:nth-child(6) .petalInterna {
  transform: rotate(135deg);
}

.petal:nth-child(7) .petalInterna {
  transform: rotate(90deg);
}

.petal:nth-child(8) .petalInterna {
  transform: rotate(45deg);
}

.slick-dots li {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #707070;
  width: 10px !important;
  height: 10px !important;
}

li.slick-active {
  background-color: #0071C5;
}

.slick-dotted.slick-slider {
  margin-bottom: 100px !important;
  padding: 0px 20px;
}

.slick-dots {
  bottom: -50px !important;
}

/* Estilos para todos os slides */
.carousel .item .itemInterna {
  height: 130px; /* Altura padrão para todos os slides */
  margin-top: 10px; /* Espaço entre os slides */
}

/* Estilos para o slide do meio */
.carousel .item[data-slick-index="1"] .itemInterna {
  height: 150px; /* Altura maior para o slide do meio */
  margin-top: 0;
}

.quadrado img {
  width: 60px;
  margin: auto;
}

.itemInterna {
  background: #000;
  width: auto;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.descricao-do-item-externa {
  margin-bottom: 100px;
}

.quadrado a {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .carousel {
    display: none;
  }
}

@media (max-width: 667px) {
  .content-zone{
    padding: 0 20px 0px 20px
  }
}
