/**! ESTRUCTURA */
#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    border: 0;
    transition: all .5s ease;
}
.avatar.avatar-small {
    height: 100px;
    width: 100px;
}

.sin_cursor{
    cursor: auto;
}
.info_producto{
    height: 180px;
    position: relative;
}
.info_producto_carrito{
    height: 165px;
    position: relative;
}
.imagen_producto{
    max-height: 250px;
}
.info_bottom{
  position: absolute;
  bottom: 0;
  width: 94%;
}
.info_bottom_2{
    position: absolute;
    bottom: 45px;
    width: 91%;
  }

/**! COLORES */
.bgLogo{
    background-color: #fbed8a !important;
}
.bgTerracota{
    background-color: #a52a2a;
}
.bgLima{
    background-color: #00ff00;
}
.backWhiteOpacity{
    background-color: rgba(255, 255, 255, 0.8);
}
.botonTarjeta{
    position: absolute;
    bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
/**! WHATSAPP */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:16px;
}

/**! PRODUCTOS */

.select_producto{
    width: 105px;
}
.select_pack{
    width: 135px;
}
.select_color{
    width: 135px;
}

@media (min-width: 992px){
    #topnav .navigation-menu > li .submenu {        
        min-width: 260px;
    }
}

@media (max-width: 420px){
    .select_producto{
        width: 150px;
    }
    .select_pack{
        width: 150px;
    }
    .select_color{
        width: 148px;
    }
    .info_bottom_2{
        position: absolute;
        bottom: 45px;
        width: 91%;
    }
    .info_bottom{
        position: absolute;
        bottom: 0;
        width: 94%;
    }
}
