/*==========================================================
    GAS VITAL ENERGY
==========================================================*/


/*==================================================
        PANTALLAS MENORES A 1200px
==================================================*/

@media(max-width:1200px){

.container{
    width:92%;
}

.hero h1{
    font-size:55px;
}

.title h2,
.about-content h2,
.coverage h2,
.contact h2{
    font-size:38px;
}

}


/*==================================================
            TABLETS
==================================================*/

@media(max-width:992px){

/* Header */

.menu-btn{
    display:block;
    color:#fff;
    z-index:1001;
}

header.active .menu-btn{
    color:#222;
}

nav{

    position:fixed;
    top:0;
    right:-100%;
    width:280px;
    height:100vh;
    background:#fff;
    transition:.4s;
    box-shadow:-10px 0 25px rgba(0,0,0,.15);
    padding-top:90px;

}

nav.active{
    right:0;
}

nav ul{

    flex-direction:column;
    gap:0;

}

nav ul li{

    border-bottom:1px solid #eee;

}

nav ul li a{

    display:block;
    color:#333 !important;
    padding:18px 30px;
    font-size:17px;

}

.btn-header{
    display:none;
}

/* Hero */

.hero{
    min-height:90vh;
}

.hero-text{

    width:100%;
    text-align:center;

}

.hero h1{

    font-size:48px;

}

.hero-buttons{

    justify-content:center;

}

/* Nosotros */

.about-grid{

    grid-template-columns:1fr;
    gap:50px;

}

.about-image{
    order:1;
}

.about-content{
    order:2;
}

/* Servicios */

.services-grid{

    grid-template-columns:1fr;

}

/* Industrias */

.industry-grid{

    grid-template-columns:repeat(2,1fr);

}

/* Cobertura */

.coverage-grid{

    grid-template-columns:1fr;

}

/* Ventajas */

.advantages-grid{

    grid-template-columns:repeat(2,1fr);

}

/* Footer */

.footer-grid{

    grid-template-columns:repeat(2,1fr);

}

}


/*==================================================
                CELULARES
==================================================*/

@media(max-width:768px){

section{

    padding:70px 0;

}

.hero{

    min-height:100vh;

}

.hero h1{

    font-size:38px;

}

.hero p{

    font-size:17px;

}

.hero-buttons{

    flex-direction:column;
    align-items:center;

}

.btn-primary,
.btn-secondary{

    width:100%;
    max-width:320px;
    text-align:center;

}

.title h2,
.about-content h2,
.coverage h2,
.contact h2{

    font-size:32px;

}

.stats{

    flex-direction:column;

}

.stat{

    width:100%;

}

.industry-grid{

    grid-template-columns:1fr;

}

.advantages-grid{

    grid-template-columns:1fr;

}

.footer-grid{

    grid-template-columns:1fr;
    text-align:center;

}

.footer-logo{

    margin:auto;
    margin-bottom:20px;

}

.coverage img,
.about-image img{

    height:300px;
    object-fit:cover;

}

.contact h2{

    font-size:30px;

}

.contact p{

    font-size:16px;

}

.whatsapp{

    width:60px;
    height:60px;
    font-size:30px;
    right:20px;
    bottom:20px;

}

#top{

    width:50px;
    height:50px;
    right:20px;
    bottom:95px;

}

}


/*==================================================
            CELULARES PEQUEÑOS
==================================================*/

@media(max-width:480px){

.logo img{

    width:150px;

}

.hero h1{

    font-size:31px;

}

.hero p{

    font-size:16px;

}

.tag{

    font-size:13px;
    padding:8px 15px;

}

.title h2{

    font-size:28px;

}

.about-content h2{

    font-size:28px;

}

.coverage h2{

    font-size:28px;

}

.contact h2{

    font-size:28px;

}

.service-card h3{

    font-size:24px;

}

.service-card{

    border-radius:15px;

}

.industry-card h4{

    font-size:18px;

}

.stat h3{

    font-size:36px;

}

.btn-primary,
.btn-secondary{

    padding:15px 25px;

}

.copy{

    font-size:14px;

}

}


/*==================================================
            PANTALLAS GRANDES
==================================================*/

@media(min-width:1600px){

.container{

    max-width:1400px;

}

.hero h1{

    font-size:72px;

}

.title h2{

    font-size:48px;

}

.about-content h2{

    font-size:48px;

}

.coverage h2{

    font-size:48px;

}

.contact h2{

    font-size:54px;

}

.service-card img{

    height:320px;

}

.industry-card img{

    height:260px;

}

}