#eventos-cainco {
  max-width: 100vw;
  height: 80%;
}
#eventos-cainco .borderType {
  border-top: 2px solid #888888;
  border-bottom: 2px solid #888888;
  overflow: hidden;
}

#eventos-cainco .box {
  padding: 0;
}

#eventos-cainco .box img {
  object-fit: cover;
  height: 100%;
}

#eventos-cainco .columnaDerecha {
  position: relative;
  height: 100%;
  width: 100%;
  background: #ee0008;
  border-left: 2px solid #888888;
  display: flex;
  align-items: center;
  justify-content: center;
}
#eventos-cainco .elcontenido {
  color: white;
  font-family: "Arial Rounded MT Bold";
  font-size: 3rem;
  text-align: center;
  margin: 90px;
  z-index: 10;
}
#eventos-cainco .melipse {
  border: 2px solid #dadada;
  border-radius: 50%;
  width: 80%;
  height: 15%;
  position: absolute;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  z-index: 0;
}

#eventos-cainco .subtitle {
  font-family: "Miedinger Medium W00 Regular" !important;
  font-size: 0.8rem;
  padding-right: 50px;
  color: #6b6b6b;
}
#eventos-cainco .subtitle2 {
  font-family: "Miedinger Medium W00 Regular" !important;
  font-size: 0.8rem;
  padding-right: 5rem;
  color: #6b6b6b;
}
#eventos-cainco .borderType ul {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  padding: 0;
  margin: 0;
  list-style: none;
}

#eventos-cainco .borderType li {
  background: #efefef url("../img/home/star.png") 220px 10px no-repeat;
  padding-right: 40px;
  color: #282828;
}

#eventos-cainco .borderBottom ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

#eventos-cainco .borderBottom li {
  background: #efefef url("../img/home/star.png") 10px 10px no-repeat;
  padding-left: 40px;
  padding-right: 0;
}

@media (max-width: 767px) {
  #eventos-cainco .columnaDerecha {
    border-top: 2px solid #888888;
    border-left: 0;
  }
  #eventos-cainco .melipse {
    width: 60%;
  }
  #eventos-cainco .subtitle2 {
    font-size: 0.5rem;
  }
}
