/* version mobile*/ 

@import url('https://fonts.googleapis.com/css2?family=Allison&family=Nunito:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body{background: #806d18;font-family: 'Nunito', sans-serif, cursive; text-align: center;}
header{background: #faf3e9; font-family: 'Bebas Neue', cursive; text-align: center; }
section{background: hsl(49, 77%, 83%);}
nav {text-align: left;}
.columna-2{background-color: beige;}
.columna-4{background-color: beige;}
.jeje {background: rgb(255, 174, 0);text-decoration:none;  text-align: center;}
.jeje .negrita{font-weight: 600; }
.otromas:hover{background: rgb(161, 112, 5);padding: 0.5rem; display: inline-block; margin: 0.1rem; }
.otromas2:hover {background-color: rgb(161, 112, 5);padding: 0.5rem; display: inline-block; margin: 0.1rem; }
.nuevo :hover{background-color: #8d7d35;}
footer{font-size: 0.7rem; }
h5{color: rgb(255, 174, 0);font-size: 1rem;}
img{border-radius: 50%;}

/* version grande*/

@media (min-width:576px)
{ 

body{background: rgb(219, 151, 4)}

}