.listado-vcm .wrapper {
  display: flex;
}

.listado-vcm .wrapper .margen-left {
  width: 10%;
}

.listado-vcm .wrapper .content {
  width: 90%;
}

.listado-vcm .wrapper .content .boton-ver-mas a {
  background-color: #545455;
  color: #fff;
  font-family: "robotomedium";
  font-size: 14px;
  padding: 6px 15px;
}

.listado-vcm .wrapper .content .boton-ver-mas a:hover {
  background-color: #000;
}

.listado-vcm .wrapper .content .boton-ver-mas {
  text-align: right;
  margin-top: -20px;
}

.listado-vcm .wrapper .content .item {
  background-color: #f3f3f7;
  display: flex;
  margin-bottom: 45px;
}

.listado-vcm .wrapper .content .item .informacion {
  width: 65%;
}

.listado-vcm .wrapper .content .item .informacion .info-top {
  padding: 20px 30px;
  padding-bottom: 10px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos {
  border-bottom: 1px solid rgba(112, 112, 112, 0.19);
  min-height: 140px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos h4 {
  font-family: "robotomedium";
  color: #000;
  font-size: 22px;
  margin-bottom: 15px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos p {
  color: #545455;
  font-family: "robotoregular";
  font-size: 16px;
  margin-bottom: 10px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos p strong {
  font-weight: initial;
  font-family: "robotobold";
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  flex-wrap: wrap;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .fechas {
  display: flex;
  gap: 5px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .fechas .fecha {
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 9px 7px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .fechas .fecha h5 {
  margin: 0;
  color: #000000;
  font-family: "robotobold";
  font-size: 18px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .fechas .fecha p {
  margin: 0;
  font-family: "robotoregular";
  color: #000000;
  font-size: 13px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .fechas .fecha p strong {
  font-family: "robotobold";
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .fechas .fecha.intervalo {
  padding: 9px 15px;
  text-align: right;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .fechas .fecha.intervalo h5 span {
  font-size: 14px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-boton {
  width: 54%;
  display: flex;
  align-items: center;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-boton .hora {
  color: #000000;
  font-family: "robotomedium";
  font-size: 14px;
  width: 50%;
  text-align: right;
  padding-right: 15px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-boton .boton {
  width: 50%;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-boton .boton a {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  font-family: "robotomedium";
  font-size: 12px;
  text-align: center;
  width: 100%;
  padding: 10px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-tipo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 15px;
  min-width: 132px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-tipo .tipo {
  display: flex;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-tipo .tipo span svg {
  width: 16px;
  height: auto;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-tipo .tipo p {
  margin: 0;
  margin-left: 4px;
  font-family: "robotobold";
  font-size: 14px;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-tipo .tipo span {
  display: flex;
  justify-content: center;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-tipo .hora {
  font-family: "robotomedium";
  font-size: 14px;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom {
  background-color: #e65c09;
  display: flex;
  align-items: center;
  justify-content: center;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom.no-button {
  width: 100%;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom.no-button .registrate {
  display: none;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom.no-button .botones-bottom {
  width: 100%;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom.no-button .botones-bottom .mas-info a {
  margin-left: auto;
  margin-right: 2px;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .tipo {
  width: 50%;
  font-size: 14px;
  font-family: "robotomedium";
  color: #fff;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .tipo span {
  display: inline-block;
  margin-right: 5px;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom span svg {
  width: 20px;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom span svg path {
  fill: #f3f3f7;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .agregar-agenda {
  width: 100%;
  text-align: center;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .agregar-agenda a {
  color: #fff;
  font-size: 14px;
  font-family: "robotomedium";
  text-decoration: underline;
  display: inline-block;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .agregar-agenda a span {
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .compartir {
  width: 60%;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .compartir button {
  color: #fff;
  font-size: 14px;
  font-family: "robotomedium";
  text-decoration: underline;
  display: inline-block;
  background-color: transparent;
  border: 0;
  outline: none;
  position: relative;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .compartir button span {
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: -2px;
}

.listado-vcm .wrapper .content .item .imagen {
  width: 35%;
  background-size: cover;
  background-position: center;
}

.listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-boton .boton a:hover {
  background-color: #e65c09;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .agregar-agenda a:hover {
  text-decoration: none;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .compartir button:hover {
  text-decoration: none;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .botones-bottom {
  width: 70%;
  display: flex;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 15px;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .botones-bottom .mas-info {
  width: 40%;
  text-align: center;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .registrate {
  width: 30%;
  text-align: center;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .botones-bottom .mas-info a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "robotomedium";
  font-size: 12px;
  border: 1px solid white;
  padding: 6px;
  max-width: 175px;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .registrate a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  font-family: "robotomedium";
  font-size: 12px;
  padding: 9px;
  margin-left: 2px;
}

.listado-vcm .wrapper .content .item .informacion .info-bottom .botones-bottom .mas-info a:hover {
  background-color: #000;
}

@media (max-width: 1199px) {
  .listado-vcm .wrapper .margen-left {
    width: 0;
  }
  .listado-vcm .wrapper .content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .listado-vcm .wrapper .content .item {
    flex-direction: column-reverse;
  }
  .listado-vcm .wrapper .content .item .informacion {
    width: 100%;
  }
  .listado-vcm .wrapper .content .item .imagen {
    width: 100%;
    padding-top: 35%;
  }
}
@media (max-width: 767px) {
  .listado-vcm .wrapper .content .item .informacion .info-top {
    padding: 15px;
  }
  .listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .fechas {
    padding-bottom: 0;
  }
  .listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom {
    flex-direction: row;
  }
  .listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-boton {
    width: 100%;
  }
  .listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-boton .hora {
    text-align: left;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom {
    flex-direction: column;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .botones-bottom {
    width: 100%;
    padding-right: 3px;
    order: 2;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .compartir {
    width: auto;
    min-width: 105px;
    width: 45%;
    text-align: center;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .botones-bottom .mas-info {
    width: 100%;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .registrate {
    width: 100%;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .registrate a {
    margin-left: 0;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .botones-bottom .mas-info a {
    margin-right: 0;
    margin-left: auto;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom.no-button .botones-bottom .mas-info a {
    margin-right: 0px;
  }
}
@media (max-width: 450px) {
  .listado-vcm .wrapper .content .item .informacion .info-bottom .tipo span {
    text-align: center;
    display: block;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .tipo {
    text-align: center;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .agregar-agenda a span {
    display: block;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .compartir {
    text-align: center;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .compartir button span {
    top: 0;
    margin-right: 0;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom {
    /* padding: 5px 10px; */
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .agregar-agenda a {
    font-size: 12px;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .compartir button {
    font-size: 12px;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom span {
    height: 22px;
  }
  .listado-vcm .wrapper .content .item .informacion .info-bottom .botones-bottom {
    padding-left: 0;
  }
}
@media (max-width: 413px) {
  .listado-vcm .wrapper .content .item .informacion .info-top .textos-bottom .hora-tipo {
    width: 100%;
  }
}
.agenda-list__buttons {
  text-align: right;
  margin-top: 5px;
  padding: 0 65px;
}
.agenda-list__cta {
  background-color: #545455;
  color: #fff;
  font-family: "robotomedium";
  font-size: 14px;
  padding: 6px 15px;
  display: inline-block;
}
.agenda-list__cta:hover {
  color: #e65c09;
}
