.imgDescarga {
    margin-top: -30px;
}

.opciones {
    text-align: center;
}

.superfood-color{
	color: #00BB55;
}
.text-superfood{
	margin-bottom: 3rem;
}

.opciones img {
    width: 50px;
    height: 50px;
}

.img-back{
	width: 82px;
	height: 75px;
}

.opciones .opc {
    display: inline-block;
    position: absolute;
    bottom: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    line-height: 110px;
    cursor: pointer;
}

    .opciones .opc .text-img {
        font-size: 10px;
        color: gray;
        line-height: 0;
    }

.opcion-izq {
    padding-top: 10px;
}

.opcion-der {
    right: 0px;
}



.receta-box ul {
    margin-left: 25%;
}

.receta-box p {
    margin-left: 100px;
    margin-right: 100px;
}




.navbar-right {
    border-bottom: 1px solid white;
}

.navbar-nav {
    border-bottom: 1px solid white;
}



.breadcrumb {
    color: white !important;
   text-shadow: 1px 1px 1px rgba(73, 76, 79, 0.47), 0 0 0.5em rgba(73, 76, 79, 0.41), 0 0 0.2em rgb(73, 76, 79);
}

    .breadcrumb > li a {
        color: white !important;
        text-shadow: 1px 1px 1px rgba(73, 76, 79, 0.47), 0 0 0.5em rgba(73, 76, 79, 0.41), 0 0 0.2em rgb(73, 76, 79);
    }

    .breadcrumb > .active {
        color: white !important;
        font-weight: bold;
       text-shadow: 1px 1px 1px rgba(73, 76, 79, 0.47), 0 0 0.5em rgba(73, 76, 79, 0.41), 0 0 0.2em rgb(73, 76, 79);
    }

.receta-box {
    bottom: 110px;
    padding-top: 65px;
}

.bajarElemento {
    position: relative;
    min-height: 400px;
}

.iconoIng {
    width: 50px;
    height: 50px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.textIng {
    font-style: italic;
    font-size: 30px;
    font-weight: bold;
}

.lista-bullet li {
    color: #868F9B;
    font-family: 'Poppins Lt', 'Bree Lt';
    list-style: none;
}

.lista-bullet li.li-without-before{
	color: #868F9B;
    font-weight: 500;
	font-family: 'Poppins Rg', 'Bree Rg';
	margin-top: 15px;
	font-size: 20px;
}

.lista-bullet li.li-without-before:nth-child(2){
	padding-top: 15px;
}

.lista-bullet li:before {
    content: ".";
    font-size: 40px;
    line-height: 10px;
    vertical-align: 20%;
    padding-right: 10px;
	font-weight: 500;
}

.lista-bullet .li-without-before:before {
    content: "";
    font-size: 65px;
    line-height: 10px;
    vertical-align: 20%;
    padding-right: 10px;
}

/*** Custom Styles Platillos ***/
.breadcrumb{
	display: none;
}

.bg-img {
    top: -10vw;
}

#home {
    height: calc(65vh - 0px);
	min-height: 10vh !important;
}

#receta{
	padding: 35px 0px;
}

#receta .container {
    /*width: 100%;*/
    padding-left: 15px;
    padding-right: 15px;
}

#receta .breadcrumb-recipe{
	color: #494C4F !important;
	text-align: left;
	margin-top: 0px;
    margin-bottom: 10px;
	display: block;
	top: 0;
	position: absolute;
    transform: translate(10px, -30vw);
}

#receta .breadcrumb-recipe li.active{
	/*color: #494C4F !important;
	font-size: 12px;
	text-shadow: 1px 1px 1px transparent, 0 0 0.5em transparent, 0 0 0.2em transparent !important;*/
	color: #fff !important;
	font-size: 16px;
    text-shadow: 1px 1px 1px rgba(73, 76, 79, 0.47), 0 0 0.5em rgba(73, 76, 79, 0.41), 0 0 0.2em rgb(73, 76, 79) !important;
}

#receta .breadcrumb-recipe li a{
	/*color: #494C4F !important;
	font-size: 12px;
	text-shadow: 1px 1px 1px transparent, 0 0 0.5em transparent, 0 0 0.2em transparent !important;*/
	color: #fff !important;
	font-size: 16px;
	text-shadow: 1px 1px 1px rgba(73, 76, 79, 0.47), 0 0 0.5em rgba(73, 76, 79, 0.41), 0 0 0.2em rgb(73, 76, 79) !important;
}

#receta .breadcrumb-recipe li .divider{
	/*color: #494C4F !important;
	text-shadow: 1px 1px 1px transparent, 0 0 0.5em transparent, 0 0 0.2em transparent !important;*/
	color: #fff !important;
    text-shadow: 1px 1px 1px rgba(73, 76, 79, 0.47), 0 0 0.5em rgba(73, 76, 79, 0.41), 0 0 0.2em rgb(73, 76, 79) !important;
}

#receta .head-recipe{
	color: #494C4F;
	margin-bottom: 15px;
}

#receta .list-recipe-specs{
	margin-bottom: 25px;
}

