
:root{
  --tkm-cyan:#20c2fb;
  --tkm-cyan-dark:#08aeea;
  --tkm-navy:#102b91;
  --tkm-red:#e31b23;
  --tkm-text:#3f5968;
  --tkm-soft:#f4fbfe;
  --tkm-white:#ffffff;
  --tkm-shadow:0 22px 60px rgba(7,80,115,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  overflow-x:hidden;
  font-family:"Nunito",sans-serif;
  color:var(--tkm-text);
  background:#fff;
}
h1,h2,h3,h4,.navbar-brand{font-family:"Poppins",sans-serif}
img{max-width:100%}
a{text-decoration:none}
.navbar{
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
  box-shadow:0 7px 28px rgba(0,64,98,.10);
}
.navbar-brand img{
  width:auto;
  height:58px;
  object-fit:contain;
}
.nav-link{
  color:#17465e!important;
  font-weight:800;
  border-radius:999px;
  padding:.65rem .95rem!important;
  transition:.25s ease;
}
.nav-link:hover,.nav-link.active{
  color:#fff!important;
  background:var(--tkm-cyan-dark);
  transform:translateY(-2px);
}
.btn-tkm{
  border:0;
  border-radius:999px;
  padding:.9rem 1.35rem;
  font-weight:900;
  transition:.25s ease;
}
.btn-tkm:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(7,151,208,.25);
}
.btn-primary-tkm{background:var(--tkm-cyan);color:#fff}
.btn-light-tkm{background:#fff;color:#087da9}
.btn-outline-tkm{border:2px solid #fff;color:#fff;background:transparent}
.hero{
  min-height:calc(100vh - 82px);
  position:relative;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(3,47,68,.82),rgba(5,99,133,.42),rgba(0,0,0,.10)),
    url("../img/fondo2022.png") center/cover no-repeat;
}
.hero:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-1px;
  height:90px;
  background:#fff;
  clip-path:polygon(0 68%,12% 78%,27% 65%,43% 82%,58% 68%,73% 80%,88% 64%,100% 76%,100% 100%,0 100%);
}
.hero-content{
  position:relative;
  z-index:2;
  padding:6rem 0 9rem;
  color:#fff;
}
.hero-logo{
  width:min(560px,90vw);
  max-height:410px;
  object-fit:contain;
  filter:drop-shadow(0 18px 32px rgba(0,0,0,.18));
}
.hero h1{
  max-width:850px;
  margin:1.3rem 0 1rem;
  font-size:clamp(2.25rem,5.4vw,4.8rem);
  font-weight:800;
  line-height:1.05;
}
.hero p{
  max-width:730px;
  font-size:clamp(1rem,2vw,1.25rem);
  line-height:1.75;
  color:rgba(255,255,255,.94);
}
.section{padding:6rem 0}
.section-soft{background:var(--tkm-soft)}
.kicker{
  color:var(--tkm-cyan-dark);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:.82rem;
}
.section-title{
  color:#113e55;
  font-size:clamp(2rem,4vw,3.15rem);
  font-weight:800;
}
.lead-copy{
  color:#667d89;
  font-size:1.1rem;
  line-height:1.85;
}
.media-card{
  height:100%;
  min-height:420px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:28px;
  background:#fff;
  box-shadow:var(--tkm-shadow);
}
.media-card img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.about-panel{
  height:100%;
  padding:3rem;
  color:#fff;
  border-radius:28px;
  background:linear-gradient(145deg,#09aeea,#20c2fb);
  box-shadow:var(--tkm-shadow);
}
.service-card{
  height:100%;
  overflow:hidden;
  border-radius:26px;
  background:#fff;
  box-shadow:var(--tkm-shadow);
  transition:.3s ease;
}
.service-card:hover{transform:translateY(-8px)}
.service-image{
  height:280px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:1rem;
  background:#fff;
}
.service-image img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.service-content{padding:2rem}
.service-tag{
  display:inline-block;
  margin-bottom:.9rem;
  padding:.45rem .85rem;
  color:#087da9;
  border-radius:999px;
  background:#eaf9ff;
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.center-image{
  height:100%;
  min-height:480px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.center-image img{
  max-height:520px;
  object-fit:contain;
}
.location-shell{
  padding:3rem;
  border-radius:30px;
  background:linear-gradient(145deg,#0799ca,#20c2fb);
  box-shadow:var(--tkm-shadow);
}
.location-card{
  height:100%;
  padding:2rem;
  border-radius:22px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.25);
  color:#fff;
  backdrop-filter:blur(6px);
}
.location-card h3{font-weight:800}
.location-card address{
  font-style:normal;
  line-height:1.75;
  font-size:1.05rem;
}
.pets-strip{
  overflow:hidden;
  background:#fff;
}
.pets-strip img{
  display:block;
  width:100%;
  object-fit:cover;
}
footer{
  padding:2.2rem 0;
  color:#fff;
  background:var(--tkm-cyan);
}
footer img{
  width:180px;
  max-height:85px;
  object-fit:contain;
}
.float-call{
  position:fixed;
  z-index:1000;
  right:20px;
  bottom:20px;
  width:60px;
  height:60px;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:1.45rem;
  border-radius:50%;
  background:var(--tkm-cyan-dark);
  box-shadow:0 14px 32px rgba(0,0,0,.22);
  transition:.25s ease;
}
.float-call:hover{color:#fff;transform:scale(1.07)}
.reveal{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .75s ease,transform .75s ease;
}
.reveal.visible{opacity:1;transform:none}
@media(max-width:991.98px){
  .navbar-brand img{height:50px}
  .hero{min-height:auto}
  .hero-content{padding:4.5rem 0 8rem}
  .about-panel{padding:2rem}
  .location-shell{padding:1.4rem}
  .center-image{min-height:auto}
}
@media(max-width:575.98px){
  .section{padding:4.5rem 0}
  .hero h1{font-size:2.4rem}
  .hero-logo{max-height:310px}
  .media-card{min-height:300px}
  .service-image{height:230px}
  .pets-strip img{min-height:190px;object-position:center}
}
