@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&family=Roboto:wght@400;700&display=swap');

:root {
  --color-primary: #FCC014;
  --cor-first: #222;
  --cor-first-dark: #FCC014;
}

body {
  box-sizing: border-box;
  padding: 0;
  background-color: var(--color-primary);
  max-width: 1660px;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
}

li {
  list-style: none; 
}

/*.header-menu { */
/*  display: inline-block;*/
/*  box-shadow: 0 6px 24px #00000033;*/
/*  padding: 1.5rem 3rem;*/
/*  width:calc(100% - 6rem);*/
/*}*/

.header-menu {
  display: flex;
    justify-content: space-between;
    align-items: center;
  box-shadow: 0 6px 24px #000000;
  padding: 0.5rem 2rem 1.5rem 2rem;
}

.logo {
  width:200px;
  height: 70px;

}
.menu {
  display: inline-block;
  width:80%;
  float:right;
  padding-top:10px;
}

.menu-items { 
  margin:0;
  display: block;
  text-align:right;
}

.menu-items li {
  display: inline-block;
  padding-right:14px;
  border-right:3px solid #222;
  margin:4px;
}
.menu-items li:last-child {
  border-right:0;
} 

.menu-items a  {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.banner {
  background: url(assets/banner.png) center / cover no-repeat;
  padding: 3rem;
}

.description {
  color: #fff;
  display: grid;
  grid-template-columns: 0.6fr 1.2fr 0.8fr;
  padding: 3rem;
  font-weight: bold;
}

h1 {
  text-shadow: 12px 12px 20px #000000ec;
  font-size: 2.5rem;
  line-height: 3.1rem;
  font-weight: 800;
  max-width: 400px;
}
.description img {
  margin-right: 0.75rem;  
}
.description ul {
  padding-inline-start: 0;
  padding-top: 32px;

}
.description li{
  font-size: 20px;
  font-weight: 800;
}
  
.text-center {
    text-align: center;
  }

/* footer */
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5rem;
}

.footer-content {
  display: flex;
  align-items: center;
  max-width: 55%;
  
}

.ademicon {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 3rem;
}

.adm {
  text-align: center;
  padding: 1rem;
  font-size: 0.8rem;
  }

  @media only screen and (max-width: 768px) {
    
    /*.header-menu  {*/
    /*  padding: 0.5rem 1rem;*/
    /*  width:calc(100% - 2rem);*/
    /*}*/

    .header-menu {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .logo {
      width:200px;
      height: 70px;
      margin: 0;
    }
    .menu {width:100%; padding: 8px 0}
    .menu-items {padding:0;text-align: center;font-size:14px;}


    .description {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: calc(100% - 2rem);
      padding: 1rem;
      margin-bottom: 1rem;
    }

    .description ul {
      padding-top: 0;
    }

    footer {
      flex-direction: column;
    }
    .footer-content {
      max-width: 100%;
      padding: 1rem;
    }

    .adm {padding:1rem;}

  }
  .simulador-box {width: calc(100% - 64px) !important;
    padding: 21px!important;
    right: 10px;}
  .swal-button, .simulador-btn {width:calc(100% - 2rem);}
  .btn-group_ div.col-6 {width:calc(49% - 34px)!important;}