:root{
    --clr-base: #00d69f;
    --clr-gray: rgba(153, 155, 163, 0.1);
    --fna-blue: rgba(0, 46, 131, 1);
    --fna-green: rgba(130, 195, 0, 1);
  }

  footer{
    background-color: #033088;
    height: calc(100vh - 644px);
    padding: 8px 0;
    color:white;
    display: none;
  }

  .modal-dialog{
    position: absolute;
    bottom: 0;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100%;
  }

  .banner-hero{
    background: center / cover url("../images/home/banner_home.png") no-repeat;
    height: 600px;
    width: 100%;
    background-size: contain;
    background-position-y: top;
    background-color: rgba(153, 155, 163, 0.1) 
  }

  .section-title{
    background-color: rgba(153, 155, 163, 0.1);
    padding: 40px 20px;
    text-align: center;
  }
  .section-title h2{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .section-title p{
    margin: 0;
  }
  .section-option{
    padding: 3rem 0;
  }
  .flex-option{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .card-option{
    background-color: var(--fna-blue);
    border-radius: 8px;
    padding: 24px;
    max-width: 350px;
    width: 100%;
  }
  .card-option_header{
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
  }

  .card-option_header p{
    margin: 0;
  }
  .card-option_header strong{
    font-weight:bolder;
    font-size: 1.2rem;
    color: var(--fna-green);
  }

  .card-option_body h3{
    color: white;
    font-size: 19px;
    margin: 20px 0 16px;
    text-align: center;
  }
  .card-option_body p{
    color: white;
    line-height: 20px;
    font-size: 17px;
    margin-bottom: 20px;
  }
  .card-option_footer{
    text-align: center;
  }
  .card-option_footer a{
    background-color: #81c202;
    border-radius: 8px;
    color: white;
    padding: 8px 20px;
  }
  .section-alert{
    background-color: white;
    padding: 3rem;
  }
  .flex-alert{
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .flex-alert_figure{
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .flex-alert_figure img{
    width: 60px;
  }
  .flex-alert_ul::marker{
    color: red;
  }
  
  @media screen and (max-width: 1440px) {
    .banner-hero{
        height: 500px;
        width: 100%;
      }
  }
  
  @media screen and (max-width: 1030px) {
    footer{
      height: auto;
    }
    
    .banner-hero{
    height: 400px;
    width: 100%;
  }

}

@media screen and (max-width: 425px) {    
    .banner-hero{
    height: 150px;
   
  }

  .imgFnaHome{
    width:100%;
  }

}