.sv-card-carrossel {
  max-width: 450px;
  height: 100%;
  max-height: 100%;
  border: 1px solid #A9A9A9;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*gap: 0.6rem;*/
}

.sv-item-capa{
  width: 100%;
  height: 80%;
  border-radius: 0.9rem 0.9rem 0 0;
}
img.sv-capa-card {
  width: 100%;
  height: 100%;
}
.sv-item-area-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  padding: 1rem 0;
}
.sv-btn-item {
  display: flex;
  text-decoration: none;
  color: #004a98;
  font-family: var(--madeBold);
}

img.sv-icon-seta {
  width: 20% !important;
}




/*--------------------------------------------------- MEDIA QUERIE-----------------------------------------------*/

@media (max-width: 799px) and (min-width: 401px) {
    
}
@media (max-width: 400px) and (min-width: 0px){
  .sv-card-carrosel {
    width: 260px;
    height: 250px;
  }

}
/*--------------------------------------------------- FIM MEDIA QUERIE-----------------------------------------------*/ 
