/*==================================================
SOPORTE123
Style.css
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

:root{

--primary:#2563eb;
--secondary:#1d4ed8;
--dark:#0f172a;
--light:#f8fafc;
--gray:#64748b;
--border:#e2e8f0;

--shadow:0 15px 35px rgba(0,0,0,.08);
--radius:18px;

}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:'Inter',sans-serif;

background:#fff;

color:var(--dark);

line-height:1.7;

overflow-x:hidden;

}

/*============================*/

.section{

padding:100px 0;

}

/*============================*/

.navbar{

padding:20px 0;

transition:.4s;

background:rgba(15,23,42,.88);

backdrop-filter:blur(10px);

}

.navbar-brand{

font-size:28px;

font-weight:800;

letter-spacing:1px;

}

.nav-link{

color:white !important;

font-weight:500;

margin-left:18px;

transition:.3s;

}

.nav-link:hover{

color:#93c5fd !important;

}

/*============================*/

.hero{

padding-top:170px;

padding-bottom:120px;

background:

linear-gradient(135deg,#2563eb,#1e40af);

color:white;

position:relative;

overflow:hidden;

}

.hero::before{

content:"";

position:absolute;

width:700px;

height:700px;

background:rgba(255,255,255,.06);

border-radius:50%;

top:-300px;

right:-250px;

}

.hero h1{

font-size:58px;

font-weight:800;

line-height:1.2;

}

.hero p{

font-size:20px;

opacity:.9;

max-width:520px;

}

.btn{

padding:14px 34px;

border-radius:50px;

font-weight:600;

transition:.3s;

}

.btn:hover{

transform:translateY(-3px);

}

/*============================*/

.dashboard-card{

background:white;

border-radius:22px;

padding:35px;

box-shadow:0 30px 60px rgba(0,0,0,.25);

color:#111;

}

.dashboard-header{

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:30px;

}

.online{

width:12px;

height:12px;

background:#22c55e;

border-radius:50%;

display:block;

}

.ticket{

padding:14px 18px;

border-radius:12px;

margin-bottom:15px;

font-weight:600;

display:flex;

justify-content:space-between;

}

.success{

background:#dcfce7;

color:#166534;

}

.warning{

background:#fef3c7;

color:#92400e;

}

.danger{

background:#fee2e2;

color:#991b1b;

}

.stats{

margin-top:25px;

display:grid;

grid-template-columns:repeat(3,1fr);

gap:15px;

text-align:center;

}

.stats div{

padding:18px;

background:#f8fafc;

border-radius:12px;

}

.stats h3{

font-size:30px;

font-weight:800;

margin-bottom:5px;

color:var(--primary);

}

.stats span{

font-size:14px;

color:var(--gray);

}

/*============================*/

.feature-card{

background:white;

padding:45px 35px;

border-radius:20px;

box-shadow:var(--shadow);

transition:.35s;

height:100%;

text-align:center;

}

.feature-card:hover{

transform:translateY(-10px);

}

.feature-card i{

font-size:55px;

color:var(--primary);

margin-bottom:20px;

}

.feature-card h4{

font-weight:700;

margin-bottom:15px;

}

.feature-card p{

color:var(--gray);

}

/*============================*/

.mini-card{

background:white;

padding:25px;

border-radius:15px;

box-shadow:var(--shadow);

font-weight:600;

transition:.3s;

}

.mini-card:hover{

background:var(--primary);

color:white;

transform:translateY(-5px);

}

.mini-card i{

margin-right:10px;

color:#22c55e;

}

.mini-card:hover i{

color:white;

}

/*============================*/

.cta{

padding:100px 0;

background:

linear-gradient(135deg,#0f172a,#1e293b);

color:white;

text-align:center;

}

.cta h2{

font-size:42px;

font-weight:800;

margin-bottom:20px;

}

.cta p{

font-size:19px;

opacity:.9;

max-width:650px;

margin:auto;

margin-bottom:35px;

}

/*============================*/

form{

background:white;

padding:35px;

border-radius:18px;

box-shadow:var(--shadow);

}

.form-control{

height:56px;

border-radius:12px;

border:1px solid var(--border);

box-shadow:none;

margin-bottom:18px;

}

textarea.form-control{

height:160px;

resize:none;

padding-top:18px;

}

.form-control:focus{

border-color:var(--primary);

box-shadow:0 0 0 .2rem rgba(37,99,235,.15);

}

/*============================*/

footer{

background:#0f172a;

color:white;

padding:60px 0;

}

footer h4{

font-weight:800;

margin-bottom:15px;

}

footer p{

opacity:.8;

}

/*============================*/

.badge{

padding:10px 20px;

font-size:14px;

border-radius:40px;

}

/*============================*/

h2{

font-weight:800;

font-size:42px;

margin-bottom:20px;

}

.section p{

color:var(--gray);

}

/*============================*/

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-thumb{

background:var(--primary);

border-radius:20px;

}

::-webkit-scrollbar-track{

background:#edf2f7;

}

/*============================*/

@media(max-width:992px){

.hero{

text-align:center;

padding-top:140px;

}

.hero h1{

font-size:42px;

}

.hero p{

margin:auto;

}

.dashboard-card{

margin-top:50px;

}

}

@media(max-width:768px){

.section{

padding:70px 0;

}

.hero h1{

font-size:34px;

}

h2{

font-size:30px;

}

.navbar{

padding:12px 0;

}

.stats{

grid-template-columns:1fr;

}

}

.navbar-brand img {
    height: 75px;
    width: auto;
    max-width: 100%;
}

.hero-features{

    margin-top:30px;

}

.hero-features div{

    font-size:17px;

    font-weight:500;

}

.hero-features i{

    font-size:20px;

}

.hero h1{

    font-size:60px;
    font-weight:800;
    line-height:1.15;
    margin-bottom:25px;

}

.hero p{

    font-size:20px;
    opacity:.95;
    margin-bottom:30px;

}