/*! Tailwind CSS - gerado manualmente para pivotcomunicacao.com */

/* ===== RESET & BASE ===== */
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif;scroll-behavior:smooth}
body{margin:0;line-height:inherit}
hr{height:0;color:inherit;border-top-width:1px}
abbr:where([title]){text-decoration:underline dotted}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
table{text-indent:0;border-color:inherit;border-collapse:collapse}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}
button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}
:-moz-focusring{outline:auto}
:-moz-ui-invalid{box-shadow:none}
progress{vertical-align:baseline}
::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
summary{display:list-item}
blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}
fieldset{margin:0;padding:0}
legend{padding:0}
ol,ul,menu{list-style:none;margin:0;padding:0}
textarea{resize:vertical}
input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}
button,[role=button]{cursor:pointer}
:disabled{cursor:default}
img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}
img,video{max-width:100%;height:auto}

/* ===== UTILITIES ===== */

/* Layout */
.relative{position:relative}
.absolute{position:absolute}
.fixed{position:fixed}
.sticky{position:sticky}
.inset-0{inset:0}
.top-0{top:0}
.left-0{left:0}
.right-0{right:0}
.bottom-0{bottom:0}
.z-0{z-index:0}
.z-10{z-index:10}
.z-50{z-index:50}
.\[z-index\:-1\]{z-index:-1}
.z-\[-1\]{z-index:-1}

/* Display */
.block{display:block}
.flex{display:flex}
.grid{display:grid}
.hidden{display:none}
.inline{display:inline}
.contents{display:contents}

/* Flex */
.flex-row{flex-direction:row}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.flex-grow{flex-grow:1}
.shrink-0{flex-shrink:0}
.items-start{align-items:flex-start}
.items-center{align-items:center}
.items-end{align-items:flex-end}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.justify-start{justify-content:flex-start}
.self-start{align-self:flex-start}

/* Grid */
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.aspect-square{aspect-ratio:1/1}

/* Gap */
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.gap-10{gap:2.5rem}
.gap-12{gap:3rem}
.gap-1\.5{gap:0.375rem}

/* Sizing */
.w-full{width:100%}
.w-1\/3{width:33.333333%}
.w-2\/3{width:66.666667%}
.w-1\/2{width:50%}
.w-6{width:1.5rem}
.w-60{width:15rem}
.h-full{height:100%}
.h-screen{height:100vh}
.h-0\.5{height:0.125rem}
.h-60{height:15rem}
.h-\[200px\]{height:200px}
.min-h-screen{min-height:100vh}
.max-w-\[80px\]{max-width:80px}
.max-w-\[120px\]{max-width:120px}
.max-w-\[600px\]{max-width:600px}
.max-w-\[400px\]{max-width:400px}
.max-w-\[1440px\]{max-width:1440px}
.w-\[80px\]{width:80px}
.w-\[calc\(100\%-128px\)\]{width:calc(100% - 128px)}

/* Overflow */
.overflow-hidden{overflow:hidden}
.overflow-x-hidden{overflow-x:hidden}

