.container-home{
    margin-top:80px;
    padding:0 10px;
    max-width:100%;
}
body.tmtl-has-app-topbar .container-home{
    margin-top:0;
}
.container-home .search-form{
    background-color:#004694;
    padding:8px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.container-home .search-form form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:100%;
}
.container-home .search-form form .search-text{
    box-shadow:none;
    height:25px;
    border:none;
    width:100%;
    background-color:#6471a4;
    padding:0 10px;
    color:#FFF;
    font-size:12px;
}
.container-home .search-form form .lens-button{
    width:25px;
    height:25px;
    border:none;
    background:transparent;
    margin:0 5px;
    cursor:pointer;
    flex-shrink:0;
}
.container-home .search-form .codebar-img,
.container-home .search-form .codebar-img img{
    width:30px;
    height:25px;
    flex-shrink:0;
    display:block;
}
.section-one{
    height:140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color:rgba(255,255,255,.5);
}
.section-one div{
    width:33.33%;
}
.section-one div p{
    color:#004694;
    font-size:10px;
}
.section-one .pending-quirks{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    align-self:flex-end;
    margin-bottom:20px;
}
.section-one .pending-quirks .number{
    font-size:26px;
    font-weight:700;
}
.section-one .pending-quirks .text{
    width:100px;
    text-align:center;
}
.section-one .remaining{
    margin:0;
    padding:0;
    align-self:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:2px;
}
.section-one .remaining-visual{
    position:relative;
    width:110px;
    height:110px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}
.section-one .remaining .puntos-ring{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:contain;
    background-position:center 52%;
    background-repeat:no-repeat;
    pointer-events:none;
    z-index:0;
}
.section-one .remaining .number{
    position:relative;
    z-index:1;
    margin:0;
    padding:0;
    line-height:1;
    font-size:38px;
    font-weight:700;
    text-align:center;
}
.section-one .remaining .text{
    margin:0;
    padding:0;
    width:auto;
    text-align:center;
    line-height:1.2;
}
.section-one .used-today{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    align-self:flex-end;
    margin-bottom:20px;
}
.section-one .used-today .number{
    font-size:26px;
    font-weight:700;
}
.section-one .used-today .text{
    width:50px;
    text-align:center;
}
.section-two .date-slide{
	background-color:#004694;
	width:100%;
	padding:5px 7px;
	height:auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 5px;
}
.section-two .date-slide p{
	color:#FFF;
	text-align:center;
	font-size:12px;
    font-weight:700; 
    margin: 0;
    line-height: 1.4;
}

.section-two .section-content{
	display: none !important;
}
.section-two .section-content .water,
.section-two .section-content .apple,
.section-two .section-content .carrot{
    width:33.33%;
    display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.section-two .section-content .water .counter,
.section-two .section-content .apple .counter,
.section-two .section-content .carrot .counter{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    width:80%;
    margin-bottom:10px;
}
.section-two .section-content div .counter button{
	width:25px;
	background-color:#bdbdc0;
	border:none;
	height:25px;
    font-weight:700;
    color:#6e6d6f;
}
.section-two .section-content div .counter div.count{
    color:#6e6d6f;
	width:calc(100% - 50px);
	background-color:#e8e7e7;
	font-size:14px;
	height:25px;
	padding:4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section-two .section-content div img{
    width:40px;
    margin:10px 0;
}
.section-three{
	background-color:#FFF;
	margin-bottom:68px;
}
.section-three .title-section{
	background-color:#85B037;
	border:none;
}
.section-three .title-section h4{
	color:#FFF;
	text-align:center;
	padding:10px;
	text-transform:uppercase;
    font-family: 'Montserrat-medium', sans-serif;
}
.section-three .section-content div{
	border-top:1px solid #004694;
	margin:0 5px;
	padding:4px;
}
.section-three .section-content div:first-child{
	border:none;
}
.section-three .section-content div div{
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.section-three .section-content div div h5{
	color:#004694;
	width:100%;
    font-weight:700;
    font-size:14px;
}
.section-three .section-content div div span{
	color:#004694;
	width:30px;
	height:25px;
	border:2px solid #004694;
	border-radius:50%;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size:12px;
    font-weight:700; 
}
.section-three .section-content div div i{
	font-weight:700;
	color:#004694;
	padding: 0 5px 0 15px;
}
.section-three .section-content div ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin:5px 15px 5px 20px;
}
.section-three .section-content div ul li h5{
    color:#004694;
    text-transform:uppercase;
    font-size:12px;
}
.section-three .section-content div ul li div{
    margin:0;
    padding:0;
    border:none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
/*.section-three .section-content div ul li div button{
    background:none;
    border:none;
    width:20px;
    height:20px;
    margin:2px;
}
.section-three .section-content div ul li div button img{
    width:20px;
}*/
.section-three .section-content div ul li div span{
    background-color:#004694;
    border:none;
    color:#FFF;
    width:20px;
    height:20px;
    font-size:10px;
    margin:2px;
}
.section-three .section-content div ul li div a{
    background-color:#85B037;
    color:#FFF;
    font-size:10px;
    padding:5px;
    border-radius:50%;
    text-decoration:none;
    margin-left:23px;
}
.section-three .section-content div ul li div a i{
    color:#FFF;
    padding:0;
}

/* arreglos */

#page-home-dia {
 width: 60%;
 background-color: #004694;
 color: #fff;
 border: 0;
 text-align: center;
 margin: auto;
}

#page-home-dia-anterior, #page-home-dia-posterior {
	display: inline-block;
	width: 32px;
	height: 32px;
}

.edit-food {
	display: inline-block;
	width: 20px;
	height: 20px;
}