/* ==========================================
   VARIABLES
========================================== */

:root{

    --primary:#FF2800;
    --dark:#111111;
    --white:#FFFFFF;
    --gray:#F5F5F5;
    --text:#555555;

}

/* ==========================================
   RESET
========================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Poppins',sans-serif;
    overflow-x:hidden;
    color:#222;
    background:#fff;

}

a{
    text-decoration:none;
}

img{
    max-width:100%;
    display:block;
}

section{
    position:relative;
}

/* ==========================================
   TITLES
========================================== */

.section-title{

    text-align:center;
    font-size:40px;
    font-weight:800;
    font-family:'Montserrat',sans-serif;
    margin-bottom:50px;
    color:var(--dark);

}

.section-title span{

    color:var(--primary);

}

/* ==========================================
   HEADER
========================================== */

.main-header{
    background:linear-gradient(
        90deg,
        rgba(0,0,0,0.95) 0%,
        rgba(0,0,0,0.90) 50%,
        rgba(0,0,0,0.60) 80%,
        rgba(0,0,0,0.20) 100%
    );

    backdrop-filter:blur(6px);


}

.navbar{

    min-height:82px;

}

.logo-box img{
    max-height:60px;
    width:auto;

}

.navbar-nav .nav-link{

    color:#fff !important;
    font-size:15px;
    font-weight:500;
    margin:0 10px;
    transition:.3s;

}

.navbar-nav .nav-link:hover{

    color:var(--primary) !important;

}

.header-buttons{

    display:flex;
    gap:12px;
    align-items:center;

}

.btn-catalogo{

    background:var(--primary);
    color:#fff;
    padding:12px 22px;
    border-radius:5px;
    font-size:14px;
    font-weight:600;
    transition:.3s;

}

.btn-catalogo:hover{

    background:#b90e15;
    color:#fff;

}

.btn-whatsapp{

    width:48px;
    height:48px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#25D366;

    color:#fff;

    border-radius:5px;

    font-size:24px;

}

.btn-whatsapp:hover{

    color:#fff;

}

/* ==========================================
   HERO
========================================== */

.hero-section{

    min-height:760px;

    background:url('images/hero.webp');
    background-size:cover;
    background-position:center;

    position:relative;

    display:flex;
    align-items:center;

    padding-top:120px;

}

.hero-overlay{

    position:absolute;
    inset:0;

    background:linear-gradient(
    90deg,
    rgba(0,0,0,.95) 0%,
    rgba(0,0,0,.90) 40%,
    rgba(0,0,0,.55) 70%,
    rgba(0,0,0,0) 100%
    );

}

.hero-content{
overflow:hidden;
    position:relative;
    z-index:10;

}

.hero-title{

    font-size:52px;
    line-height:1.05;

    color:#fff;

    font-family:'Montserrat',sans-serif;

    font-weight:800;

    margin-bottom:15px;

}

.hero-red{

    color:#FFD500;

    font-size:30px;

    font-weight:700;

    margin-bottom:25px;

}

.hero-text{

    color:#ddd;

    font-size:18px;

    line-height:1.8;

    max-width:650px;

    margin-bottom:35px;

}

.hero-buttons{

    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:40px;

}

.btn-hero-red{

    background:var(--primary);

    color:#fff;

    padding:15px 30px;

    border-radius:5px;

    font-weight:600;

}

.btn-hero-red:hover{

    color:#fff;

}

.btn-hero-whatsapp{

    border:2px solid #25D366;

    color:#fff;

    padding:15px 30px;

    border-radius:5px;

    font-weight:600;

}

.btn-hero-whatsapp:hover{

    background:#25D366;
    color:#fff;

}

/* ==========================================
   BENEFICIOS HERO
========================================== */

.hero-benefits{

    position:absolute;

    bottom:0;

    left:0;

    width:100%;

    background:rgba(0,0,0,.70);

    padding:5px 0;

    z-index:20;

}