/* Spacing - Padding */
.p-2{padding:0.5rem}
.p-4{padding:1rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.p-10{padding:2.5rem}
.px-2{padding-left:0.5rem;padding-right:0.5rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.py-24{padding-top:6rem;padding-bottom:6rem}
.pr-10{padding-right:2.5rem}
.pb-10{padding-bottom:2.5rem}

/* Spacing - Margin */
.mx-auto{margin-left:auto;margin-right:auto}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}
.mt-8{margin-top:2rem}
.mt-10{margin-top:2.5rem}
.mt-12{margin-top:3rem}
.mb-2{margin-bottom:0.5rem}
.mb-3{margin-bottom:0.75rem}
.mb-10{margin-bottom:2.5rem}
.my-10{margin-top:2.5rem;margin-bottom:2.5rem}
.mr-2{margin-right:0.5rem}
.mt-\[-20px\]{margin-top:-20px}

/* Typography */
.text-xs{font-size:0.75rem;line-height:1rem}
.text-sm{font-size:0.875rem;line-height:1.25rem}
.text-md{font-size:1rem;line-height:1.5rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.font-light{font-weight:300}
.font-bold{font-weight:700}
.font-light{font-weight:300}
.uppercase{text-transform:uppercase}
.tracking-tight{letter-spacing:-0.025em}
.tracking-widest{letter-spacing:0.1em}
.tracking-tight{letter-spacing:-0.025em}
.leading-none{line-height:1}
.leading-tight{line-height:1.25}
.leading-relaxed{line-height:1.625}
.leading-tight{line-height:1.25}
.text-center{text-align:center}
.text-left{text-align:left}
.text-white{color:#fff}
.text-gray-400{color:#9ca3af}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.whitespace-nowrap{white-space:nowrap}
.space-y-2>:not([hidden])~:not([hidden]){margin-top:0.5rem}
.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}

/* Colors */
.bg-transparent{background-color:transparent}
.bg-black{background-color:#000}
.border-white{border-color:#fff}
.text-\[var\(--primary\)\]{color:var(--primary)}
.text-\[var\(--dark\)\]{color:var(--dark)}
.bg-\[var\(--dark\)\]{background-color:var(--dark)}
.bg-\[var\(--secondary\)\]{background-color:var(--secondary)}
.bg-\[var\(--primary\)\]{background-color:var(--primary)}
.bg-\[\#080f13\]\/80{background-color:rgba(8,15,19,.8)}
.border-\[var\(--primary\)\]{border-color:var(--primary)}
.text-\[var\(--primary\)\]{color:var(--primary)}
.bg-\[var\(--secondary\)\]{background-color:var(--secondary)}

/* Border */
.border{border-width:1px}
.border-b{border-bottom-width:1px}
.border-dashed{border-style:dashed}
.rounded-md{border-radius:0.375rem}
.rounded-xl{border-radius:0.75rem}
.rounded-2xl{border-radius:1rem}
.rounded-3xl{border-radius:1.5rem}
.rounded-full{border-radius:9999px}

/* Opacity */
.opacity-0{opacity:0}
.opacity-10{opacity:0.1}
.opacity-20{opacity:0.2}
.opacity-50{opacity:0.5}
.opacity-80{opacity:0.8}
.opacity-90{opacity:0.9}
.opacity-100{opacity:1}

/* Shadows */
.drop-shadow-lg{filter:drop-shadow(0 10px 8px rgb(0 0 0/.04)) drop-shadow(0 4px 3px rgb(0 0 0/.1))}
.drop-shadow-\[0_0_10px_white\]{filter:drop-shadow(0 0 10px #fff)}

/* Transforms */
.translate-y-8{transform:translateY(2rem)}
.translate-y-0{transform:translateY(0)}
.translate-x-8{transform:translateX(2rem)}
.translate-x-0{transform:translateX(0)}
.translate-x-full{transform:translateX(100%)}
.rotate-45{transform:rotate(45deg)}
.-rotate-45{transform:rotate(-45deg)}
.translate-y-2{transform:translateY(0.5rem)}
.-translate-y-2{transform:translateY(-0.5rem)}
.origin-center{transform-origin:center}
.scale-\[0\.95\]{transform:scale(.95)}

/* Transitions */
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.duration-300{transition-duration:300ms}
.duration-500{transition-duration:500ms}
.duration-700{transition-duration:700ms}
.duration-1000{transition-duration:1000ms}
.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}

/* Animations */
.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}
@keyframes ping{75%,100%{transform:scale(2);opacity:0}}

/* Filters */
.grayscale{filter:grayscale(100%)}
.backdrop-blur-xl{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}
.filter{filter:var(--tw-filter)}
.blur{filter:blur(8px)}

/* Pointer events */
.pointer-events-none{pointer-events:none}
.cursor-pointer{cursor:pointer}

/* Focus */
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}

/* Object fit */
.object-cover{object-fit:cover}
.object-top{object-position:top}

/* Gradients */
.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}
.from-\[\#080f13\]{--tw-gradient-from:#080f13;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(8,15,19,0))}
.via-transparent{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,transparent)}
.to-transparent{--tw-gradient-to:transparent}

/* Misc */
.invisible{visibility:hidden}
.text-center{text-align:center}

/* ===== RESPONSIVE - md (768px+) ===== */
@media (min-width:768px){
  .md\:flex{display:flex}
  .md\:hidden{display:none}
}

/* ===== RESPONSIVE - sm (640px+) ===== */
@media (min-width:640px){
  .sm\:p-6{padding:1.5rem}
  .sm\:p-8{padding:2rem}
  .sm\:p-12{padding:3rem}
  .sm\:p-24{padding:6rem}
  .sm\:p-32{padding:8rem}
  .sm\:px-24{padding-left:6rem;padding-right:6rem}
  .sm\:px-0{padding-left:0;padding-right:0}
  .sm\:flex-row{flex-direction:row}
  .sm\:flex-col{flex-direction:column}
  .sm\:grid{display:grid}
  .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sm\:w-full{width:100%}
  .sm\:w-1\/3{width:33.333333%}
  .sm\:w-2\/3{width:66.666667%}
  .sm\:w-1\/2{width:50%}
  .sm\:w-1\/4{width:25%}
  .sm\:h-auto{height:auto}
  .sm\:h-\[550px\]{height:550px}
  .sm\:text-xs{font-size:0.75rem;line-height:1rem}
  .sm\:text-sm{font-size:0.875rem;line-height:1.25rem}
  .sm\:text-2xl{font-size:1.5rem;line-height:2rem}
  .sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}
  .sm\:text-5xl{font-size:3rem;line-height:1}
  .sm\:text-6xl{font-size:3.75rem;line-height:1}
  .sm\:text-8xl{font-size:6rem;line-height:1}
  .sm\:whitespace-nowrap{white-space:nowrap}
  .sm\:sticky{position:sticky}
  .sm\:top-32{top:8rem}
  .sm\:visible{visibility:visible}
  .sm\:flex{display:flex}
  .sm\:max-w-\[calc\(100\%-128px\)\]{max-width:calc(100% - 128px)}
  .sm\:w-\[calc\(100\%-128px\)\]{width:calc(100% - 128px)}
  .sm\:h-\[calc\(100\%-176px\)\]{height:calc(100% - 176px)}
  .sm\:left-\[64px\]{left:64px}
  .sm\:top-\[88px\]{top:88px}
  .sm\:p-4{padding:1rem}
  .sm\:text-xl{font-size:1.25rem;line-height:1.75rem}
  .sm\:h-full{height:100%}
}

/* ===== GROUP HOVER STATES ===== */
.group:hover .group-hover\:w-1\/3{width:33.333333%}
.group:hover .group-hover\:opacity-0{opacity:0}
.group:hover .group-hover\:opacity-100{opacity:1}
.group:hover .group-hover\:translate-x-0{transform:translateX(0)}

/* ===== HOVER STATES ===== */
.hover\:text-white:hover{color:#fff}
.hover\:border-white:hover{border-color:#fff}
.hover\:opacity-100:hover{opacity:1}
.hover\:drop-shadow-\[0_0_10px_white\]:hover{filter:drop-shadow(0 0 10px #fff)}
