body{
    background-image: url(../img/FONDO.jpg);
    margin: 0px;
    background-size: cover;
}
.kanit-thin {
    font-family: "Kanit", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.kanit-extralight {
    font-family: "Kanit", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.kanit-light {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.kanit-regular {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.kanit-medium {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.kanit-semibold {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.kanit-bold {
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.kanit-extrabold {
    font-family: "Kanit", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.kanit-black {
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.kanit-thin-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.kanit-extralight-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.kanit-light-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.kanit-regular-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.kanit-medium-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.kanit-semibold-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.kanit-bold-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.kanit-extrabold-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.kanit-black-italic {
    font-family: "Kanit", sans-serif;
    font-weight: 900;
    font-style: italic;
}
header {
    height: 50px;
    background: var(--Color-primario, #f64d0a);
    display: flex;
    align-items: center;
}
.menu nav {
    display: flex;
    justify-content: flex-start;
}


nav {
    margin: 0px 50px;
    padding: 20px 0px;
}

nav a {
    font-family: 'Kanit', sans-serif;
    font-style: oblique;
    color: var(--bg-color, #F9F6F1);
    font-weight: 100;
    line-height: normal;
    font-size: 17px;
    text-decoration: none;
    width: 150px;
}

h1 {
    font-family: 'Kanit', sans-serif;
    font-style: bold;
    color: var(--bg-color, #F9F6F1);
    font-weight: 600;
    line-height:80px;
    font-size: 96px;
    text-decoration: none;
    width: 150px;
}

h3{
    font-family: 'Kanit', sans-serif;
    font-style:italic;
    color: var(--bg-color, #F9F6F1);
    font-weight: 300;
    line-height: 30px;
    font-size: 30px;
    text-decoration: none;
}
p, li {
    font-family: 'Kanit', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: var(--Color-primario, #191414);
    font-family: Kanit;
    line-height: normal;
    font-size: 20px;
    font-weight: 100;
}

h2{
    font-family: 'Kanit', sans-serif;
    font-style: italic;
    color: var(--bg-color, #F9F6F1);
    font-weight: 400;
    line-height:40px;
    font-size: 50px;
    text-decoration: none;
    width: 150px;
}

h4{
    font-family: 'Kanit', sans-serif;
    font-style: normal;
    color: var(--bg-color, #F9F6F1);
    font-weight: 300;
    line-height:20px;
    font-size: 20px;
    text-decoration: none;
    width: 150px;
}
h5{
    font-size: 20px;
    font-family: 'Kanit', sans-serif;
    color: var(--Color-primario, #f64d0a);
    font-weight: 500;
    font-style: italic;
}
.presentation {
    display: grid;
    grid-template-columns: 3fr 1fr;
    padding: 20px 150px;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.presentation h5 {
    text-align: end;
}
.presentation-profile {
    display: flex;
    gap: 2rem;
    align-items: center
}
.exercise1 {
    border: 1px solid #000;
    display: flex;
    border-radius: 100%;
    width: 10rem;
    justify-content: center;
}
.exercise1 a {
    text-decoration: none;
}
.presentation img {
    border-radius: 100%;
    width: 300px;
    justify-self: start;
    border-style: double;
}
aside{
    justify-self: center;
}
.container-subjects {
    display: grid;
    grid-template-columns: 500px 400px 300px;
    padding: 20px 100px 50px;
    gap: 20px;
    justify-content: center;
}
.container-subjects ul {
    list-style: none;
    padding-left: 0px;
    text-align: center;
}
.container-subjects li {
    text-align: center;
}
.item1 {
    grid-column: 2/2;
}
.item2 {
    grid-column: 3/3;
}
.group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    padding: 50px;
    margin: 10rem auto;
    border-radius: 100px;
}
.group h2 {
    padding-bottom: 70px;
}
section .groupSon{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 11px;
    justify-items: center;
}
.groupSon div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.groupSon img {
    border-radius: 100%;
    width: 200px;
    border-style: double;
}
footer{
    background-color: #f64d0a;
    padding: 25px;
}
footer p{
    font-size: 20px;
    margin: 50px;
    padding: 25x;
}
footer hr {
    border: 0.3px solid black;
    margin: 0px;
}
