
body.calculadora #especiales-creditos {
display: none;
}

#comentarios {
box-sizing: border-box;
width: 100%!important;
}

#contenedor-columnas {
background-color: #ECE6DD;
margin-top:0px;
}

#calculadora-calorias-movil h1 {
font-family: 'roboto', Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: normal;
padding: 10px 35px;
text-align: center;
margin:0px;
color: #644818;
background-color: #DACEBA;
border-bottom: 2px solid #b9a17f;
}

#calculadora-movil-ingreso p {
margin:0px;
padding: 10px;
font-size: 14px;
line-height: 20px;
}

#calculadora-movil-ingreso ul {
list-style-type: none;
padding:0px 10px;
margin:0px;
}

#calculadora-movil-ingreso li {
font-family: 'roboto', Arial, Helvetica, sans-serif;
color: #644818;
font-size: 15px;
position: relative;
margin:10px 0px;
height: 35px;
line-height: 35px;
border-bottom: 1px dotted #b9a17f;
padding-bottom: 10px;
}

#calculadora-movil-ingreso ul select {
width:60%;
position: absolute;
right:0px;
height: 35px;
border: 1px solid #DACEBA;
border-radius: 5px;
text-indent: 10px;
font-size: 14px;
color: #B36B04;
}

div.centrado {
display: inline-block;
text-align: center;
width:100%;
}

a#calc-start:link, a#calc-start:visited {
font-family: 'roboto', Arial, Helvetica, sans-serif;
display: none;
margin-bottom:10px;
text-align: center;
border-radius: 3px;
text-decoration: none;
padding:5px 10px;
background-color: #b9a17f;
color: #000;
text-transform: uppercase;
}

#calculadora-comidas {
display: none;
}

body.calculadora #calculadora-comidas {
margin-bottom: 10px;
}

body.calculadora #comentarios {
margin-bottom:180px;
}

#calculadora-comidas ul {
list-style-type: none;
padding:0px 10px;
margin:0px;
}

#calculadora-comidas ul li {
border-bottom: 1px dotted #b9a17f;
padding:10px 0px;
position: relative;
}

#calculadora-comidas ul h3 {
margin:0px;
padding: 5px 0px;
font-size: 15px;
font-weight: bold;
text-align: left;
width:48%;
width:calc(100% - 160px);
height: 36px;
line-height: 16px;
}

#calculadora-comidas ul h3 span {
font-weight: normal;
font-size: 11px;
color: #644818;
display: block;
}

#calculadora-comidas ul h3 img {
height: 45px;
margin-right:10px;
float:left;
}

#calculadora-comidas ul div {
display: inline-block;
}

#calculadora-comidas ul div.contador {
text-align: center;
position: absolute;
right:0px;
top:15px;
}

#calculadora-comidas ul div.sumar {
background-color: #A28C6D;
color: #E8E4E4;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
font-weight: bold;
font-size: 30px;
margin-right:5px;
border: 1px solid #A28C6D;
cursor: pointer;

}
#calculadora-comidas ul div.sumar:hover, #calculadora-comidas ul div.restar:hover{
background-color: #8a4c4c;
border: 1px solid #8a4c4c;

}

#calculadora-comidas ul div.restar {
background-color: #A28C6D;
color: #E8E4E4;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
font-weight: bold;
font-size: 30px;
margin-left:5px;
border: 1px solid #A28C6D;
cursor: pointer;

}

#calculadora-comidas ul div.total {
background-color: #DACEBA;
border: 1px solid #CEB489;
width: 60px;
height: 40px;
text-align: center;
line-height: 40px;
font-weight: bold;
font-size: 30px;
}

#resultados-calorias {
border-top: 2px solid #A28C6D;
position: fixed;
bottom:0px;
left:8px;
width:100%;
background-color: #fff;
z-index: 10;
padding: 5px 10px;
max-width: 941px;
box-sizing: border-box;
-webkit-box-shadow: 0px -4px 9px -2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px -4px 9px -2px rgba(0,0,0,0.3);
box-shadow: 0px -4px 9px -2px rgba(0,0,0,0.3);
}

#resultados-calorias p {
font-size: 12px;
padding:0px;
margin: 10px 0px;
color: #333;
}

#resultados-calorias p span {
font-weight: bold;
}

#resultados-calorias div.barra-vacio {
height: 20px;
background-color: #efefef;
border: 1px solid #ccc;
width: 100%;
position: relative;
margin-bottom:5px;
overflow: hidden;
border-radius: 2px;
}

#resultados-calorias div.barra-vacio > div {
height: 20px;
line-height: 20px;
width:0px;
background-color: #4a7298;
font-size: 12px;
font-weight: bold;
}

#resultados-calorias div.total-calorias {
width:100%;
text-align: center;
}

#resultados-calorias div.total-calorias span {
font-weight: bold;
font-size: 25px;
margin-right:5px;
font-family: 'roboto', Arial, Helvetica, sans-serif;
}

ul#redes-sociales.calorias-share li {
padding:2px;
}

ul#redes-sociales.calorias-share li:nth-child(3) {
background-color: #4dc247;
display: none;
}

ul#redes-sociales.calorias-share {
background-color: #fff;
}
/* ===== RESOLUCIÓN < 725 ===== ---------------------------------------------------------------------------------------------*/

@media (max-width: 725px) {
#resultados-calorias {
border-top: 2px solid #A28C6D;
position: fixed;
bottom:0px;
left:0px;
width:100%;
background-color: #fff;
z-index: 10;
padding: 5px 10px;
max-width: 941px;
box-sizing: border-box;
-webkit-box-shadow: 0px -4px 9px -2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px -4px 9px -2px rgba(0,0,0,0.3);
box-shadow: 0px -4px 9px -2px rgba(0,0,0,0.3);
}

ul#redes-sociales.calorias-share li:nth-child(3) {
display: inline-block;
}

}


