.navbar-v1 { background-color: #fff3e0; }
.navbar-nav>li>a {
    text-transform: uppercase;
    color: #e1b672;
    font-weight: bold;
}

.bp-header {
	color: #3d2474 !important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300 !important;
	font-size: 3.5em;
}
.bg-celeste { background-color: #b7eeff !important; }

.color-white { color: #fff !important; }
.color-azul { color: #239bc0 !important; }
.color-black { color: #222222 !important; }

.bp-footer { background: url(../img/background-footer.jpg) center top repeat; background-size: cover; background-attachment: fixed; }
.bg-dark { background-color: #333333; color: #FFF !important; }


.detalle-paleta.agua { background-image: url(../img/fondo-paletas-02.png); background-repeat: repeat; background-color: #0089B7; }
.detalle-paleta.leche { background-image: url(../img/fondo-paletas-02.png); background-repeat: repeat;  background-color: #E86630; }
.detalle-paleta.especiales { background-image: url(../img/fondo-paletas-02.png); background-repeat: repeat;  background-color: #B7B734; }


.detalle-paleta h3 {    
	font-size: 4em;
    font-weight: 100;
    color: #FFF;
}
.detalle-paleta p {    
	font-size: 1.2em;
    font-weight: 100;
    color: #FFF;
}
.detalle-paleta .info-nut {
	background: #FFF;
    text-align: center;
    padding: 10px 5px;
    line-height: 1.4em;
    border-radius: 30px;
}

.detalle-paleta .info-nut hr {
	margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -5px;
    margin-right: -5px;
    border-width: 2px;
}

.detalle-paleta.agua .info-nut hr { border-color:  #0089B7; }
.detalle-paleta.leche .info-nut hr { border-color:  #E86630; }
.detalle-paleta.especiales .info-nut hr { border-color:  #B7B734; }


.icons-paletas div {
    padding-bottom: 45px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.icons-paletas .active h5 { color: #f7a752 !important; }
.icons-paletas-agua { background-image: url(/img/gota.png); }
.icons-paletas-lech { background-image: url(/img/leche.png); }
.icons-paletas-espe { background-image: url(/img/estrella.png); }
.icons-paletas-agua.active { background-image: url(/img/gota-naranja.png); }
.icons-paletas-lech.active { background-image: url(/img/leche-naranja.png); }
.icons-paletas-espe.active { background-image: url(/img/estrella-naranja.png); }