
.bg-lm{
 background-color: #9B0C0C; 
}

.bg-dm{
  background-color: #9B0C0C;
} 

.bg-candy{
 background-color: #450202; 
}

.navbar-brand img{
 width: 190px; height: auto; !important 
}

.btn-danger{
 background-color: #9B0C0C !important; 
}

.dropdown-menu li:hover > .dropdown-item{
 color: #9B0C0C; 
}

/*------BOTON INICIA-----*/
.molienda {
border-radius: 4px;
border: none;
color: #fff;
text-align: center;
font-size: 20px;
padding: 16px;
width: 220px;
transition: all 0.5s;
cursor: pointer;
margin: 36px;
box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
}

.molienda{
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}

.molienda:after {
content: '»';
position: absolute;
opacity: 0;  
top: 14px;
right: -20px;
transition: 0.5s;
}

.molienda:hover{
padding-right: 24px;
padding-left:8px;
}

.molienda:hover:after {
opacity: 1;
right: 10px;
}


/*------BOTON FIN-----*/

/*-----CARD INICIO---*/
.bg-items {
  padding: 20px;
  width  : 590px;
  height : 295px;
  margin : 20px;
  background-color: white;
  float  : left;
  cursor : pointer;
  box-shadow : 3px 3px 5px 0px rgba(0,0,0,0.5);
}

.items {
  width  : 550px;
  height : 255px;
  position: relative;
  overflow: hidden;
  background-color: #102B46;
}

.details {
  background-color : rgba(0,0,0,0.5);
  width            : 550px;
  height           : 255px;
  padding          : 10px;
  top : 0;
  left: 0;
  font-family : georgia;
  color       : #fff;
  opacity : 0;
  transition : opacity .8s;
}

.details p {
  font-size : 14px;
  font-style: normal;
  text-align: center;
  line-height : 20px;
}

.items:hover .details {
  opacity : 1;
  transition : opacity .2s .3s;
}

.items div {
  position : absolute;
}

/* one */

.one {
  left   : 100%;
  bottom : 100%;
  width : inherit;
  height: inherit;
  background-color : #e43;
  transition   : all .3s;
}

.items:hover .one {
  transition   : all .5s;
  left   : 0;
  bottom : 0;
}
/*----CARD FIN------*/

/*-----ZOOM IN INICIO-----*/
.row {
  margin-top: 12px;
}

.column {
  display: inline-block;
  text-align: center;
}

figure {
  overflow: hidden;
}

a:hover {
  text-decoration: none;
}

.column img {
  display: block;
  width: 100%;
  height: 300px;
}

/*Zoom In*/
.column#zoomIn img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .7s ease-in-out;
}
.column#zoomIn:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*----ZOOM IN FIN-----*/

.navbar-expand-lg .navbar-nav .nav-item:hover > .nav-link:not(.disabled){
 color: #9B0C0C; 
}

/*------CARD CIRCULO-------*/

#tarjeta_Circulo{
  border-radius: 100%;
}

/*------CARD CIRCULO--------*/

