@media (max-width: 768px) {
#estado{
    margin-top: 20px;
    height: 60px;
    width: 80%;
    font-size: 18px;
    color: #00529b;
    text-align: center;
    outline: none;
    border-radius: 10px;
}

    .navbar-area{
        display: none
    }
    .navbar-logo img{
        width: 100px;
    }
    .nav-list{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .nav-list--item{
        color: #002D4B;
        background-color: #E6E6E6;
    }

  .nav-list--item a{
   background-color: red;
   }


    .mainbanner-text-area{
        padding: 5.438rem 0px;
        width: 100%;
    }
    .span-area-header{
        width: 100%;
    
    }
    .main-banner-hero-area{
    display: none;
    }
    .secondary-title{
        width: 100%;
    }
    .content-replacement-aside{
        flex-direction: column;
    }
    .section-image{
        width: 100%;
    }
    .section-image img{
        width: 100%;
        margin-bottom: 3.125rem;
    }
    .knowmore-text-area{
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin: 3.125rem 0px;
        /* width: 80%; */
    }
    .section-content{
        width: 100%;
    }
    .knowmore-area{
        max-height: 1250px;
    }


    .benefits-area{
        max-height: 1500px;
     }
    .benefits-content{
         width: 100%;
     }
     .benefits-block-area {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .care-area {
      max-height: 1106px;
    }
    .care-img-slot {
        width: 100%;
    }
    .care-img-slot img {
        width: 100%;
        margin-bottom: 3.125rem;
    }
    .care-content {
        width: 100%;
    }

    .howtoacess-area{
        max-height: 1410px;
    }
    .howtoacess-box-group {
        gap: 20px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 3.125rem 0px;
    }
    .howtoacess-box-item {
        width: 100%;
    }


    .userexperience-area{
        max-height: 1500px;
    }
    .userexperience-box-group {
        gap: 20px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
     
    }
    .userexperience-box-item {
        width: 100%;
    }

    .FAQ-area {
        max-height: 1540px;

    }
    .content-replacement-justify {
    gap: 30px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }   
    .faq-questions-area {
        gap: 20px;
        display: flex;
        flex-direction: column;
       
    }
    .send-email {
        background-color: #87c3be;
        color:  #004E94;
        text-align: center;
        padding: 0.75rem 1rem;
        width: 100%;
        margin: auto;
    }
    .socialmedia-group a {
    border-radius: 60px;
    font-size: 2rem;
    height: 60px;
    width: 60px;
    }
    .logo-cassi-slot {
        width: 130px;
    }

    }

@media (min-width:768px) and (max-width: 1024px){
 /* Seu código para telas médias grandes aqui */
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .hero-img {
        width: 100%;
    }
    .benefits-content {
        width: 40%;
    }
    
    .benefits-block-area {
        width: 60%;
    }
    .howtoacess-box-item {
        width: 316px;
    }
    .userexperience-box-item {
        width: 15.25rem;
    }
    .main-banner-hero-area {
        width: 60%;
        display: flex;
        justify-content: end;
    }
    
    .mainbanner-text-area {
        padding: 5.438rem 0px;
        width: 40%;
    }
 }

 @media (min-width: 1440px) and (max-width: 1920px) {
    /* Seu código para telas grandes aqui */
 }