@media  screen and (max-width:1300px) {
    header{
    background-image:url("ImagenesClasesMini/tabla.webp");
    background-size: 120%;
    background-position: auto;
    margin-bottom: 20px;
}
header>img:nth-of-type(1){
    width: 25%;
    margin-left: 37.5%;
    margin-right: 37.5%;
}
ol{
    font-size: 0px;
    text-align: center;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
li{
    box-shadow: 2px 2px 2px black;
    width:50%;
    height: 2%;
    margin: 1%;
    border-radius: 20%;
    font-family: "kings";
    font-size: 32px;
    color: rgb(216, 130, 18);
    text-align: center;
    margin-bottom: 50px;
    background-image: url("ImagenesClasesMini/tabla.webp");
    background-size: 100%;
}
li:hover{
    box-shadow: none;
    position: relative;
    top: 2px;
    width:50%;
    height: 2%;
    margin: 1%;
    border-radius: 20%;
    font-family: "kings";
    font-size: 32px;
    color: rgb(216, 130, 18);
    text-align: center;
    margin-bottom: 50px;
    background-image: url("ImagenesClasesMini/tabla.webp");
    background-size: 100%;
}
a{
    color: inherit;
    text-decoration: none;
}
body{
    background-image: url("ImagenesClasesMini/Mapa-de-fondo.webp");
    background-size: 100%;
    background-position: auto;
}
section>article:nth-of-type(1){
    background-image: url("ImagenesClasesMini/tabla.webp");
    background-size: 60%;
    background-position: auto;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
h2{
    text-align: center;
    color: rgb(167, 49, 13);
    text-shadow: 2px 2px 2px black;
    font-size: 5rem;
}
article{
    padding: 2%;
    color: white;
    font-size: 30px;
    font-family: "Macondo Swash Caps";
    text-align: center;
}
a:hover{
    color: rgb(167, 49, 13);
}
img{
    width: 100%;
}
p:last-of-type{
    font-size: 32px;
    color: rgb(216, 130, 18);
    text-align: left;
    margin-left: 30px;
}  
}
@media  screen and (min-width:1300px) {
header{
    background-image:url("ImagenesClasesMini/tabla.webp");
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: auto;
    margin-bottom: 20px;
}
header>img:nth-of-type(1){
    width: 25%;
    margin-left: 37.5%;
    margin-right: 37.5%;
}
ol{
    font-size: 0px;
    text-align: center;
    list-style: none;
    display: flex;
    flex-direction: row;
}
li{
    box-shadow: 2px 2px 2px black;
    width:13%;
    height: 2%;
    margin: 1%;
    border-radius: 20%;
    font-family: "kings";
    font-size: 32px;
    color: rgb(216, 130, 18);
    text-align: center;
    margin-bottom: 50px;
    background-image: url("ImagenesClasesMini/tabla.webp");
    background-size: 100%;
}
li:hover{
    box-shadow: none;
    position: relative;
    top: 2px;
    width:13%;
    height: 2%;
    margin: 1%;
    border-radius: 20%;
    font-family: "kings";
    font-size: 32px;
    color: rgb(216, 130, 18);
    text-align: center;
    margin-bottom: 50px;
    background-image: url("ImagenesClasesMini/tabla.webp");
    background-size: 100%;
}
a{
    color: inherit;
    text-decoration: none;
}
body{
    background-image: url("ImagenesClasesMini/Mapa-de-fondo.webp");
    background-size: 100%;
    background-position: auto;
}
section>article:nth-of-type(1){
    background-image: url("ImagenesClasesMini/tabla.webp");
    background-size: 60%;
    background-position: auto;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
h2{
    text-align: center;
    color: rgb(167, 49, 13);
    text-shadow: 2px 2px 2px black;
    font-size: 5rem;
}
article{
    padding: 2%;
    color: white;
    font-size: 30px;
    font-family: "Macondo Swash Caps";
    text-align: center;
}
a:hover{
    color: rgb(167, 49, 13);
}
img{
    width: 100%;
}
p:last-of-type{
    font-size: 32px;
    color: rgb(216, 130, 18);
    text-align: left;
    margin-left: 30px;
}   
}