/* reset */
body {
    padding: 0;
    margin: 0;
  }
  
  body {
    font-size: 15px;
    line-height: 1.5;
    font-family: "Bahnschrift Light SemiCondensed", sans-serif;
    background-color: aliceblue;
    justify-content: center;
    align-items: center;
  
  }
  
  header {
    top: 0;
    background-color: #0A2246;
    color:aliceblue;
    max-height: 80px;
    width: 100%;
    position: fixed;
    z-index: 1;
    display: inline-block;
  }
  
  nav {
    overflow: hidden;
    width: 100%;
    box-sizing: inherit;
    display: inline-block;
  }
  
  nav a {
    color: inherit;
    text-decoration: none;
    font-size: 15px;
  }
  
  nav a:hover {
    color: aliceblue (198, 222, 245, 0.812);
    text-decoration: solid;
  }
  
  img#logo{
    display: flex;
    width: 100px;
    height: 50px;
  }

  .button-acss {
    text-align: center;
    white-space: normal;
  }
  
  .nav-items-acss {
    padding: 8px 16px;
    width: auto;
    border: none;
    /* outline: 0; */
  }
  
  .card-acss {
    box-shadow: 0 2px 5px 0 #0A2246(0, 0, 0, 0.16),
        0 2px 10px 0 #00223f(0, 0, 0, 0.12);
  }
  
  .to-right {
    float: right !important;
  }
  
  .to-left {
    float: left !important;
  }
  
  
  .padding-large {
    padding: 12px 24px !important;
  }
  
  .content-acss {
    margin-left: auto;
    margin-right: auto;
    max-width: 2000px;
    margin-top: 46px
  }
  
  .container-acss {
    padding: 0.01em 16px;
    justify-content: center;
    align-items: center;
  }
  
  .padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
  }
  
  .wide-acss {
    letter-spacing: 4px;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 20px 0;
  }
  
  h2 {
    font-size: 30px;
  }
  
  @font-face {
    font-family: "Open Sans";
    src:
      url("../Fonts/elevate-sans/ElevateSans.ttf") format("woff2"),
  }
  
  .opacity-acss {
    opacity: 0.60;
  }
  
  .justify-acss{
    text-align: justify;
  }
  
  .center-acss {
    text-align: center;
  }
  
  .padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  
  section{
    max-width:800px;
    box-sizing: inherit;
  }
  
  section p.justify-acss{
    width: auto;
    margin: auto;
    padding: 10px 100px 10px 100px;
  } 
  
  #inicio{
    margin-top: 50px;
  }
  
  .black-ground{
    background-color: #00223f;
    color: aliceblue;
  }
  

  
  .cardBox {
    background-color: aliceblue;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    width: 300px;
    height: 200px;
    max-width:300px;
    max-height: 200px;
    text-align: center;
    flex-shrink: 1;
  }
  
  
  .btn-card {
    background-color:#00223f;
    color: aliceblue;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
  }
  
  .black-ground .cardBox{
    background-color: aliceblue;
    color: #00223f;
  }
  
  .btn-card:hover {
    background-color: inherit;
    color: inherit;
  }
  
  .card-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  
  
  footer{
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 2000px;
    background-color: rgb(185, 208, 221);
    font-size: 10px;
    bottom: 0;
  }
  img{
    height: 400px;
}
div-tab{
  margin-top: 100px;
}


.input-group > input{

}
