.accordion-button:not(.collapsed) {
    background: #102a83 !important;
    color: white !important;
}


.sp-page-title {
    background: #ec430f;
    background-attachment: fixed !important;
        background-position: 50% 385%;
    background-size: cover;
}

.sp-page-title .sp-page-title-heading {
  
    font-size: 50px;
  
}

.view-article .article-details .article-header h1 {
    font-family: unset;
    font-weight: 700;
      font-size: 2.25rem;
}



.article-info {
    display: none;
}

.view-article .article-details {
  
    padding-top: 0px;
  
}

body {

    font-size: unset;
   
}

    .h2, h2 {
        font-size: 1.7rem;
        font-weight: revert;
    }



ul.wa_agent_btn.btnright {
    display: none;
}

.sppb-testimonial-carousel-client-rating {
    font-size: 0;
}

footer#sp-footer {
    display: none;
}

#sp-bottom {
    background: url(http://serviplot.platinoweb.com/images/inicio/footer.webp);
    background-attachment: fixed;
    background-size: cover;
}

.sp-page-builder .page-content #section-id-1770162597000 {
    padding-top: 10px !important;
  
}

.titulo-banner {
    border-radius: 100px;
    width: fit-content !important;
    padding: 5px 20px 5px 20px;
    border: solid white;

}

.burger-icon {
    display: none;
}

img.flechas{
animation:flechas 1s infinite ease-in-out alternate;
  height:50px;
}

@keyframes flechas{
0%{    transform: translate(0px, 0);}

  100%{    transform: translate(10px, 0px);}
  
}


@media only screen and (max-width: 600px) {
 img.flechas{
height:10px !important;
}

  .burger-icon {
    display: unset;
}

    .sp-page-title .sp-page-title-heading {
  
    font-size: 30px;
  
}


}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }


}