:root {
    --color-primary: #b32435 !important;
    --color-secondary: #b32435 !important;
    --color-tertiary: #b32435 !important;
    --color-primary-text: #33292a;
    --color-background: #fff;
    --max-width: normal;
    --font-primary: 'local', Arial, sans-serif;
    --font-secondary: 'local2', Arial, sans-serif;
  } 
  
  
  
  
  :root { --border-radius: 0.375rem; }
  
  
  
  
  .template1 { .btn { transition: transform 0.3s ease; } .btn:hover { transform: scale(1.1); } }
  .container {
      @media screen and (max-width: 1700px) {
        max-width: 90%;
      }
    }
  .template1 {
  p {
    text-align: justify;
  }

  .text-center p,
  p.text-center {
    text-align: center;
  }

  .btn-secondary:hover, .btn.bg-secondary:hover {
    background-image: linear-gradient(120deg, #EB3A4D 0%, var(--color-primary) 100%);
  }

  .desktop-nav li a {
    &:after {
      background-color: #fff;
    }
    &.btn {
      background-color: #fff;
      color: var(--color-secondary) !important;
      &:hover,&.hover {
        background-color: var(--color-primary-text);
        color: #fff !important;
      }
      @media (min-width: 768px) {
        animation: vibration infinite 2s ease-in-out;
      }
    }
  }

  header.transparent > div nav.desktop-nav > ul > li > a.btn {
    background-color: var(--color-secondary);
    color: #fff !important;
    &:hover {
      background-color: var(--color-primary-text);
      color: #fff !important;
    }
  }

  .footer div {
    text-align: center;
    p {
      text-align: center;
    }
    a {
      color: #fff;
      text-decoration: underline;
    }
    svg {
      font-size: 2rem;
    }
  }
}

.detail-list-documents {
  svg {
    fill: var(--color-secondary);
  }
}

.property-ref {
  color: var(--color-secondary);
  opacity: 1;
}

#module-67d968cab482d40cedbaee03 {
  .flex {
    > div > div {
      position: relative;
      padding-left: 9rem;
      svg {
        position: absolute;
        left: 0;
        top: 0;
        background-color: var(--color-secondary);
        border-radius: 50%;
        padding: 2rem;
        width: 7rem;
        height: 7rem;
        fill: #fff;
        display: inline-block;
      }
      @media (max-width: 1280px) {
        padding-left: 6rem;
        svg {
          width: 4rem;
          height: 4rem;
          padding: 0.5rem;
        }
      }
    }
  }
}

#module-67d95097f51a3b10c0459ba4 {
  .testimonial-card {
    img {
      object-fit: contain;
    }
  }
}

#module-685966f272156815b70cd29b {
  ul {
    list-style: none;
    padding-left: 0;
  }
  li {
    list-style-type: none;
  }
  li::before {
    content: '✔';
    margin-right: 1rem;
    display: inline-block;
    color: #36B24D;
    font-size: 1.25em;
  }
}

@keyframes vibration {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
  }
  85% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
