.navbar{
    position: fixed!important;
    width: 100%!important;
    top: 0!important;
    z-index: 11!important;
}
.h-400px{
    height: 400px;
}
.h-25px{
    height: 25px;
}
.w-25px{
    width: 25px;
}

.w-50px{
    width: 50px;
}

.w-125px {
    width: 125px;
}
.font-30{
    font-size: 30px;
}
.font-10{
font-size: 10px;
}
.number-call{
    font-size: 15px;
    padding-left: 10px;
}
.extra-mar{
    margin-top: 195px!important;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

@media (max-width: 440px) {
    .number-call {
        font-size: 10px;
        padding-left: 0px;
    }
}


.faq {
    background-color: #f8f9fa;
  }
  
  .accordion-button {
    font-weight: bold;
  }
  
  .accordion-button:focus {
    box-shadow: none;
  }
  
  .accordion-body {
    font-size: 0.9rem;
  }