.hero-benefits .col{

    color:#fff;

    border-right:1px solid rgba(255,255,255,.15);

}

.hero-benefits .col:last-child{

    border-right:none;

}

.hero-benefits i{

    display:block;

    font-size:26px;
    
    margin-top:6px;
    margin-bottom:10px;

    color:#fff;

}

.hero-benefits span{

    font-size:14px;
    font-weight:500;

}

/* ==========================================
   MARKETPLACES
========================================== */

.marketplaces-section{

    padding:60px 0;

    background:#fff;

}

.marketplace-card{

    background:#fff;

    border:1px solid #ececec;

    border-radius:10px;

    text-align:center;

    padding:40px 30px;

    transition:.3s;

    height:100%;

}

.marketplace-card:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.marketplace-card img{

    height:70px; margin:0 
    auto 25px;

    object-fit:contain;

}

.marketplace-card p{

    color:#666;

    margin-bottom:20px;

}

.marketplace-card a{

    color:var(--primary);

    font-weight:600;

}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:991px){

    .hero-title{

        font-size:42px;

    }

    .hero-red{

        font-size:24px;

    }

    .hero-benefits{

        display:none;

    }

}

@media(max-width:768px){

    .hero-section{

        min-height:650px;

        text-align:center;

    }

    .hero-title{

        font-size:34px;

    }

    .hero-buttons{

        justify-content:center;

    }

    .section-title{

        font-size:30px;

    }

}

/* ==========================================
   CATEGORÍAS
========================================== */

.categories-section{

    background:#f5f5f5;
    padding:100px 0;

}

.category-card{

    background:#fff;

    border-radius:10px;

    overflow:hidden;

    text-align:center;

    height:100%;

    transition:.3s;

    border:1px solid #ececec;

}

.category-card:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.category-card img{

    width:100%;
    height:160px;
    object-fit:cover;

}

.category-card h3{

    font-size:16px;
    font-weight:700;

    margin-top:20px;

    color:#111;

}

.category-card a{

    display:inline-block;

    margin:15px 0 25px;

    color:#D71920;

    font-weight:600;

    font-size:14px;

}

/* ==========================================
   PROVEEDOR CONFIABLE
========================================== */

.provider-section{

    background:#fff;

}

.provider-content{

    padding:80px;

}

.provider-content h2{

    font-family:'Montserrat',sans-serif;

    font-size:48px;

    font-weight:800;

    line-height:1.1;

    margin-bottom:25px;

}

.provider-content h2 span{

    color:#D71920;

}

.provider-content p{

    font-size:18px;

    line-height:1.8;

    color:#666;

    margin-bottom:30px;

}

.provider-list{

    margin-bottom:35px;

}

.provider-list div{

    margin-bottom:15px;

    font-size:17px;

    font-weight:500;

}

.provider-list i{

    color:#D71920;

    margin-right:12px;

}

.btn-provider{

    background:#D71920;

    color:#fff;

    padding:15px 35px;

    font-weight:600;

    border-radius:6px;

}

.btn-provider:hover{

    color:#fff;
    background:#b51218;

}

.provider-image{

    height:100%;

}

.provider-image img{

    width:100%;
    height:100%;
    min-height:550px;

    object-fit:cover;

}

/* ==========================================
   NUESTRA OPERACIÓN
========================================== */

.operation-section{

    padding:100px 0;

    background:#fff;

}

.operation-card{

    background:#fff;

    border-radius:10px;

    overflow:hidden;

    border:1px solid #ececec;

    transition:.3s;

    height:100%;

}

.operation-card:hover{

    transform:translateY(-6px);

    box-shadow:0 15px 30px rgba(0,0,0,.08);

}

.operation-card img{

    width:100%;

    height:180px;

    object-fit:cover;

}

.operation-card h4{

    padding:18px;

    text-align:center;

    font-size:14px;

    font-weight:700;

    color:#111;

    min-height:80px;

    display:flex;
    align-items:center;
    justify-content:center;

}

