.content-title-item {
  width: 130%;
  height: auto;
  position: relative;
}

.content-title-item > div:first-child {
  content: url(../img/insumos/titulo.svg);
  width: 100%;
  height: auto;
  margin-left: 4%;
  position: relative;
}

.content-title-item > div:last-child {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.content-title-item > div:last-child > * {
  text-shadow: 0px 0px 5px #000b;
}

.content-title-item::before {
  content: "";
  width: 76.92%;
  margin-left: 11.54%;
  height: 56%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: skewY(5deg);
}

.content-item::before {
  content: url(../img/insumos/titulo-fondo.svg);
  width: 130%;
  height: auto;
  margin-left: 10%;
  position: absolute;
  z-index: -1;
  top: 300px;
}

.item {
  width: 250px;
  height: auto;
  position: relative;
}

.content-item {
  background-color: #569123;
  color: #fff;
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 150px;
  font-family: "Ubuntu";
  font-size: 1.1em;
  border-radius: 0px 0px 70px 70px;
  box-shadow: 0px 0px 6px #000a;
}

.content-item > a {
  position: relative;
  font-family: "Quicksand";
  font-weight: 400;
  padding: 2px 10px;
  text-decoration: none;
  background-color: #f18900;
  border: solid 3px #c77509;
  color: #fff;
  border-radius: 25px;
  text-shadow: 1px 1px 1px #0009;
  bottom: 16px;
}

.content-img-item {
  background-color: brown;
  width: 300px;
  height: 300px;
  background-size: cover;
  border-radius: 50%;
  position: relative;
  margin-top: -150px;
  /* border: solid 2px #f18900; */
}

.content-img-item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  border: solid 4px #f18900;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 2px #000a);
}

div.titulo {
  filter: none;
}

div.titulo > div {
  border: solid 8px #b77100;
}
div.titulo > div > h1 {
  color: #995f02;
  text-shadow: none;
}

/* Carrusel */

.carousel-inner {
  box-shadow: 0px 0px 17px black;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  div.titulo > div > h1 {
    padding-top: 0.5em;
  }
  div.titulo {
    padding-bottom: 2em;
  }
}
