@font-face {
    font-family: Raustila;
    src: url("../webfonts/raustila-Regular.otf") format("opentype");
}
html{
    scroll-behavior: smooth;
}
body {
    /*color: #566787;*/
    color: #000000;
    /*background: #f5f5f5;*/
    background: #ffffff;
    background-image: url("../images/fondomadera.png");
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
}

hr { 
    width:75%;
    border: none; 
    height: 2px; 
    /* Set the hr color */ 
    background-color: #333; /* Modern Browsers */ 
}

.center{
    text-align: center;
}
.derecha{
    text-align: right;
}

.izquierda{
    text-align: left;
}
.tituloprecio{
    padding-top: 5px;
}
.div_precio{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.contenido{
    background-color: #ffffff;
}
.div_titulo{
    background-color: #f5f5f5;
    color: #5ad644;
    margin-top: 10px;
    font-size: 2.5rem;
    font-family: Raustila, cursive;
    padding-top: 10px;
}
.precio{
    font-size: 1.5rem;
}
.alergenos{
    width: 30px;
    height: 30px;
}
.text-alergeno{
    font-size: 0.8rem;
}
.div_footer{
    background-color: #5ad644;
    color: #f5f5f5;
    height: 90px;
}
.piclogo img{
    max-height: 100%;
    max-width: 100%;
}
.piclogo{
    padding-top:30px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.cambiarfuente{
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
}
.piclogodemo img{
    max-height: 60%;
    max-width: 60%;
}
.piclogodemo{
    padding-top:30px;
    text-align: center;
    vertical-align: middle;
}
.ir-arriba {
	display:none;
	padding:20px;
	background:#024959;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}
.social{
    /*display:inline;*/
    margin-top: 10px;
    height:50px;
    width:50px;
    line-height:50px;
    font-size:40px;
    border-radius:100%;
    color:#fff;
}
.social-whatsapp{
    font-size: 2rem; 
    background-color:#25d366;
    margin-left: 10px;
    margin-right: 10px;
}
.social-facebook{
    font-size: 1.8rem; 
    background-color:#3b5998 ;
    margin-left: 10px;
    margin-right: 10px;
}
.social-maps{
    font-size: 1.7rem; 
    background-color:#db4a39;
    margin-left: 10px;
    margin-right: 10px;
}