@charset "utf-8";
/* Common styles ========================= */
a:focus,
a:active,
a:hover {
   outline: 0;
}

abbr[title] {
   border-bottom: 1px dotted;
}

b,
strong {
   font-weight: bold;
}

dfn,
var {
   font-style: normal;
}

body {
   margin: 0;
   font-family: 'DIN Pro', sans-serif;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
   font-size: 16px;
   min-width: 320px;
}

h1, h2, h3 {
   font-family: 'DIN Pro', sans-serif;
}
h1:first-child,
h2:first-child,
h3:first-child {
   margin-top: 0;
}

h4, h5, h6 {
   font-family: 'DIN Pro', sans-serif;
}
.column {
   padding: 0 15px;
}
.btn-default {
   color: #56a6d2;
   background: transparent none;
   font-size: 18px;
   padding: 10px 28px;
   margin: 15px auto;
   border: 1px solid #448ec7;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   border-radius: 25px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus {
   color: #448ec7;
   background-color: transparent;
   border-color: #448ec7;
}
.btn-default.btn-red,
.btn-default.btn-red:hover,
.btn-default.btn-red:focus,
.btn-default.btn-red:active,
.btn-default.btn-red:active:focus {
   color: #a50050;
   border-color: #a50050;
}
.btn-default.btn-red.btn-inverse,
.btn-default.btn-red.btn-inverse:hover,
.btn-default.btn-red.btn-inverse:focus,
.btn-default.btn-red.btn-inverse:active,
.btn-default.btn-red.btn-inverse:active:focus {
   color: #ffffff;
   background-color: #a50050;
}
.btn-default .fa {
   position: relative;
   margin-left: .2em;
   font-size: 150%;
   line-height: .6;
   top: .3ex;
}

*:focus {
   outline: none;
   outline-offset: 0;
}

/* Menu Planner styles =================== */

.hamburger {
   margin: 8px 15px 4px 15px;
   padding: 6px 8px;
   text-align: right;
   position: relative;
   z-index: 110;
}
.hamburger .inner {
   vertical-align: middle;
   position: relative;
   display: inline-block;
   width: 25px;
   height: 20px;
   cursor: pointer;
   margin: 0;
}
.hamburger .inner::after {
   content: '';
   position: absolute;
   width: 100%;
   height: 2px;
   top: 0;
   /*margin-top: -11px;*/
   background: #ffffff;
   -moz-border-radius: 9px;
   -webkit-border-radius: 9px;
   border-radius: 9px;
   left: 0;
   -webkit-box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
   -moz-box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
   box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.m-plan {
   margin: 0;
   padding: 0;
   position: relative;
   display: block;
   min-width: 100%;
}

/* nav tabs */
.nav-tabs.nav-justified {
   margin: 0;
   background-color: #fff;
   border-top: 1px solid #d0d3d4;
   height: auto;
}
.nav-tabs.nav-justified > li {
   margin-bottom: 0;
}
.nav-tabs.nav-justified li a {
   position: relative;
   color: #63666a;
   font-weight: normal;
   font-size: 18px;
   border: none;
   border-image: none;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   -webkit-transition: all ease-in-out .1s;
   -moz-transition: all ease-in-out .1s;
   -o-transition: all ease-in-out .1s;
   transition: all ease-in-out .1s;
}
.nav-tabs.nav-justified li.active a,
.nav-tabs.nav-justified li.active a:hover,
.nav-tabs.nav-justified li.active a:focus,
.nav-tabs.nav-justified li a:hover,
.nav-tabs.nav-justified li a:focus {
   border: none;
   background-color: transparent;
   color: #ffffff;
}
.nav-tabs.nav-justified li.active::after {
   content: '';
   display: block;
   position: absolute;
   left: 50%;
   bottom: -10px;
   margin-left: -11px;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 11px 11px 0 11px;
   border-color: #a50050 transparent transparent transparent;
}

.nav-tabs.nav-justified.food-type-tabs {
  display: table;
}
.nav-tabs.nav-justified.food-type-tabs > li {
  height: 100%;
  border-bottom: 1px solid #d0d3d4;
}

.nav-tabs.nav-justified > li.active,
.nav-tabs.nav-justified > li:hover,
.nav-tabs.nav-justified > li:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #a50050;
  border-bottom: 1px solid #a50050;
}

