.gran-oab>div {
  display: flex;
  flex-direction: column;
}

.gran-oab h2 span {
  color: #cc0008;
}

.gran-oab img {
  flex: 1;
  max-width: 100%;
}

.gran-oab .mote h3 {
  font-family: "Margem-medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #091E42;


  margin: 0 0 0 1rem;
}

.gran-oab .mote p {
  font-family: "source sans pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #505F79;
  max-width: 295px;
  margin: 0 0 0 1rem;
}

.gran-oab .mote .grey {
  color: #505F79;
}
.gran-oab .mote>div {
  position: relative;
  margin: 2rem 0;
  transition: padding 0.5s ease-in-out;
}

.gran-oab  .vertical {
  border-left: 2px solid #C1C7D0;
  height: 35px;
  position:absolute;
  border-radius: 5px;
  left: 0px;
}

.gran-oab  .vertical-main {
  border-left: 2px solid #DD303E;
  height: 120px;
  position: absolute;
  border-radius: 5px;
  left: 0px;
}

.gran-oab .gran-oab-active {
  padding: 10px;
  cursor: pointer;
  transition: max-height 0.5s ease, opacity 0.5s ease;

  /* border-left: 2px solid #DD303E; */
  background: #FAFAFA;
  border-radius: 0 20px 20px 0;
}

.gran-oab .gran-oab-active::before {
  width: 5px;
  height: 80%;

  content: '';
  position: absolute;
  left: 10px;
  top: 50%;

  transform: translateY(-50%);
  border-left: 2px solid #DD303E;

}

.gran-oab .gran-oab-inactive {
  cursor: pointer;
  transition: max-height 0.5s ease, opacity 0.5s ease;

  border-left: 2px solid #C1C7D0;
}
.gran-oab .gran-oab-inactive h3 {
  color: #505F79;
}

.gran-oab .gran-oab-inactive p {
  display: none;
}

.gran-oab .gran-oab-inactive:hover {
  border-left: 2px solid #DD303E;
}

.gran-oab .gran-oab-inactive h3:hover {
  color: #091E42;
}

@media (min-width: 1024.9px) {
  .gran-oab div {
    flex-direction: row;
  }

  .gran-oab .mote h3 {
    font-size: 24px;
  }

  .gran-oab .mote p {
    font-size: 18px;
    max-width: 330px;
  }

}