#receta .list-recipe-specs li{	
	display: inline-block;
	margin-left: 10px;
}

#receta .list-recipe-specs li .ico-spec{
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}

#receta .list-recipe-specs li .ico-spec.ico-people{
	background-image: url(/../media/1284/porciones.png);
}

#receta .list-recipe-specs li .ico-spec.ico-time{
	background-image: url(/../media/1285/tiempo.png);
}

#receta .specs-container{
	padding: 25px 15px;
    margin-bottom: 3vw;
    background-color: #f7f6f3;
}

#receta .specs-container.left{
	margin-right: 10px;
}

#receta .specs-container.right{
	margin-left: 10px;
	padding: 25px 45px;
}

#receta .img-back{
    float: left;
}

#receta .imgDescarga{
	float: right;
}

#receta .specs-container.right h5{
	color: #868F9B;
	margin-bottom: 1.5vw;
}

#receta .specs-container.right p{
	font-family: 'Poppins Lt', 'Bree Lt';
}

#receta .specs-container.right .txt-tip{
	font-style: oblique;
}

#receta .specs-container.right ol{
	list-style: none; 
	counter-reset: li;
	margin-bottom: 2vw;
}

#receta .specs-container.right ol li{
	font-family: 'Poppins Lt', 'Bree Lt';
	counter-increment: li;
}

#receta .specs-container.right ol li::before{
	content: counter(li)'.'; 
	color: #868F9B;
	width: 1em;
	display: inline-block;
  	margin-left: -1em;
	font-weight: 500;
	font-family: 'Poppins Rg', 'Bree Rg';
}

#receta .specs-container.right ol li strong{
	font-family: 'Poppins Rg', 'Bree Rg';
}



@media only screen and (max-width: 993px) {
	
	.text-recipe p{
		font-size: 16px !important;
	}
	
    .bg-textura {
        margin-bottom: 5px;
        padding-bottom: 30px;
    }

    .marginMobile {
        padding-bottom: 65px;
    }
	
	/*** Custom Styles Platillos ***/
	.bg-img {
		top: -30vw;
	}
	
	#home {
    	height: calc(55vh - 0px);
	}	
	
	#receta .container {
    	width: 100%;
	    padding-left: 10px;
    	padding-right: 10px;
	}
	
	#receta .img-back{
		width: 14vw;
		margin-left: 20px;
		float: none;
	}

	#receta .imgDescarga{
		width: 30vw;
		margin-right: 15px;
		float: none;
	}
	
	#receta .specs-container{
		padding: 25px 10px;	
		margin-bottom: 8vw;
	}
	
	#receta .specs-container .lista-bullet{
		margin-left: 10px;
	}
}

@media only screen and (min-width: 993px) {
    .equal {
        display: -webkit-flex;
        display: flex;
    }
	#nav.nav-transparent:not(.fixed-nav) .main-nav > li > a {
    color: white;
	    text-shadow: 1px 1px 1px rgb(51 51 51), 0 0 0.5em rgb(51 51 51), 0 0 0.2em rgb(51 51 51);
}
#nav.nav-transparent:not(.fixed-nav) .dropdown li a {
    color: white !important;
	  text-shadow: 1px 1px 1px rgb(51 51 51), 0 0 0.5em rgb(51 51 51), 0 0 0.2em rgb(51 51 51);
}

    .wrapperDivs {
        position: relative;
        left: 0px;
        right: 0px;
        bottom: 0px;
        text-align: center;
    }

    .col-md-push-2 {
        left: 12.666667% !important;
    }

}

@media (max-width:426px) {
    .receta-box ul {
        margin-left: 40px;
    }

    .receta-box p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .opciones .opc {
        bottom: 10px;
    }
}

/*Imprime Receta*/


#imprimereceta {
    color: #818181;
    font-size: 14px !important;
    position: absolute;
}

#imprimereceta ul {
	margin: 0;
	line-height: 2;
	display: inline-block;
	margin-left: 50px;
}

/*#imprimereceta ul li {
	font-family: "Bree Lt" !important;
	list-style: initial;
	float: left;
	width: 50%;
	font-size: 14px !important;
}*/

#imprimereceta ol {
	margin-top: 10px;	
}

#imprimereceta ol li {
	list-style: decimal;
	font-size: 16px !important;
	font-family: "Bree Lt" !important;
}

#imprimereceta p {
	padding-right: 30px;
	font-family: "Bree Lt" !important;
	margin-top: 20px;
	margin-bottom: 14px;
	font-size: 16px !important;
}

#imprimereceta h1 {
	font-family: "Bree EB" !important;
	font-size: 38px;
	color: #494c4f;
	margin-top: 20px;
	margin-bottom: 20px;
}

#imprimereceta h2, #imprimereceta h3 {
	font-family: "Bree Rg" !important;
	color: #494c4f;
	margin-bottom: 0;
	margin-top: 20px;
	font-size: 22px;
}

#imprimereceta .lineasup {
	border-top: 3px solid;
	border-color: #818181;
}

#imprimereceta .lineainf {
	border-bottom: 3px solid;
	border-color: #818181;
}

#imprimereceta td {
	vertical-align: initial;
}