.nav-tabs.nav-justified.food-type-tabs > li.active a,
.nav-tabs.nav-justified.food-type-tabs > li:hover a,
.nav-tabs.nav-justified.food-type-tabs > li:focus a{
  color: #ffffff;
}

@media screen and (max-width: 767px) {
   .nav-tabs.nav-justified > li {
      position: relative;
      z-index: 40;
      display: block;
      float: left;
      width: 100%;
   }
   .nav-tabs.nav-justified > li:nth-child(2) {
      z-index: 39;
   }
   .nav-tabs.nav-justified > li:nth-child(3) {
      z-index: 38;
   }
   .nav-tabs.nav-justified > li:nth-child(4) {
      z-index: 37;
   }
   .nav-tabs.nav-justified > li:nth-child(5) {
      z-index: 36;
   }
   .nav-tabs.nav-justified > li:nth-child(6) {
      z-index: 35;
   }
   .nav-tabs.nav-justified > li:nth-child(7) {
      z-index: 34;
   }
   .nav-tabs.nav-justified > li:nth-child(8) {
      z-index: 33;
   }
   .nav-tabs.nav-justified > li:nth-child(9) {
      z-index: 32;
   }

    .nav-tabs.nav-justified > li a {
      margin-bottom: 0;
   }
   .nav-tabs.nav-justified li a {
      font-size: 15px;
   }
}

@media screen and (min-width: 768px) {
  .nav-tabs.nav-justified.food-type-tabs > li {
    width: auto;
    vertical-align: middle;
  }
}


.tab-content {
   margin: 0;
   padding: 20px 10px 20px 25px;
   min-height: 680px;
}
.tab-content .tab-pane {
   position: relative;
}
.tab-content.fl-container .tab-pane {
   padding-right: 30px;
}
.tab-content.fl-container .tab-pane .row + .row {
   margin-top: 20px;
}

.tab-content.tc-planner {
   padding: 20px 0;
   min-height: 1em;
}
.tab-content.tc-planner .tab-pane {
   padding: 0;
}

.alphabet {
   display: block;
   position: absolute;
   top: 55px;
   right: 0;
   width: 22px;
   overflow: hidden;
}
/*@media screen and (max-width: 767px) {
   .alphabet {
      position: fixed;
      top: 160px;
      right: 8px;
   }
}*/
.alphabet a {
   display: block;
   margin: 0;
   padding: 0;
   width: 100%;
   height: 23px;
   text-align: center;
   text-transform: uppercase;
   font-size: 14px;
   line-height: 22px;
   color: #a50050;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
}
.alphabet a.active,
.alphabet a:hover,
.alphabet a:focus {
   text-decoration: none;
   color: #ffffff;
   background-color: #a50050;
}

