html {
  scroll-behavior: smooth;
}

body{
    font-family: "BebasKai", sans-serif;
    font-weight: 400;
    font-style: normal;
}

button {
    font-family: inherit;
    font-size: inherit;
}

.CAmenu-lateral {
    width: 15%;
    height: 100vh;
    position: fixed;
    background: #2c3e50;
    padding-top: 20px;
    overflow-y: auto;
}

.CAmenu-lateral img {
    display: block;
    margin: 0 auto;
    width: 80%;
}

.CAmenu-links {
    margin-top: 20px;
}

.CAmenu-links a {
    display: block;
    color: white;
    padding: 10px;
    text-align: left;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

.CAmenu-links a:hover {
    background: #34495e;
}

.menu-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background: #2c3e50;
    cursor: pointer;
}

.submenu {
    display: none;
    background: #34495e;
    padding-left: 15px;
}

.submenu a {
    padding: 8px 10px;
    font-size: 14px;
}

.submenu a:hover {
    background: #3a4f63;
}

.CAconteudo {
    margin-left: 15%;
    width: 85%;
    padding: 0px;
}

.CAbanner {
    display: flex;
    align-items: center;
    background: #e2e2e2;
}

.CAbanner h4 {
    text-transform: uppercase;
}

.CAbanner img {
    margin-right: 15px;
}

.CAmenu-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .CAmenu-lateral {
        display: none;
        width: 60%;
        position: fixed;
        height: 100vh;
        z-index: 10;
    }
    .CAmenu-mobile {
        display: block;
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 20;
        cursor: pointer;
        font-size: 24px;
    }
    .CAconteudo {
        margin-left: 0;
        width: 100%;
    }
}

.submenu {
    display: none;
    background: #34495e;
    padding-left: 15px;
    transition: all 0.1s;
}

.menu-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background: #2c3e50;
    cursor: pointer;
}


.submenu.active {
    display: block;
}

.collapsible {
    background-color: #2c3e50;
    border: none;
}

.collapsible-header {
    color: white;
    font-size: 16px;
    padding: 12px;
    background-color: #2c3e50;
    border-bottom: 2px solid #172a38;
    display: flex;
    align-items: center;
}

.collapsible-header i {
    margin-right: 10px;
}

.collapsible-body {
    background-color: #34495e;
    padding: 10px;
}

.collapsible-body a {
    display: flex;
    align-items: center;
    color: white;
    padding: 8px 10px;
    font-size: 14px;
    text-decoration: none;
    border-left: 3px solid transparent;
}

.collapsible-body a:hover {
    background: #3a4f63;
    border-left: 3px solid #e2e2e2;
}


.collapsible-body a i {
    margin-right: 8px;
    font-size: 18px;
}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24
}

.rowPartidas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 25px auto;

}

.rowClassificacao {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0px auto;
}

.rowArtilharia {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    margin: 0px auto;
    padding: 0;
}

.ColPartidas {
    padding:5px;
    background-color: rgba(255,255,255,0.125);
}

.btnCaptureS{
    margin-left:47.75%;
    margin-bottom:10px;
}

.backgroundIMG{
    padding-top: 150px;
    height:1000px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.backgroundIMGClass{
    height:1000px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.backgroundIMGStory{
    height:1920px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.cabecPai{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width:100%; z-index:995;
}

th{
    text-align: center;
    font-size: 1.5em;
}

td{
    text-align: center;
    font-size: 1.2em;
}

