
/* Circulo cuenta regresiva cinema */
.circulo-cuenta-regresiva-cinema{
  position: absolute;
	

}
.circulo-cuenta-regresiva-cinema .caja-aro-cinema{
  width: 460px;
  height: 460px;
  background: url('../img/circulo-fecha-cinema.png') center center no-repeat;
  background-size: 100%;
  position: relative;
  z-index: 99;
  display:table-cell;
  vertical-align:middle;  
}


.circulo-cuenta-regresiva-cinema .caja-aro-cinema .caja-circulo span.caja-texto{
    width: 100%;
  text-align: center;
 
}


/* ---------- */

.button-cinema-bordo:hover {
  background-color: rgba(191, 124, 122,0.3);
  color: #65201e;
}

.button-cinema-bordo {
  background-color: #65201e; 
  color: #fff; 
  border: 2px solid #65201e;
	box-shadow: 2px 5px 8px -1px rgba(0,0,0,0.47);
-webkit-box-shadow: 2px 5px 8px -1px rgba(0,0,0,0.47);
-moz-box-shadow: 2px 5px 8px -1px rgba(0,0,0,0.47);
}

.button-cinema-verde:hover {
  background-color: rgba(172, 227, 204,0.2);
  color: #436456;
  border: 2px solid #436456;
}

.button-cinema-verde {
  background-color: #436456; 
  color: #fff; 
  border: 2px solid #436456;
box-shadow: 2px 5px 8px -1px rgba(0,0,0,0.47);
-webkit-box-shadow: 2px 5px 8px -1px rgba(0,0,0,0.47);
-moz-box-shadow: 2px 5px 8px -1px rgba(0,0,0,0.47);
}
   	   	   
.text-cinema-bordo {
  color: #65201e !important;
}

.bg-cinema-verde {
  background-color: #436456; 
}

.bg-cinema-bordo {
  background-color: #65201e; 
}

.t-cinema-bordo {
  background: #65201e !important;
}
.c-cinema-bordo {
	border:1px solid #000 !important;
}
.c-cinema-bordo h2 {
  color: #65201e !important;
}

#timeline .timeline-item .timeline-content.right.c-cinema-bordo:before {
  border-right: 7px solid #890029;
	border-left: 0px;
}
#timeline .timeline-item .timeline-content.c-cinema-bordo:before {
  border-left: 7px solid #890029;
	border-right: 0px;
}