.searchform {
   display: block;
   position: relative;
   width: 100%;
   margin: 0 0 25px 0;
   padding: 0;
}
.searchform .form-control {
   padding-left: 40px;
   border-color: transparent;
}
.searchform:hover .form-control,
.searchform .form-control:focus {
   border-color: rgba(165, 0, 80, .2);
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}
.btn-search {
   background-color: transparent;
   position: absolute;
   top: 0;
   left: 0;
   color: #a50050;
   font-size: 20px;
   padding: 2px 9px;
}
.btn-search:active {
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

/* Categories of food */
.cat-food {
   /*margin: 0;
   padding: 0;*/
}
.ifood {
   display: block;
   position: relative;
   float: left;
   padding: 15px;
   margin: 0;
   width: 10%;
   min-width: 116px;
   text-align: center;
   font-size: 18px;
   height:145px;
}
@media screen and (max-width: 767px) {
   .ifood { height:auto; }
}
@media screen and (max-width: 320px) {
   .ifood { min-width: 106px; }
}
@media screen and (min-width: 321px) and (max-width: 360px) {
   .ifood { min-width: 120px; }
}
@media screen and (min-width: 361px) and (max-width: 375px) {
   .ifood { min-width: 125px; }
}
@media screen and (min-width: 376px) and (max-width: 414px) {
   .ifood { min-width: 135px; }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
   .ifood { min-width: 125px; }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
   .ifood { min-width: 120px; }
}
@media screen and (max-width: 767px) {
	.ifood {
		width: 100%;
		border-bottom: solid 1px #d0d3d4;
		padding: 8px 15px;
		text-align: left;
	}
	.ifood:first-child {
		border-top: solid 1px #d0d3d4;
	}
}
.ifood figure {
   display: block;
   max-width: 100%;
   width: 70px;
   height: auto;
   margin: 0 auto;
   padding: 0;
   border: 2px solid #d0d3d4;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
   cursor: pointer;
   -webkit-transition: all .1s ease-in-out;
   -moz-transition: all .1s ease-in-out;
   -o-transition: all .1s ease-in-out;
   transition: all .1s ease-in-out;
   background-position:center center;
}

.ifood figure:hover,
.ifood figure.active {
   background: rgba(165, 0, 80, .6) url("../images/picf-cruz.png") center no-repeat;
}
.ifood figure img {
   position: relative;
   z-index: -1;
   display: block;
   margin: 0 auto;
   max-width: 100%;
   width: 70px;
   height: auto;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
}
.ifood .icaption {
   display: block;
   text-align: center;
   margin: 4px 0;
   padding: 0;
   color: #63666a;
}
.ifood figure.active + .icaption,
.ifood figure:hover + .icaption {
   color: #000000;
}

/*.ifood .collapse {
   position: absolute;
   margin: 0;
   padding: 0;
   left: 0;
   top: 0;
   -webkit-transition: all ease-in-out .2s;
   -moz-transition: all ease-in-out .2s;
   -o-transition: all ease-in-out .2s;
   transition: all ease-in-out .2s;

   overflow: hidden;
}
.ifood .collapse.in {
   top: 100%;
}*/

@media screen and (max-width: 767px) {
	.ifood figure {
		display: inline-block;
	}
	.ifood figure img {
		display: inline-block;
	}
	.ifood .icaption {
		text-align: left;
		display: inline-block;
		margin-left: 10px;
	}
  .ifood-popup > .row > .row > div:first-child{
    margin-bottom: -20px;
  }
}

.iopen {
   display: none;
   position: absolute;
   margin: 0;
   padding: 0;
   /* left: 0;
   top: 95%; */
   -webkit-transition: all ease-in-out .1s;
   -moz-transition: all ease-in-out .1s;
   -o-transition: all ease-in-out .2s;
   transition: all ease-in-out .1s;
   overflow: hidden;
   max-height: 500px;
}
/* .iopen.in {
   max-height: 500px;
} */
@media screen and (max-width: 767px) {
	.iopen {
		left: 0;
		width: 100%;
	}
}
.ifood-popup {
   display: block;
   position: relative;
   z-index: 100;
   width: 275px;
   margin: 12px;
   padding: 0 5px;
   background-color: #ffffff;
   border: 1px solid rgba(0,0,0,.1);
   -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
   -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
   box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}
@media screen and (max-width: 767px) {
	.ifood-popup {
		width: 90%;
		margin: 12px auto;
	}
}
/* .ifood-popup::after,
.ifood-popup::before {
   content: '';
   display: block;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 9px 12px 9px;
   position: absolute;
   left: 43px;
   top: -12px;
   z-index: 30;
} */

.tooltipArrow, .tooltipArrowShadow {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 12px 9px;
	position: absolute;
	left: 43px;
	top: -12px;
	z-index: 30;
}

.iopen.invert {
	right: 0px;
    left: initial!important;
}
.iopen.invert .tooltipArrow,
.iopen.invert .tooltipArrowShadow {
	left: initial;
	right: 43px;
}

.tooltipArrowShadow {
   border-color: transparent transparent #ffffff transparent;
}
.tooltipArrow {
   border-color: transparent transparent transparent transparent;
   top: -15px;
   z-index: 20;
}

.ifood-popup .row {
   margin: 0 -5px;
}
.ifood-popup .row + .row {
   margin-top: 0;
}
.ifood-popup .col-xs-6 {
   padding-right: 5px;
   padding-left: 5px;
   border-bottom: 1px solid #d8d8d8;
}
.ifood-popup .col-xs-6:first-of-type {
   border-right: 1px solid #d8d8d8;
}
.ifood-popup h4 {
   font-family: 'DIN Pro Medium', sans-serif;
   text-transform: uppercase;
   font-size: 16px;
   padding: 16px 5px 8px 5px;
   margin: 0;
}
.ifood-popup h4 span {
   text-transform: none;
   margin: 0 2px;
   display: inline-block;
}
.ifood-popup var + h4 {
   padding-top: 0;
   padding-bottom: 10px;
}
.ifood-popup p {
   line-height: 18px;
}
.ifood-popup .contenido.text-left {
   padding: 10px;
}
.ifood-popup .contenido var {
   display: block;
   position: relative;
   text-align: center;
   font-size: 52px;
   color: #a50050;
   margin: 0 0 8px 0;
   padding: 0 25px;
   line-height: 1;
   font-family: "DIN Pro Medium", sans-serif;
}
.ifood-popup .contenido var .arrow {
   display: block;
   width: 25px;
   height: 50px;
   font-size: 75%;
   line-height: 50px;
   position: absolute;
   left: 0;
   top: 0;
   cursor: pointer;
}

.ifood-popup .contenido var .arrow.disabled {
	cursor: default;
	opacity: 0.3;
}

.ifood-popup .contenido var .arrow.right {
   left: auto;
   right: 0;
}
.ifood-popup footer {
   padding-left: 5px;
   padding-right: 5px;
}
.ifood-popup footer button {
   border: none;
   background: none;
   background-color: #a50050;
   color: #ffffff;
   display: block;
   text-align: center;
   width: 100%;
   padding: 8px;
   -webkit-border-radius: 0 0 6px 6px;
   -moz-border-radius: 0 0 6px 6px;
   border-radius: 0 0 6px 6px;
}

.ifood-popup footer button:disabled {
	opacity: 0.3;
}

.checkbox + .checkbox {
   margin-top: 0;
}
.checkbox:last-child {
   margin-bottom: 0;
}
.checkbox input[type=checkbox] {
   width: 20px;
   height: 20px;
   margin: 0;
   left: 0;
   color: #a50050;
}
.checkbox .fabox {
   display: block;
   width: 25px;
   height: 25px;
   text-align: center;
   border: 1px solid #d0d3d4;
   background-color: #e7e9e9;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: 10;
}
.checkbox label {
   line-height: 20px;
   padding-left: 28px;
   font-size: 18px;
}
.checkbox .fabox .fa {
   color: #a50050;
   opacity: 0;
}
.checkbox .checked .fabox .fa {
   opacity: 1;
}

/* Nombre da alimentos */
.qitems {
   display: block;
   margin: 0;
   padding: 0;
}
.qitems + .qitems {
   padding-top: 20px;
   background-color: #fff;
}
.qitems header {
   display: block;
   margin: 0;
   padding: 0;
}
.qitems h3 {
   font-family: 'DIN Pro', sans-serif;
   font-size: 14px;
   text-transform: uppercase;
   position: relative;
   padding: 15px 50px 15px 15px;
   margin: 0;
   color: #ffffff;
   background-color: rgba(165, 0, 80, 1);
}
.qitems h3 .fa {
   display: block;
   position: absolute;
   top: 0;
   right: 0;
   font-size: 23px;
   padding: 11px 12px;
   background-color: #00a356;
}
.qitems h3 .fa.fa-exclamation-circle {
   background-color: #ec8026;
}
.qitems article {
   display: block;
   margin: 0;
   padding: 15px;
   background-color: #ffffff;
}
.qitems article > :last-child {
   margin-bottom: 0;
}
.qitems article p {
   margin-bottom: 15px;
}
.btn-d {
   margin: 0;
   padding-left: 15px;
   padding-right: 15px;
   width: 160px;
   overflow: hidden;
   display: block !important;
   position: relative;
}
.qitems .btn-d .b-down,
.qitems .btn-d.move .b-up {
   display: block;
}
.qitems .btn-d.move .b-down,
.qitems .btn-d .b-up {
   display: none;
}

.qitems .row-buttons {
   background-color: #ffffff;
   margin-left: 0;
   margin-right: 0;
}
.qitems .row-buttons .column {
   padding: 0;
   border-top: 1px solid #d0d3d4;
}
.qitems .row-buttons .btnbox {
   display: block;
   text-align: center;
   color: #63666a;
   font-size: 16px;
   padding: 15px;
}
.qitems .row-buttons > .column:first-of-type {
   border-right: 1px solid #d0d3d4;
}
.qitems .row-buttons .column:hover {
   background-color: #d0d3d4;
}
.qitems .row-buttons .btnbox:hover {
   text-decoration: none;
}

.qitems .row-buttons .btnbox img {
   display: block;
   margin: 0 auto 10px auto;
}
@media screen and (max-width: 767px) {
   .tab-content {
      padding: 20px 15px;
   }
   .m-plan .tab-pane .col-sm-6 {
      padding-right: 0;
      padding-left: 0;
   }
   .qitems .row-buttons > .column:first-of-type {
      border-right: none;
   }
   .ifood {
      font-size: 15px;
   }
}

/* Menu Planner ====================== */
.menu-planner {
   display: block;
   position: relative;
   margin: 15px 0;
   padding: 0;
   border: 1px solid #d0d3d4;
   background-color: #ffffff;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}
.menu-planner .sidebar {
   display: block;
   width: 14%;
   float: right;
   margin: 0;
}
.menu-planner .sidebar .inner {
   display: block;
   -webkit-border-radius: 0 6px 6px 0;
   -moz-border-radius: 0 6px 6px 0;
   border-radius: 0 6px 6px 0;
}
.menu-planner .sidebar .btnbox {
   display: block;
   padding: 25px 5px 20px 5px;
   text-align: center;
   font-size: 16px;
   color: #000000;
   border-bottom: 1px solid #d0d3d4;
   min-height: 140px;
}
.menu-planner .sidebar .btnbox:hover,
.menu-planner .sidebar .btnbox:focus {
   text-decoration: none;
   background-color: #f1f1f1;
}
.menu-planner .sidebar .btnbox:first-of-type {
   -webkit-border-radius: 0 6px 0 0;
   -moz-border-radius: 0 6px 0 0;
   border-radius: 0 6px 0 0;
}
.menu-planner .sidebar .btnbox:last-of-type {
   /* border: none; */
   /*-webkit-border-radius: 0 0 6px 0;
   -moz-border-radius: 0 0 6px 0;
   border-radius: 0 0 6px 0;*/
}
.menu-planner .sidebar .btnbox img {
   display: block;
   margin: 0 auto 6px auto;
}
.menu-planner .mainbar {
   display: block;
   margin: 0;
   width: 86%;
   float: left;
   border-right: 1px solid #d0d3d4;
}

.menu-planner-print-header {
  display: none;
}
@media screen and (min-width: 1024px) {
   .menu-planner .sidebar {
      width: 10%;
   }
   .menu-planner .mainbar {
      width: 90%;
   }
}

/* Mainbar Menu */
.mainbar-menu .nav-tabs.nav-justified {
   border-top: none;
   height: 61px;
}
.mainbar-menu .nav-tabs.nav-justified li a {
   height: 64px;
   margin-bottom: 0;
   padding-top: 13px;
   font-size: 14px;
   padding: 10px 0;
   z-index: 10;
}
.mainbar-menu .nav-tabs.nav-justified li.other-month a {
   color: rgba(99, 102, 106, .6);
}
.mainbar-menu .nav-tabs.nav-justified li.other-month a:hover,
.mainbar-menu .nav-tabs.nav-justified li.other-month a:focus {
   color: #ffffff;
}
.mainbar-menu .nav-tabs.nav-justified li:first-child a {
   -webkit-border-radius: 6px 0 0 0;
   -moz-border-radius: 6px 0 0 0;
   border-radius: 6px 0 0 0;
}
/*.mainbar-menu .nav-tabs.nav-justified li:first-child a span,*/
.mainbar-menu .nav-tabs.nav-justified li:last-child a span {
   /* display: inline;
   position: relative;
   top: 12px; */
   transform: translateY(50%);
}
.mainbar-menu .nav-tabs.nav-justified li a span {
   font-size: 80%;
   margin-bottom: 5px;
}
.mainbar-menu .nav-tabs.nav-justified li a span,
.mainbar-menu .nav-tabs.nav-justified li a dfn {
   display: block;
   text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.mainbar-menu {
		overflow-x: hidden;
		padding-bottom: 11px;
	}
	.mainbar-menu .nav-tabs.nav-justified {
		position: relative;
		width: 640px;
	}
	.mainbar-menu .nav-tabs.nav-justified li {
		width: 80px;
	}
	.mainbar-menu .nav-tabs.nav-justified li a {
		border-right: 0;
	}
	.mainbar-menu .nav-tabs.nav-justified li a span {

	}
	.mainbar-menu .nav-tabs.nav-justified li a dfn {

	}
	.tab-content {
		position: relative;
		top: -11px;
	}
}

/* Menu Planner - Tab Content */
.menu-planner .mainbar .tab-content {
   min-height: 0;
   background-color: #f1f1f1;
   padding: 0 15px;
}
.menu-planner .mainbar .tab-content .tab-pane {
   background-color: transparent;
}
.menu-planner .mainbar .column {
   padding: 25px 10px 15px 10px;
}
.menu-planner .mainbar .column.eqcol {
   min-height: 458px;
}
.menu-planner .mainbar .p-day .col-sm-3 {
   border-right: 1px solid #d0d3d4;
}
.menu-planner .mainbar .p-day .col-sm-3:last-of-type {
   border-right: none;
}
.menu-planner .mainbar .p-day h4 {
   margin: 0 0 15px 0;
   text-transform: uppercase;
   color: rgba(99, 102, 106, .4);
   font-size: 18px;
   font-family: 'DIN Pro Medium', sans-serif;
   text-align: center;
}
@media screen and (min-width: 768px) {
   .mainbar-menu .nav-tabs.nav-justified li a {
      height: 100%;
   }
}
@media screen and (min-width: 1024px) {
   .mainbar-menu .nav-tabs.nav-justified {
      height: auto;
   }
   .mainbar-menu .nav-tabs.nav-justified li a {
      font-size: 18px;
      height: 94px;
   }
}
@media screen and (min-width: 1200px) {
   .mainbar-menu .nav-tabs.nav-justified li a {
      height: 74px;
   }
}
/* Menu Planner week */
.week-plan {
   padding: 0 0 10px 0;
   margin: 10px 10px 20px 10px;
   border-bottom: 1px solid #d0d3d4;
}
.week-plan h3,
.week-plan h4 {
   text-align: center;
   text-transform: uppercase;
   font-size: 18px;
   color: rgba(99, 102, 106, .7);
   margin: 20px 0 15px 0;
   padding: 0;
}
.week-plan:first-of-type,
.week-plan:first-of-type h3 {
   margin-top: 0;
}
.week-plan h3 span {
   margin-right: .5em;
}
.week-plan p {
   margin: 10px 0;
}
.week-plan h4 {
   text-align: left;
   margin-bottom: 10px;
   overflow: hidden;
   font-family: "DIN Pro Medium", sans-serif;
}
.week-plan h4 span {
   display: block;
   float: left;
}
.week-plan h4 var {
   text-transform: none;
   display: block;
   float: right;
   margin-right: 40px;
   width: 130px;
   text-align: center;
   font-family: 'DIN Pro', sans-serif;
}

.alert-inlist {
   background-color: #ffffff;
   padding: 10px 38px 10px 15px;
   overflow: hidden;
   position: relative;
   margin: 10px 0;
}
.alert-inlist .close {
   opacity: .8;
   width: 23px;
   height: 23px;
   line-height: 23px;
   top: 10px;
   position: absolute;
   right: 5px;
}
.alert-inlist var {
   display: block;
   float: right;
   width: 130px;
   text-align: center;
   color: #a50050;
}
.alert-inlist span {
   display: block;
   margin-right: 130px;
}


@media screen and (max-width: 767px) {
   .m-plan {
      margin-right: -15px;
      margin-left: -15px;
   }
   .tab-pane .row {
      margin-right: 0;
      margin-left: 0;
   }
   .menu-planner {
      border-left: none;
      border-right: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
   }
   .menu-planner .mainbar .tab-content {
      padding-right: 0;
      padding-left: 0;
   }
   .menu-planner .sidebar {
      float: none;
      width: 100%;
   }
   .menu-planner .mainbar {
      float: none;
      width: 100%;
      border-right: none;
   }

   .mainbar-menu .nav-tabs.nav-justified {
      height: auto;
   }
   .menu-planner .mainbar .column.eqcol {
      min-height: 2em !important;
      height: auto !important;
      border-right: 0;
   }
   .mainbar-menu .nav-tabs.nav-justified li:first-child a,
   .mainbar-menu .nav-tabs.nav-justified li a,
   .menu-planner .sidebar .btnbox:first-of-type,
   .menu-planner .sidebar .btnbox {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
   }

   .week-plan {
      margin-left: 0;
      margin-right: 0;
   }
}

/* Alert Receta */
.alert-receta {
   display: block;
   position: relative;
   padding: 0;
   background-color: #ffffff;

   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}
.alert-receta .close {
   display: block;
   opacity: 1;
   color: #63666a;
   position: absolute;
   right: -6px;
   top: -12px;
   z-index: 50;
}
.alert-receta .close .fa {
   font-size: 24px;
}
.alert-receta .a-receta {
   position: relative;
   width: 60%;
   /* height: auto; */
   height: 85px;
   display: block;
   float: left;
   /* max-height: 85px; */
   overflow: hidden;
   -webkit-border-radius: 6px 0 0 6px;
   -moz-border-radius: 6px 0 0 6px;
   border-radius: 6px 0 0 6px;
}
.alert-receta .a-receta::after {
   content: '';
   display: block;
   position: absolute;
   z-index: 5;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%);
   background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.5) 100%);
   background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.5) 100%);
   /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#80000000',GradientType=0 );*/
}
.alert-receta .a-receta img {
   width: 100%;
   min-width: 100%;
   height: auto;
   min-height: 100%;
   display: block;
   position: relative;
   z-index: 1;
   -webkit-border-radius: 6px 0 0 6px;
   -moz-border-radius: 6px 0 0 6px;
   border-radius: 6px 0 0 6px;
}
.alert-receta .a-receta figcaption {
   display: block;
   position: absolute;
   left: 5px;
   right: 5px;
   bottom: 5px;
   z-index: 10;
   font-size: 18px;
   color: #ffffff;
   line-height: 1.2;
}
.alert-receta .a-description {
   display: block;
   margin: 0 0 0 60%;
   padding: 5px;
   max-height: 85px;
   overflow: hidden;
}
.alert-receta .a-description p {
   margin: 0;
   padding: 0;
   font-size: 12px;
   color: #63666a;
   text-align: center;
}
.alert-receta .a-description p:last-child {

}
.alert-receta .a-description var {
   display: block;
   margin: 0;
   padding: 0;
   font-family: 'DIN Pro Medium', sans-serif;
   font-weight: bold;
   /* font-size: 38px;
   line-height: 1.15; */
   font-size: 24px;
   line-height: 1;
   color: #a50050;
   text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
   .alert-receta .a-receta figcaption {
      font-size: 15px;
   }

	.alert-receta .a-description var {
	   font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
   .alert-receta .a-receta,
   .alert-receta .a-receta img {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
   }
}


/* Emotico row */
.emotico {
   clear: both;
}
.emotico.printemotico {
  display: none;
}

.menu-planner .mainbar .emotico .column {
   padding: 0;
   margin: 0;
}
.emotico .emoline {
   display: block;
   position: relative;
   height: auto;
   font-size: 18px;
   margin: 0;
   padding: 6px 70px 6px 6px;
   background-color: #a50050;
   border-right: 1px solid #d0d3d4;
   color: #ffffff;
   text-align: right;
   -webkit-border-radius: 0 0 0 6px;
   -moz-border-radius: 0 0 0 6px;
   border-radius: 0 0 0 6px;
}
.emotico .emoline dfn {
   font-size: 120%;
   font-family: 'DIN Pro Medium', sans-serif;
}
.emotico .emoline .fa {
   padding-left: 20px;
   padding-right: 20px;
   text-align: center;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   /*height: 40px;*/
   background-color: #00a356;
   line-height: 1.7;
   font-size: 26px;
}
	.emotico .emoline .fa.fa-smile-o {
		background-color: #00a356;
	}
	.emotico .emoline .fa.fa-meh-o {
		background-color: #ee8026;
	}
	.emotico .emoline .fa.fa-frown-o {
		background-color: red;
	}
.emotico .emoline.orange .fa {

}
@media screen and (max-width: 767px) {
   .emotico .emoline {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      height: auto;
      text-align: left;
      border-right: none;
   }
}

   /* GLOBAL CLASSES ==================== */
.bg-grey { background-color: #e7e9e9; } /* 231, 233, 233 .2 */
.bg-grey-light { background-color: #f1f1f1; } /* 241, 241, 241, 1 */
.bg-red { background-color: #a50050; } /* 165, 0, 80 */
.bg-green { background-color: #00a356; } /* 0, 163, 86 */
.bg-orange { background-color: #ec8026; } /* 236, 128, 38 */
.c-grey { color: #e7e9e9; } /* 231, 233, 233 */
.c-red { color: #a50050; } /* 165, 0, 80 */
.c-green { color: #00a356; } /* 0, 163, 86 */
.c-orange { color: #ec8026; } /* 236, 128, 38 */

*,
*:before,
*:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

html {
   overflow-y: scroll;
   /*font-size: 62.5%;  font-size 1em = 10px */
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.linker {
   display: block;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

.no { display: none !important; }
.hide { display: none !important; }
.show { display: block !important; }
.invisible { visibility: hidden; }

.pull-right { float: right !important; }
.pull-left { float: left !important; }

.txt2left { text-align: left; }
.txt2right { text-align: right; }
.txt2center { text-align: center; }

.noml { margin-left: 0; }
.nomr { margin-right: 0; }
.nom { margin: 0 !important; }
.nop { padding: 0 !important; }
.nopr { padding-right: 0 !important; }
.nopl { padding-left: 0 !important; }

.shadow {
   -moz-box-shadow: 0 0 3px rgba(0,0,0,.5);
   -webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
   box-shadow: 0 0 3px rgba(0,0,0,.5);
}

/* AutoCleaning ========================== */
.group:after,
.menu-planner:after {
   content: ".";
   display: block;
   height: 0;
   font-size: 0;
   clear: both;
   visibility: hidden;
}
.clearfix:before,
.clearfix:after {
   display: table;
   content: " ";
}
.clearfix:after {
   clear: both;
}

/* Misc ================================== */
::-moz-selection { background: #B9D1F0; }
::selection { background: #B9D1F0; }

*:focus {
   outline: none !important;
}

/* Print styles ========================== */
@media print {
   * {
      color: #000 !important;
      text-shadow: none !important;
      background: transparent !important;
      box-shadow: none !important;
   }
   a,
   a:visited {
      text-decoration: underline;
   }
   a[href]:after {
      content: " (" attr(href) ")";
   }
   abbr[title]:after {
      content: " (" attr(title) ")";
   }
   .ir a:after,
   a[href^="javascript:"]:after,
   a[href^="#"]:after {
      content: "";
   }
   pre,
   blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
   }
   thead {
      display: table-header-group;
   }
   tr,
   img {
      page-break-inside: avoid;
   }
   img {
      max-width: 100% !important;
   }
   @page  {
      margin: 2cm .5cm;
   }
   p,
   h2,
   h3 {
      orphans: 3;
      widows: 3;
   }
   h2,
   h3 {
      page-break-after: avoid;
   }
   .navbar {
      display: none;
   }
   .table td,
   .table th {
      background-color: #fff !important;
   }
   .btn > .caret,
   .dropup > .btn > .caret {
      border-top-color: #000 !important;
   }
   .label {
      border: 1px solid #000;
   }
   .table {
      border-collapse: collapse !important;
   }
   .table-bordered th,
   .table-bordered td {
      border: 1px solid #ddd !important;
   }
}

.p-week .emoline {
  padding-right: 15px;
}

.p-week i.fa.fa-smile-o {
  display: none;
}
