@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&family=Open+Sans:wght@400;500;600;700&display=swap');

.tsb-footer-v3{
  background:#fff;
  color:#073556;
  font-family:'Open Sans',Arial,sans-serif;
  padding:34px 0 24px;
}

.tsb-footer-container{
  width:min(1060px,92%);
  margin:0 auto;
  text-align:center;
}

.tsb-footer-logo img{
  width:210px;
  max-width:100%;
  display:block;
  margin:0 auto 26px;
}

.tsb-footer-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  flex-wrap:wrap;
  margin-bottom:22px;
}

.tsb-footer-nav a{
  color:#073556;
  text-decoration:none;
  font-family:'Montserrat',Arial,sans-serif;
  font-size:11px;
  font-weight:700;
  letter-spacing:2.5px;
  text-transform:uppercase;
  transition:.3s ease;
}

.tsb-footer-nav a:hover{
  color:#95CBD8;
}

.tsb-footer-nav span{
  width:1px;
  height:14px;
  background:rgba(7,53,86,.28);
}

.tsb-footer-separator,
.tsb-footer-bottom-line{
  width:100%;
  height:1px;
  background:rgba(7,53,86,.16);
}

.tsb-footer-separator{
  margin:0 0 22px;
}

.tsb-footer-contact-title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  margin-bottom:18px;
}

.tsb-footer-contact-title span{
  width:145px;
  height:1px;
  background:rgba(7,53,86,.18);
}

.tsb-footer-contact-title strong{
  font-family:'Montserrat',Arial,sans-serif;
  color:#073556;
  font-size:12px;
  font-weight:800;
  letter-spacing:5px;
}

.tsb-footer-socials{
  display:flex;
  justify-content:center;
  gap:26px;
  margin-bottom:18px;
}

.tsb-footer-socials a{
  width:34px;
  height:34px;
  color:#073556;
  border:1px solid rgba(7,53,86,.22);
  border-radius:50%;
  display:grid;
  place-items:center;
  text-decoration:none;
  font-size:18px;
  transition:.3s ease;
}

.tsb-footer-socials a:hover{
  background:#073556;
  color:#fff;
  transform:translateY(-3px);
}

.tsb-footer-info{
  max-width:720px;
  margin:0 auto 30px;
}

.tsb-footer-info p{
  margin:10px auto;
  color:#073556;
  font-size:13px;
  line-height:1.55;
  font-weight:500;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.tsb-footer-info i{
  width:27px;
  height:27px;
  min-width:27px;
  border:1px solid rgba(7,53,86,.42);
  border-radius:50%;
  display:inline-grid;
  place-items:center;
  font-size:11px;
  color:#073556;
}

.tsb-footer-info a,
.tsb-footer-info span{
  color:#073556;
  text-decoration:none;
}

.tsb-footer-bottom-line{
  margin-bottom:17px;
}

.tsb-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.tsb-copyright,
.tsb-footer-credit{
  margin:0;
  color:#073556;
  opacity:.75;
  font-size:11px;
  font-weight:600;
}

.tsb-footer-divider{
  width:1px;
  height:14px;
  background:rgba(7,53,86,.3);
}

.tsb-footer-credit a{
  position:relative;
  color:#95CBD8;
  text-decoration:none;
  font-family:'Montserrat',Arial,sans-serif;
  font-weight:800;
  letter-spacing:.8px;
  margin-left:4px;
  transition:.3s ease;
}

.tsb-footer-credit a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-4px;
  width:100%;
  height:1px;
  background:#95CBD8;
  transform:scaleX(0);
  transform-origin:right;
  transition:transform .3s ease;
}

.tsb-footer-credit a:hover{
  color:#073556;
}

.tsb-footer-credit a:hover::after{
  transform:scaleX(1);
  transform-origin:left;
}

.tsb-whatsapp-fixed{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:9999;
  width:56px;
  height:56px;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  display:grid;
  place-items:center;
  text-decoration:none;
  font-size:28px;
  box-shadow:0 14px 35px rgba(37,211,102,.35);
  animation:tsbWhatsappPulse 2s infinite;
}

.tsb-whatsapp-fixed:hover{
  transform:translateY(-4px);
}

@keyframes tsbWhatsappPulse{
  0%{ box-shadow:0 0 0 0 rgba(37,211,102,.42); }
  70%{ box-shadow:0 0 0 16px rgba(37,211,102,0); }
  100%{ box-shadow:0 0 0 0 rgba(37,211,102,0); }
}

@media(max-width:768px){
  .tsb-footer-v3{
    padding:30px 0 22px;
  }

  .tsb-footer-logo img{
    width:180px;
    margin-bottom:22px;
  }

  .tsb-footer-nav{
    gap:0;
    display:grid;
    grid-template-columns:1fr;
    margin-bottom:20px;
  }

  .tsb-footer-nav a{
    padding:10px 0;
    font-size:10.5px;
    letter-spacing:2px;
    border-bottom:1px solid rgba(7,53,86,.08);
  }

  .tsb-footer-nav span,
  .tsb-footer-divider{
    display:none;
  }

  .tsb-footer-contact-title span{
    width:60px;
  }

  .tsb-footer-info p{
    align-items:flex-start;
    text-align:left;
    justify-content:flex-start;
    font-size:12.5px;
    max-width:360px;
  }

  .tsb-footer-bottom{
    flex-direction:column;
    text-align:center;
    gap:7px;
  }

  .tsb-whatsapp-fixed{
    right:16px;
    bottom:16px;
    width:50px;
    height:50px;
    font-size:25px;
  }
}