/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.header_in .logo_normal {
	display: none;
}
.secondary_nav ul li:last-child {
     margin-right: 0; 
     border-left: none; 
     padding-left: 0px; 
}

.secondary_nav ul li:last-child a {
	background-color: rgba(0,0,0,0.05);
	border:none;
}
#selector_sucursal {cursor: pointer;}
.info-2 {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 25px 20px 15px 20px;
    color: #fff;
    left: 0;
    bottom: 0;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    box-sizing: border-box;
    line-height: 1;
}

.info-2 h3{
    font-size: 1.125em;
    color: #fff;
}