.group-top {
  background: url("img/advocacia/top-section-1.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media(min-width: 842px) {
  .group-top {
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media(min-width: 1024px) {
  .group-top {
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
@media(min-width: 1300px) {
  .group-top {
    background-size: auto auto;
    background-repeat: no-repeat;
  }
}
.group-bottom {
  background: url("img/advocacia/top-section-2.jpg");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #ebebeb;
}

.mobile-menu-block:before {
  background: #0a0647;
}

h2 {
  color: #0a0647;
}

/*HEADER */
header .social li a {
  background: #0a0647;
}
header .phone li span {
  color: #0a0647;
}
header .navmenu {
  border-top: 1px solid #0a0647;
}
header .navmenu a {
  transition: 300ms all ease;
}
header .navmenu a:hover {
  color: #0a0647;
}

/* BANNER */
.banners-fullwidth .banner a {
  background: #0a0647;
  transition: 300ms ease all;
}
.banners-fullwidth .banner a:hover {
  background: #1e13b4;
}

/* EXPERTISE */
.expertise .header-expertise .icons .icon {
  background: #0a0647;
}
.expertise .header-expertise .icons .icon:hover {
  background: #1e13b4;
}

/* PROFESSIONAL */
.selected-professional .professional-text .title h3, .selected-professional .professional-text .title span {
  color: #0a0647;
}

.select-professionals .professional:hover {
  color: #0a0647;
}

/*ARTICLES */
.articles-block .more-articles {
  background: #0a0647;
}
.articles-block .more-articles:hover {
  background: #231c83;
}
.articles-block .articles .article h5 {
  color: #0a0647;
}

@media(min-width: 1024px) {
  .about .about-content {
    background-image: url(img/advocacia/about-bg.png);
  }
}

/* VALUES */
.values-block .values .value h5 {
  color: #0a0647;
}

/*FOOTER */
footer button {
  background: #0a0647;
}
footer button:hover {
  background: #0a0647;
}
footer .social a {
  background: #0a0647;
}
footer .social a:hover {
  background: #231c83;
}
footer .item-c {
  color: #0a0647;
}
footer .item-c i {
  color: #333;
}

/*SINGLE */
.single h1 {
  color: #0a0647;
}

/* CATEGORY */
.category .new span {
  transition: 300ms ease all;
}

.category .new:hover span {
  color: #fff;
  background: #0a0647;
}

.whatsapp{
  background: #231c83;
}


header .container .header-top .logo img {
  max-width: 130px!important;
}