#priceFormChip {
    display: none;
}
#formPrice {
    display: none;
}
#formPriceAndChip {
    display: none;
}
#stepChipTwo {
    display: none;
}
#stepChipThree {
    display: none;
}
#stepChipTwoPandC {
    display: none;
}
#stepChipThreePandC {
    display: none;
}

.slideCards .slick-initialized .slick-slider{
    left: -60px!important;
}

.slick-next .slick-arrow{
    right: 40px;
}

.prev-arrow {
    background: url('../img/seta_previews.png') no-repeat center;
    height: 40px;
    width: 40px;
    position: relative;
    top:150px;
    left: -80px;
    border:none
}
.next-arrow {
    background: url('../img/seta_next.png') no-repeat center;
    height: 40px;
    width: 40px;

    position: relative;
    top:-150px;
    left: -80px;
    border:none
}

.error {
    color: red;
}

.img-chip {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .img-chip {
        /* visibility: hidden */
        display: none;
    }
}

@media (max-width: 575.98px) {
    .center-on-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
    }
  }

@keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}

.girar {
    animation: rotate 5s linear infinite;
}

#loading {
    z-index: 1001;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sobrepor {
    z-index: 1000;
}

.text-custom{
    padding-top: 5rem;
}

@media (min-width: 990px){
    .img-custom-faq{
        margin-top: -80px;
    }
}

@media (max-width: 990px){
    .img-custom-faq{
        margin-top: -40px;
    }
    .text-custom{
        padding-top: 2rem;
    }
}

@media (max-width: 768px){
    .img-custom-faq{
        margin-top: 0px;
    }.text-custom{
        padding-top: 0%;
    }
    .text-custom{
        padding-top: 0%;
    }
}

.text-style{
    font-size: 15px;
    font-weight: 700;
}

.accordion-button:not(.collapsed){
    background-color: #f0f2f9;
}