@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
.fs-6 {
  font-size: 1.1rem !important; }

.supersmall {
  font-size: 0.75rem; }

.small-shadow {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); }

html {
  height: 100%; }

body {
  font-family: "roboto";
  height: 100%;
  background-color: #601823; }

#mobile-content {
  background-color: #601823;
  background-image: url(./images/menu-bg.jpg); }
  #mobile-content .banner-img {
    height: 30%;
    width: 100%;
    object-fit: cover;
    object-position: left; }
  #mobile-content #logo-mobile img {
    mix-blend-mode: screen;
    width: 70%; }
  #mobile-content .email .icon {
    background-color: #ababab;
    color: #ffffff;
    line-height: 0.6em; }
  #mobile-content #mobile-menu .accordion-item {
    border: none;
    text-align: center;
    background-color: transparent; }
    #mobile-content #mobile-menu .accordion-item .accordion-body {
      background: linear-gradient(180deg, #d0d5d4 0%, #f1f1f1 5%); }
    #mobile-content #mobile-menu .accordion-item button {
      display: inline-flex;
      width: auto;
      text-transform: uppercase;
      background-color: transparent;
      color: #f3e6d2;
      font-weight: 300;
      margin-bottom: 1em;
      border-radius: 0;
      transition: color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease;
      margin-left: 3%; }
      #mobile-content #mobile-menu .accordion-item button:not(.collapsed) {
        color: white;
        font-weight: 500; }
        #mobile-content #mobile-menu .accordion-item button:not(.collapsed)::after {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23955'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
      #mobile-content #mobile-menu .accordion-item button::after {
        width: 1.3rem;
        height: 1rem;
        margin-left: 0.5em;
        background-size: 1rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23955'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
      #mobile-content #mobile-menu .accordion-item button:focus {
        box-shadow: none; }
      #mobile-content #mobile-menu .accordion-item button:hover {
        border-radius: 0px !important; }
      #mobile-content #mobile-menu .accordion-item button.active,
      #mobile-content #mobile-menu .accordion-item button :focus {
        border-radius: 0px !important;
        color: white; }

.content {
  font-weight: 300;
  background: #dee5e4;
  background: linear-gradient(180deg, #dee5e4 0%, #f1f1f1 100%);
  position: relative;
  font-size: 0.9em; }
  .content #v-pills-abogados .container-fluid, .content #v-pills-abogados .master {
    height: 100vh !important; }
  .content .banner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 35%;
    background-image: url(images/home-banner.jpg); }
  .content a {
    color: #3192dd; }
  .content .email .icon {
    background-color: #ababab;
    color: #ffffff;
    line-height: 0.6em; }
  .content .h4,
  .content .h5 {
    font-weight: 300 !important; }
  .content .fit {
    object-fit: cover; }
  .content .mini-abogados {
    background: linear-gradient(180deg, #d7dcdb 0%, #f0f0f0 100%); }

.menu {
  background-color: #601823;
  color: white;
  border-right: 6px solid #722a34;
  background-image: url(./images/menu-bg.jpg);
  box-shadow: 0px 0px 50px #3a3a3a66;
  z-index: 1000; }
  .menu #logo img {
    mix-blend-mode: screen;
    width: 90%; }
  .menu #links .nav-link {
    text-transform: uppercase;
    color: #f3e6d2;
    font-weight: 300;
    margin-bottom: 1em;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0); }
    .menu #links .nav-link:hover,
    .menu #links .nav-link .active:hover {
      background-color: rgba(255, 255, 255, 0.05);
      border-radius: 0px !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0); }
    .menu #links .nav-link.active,
    .menu #links .nav-link :focus,
    .menu #links .nav-link :focus-visible {
      background-color: transparent;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      color: white;
      border-radius: 0px;
      font-weight: 500; }

#bottom,
#bottom-mobile {
  background-color: #4f1019;
  border-top: 1px solid #711f2a; }
  #bottom #contacto,
  #bottom-mobile #contacto {
    color: #b28a8f; }
    #bottom #contacto .icon,
    #bottom-mobile #contacto .icon {
      color: #e5a89a; }
    #bottom #contacto .important,
    #bottom-mobile #contacto .important {
      color: #deb8bd; }
