/* Importar fuentes según StyleSheet */
@import url('https://fonts.googleapis.com/css2?family=Love+Ya+Like+A+Sister&family=Raleway:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Raleway', sans-serif;
}

h1{
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
}
h2{
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
}
h3{
    font-size: 21px;
    font-family: 'Raleway', sans-serif;
}
h4{
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}
h5{
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}
h6{
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}
.xnav{
    background-color: #004664;
    color: white;
}
.xfoot{
    background-color: #004664;
    color: white;
}
.boxblue{
    color: white;
    text-align: center;
    padding: 9px;
    background: #00658F;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    min-width: 150px;
}
.boxblue:hover{
    color: white;
    text-align: center;
    padding: 9px;
    background: #004664;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    text-shadow: #004664;
}
.xthead {
    color: white;
    background-color: rgba(0, 101, 143, 0.7);
    font-size: 24px;
}

.xthead tr th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 9px;
}

.xthead tr th:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 9px;
}