



.cabecera {
	width: 100%;
	margin:0 auto;
	padding:1.5em 1em;
	max-width:1080px;
}

header img{
	width: 100%;
	box-shadow: 0px 10px 80px rgba(159, 193, 49, 0.66);
}


.glyphicon-ok {
 	color: #9FC131;
}

.collapse{
	margin-top: 15px;
}

.active {
	background-color: #BDE040 !important;
	color: white;
	text-shadow: 1px 1px 1px black;
}

.active:hover{
	color: white;
}

#lista2 {
    counter-reset: li; 
    color:white;
    list-style: white; 
    padding: 0;
    margin-bottom: 4em;
}

#lista2 li{
	background-color: #F6EEC4 !important;
	color: #6B6E6D !important;
}

.leer {
	padding: .5em;
	margin:0.5em;
}

nav{
	background-color: #99C5C4 !important ;
	margin-right: 0px !important;
	margin-left: 0px !important;
}


nav a, li a{
	
	margin: 7px;
	margin-top: 4px;
	border-radius: 1em;
	width: 6.25em;
	text-align: center;
	font-family: 'Oswald', sans-serif !important;
	font-size: 18px;
	padding:0px;
	text-transform: uppercase;
	background-color: #DBDCDB;
	color: #55595D;
	box-shadow: 2px 2px 0px gray;
}

nav a:hover , .leer:hover{
	background-color: rgba(159, 193, 49, 0.2) !important;
	text-decoration: none;
	color: #55595D;
}


#lista2 li {
	
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ffffff;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out; 
	font-family: 12 px, Arial, sans-serif; 
	font-size: 1.1em;
	color: #6B6E6D;
}
#lista2 p{
    position: relative;
    *list-style: decimal; 
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}


#lista2 li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 5%;
    margin-top: -1.3em;
    color: white;
	background: #A5C100;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

.col-md-9{
	margin:0 !important;
}

.tipos{
	background-color: rgba(159, 193, 49, 0.33);
	border-radius: 5px;
	padding: 15px;
	text-decoration-style: dotted !important; 
	border: solid 1px #B0C965;
}

.tipos a{
	transition: .5s;
	text-decoration: none;
}

.tipos a:hover{
	transition: .5s;
	color: #4B8740;
	text-decoration: none;
	text-shadow: 0px 2px 1px  #BFD641;
}



h1, h2, h3{
	font-family: 'Cookie', cursive !important;
	line-height: 36px !important;
	color: #9FC131 !important;
	text-shadow: 1px 1px 0.5px #4B8740;
}

hr {
	border: dotted 1px #9FC131 !important;
	clear: left !important;
	margin: 20px !important;

}

h1 {
font-size: 48px !important;
}

h2{
	font-size: 42px !important;
}

h3 {
	font-size:36px !important;
	text-decoration: dotted ;
}

ul li{
	list-style-type: none;
}

nav {
	border: none !important;
	background: none !important;
}

ol li:first-line{
	font-weight: bolder;

}

#imgpasos{
	margin-bottom: 0px !important;
}

.dropdown{
	display: flex;
	flex-direction: column !important;
}

.sr-only, .icon-bar{
	background-color: rgb(165,193,0 ) !important;
	border: solid 2px rgb(165,193,0 ) !important;
}

#lista2 {
    counter-reset: li; 
    color:white;
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.imgsmoothie, .left{
	border-radius: 8px;
	border: solid 1.5px #9FC131;
	padding: 4px;

	margin-top: 0px !important;
	margin-bottom: 15px !important;
	margin-left: 8px !important;
	margin-right: 8px !important;
}

.resumen{
	padding: 20px;
}

#lista2 li {
	
    position: relative;
    display: block;
    padding: 1em;
    *padding: .5em;
    margin: .5em 0;
    color: #888;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out; 
	font-family: 12 px, Arial, sans-serif; 
	font-size: 1.1em;

}
#lista2 p{
    position: relative;
     
    *list-style: decimal; 
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}


#lista2 li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 5%;
    margin-top: -1.3em;
    color: white;
	background: #A5C100;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: solid 0.3em #fff;
    text-align: center;
    border-radius: 2em;
    transition: all .3s ease-out;
}

.grid-6{
	border-radius: 0px 0px 0px 0px !important;
	padding: 0px;
}

.grid {
	padding: 6px;
}

h6 a{
	font-weight: bold !important;
	font-family: 'Oswald';
	font-size: 18px;
	color: #4E632C;
}



.menutxt {
	margin-right: 8px;
	text-shadow: 1px 1px 0px green;
	font-size: 18px;
	margin-top: -3.5px;
}

h4{
	font-family: 'Oswald', sans-serif !important;
	font-weight: bolder !important;
	font-size: 20px !important;
	color: #9FC131 !important;
}

footer .container {
	background-color: rgba(159, 193, 49, 1) ;
	padding: 10px;
	font-family: 'Oswald';
	font-size: 17px;
	border-radius: 5px 5px 0px 0px;
}

footer .container a {
	color: white;
	transition: 0.5s;
}

footer .container a:hover {
	color: green;
	text-decoration: none;
	transition: 0.5s;
}


@media (orientation: portrait){

	.container{
		padding: 0px !important;
	}

	.container-fluid {
		padding: 0px !important;
	}

	.main {
		margin-left: 10px !important;
	}

	h1, h2{
		text-align: center !important;
		
	}
	
	.titulo{
	margin-top: -50px !important;
	}

	.choc {
		margin-top: -30px !important;
	}

	h5 {
		text-align: right !important;
	}


	h4{
		text-align: right;

	}

	.ingredientes li {
		font-size: 17px !important;
	}

	p .cuerpo{
		font-size: 19px;
		text-align: justify !important;
	}

	ol li{
		font-size: 17px !important;
		text-align: left;
	}

	ol img{
		float: left !important;
	}

	h3 {
		font-size: 30px !important;
	}

	.prep {
		font-size: 16px !important;
	}

	.main li a{
		display: flex !important;
		flex-direction: column !important;
	}


	#nav li a{
		clear: left;
		width: 100%;
		width: 88%;
	}

	.leer {

	}

}

@media (max-width: 768px){

	.navbar-toggle{
	display: flex !important;
	flex-direction: row;
	overflow-x: hidden;
}


}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

	#nav li a{
		display: table-cell !important;
	}

	.navbar-toggle{
		display: none !important;
	}

	h4{
		text-align: left;
	}

	.titulo {
		margin-top: 0px !important;
	}



@media only screen
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  {
/* IPAD MINI */
h1 {
	margin-top: 0px !important;
}

}




