
.evento_footer {
    position: relative;
    bottom: 0;
    left: 0;
    display: flex;
   /* border: 2px solid #f3f3f1;*/
    justify-content: space-around;
    width: 100%;
}

.evento_footer_contenedor{
    background-color: #fff;
    padding: 0rem;
    border-radius: var(--rounded-xl);
    box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
    width: 100%;
}

.evento_footer_fh {
    position: relative;
    bottom: 0;
    left: 0;
    display: flex;
    /*border: 2px solid #f3f3f1;*/
    justify-content: space-around;
    width: 100%;
}

.evento_footer_contenedorfh{
    background-color: #fff;
    padding: 0rem;
    border-radius: var(--rounded-xl);
    box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
    width: 100%;
}


.pad{
padding: 17px 23px 10px 10px;
}

.evento_footer__ponente{
text-align:center;
}

.evento-sidebar {
    background-color: #fff;
    padding: 2rem;
    border-radius: var(--rounded-xl);
    box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
  width:100%;
}

.evento-sidebar__costo, .evento-sidebar__organizador, .evento-sidebar__categoria {
    font-weight: 600;
}


.mb-3 {
    margin-bottom: 1rem !important;
}
.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.btn-nuevo {
    color: #fff;
    background-color: var(--color-primario);
  background-color:#ff5900;
}

.btn-nuevo, .btn-nuevo-dark, .btn-nuevo-light {
    text-decoration: none;
    display: inline-block;
    font-family: var(--tipo-titulos);
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
    white-space: nowrap;
    padding: 12px 28px;
    font-size: 1rem;
    line-height: 1.5;
    cursor: pointer;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 0%);
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    border: 2px solid transparent;
}

.confirmar{
    font-size: 20px;
text-align:center;
  color:#000;
}
.centrar-btn{
  text-align:center;
}

.evento-sidebar__costo {
font-weight:600;
}

#contenedor {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#contenedor > div {
  width: 50%;
}



@media only screen and (min-width: 1025px)
.evento {
    height: auto;
}

.evento {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 1.5rem 0;
    border-radius: var(--rounded-xl);
    overflow: hidden;
}

.evento:hover {
    -webkit-transition: -webkit-box-shadow .1s ease-out;
    transition: -webkit-box-shadow .1s ease-out;
    -o-transition: box-shadow .1s ease-out;
    transition: box-shadow .1s ease-out;
    transition: box-shadow .1s ease-out,-webkit-box-shadow .1s ease-out;
    box-shadow: rgb(0 0 0 / 2%) 0px 2px 4px, rgb(0 0 0 / 2%) 0px 2px 3px, rgb(0 0 0 / 2%) 0px 13px 13px, rgb(0 0 0 / 3%) 0px 1px 24px;
}

.evento_inner {
    border-right: 2px solid #f3f3f1;
    border-top: 2px solid #f3f3f1;
    border-left: 2px solid #f3f3f1;
    flex-grow: 1;
    padding: 1rem 2rem 0 0.5rem;
}

.visual_evento {
    width: 40%;
    height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.fecha_evento {
    position: absolute;
    right: 0;
    bottom: 39;
    color: white;
    background-color: #ff5900;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    text-align: center;
    font-variant-numeric: lining-nums;
}
.tipo_de_evento {
    text-transform: uppercase;
    color: #777;
    font-weight: 900;
    font-size: .8rem;
    margin-left: 1rem;
}

.imagen-del-evento {
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-height: 100%;
    height: 100%;
}
.evento_info {
    width: 100%;
}
.evento_info {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#contenedor-eventosmanual {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem !important;
}
.container-medium {
    display: block !important;
    float: none !important;
    position: relative !important;
    width: 1200px !important;
    margin: 0 auto !important;
    padding-left: 15px;
    padding-right: 15px;
}

.titulo_de_evento {
    margin-left: 1rem;
    max-width: 90%;
}

.descripcion_de_evento {
    margin-left: 1rem;
    font-size: .9rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.titulo_de_evento a {
    color: #ff5900;
}

.titulo_de_evento:hover a {
    color: #ff5900;
}

/*@media only screen and (min-width: 425px)*/
@media (max-width: 400px) {  
.fecha_evento_movil {
    display: none;
}

.fecha_evento h2 {
  margin: 0;
  color: white !important;
}


