/*==================================================
PRISMA ENERGY
==================================================*/

/*================ VARIABLES ================*/
:root{
    --primary:#0B1F3A;
    --secondary:#009FE3;
    --accent:#D4AF37;
    --light:#F5F7FB;
    --white:#FFFFFF;
    --text:#555;
    --transition:.35s;
}

/*================ RESET ================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:var(--light);
    color:#222;
    overflow-x:hidden;
}

/*================ NAVBAR ================*/

.navbar{

    background:rgba(8,20,40,.72);

    backdrop-filter:blur(14px);

    padding:12px 0;

    transition:.35s;

}

.navbar-brand{

    font-size:1.45rem;

    font-weight:700;

}

.nav-link{

    color:#fff !important;

    margin-left:18px;

    font-weight:500;

    transition:var(--transition);

}

.nav-link:hover{

    color:var(--secondary)!important;

}

/*==================================
HERO
==================================*/

.hero{

    min-height:100vh;

    display:flex;

    align-items:center;

    position:relative;

    overflow:hidden;

    background:
    linear-gradient(90deg,
    rgba(6,18,34,.82) 0%,
    rgba(6,18,34,.58) 35%,
    rgba(6,18,34,.25) 65%,
    rgba(6,18,34,.10) 100%),

    url("../img/imghero.png");

    background-size:cover;

    background-position:center;

}

.hero .container{

    position:relative;

    z-index:2;

}

.hero-content{

    padding-top:70px;

    max-width:640px;

}

.hero-tag{

    display:inline-block;

    margin-bottom:20px;

    padding:8px 18px;

    border-radius:40px;

    background:rgba(255,255,255,.08);

    color:#8fd8ff;

    font-size:13px;

    letter-spacing:1px;

    font-weight:600;

    backdrop-filter:blur(12px);

}

.hero h1{

    font-size:4rem;

    line-height:1.05;

    font-weight:800;

    color:white;

    margin-bottom:30px;

}

.hero h1 span{

    color:#21B3FF;

}

.hero p{

    font-size:1.rem;

    line-height:1.6;

    color:#edf2f7;

    margin-bottom:45px;

    max-width:560px;

}

.hero-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

.hero .btn{

    padding:16px 38px;

    border-radius:50px;

    font-weight:600;
    margin-bottom: 10px

}

.hero .btn-outline-light{

    border:2px solid rgba(255,255,255,.8);

}

.hero .btn-outline-light:hover{

    background:white;

    color:#0B1F3A;

}
/*================ BOTONES ================*/

.btn-primary{

    background:var(--secondary);

    border:none;

    border-radius:40px;

    padding:15px 38px;

    font-weight:600;

    transition:var(--transition);

}

.btn-primary:hover{

    background:#007db5;

    transform:translateY(-4px);

}

/*================ SERVICIOS ================*/

.services{

    padding:100px 0;

    background:white;

}

.services h2{

    font-size:2.7rem;

    font-weight:700;

    color:var(--primary);

}

.services p{

    color:var(--text);

}

.service-card{

    background:white;

    padding:45px;

    border-radius:20px;

    text-align:center;

    height:100%;

    border:1px solid #e7e7e7;

    transition:var(--transition);

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.service-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.service-card i{

    font-size:60px;

    color:var(--secondary);

    margin-bottom:25px;

}

.service-card h3{

    font-weight:700;

    margin-bottom:18px;

    color:var(--primary);

}

.service-card p{

    color:var(--text);

    line-height:1.8;

}

/*================ UTILIDADES ================*/

/* .section-title{

    margin-bottom:60px;

}

.section-title span{

    color:var(--secondary);

    font-weight:600;

    letter-spacing:2px;

}

.section-title h2{

    font-size:3rem;

    font-weight:700;

    color:var(--primary);

} */







/*====================================
MINERIA
=====================================*/

.py-6{
    padding:110px 0;
}

.mining-section{
    background:#fff;
}

.mining-image{
    position:relative;
    border-radius:22px;
    overflow:hidden;
}

.mining-image img{

    width:100%;
    height:600px;
    object-fit:cover;
    border-radius:22px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.experience-card{

    position:absolute;
    bottom:30px;
    left:30px;

    background:#0E4D92;

    color:#fff;

    padding:22px 28px;

    border-radius:18px;

    box-shadow:0 20px 40px rgba(0,0,0,.25);

}

.experience-card h2{

    margin:0;
    font-size:48px;
    font-weight:700;

}

.experience-card span{

    display:block;
    margin-top:5px;
    font-size:14px;
    opacity:.9;

}

.section-tag{

    display:inline-block;

    background:#EAF4FF;

    color:#0E4D92;

    padding:8px 18px;

    border-radius:40px;

    font-weight:600;

    letter-spacing:1px;

    font-size:13px;

}

.section-title{

    font-size:46px;

    font-weight:700;

    line-height:1.2;

    color:#1F2937;

}

.section-text{

    color:#6B7280;

    font-size:18px;

    line-height:1.8;

    max-width:650px;

}

.feature-item{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:18px;

    font-size:17px;

    color:#374151;

    font-weight:500;

}

.feature-item i{

    color:#0E4D92;

    font-size:20px;

}

.btn-Prisma{

    background:#0E4D92;

    color:#fff;

    border-radius:50px;

    padding:14px 34px;

    font-weight:600;

    transition:.3s;

}

.btn-Prisma:hover{

    background:#0A3B70;

    color:#fff;

    transform:translateY(-2px);

}

.btn-outline-Prisma{

    border:2px solid #0E4D92;

    color:#0E4D92;

    border-radius:50px;

    padding:14px 34px;

    font-weight:600;

    transition:.3s;

}

.btn-outline-Prisma:hover{

    background:#0E4D92;

    color:#fff;

}




/*==================================
FLEET
==================================*/

.fleet-section{

    background:#fff;

}

.fleet-image{

    position:relative;

}

.fleet-image img{

    width:100%;

    border-radius:22px;

    height:560px;

    object-fit:cover;

    box-shadow:0 25px 50px rgba(0,0,0,.12);

}

.fleet-badge{

    position:absolute;

    left:30px;

    bottom:30px;

    background:#0E4D92;

    color:white;

    border-radius:16px;

    padding:18px 24px;

    display:flex;

    align-items:center;

    gap:15px;

    box-shadow:0 20px 40px rgba(0,0,0,.25);

}

.fleet-badge i{

    font-size:30px;

    color:#22b5ff;

}

.fleet-badge span{

    font-weight:600;

}

/*================ ANIMACIONES ================*/

@keyframes float{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-12px);
    }

    100%{
        transform:translateY(0);
    }

}

