/*BARRA-DE-NAVEGAÇÃO*/

.navbar-area{
    background: rgb(0,45,75);
    background: linear-gradient(90deg, rgba(0,45,75,1) 0%, rgba(0,78,148,1) 100%);
    padding: 10px 0px;

}
.navbar-logo{
/* background-color: green; */
height: auto;
width: 150px;
}
.nav-list{
    align-items: center;
    /* background-color: purple; */
    display: flex;
    gap: 90px;
    list-style:none;
    margin-bottom: 0px;
}
.nav-list--item{
    color: #fff;
}

select {
    font-size: 12px!important;
}

.nav-list--item a {
    position: relative;
  }
  
.nav-list--item  a::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      border-radius: 1px;
      background-color: #87c3be;
      bottom:0;
      left: 0;
      transform-origin: right;
      transform: scaleX(0);
      transition: transform .3s ease-in-out;
    }
  
.nav-list--item a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }

/*HEADER*/

.mainbanner-area{
    background-color: #fff;
    height: auto;
    width: 100%;
}

.mainbanner-text-area{
    padding: 5.438rem 0px;
    width: 60%;
}

.secondary-title{
    color: #004E94;
    margin: 3.125rem 0px;
    width: 80%;
}

.span-area-header{
    align-items: center;
    background-color: #004E94;
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: space-around;
    padding: 15px 0px;
    width: 80%;

}

.main-banner-hero-area{
    width: 40%;
    display: flex;
    justify-content: end;
}

.hero-img{
    width: 100%;
}

/*SABE OQUE MAIS?*/
.knowmore-area{
  background-color: #E6E6E6;
  height: auto;
  max-height: 728px;
  width: 100%;
  padding-top:  5.438rem;
}

.section-image{
    width: 50%;
}

.section-image img{
    width: 85%;
}

.section-content{
    width: 50%;
}

.knowmore-text-area{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 3.125rem 0px;
    /* width: 80%; */
}
.knowmore-text--item{
    color: #004E94;
}
.knowmore-text--item i{
    color: #004E94;
}

/*BENEFICIOS*/
.benefits-area{
   background-color: #80a7ca;
   width: 100%;
   height: auto;

   max-height: 728px;
   padding:5.438rem 0px;
}
.benefits-content{

    width: 50%;
    
}

.benefits-text-area{
    
    margin: 3.125rem 0px;
    /* width: 80%; */
}
.benefits-description{
    color: #fff;
}

.benefits-block-area{
   
    width: 50%;
    justify-content: end;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.benefits-block--item{
    width: 250px;
    max-width: 260px;
    height: auto;
    max-height: 200px;
    background-color:#fff;
    border-radius: 10px;
    padding: 1.375rem;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.benefits-item-title{
    color: #002D4B;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.70rem;
}

.benefits-item-description{
    text-align: center;
    color: #002D4B;
    
}

/*QUER UM CUIDADO ASSIM?*/

.care-area{
   background-color: #fff;
   width: 100%;
   height: auto;
   max-height: 728px;
   padding:5.438rem 0px;
}

.care-img-slot{
    
    width: 50%;
}
.care-img-slot img{
    width: 85%;
}
.care-content{
    
    width: 50%;
}
.care-text-area{
    margin: 3.125rem 0px;
    /* width: 80%; */
}
.care-text-description{
    color: #004E94;
}
.care-text-description i{
    color: #004E94;
}

/*COMO ACESSAR A APS*/

.howtoacess-area{
    background-color: #80a7ca;
    height: auto;
    max-height: 728px;
    padding:5.438rem 0px;
    width: 100%;
}

.howtoacess-title{
    color: #fff;
}

.howtoacess-box-group{
    display: flex;
    justify-content: space-between;
    margin: 3.125rem 0px;
   
}

.howtoacess-box-item{
    background-color:#fff;
    background-image: url(../img/icons/sol-cassi-relevo.png);
    background-repeat: no-repeat;
    border-radius: 10px;
    display: flex;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    flex-direction: column;
    gap: 1.875rem;
    height: auto;
    padding: 0px   1.5rem;
    padding-bottom: 3rem;
    width: 350px;
}

.howtoacess-box-item--title{
    color: #002D4B;
    font-weight: bold;
    text-align: center;
    margin-top: 1.25rem;
}

.howtoacess-box-item--text{
    text-align: center;
    color: #004E94;
}

.howtoacess-box-item--link{
  background-color: #87c3be;
  border-radius: 10px;
  color: #002D4B;
  padding: 0.8rem;
  text-align: center;
}

.howtoacess-box-item--link:hover{
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.howtoacess-box-item--text2{
    color: #004E94;
}

/*EXPERIENCIA DE QUEM USA*/

.userexperience-area{
    background-color: #87c3be;
    height: auto;
    max-height: 728px;
    padding:5.438rem 0px;
    width: 100%;
}
.userexperience-title{
    text-align: right;
}
.userexperience-box-group{
  
    display: flex;
    justify-content: space-between;
    margin: 3.125rem 0px;
}
.userexperience-box-item{
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    height: auto;
    padding: 1.625rem 1.125rem;
    width: 16.25rem;
}
.userexperience-box-item--text{
    color: #004E94;
    text-align: justify;
}
.userexperience-box-item--user{
   
    align-items: center;
    display: flex;
    gap: 0.5rem;
    margin-top: 1.563rem;
}
.userphoto{
    background-color: rgb(43, 255, 0);
    border-radius: 40px;
    height: 40px;
    width: 40px;
   
   
}
.userprofile-name{
    
    margin: 0;
}

#partnerClinicBtn{
    cursor: pointer;
}

/*FICOU COM ALGUMA DUVIDA?*/
.FAQ-area{
    background: rgb(0,45,75);
    background: linear-gradient(90deg, rgba(0,45,75,1) 0%, rgba(0,78,148,1) 100%);
    height: auto;
    /* max-height: 728px; */
    padding:5.438rem 0px;
    width: 100%;
}
.faq-title{
    color: #fff;
}
.faq-subtitle{
    color: #fff;
}
.faq-questions-area{
    gap: 20px;
    display: flex;
    margin: 3.125rem 0px;
}
.left-questions-area{
    flex: 1;
}
.right-questions-area{
    flex: 1;
}
.accordion-button{
    color: #004E94;


}
.accordion-body{
    color: #004E94;
}
.link-faq{
    text-decoration: underline;
    font-weight: bold;
}
.send-email{ 
    background-color: #87c3be;
    color: #004E94;
    text-align: center;
    padding: 0.75rem 2.75rem ;
    width: 757px;
    margin: auto;
}
.send-email a{
    font-weight: bold;
}
.send-email a:hover{
   text-decoration: underline;
}
span p{
    margin-top: 0.875rem;
    color: #fff;
    text-align: center;
}

/*FOOTER*/

.footer-area{
    background-color: #E6E6E6;
    padding-top:4rem;
    padding-bottom: 1rem;

}

.socialmedia-group{
    display: flex;
    align-items: center;
    gap: 18px;
}

.socialmedia-group a{
    text-align: center;
    background-color: #004E94;
    border-radius: 72px;
    color: #fff;
    font-size:2.4rem ;
    height: 72px;
    padding: 0.5rem;
    width: 72px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.5s;
}

.socialmedia-group a:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.061);
    border-radius: 72px;
}

.logo-cassi-slot{
    width: 180px;
}

.logo-cassi-slot img{
    width: 100%;
}

/* Estilo do modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .modal-content {
    color: #004E94;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
  }
  
  /* Estilo do botão de fechar */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #002D4B;
    text-decoration: none;
    cursor: pointer;
  }
  