@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css");
body {
  color: #1C3761 !important; }
  body header .navbar {
    padding: 0;
    position: relative;
    z-index: 1; }
    body header .navbar-brand {
      padding: 2rem 1rem;
      background: #1c3761;
      margin-right: 0; }
      body header .navbar-brand img {
        max-width: 5rem; }
      @media (max-width: 767.98px) {
        body header .navbar-brand {
          padding: .8rem 1.4rem 1rem; }
          body header .navbar-brand img {
            max-width: 3.5rem; } }
  body .brand {
    color: #003a70; }
  body #productInfo h5 {
    text-transform: uppercase;
    color: #1C3761;
    font-size: 1.1rem; }
    @media (max-width: 767.98px) {
      body #productInfo h5 {
        font-size: .75rem; } }
  @media (max-width: 767.98px) {
    body .preview-img {
      max-width: 60%; } }
  body .button {
    border-radius: 50px;
    border: none;
    padding: 1.5rem 2.2rem;
    background: #1C3761;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    transition: .2s ease; }
    @media (max-width: 767.98px) {
      body .button {
        padding: 1rem 1.7rem;
        font-size: 0.83rem; } }
    body .button:hover {
      background: #112139 !important; }
    body .button:focus {
      outline: none; }
    body .button-small {
      padding: .9rem 2rem;
      letter-spacing: 2px;
      font-size: .9rem; }
  body a.button {
    display: inline-block; }
    body a.button:hover {
      text-decoration: none; }

#links {
  border-radius: 50%;
  background: #1C3761;
  padding: 2rem;
  text-align: center;
  width: 4rem;
  height: 4rem;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
  z-index: 3; }
  #links:hover {
    box-shadow: 0 0.3rem 1rem rgba(52, 58, 64, 0.05), 0 0.1rem 1rem rgba(52, 58, 64, 0.1); }
  #links #closeIcon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    transition: .2s ease;
    opacity: 0; }
    #links #closeIcon .component {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #links #closeIcon .component .line {
        width: 35px;
        height: 3px;
        background: white; }
      #links #closeIcon .component:first-child .line {
        transform: rotate(45deg); }
      #links #closeIcon .component:last-child .line {
        transform: rotate(-45deg); }
  #links.modal-open #closeIcon {
    opacity: 1; }
  #links.modal-open #dots {
    opacity: 0;
    padding: 0 1rem; }

.social-icons {
  position: fixed;
  right: 20px;
  bottom: 20px; }
  @media (min-width: 768px) {
    .social-icons {
      bottom: 100px; } }
  .social-icons .navbar-nav li {
    position: absolute;
    bottom: 0;
    z-index: -1;
    transition: .2s all; }
  .social-icons .navbar-nav.show li:nth-child(1) {
    bottom: 10px; }
  .social-icons .navbar-nav.show li:nth-child(2) {
    bottom: 70px; }
  .social-icons .navbar-nav.show li:nth-child(3) {
    bottom: 130px; }
  .social-icons .navbar-nav.show li:nth-child(4) {
    bottom: 190px; }

.btn-social {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #1C3761;
  border: none;
  display: flex;
  justify-content: space-evenly;
  padding: 0 .4rem;
  transition: opacity .2s ease;
  align-items: center;
  color: white;
  text-decoration: none !important;
  -webkit-appearance: initial; }
  .btn-social i {
    font-size: 1.5rem; }
  .btn-social:hover {
    color: white;
    box-shadow: 0 0.3rem 1rem rgba(52, 58, 64, 0.05), 0 0.1rem 1rem rgba(52, 58, 64, 0.1); }
  .btn-social .dot {
    width: 4px;
    height: 4px;
    background: white;
    border-radius: 50%; }

#btn-share {
  visibility: hidden;
  height: 0; }

footer {
  background: #1C3761;
  color: white;
  padding: 1.3rem; }
  @media (min-width: 768px) {
    footer {
      position: fixed;
      width: 100%;
      bottom: 0; } }
  footer p {
    font-size: 11px; }

#linksModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: white;
  clip-path: circle(0%);
  transition: clip-path 0.5s ease-in; }
  #linksModal.modal-open {
    clip-path: circle(100%); }
  #linksModal .container {
    border-radius: .3rem; }
    #linksModal .container ul li {
      margin-bottom: 1.5rem; }
      #linksModal .container ul li a {
        color: #1C3761;
        font-size: 2.5rem;
        font-weight: 300;
        text-decoration: none; }

.hide {
  display: none !important; }

/*# sourceMappingURL=style.css.map */