.hero img{

    animation:float 5s ease-in-out infinite;

}

/*======================================
WHY GCH
======================================*/
.why-Prisma{
    background:#f7f9fc;
    position:relative;
}

.why-Prisma .section-text{
    max-width:760px;
}

.benefit-card{

    background:#fff;

    border-radius:18px;

    padding:40px 30px;

    text-align:center;

    height:100%;

    transition:.35s;

    border:1px solid #e7edf5;

    box-shadow:0 15px 35px rgba(0,0,0,.05);

}

.benefit-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 45px rgba(0,0,0,.12);

}

.benefit-icon{

    width:78px;

    height:78px;

    margin:auto;

    margin-bottom:25px;

    border-radius:50%;

    background:linear-gradient(135deg,#00AEEF,#003B71);

    display:flex;

    align-items:center;

    justify-content:center;

}

.benefit-icon i{

    color:white;

    font-size:30px;

}

.benefit-card h4{

    font-weight:700;

    color:#002B4E;

    margin-bottom:15px;

}

.benefit-card p{

    color:#6c757d;

    line-height:1.8;

    margin:0;

}

.stats-box{

    margin-top:70px;

    padding:50px;

    border-radius:20px;

    background:linear-gradient(135deg,#003B71,#001C36);

    color:white;

}

.stats-box h2{

    color:#00AEEF;

    font-size:46px;

    font-weight:800;

    margin-bottom:8px;

}

.stats-box span{

    color:#d6e4ef;

    font-size:15px;

}

.cta-box{

    margin-top:70px;

}

.cta-box h3{

    font-weight:700;

    color:#002B4E;

    margin-bottom:15px;

}

.cta-box p{

    color:#6c757d;

    max-width:720px;

    margin:auto;

    line-height:1.8;

}
@media (max-width:992px){

.hero{

    text-align:center;

    background-position:70% center;

}

.hero-content{

    max-width:100%;

    padding-top:140px;

}

.hero h1{

    font-size:3.4rem;

}

.hero p{

    margin:auto;

    margin-bottom:35px;

}

.hero-buttons{

    justify-content:center;

}

}

@media (max-width:576px){

.hero h1{

    font-size:2.6rem;

}

.hero p{

    font-size:1rem;

}

}

@media(max-width:992px){

.stats-box{

padding:35px 20px;

}

.benefit-card{

padding:30px;

}

}

@media(max-width:768px){

.stats-box h2{

font-size:34px;

}

.cta-box{

margin-top:50px;

}

}

/*===========================
INDUSTRIES
===========================*/

.industries{

    background:#fff;

}

.industry-card{

    background:#fff;

    border-radius:18px;

    padding:40px 30px;

    border:1px solid #edf1f6;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 15px 35px rgba(0,0,0,.05);

}

.industry-card:hover{

    transform:translateY(-10px);

    border-color:#00AEEF;

}

.industry-card i{

    font-size:46px;

    color:#00AEEF;

    margin-bottom:25px;

}

.industry-card h4{

    color:#002B4E;

    margin-bottom:15px;

    font-weight:700;

}

.industry-card p{

    color:#6d7886;

    margin:0;

    line-height:1.8;

}
/*==================================
CTA BANNER
==================================*/

.cta-banner{

    position:relative;

    padding:140px 0;

    overflow:hidden;

    background:
    linear-gradient(rgba(0,26,52,.82),
    rgba(0,26,52,.82)),
    url("../img/mineria-banner.jpg");

    background-size:cover;

    background-position:center;

    background-attachment:fixed;

}

.cta-overlay{

    position:absolute;

    inset:0;

    background:
    radial-gradient(circle at top right,
    rgba(0,174,239,.18),
    transparent 45%);

}

.cta-banner .container{

    position:relative;

    z-index:2;

}

.cta-title{

    color:white;

    font-size:54px;

    font-weight:800;

    line-height:1.2;

    margin-top:20px;

    margin-bottom:25px;

}

.cta-text{

    color:#dbe8f4;

    font-size:20px;

    line-height:1.9;

    max-width:850px;

    margin:auto;

}

.cta-banner .btn-outline-light{

    border:2px solid white;

    color:white;

    padding:14px 35px;

    border-radius:50px;

    transition:.3s;

}

.cta-banner .btn-outline-light:hover{

    background:white;

    color:#003B71;

}

@media(max-width:992px){

.cta-banner{

padding:90px 0;

background-attachment:scroll;

}

.cta-title{

font-size:40px;

}

}

@media(max-width:768px){

.cta-title{

font-size:32px;

}

.cta-text{

font-size:17px;

}

}


/*==================================
CONTACTO
==================================*/

.contact-section{

    background:#f7f9fc;

}

.contact-info{

    margin-top:40px;

}

.info-item{

    display:flex;

    gap:20px;

    margin-bottom:30px;

}

.info-item i{

    width:60px;

    height:60px;

    background:#00AEEF;

    color:white;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:22px;

}

.info-item h5{

    margin-bottom:5px;

    color:#002B4E;

    font-weight:700;

}

.info-item span{

    color:#6d7886;

}

.contact-form{

    background:white;

    padding:45px;

    border-radius:20px;

    box-shadow:0 25px 45px rgba(0,0,0,.08);

}

.contact-form .form-control,
.contact-form .form-select{

    border-radius:12px;

    padding:15px;

    border:1px solid #dfe6ee;

    box-shadow:none;

}

.contact-form .form-control:focus,
.contact-form .form-select:focus{

    border-color:#00AEEF;

    box-shadow:0 0 0 .2rem rgba(0,174,239,.15);

}

.contact-form textarea{

    resize:none;

}

#respuesta{

    font-weight:600;

    text-align:center;

}

@media(max-width:768px){

.contact-form{

padding:30px;

}

}

/*==================================
FOOTER
==================================*/

.footer-Prisma{

    background:#001a34;

    color:#fff;

    padding:90px 0 30px;

    position:relative;

}

.footer-Prisma::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:linear-gradient(90deg,#00AEEF,#2ec5ff,#00AEEF);

}

.footer-logo{

    font-size:42px;

    font-weight:800;

    color:#fff;

    margin-bottom:20px;

    letter-spacing:2px;

}

.footer-description{

    color:#b8c6d3;

    line-height:1.9;

    margin-bottom:30px;

}

.footer-Prisma h5{

    color:white;

    font-weight:700;

    margin-bottom:25px;

}

.footer-Prisma ul{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-Prisma li{

    margin-bottom:14px;

}

.footer-Prisma a{

    color:#b8c6d3;

    text-decoration:none;

    transition:.3s;

}

.footer-Prisma a:hover{

    color:#00AEEF;

    padding-left:5px;

}

.footer-contact li{

    display:flex;

    align-items:flex-start;

    gap:12px;

    color:#b8c6d3;

}

.footer-contact i{

    color:#00AEEF;

    margin-top:5px;

    width:18px;

}

.footer-social{

    display:flex;

    gap:15px;

}

.footer-social a{

    width:48px;

    height:48px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    display:flex;

    justify-content:center;

    align-items:center;

    color:white;

    font-size:18px;

    transition:.35s;

}

.footer-social a:hover{

    background:#00AEEF;

    transform:translateY(-5px);

}

.footer-Prisma hr{

    border-color:rgba(255,255,255,.08);

    margin:60px 0 25px;

}

.footer-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:15px;

    color:#9eb1c3;

    font-size:14px;

}

.footer-bottom strong{

    color:#00AEEF;

}

@media(max-width:992px){

.footer-bottom{

flex-direction:column;

text-align:center;

}

}

@media(max-width:768px){

.footer-Prisma{

padding-top:70px;

}

.footer-logo{

font-size:34px;

}

}

/*================ RESPONSIVE ================*/

@media(max-width:992px){

.hero{

    text-align:center;

    padding:100px 0;

}

.hero h1{

    font-size:3rem;

}

.hero p{

    font-size:1rem;

}

}

@media(max-width:768px){

.hero h1{

    font-size:2.3rem;

}

.services h2{

    font-size:2rem;

}

.service-card{

    margin-bottom:25px;

}

}