/* ==========================================
   WHY KINBLACK
========================================== */

.why-section{

    background:#111;

    padding:90px 0;

}

.why-title{

    text-align:center;

    color:#fff;

    font-family:'Montserrat',sans-serif;

    font-size:42px;

    font-weight:800;

    margin-bottom:60px;

}

.why-title span{

    color:#FF2800;

}

.why-item{

    padding:20px;

}

.why-item i{

    color:#FF2800;

    font-size:48px;

    margin-bottom:20px;

}

.why-item h4{

    color:#fff;

    font-size:18px;

    font-weight:700;

}

.why-item p{

    color:#cfcfcf;

    font-size:14px;

}

/* ==========================================
   FOOTER
========================================== */

.main-footer{

    background:#1b1b1b;

    color:#fff;

}

.footer-top{

    padding:70px 0;

}

.footer-contact,
.footer-social{

    padding:40px;

}

.footer-contact h3,
.footer-social h3{

    font-size:28px;

    font-weight:700;

    margin-bottom:30px;

}

.footer-contact ul{

    list-style:none;

    padding:0;

}

.footer-contact li{

    display:flex;

    gap:15px;

    margin-bottom:25px;

}

.footer-contact i{

    color:#FF2800;

    font-size:20px;

    min-width:25px;

}

.footer-map{

    height:100%;

    min-height:450px;

}

.footer-map iframe{

    width:100%;

    height:100%;

    border:none;

}

.social-icons{

    display:flex;

    gap:15px;

    margin-bottom:40px;

}

.social-icons a{

    width:50px;

    height:50px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#D71920;

    color:#fff;

    border-radius:50%;

    font-size:20px;

}

.social-icons a:hover{

    transform:translateY(-3px);

}

.social-icons a:nth-child(1):hover{

    background:#1877F2;

}

.social-icons a:nth-child(2):hover{

    background:#E4405F;

}

.social-icons a:nth-child(3):hover{

    background:#000000;

}

.social-icons a:nth-child(4):hover{

    background:#FF0000;

}




.footer-social h4{

    margin-bottom:25px;

}

.marketplace-logos{

    display:flex;

    gap:15px;

    flex-wrap:wrap;

}

.marketplace-logos img{

    height:28px;

    object-fit:contain;

}

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.08);

    padding:25px 0;

}

.footer-bottom p{

    margin:0;

}

.footer-bottom a{

    color:#fff;

    font-size:14px;

}

.footer-logo{

    max-height:45px;

}

/* ==========================================
   WHATSAPP FLOTANTE
========================================== */

.floating-whatsapp{

    position:fixed;

    right:25px;

    bottom:25px;

    width:65px;

    height:65px;

    background:#25D366;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    z-index:9999;

    box-shadow:0 10px 25px rgba(0,0,0,.25);

}

.floating-whatsapp:hover{

    color:#fff;

}

/* ==========================================
   RESPONSIVE EXTRA
========================================== */

@media(max-width:991px){

    .provider-content{

        padding:50px 30px;

    }

    .provider-content h2{

        font-size:36px;

    }

    .why-title{

        font-size:32px;

    }

    .footer-map{

        min-height:300px;

    }

}

@media(max-width:768px){

    .provider-content{

        text-align:center;

    }

    .provider-content h2{

        font-size:30px;

    }

    .social-icons{

        justify-content:center;

    }

    .footer-bottom{

        text-align:center;

    }

    .footer-logo{

        margin-bottom:20px;

    }

}



/* ==========================
   SCROLL HEADER
========================== */

.header-scrolled{

    background:#111111;

    box-shadow:0 10px 30px rgba(0,0,0,.25);

}

/* ==========================
   ANIMACIONES
========================== */

.hidden{

    opacity:0;

    transform:translateY(40px);

    transition:all .8s ease;

}

.show{

    opacity:1;

    transform:translateY(0);

}

