body{
    background-color: #333;
    color: #fff;
    margin: 0;
    padding: 0;
}

.navbar{
    border-bottom: #7E852D 4px solid;
    opacity: 0.7;
}

.home-inner{
    padding: 100px 30px;
}

.dark-overlay{
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
   

}

#home-section{
    background: url('../assets/bg.jpg') no-repeat;
    min-height: 100vh;
    width:100%;
    background-size: cover;
    background-attachment: fixed;
}

#hero{
    max-width: 100%;
  
     width:100vw;
  
  }

/* Paralax Efect para servicios */
.paralax {     
    background-size: cover;
    display: table;
    background-attachment: fixed;
    background-position: center;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;

}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    margin: 0;


}
 /* Small devices (tablets, 320px and up) */
 @media (min-width: 320px) { 
   
    .lan{
        background-image: url('../assets/network.jpeg');
        width:100%;
        min-width:320px;
        height: 100vh;

    }

    .camara{
        background-image: url('../assets/camara.jpeg');
        width:100%;
        min-width:320px;
        height: 100vh;
    }

    .conf{
        background-image: url('../assets/conf.jpg');
        width:100%;
        min-width:320px;
        height: 100vh;
    }

    .fiber{
        background-image: url('../assets/fiber.jpg');
        width:100%;
        min-width:320px;
        height: 100vh;
    }
    .fire{
        background-image: url('../assets/fire.jpeg');
        width:100%;
        min-width:320px;
        height: 100vh;
    }
    .phone{
        background-image: url('../assets/phone.jpeg');
        width:100%;
        min-width:320px;
        height: 100vh;
    }
    .access{
        background-image: url('../assets/access.jpg');
        width:100%;
        min-width:320px;
        height: 100vh;
    } 
}

 /* Small devices (tablets, 768px and up) */
 @media (min-width: 768px) { 
    .lan{
        background-image: url('../assets/network.jpeg');
        width:100%;
        min-width:768px;
        height: 100vh;

    }

    .camara{
        background-image: url('../assets/camara.jpeg');
        width:100%;
        min-width:768px;
        height: 100vh;
    }

    .conf{
        background-image: url('../assets/conf.jpg');
        width:100%;
        min-width:1200px;
        height: 100vh;
    }

    .fiber{
        background-image: url('../assets/fiber.jpg');
        width:100%;
        min-width:1200px;
        height: 100vh;
    }
    .fire{
        background-image: url('../assets/fire.jpeg');
        width:100%;
        min-width:768px;
        height: 100vh;
    }
    .phone{
        background-image: url('../assets/phone.jpeg');
        width:100%;
        min-width:768px;
        height: 100vh;
    }
    .access{
        background-image: url('../assets/access.jpg');
        width:100%;
        min-width:768px;
        height: 100vh;
    } 
}
 
 /* Medium devices (desktops, 992px and up) */
 @media (min-width: 992px) { 
    .lan{
        background-image: url('../assets/network.jpeg');
        width:100%;
        min-width:992px;
        height: 100vh;

    }

    .camara{
        background-image: url('../assets/camara.jpeg');
        width:100%;
        min-width:992px;
        height: 100vh;
    }

    .conf{
        background-image: url('../assets/conf.jpg');
        width:100%;
        min-width:992px;
        height: 100vh;
    }

    .fiber{
        background-image: url('../assets/fiber.jpg');
        width:100%;
        min-width:992px;
        height: 100vh;
    }
    .fire{
        background-image: url('../assets/fire.jpeg');
        width:100%;
        min-width:992px;
        height: 100vh;
    }
    .phone{
        background-image: url('../assets/phone.jpeg');
        width:100%;
        min-width:992px;
        height: 100vh;
    }
    .access{
        background-image: url('../assets/access.jpg');
        width:100%;
        min-width:992px;
        height: 100vh;
    } 
}
 
 /* Large devices (large desktops, 1200px and up) */
 @media (min-width: 1200px) { 
    .lan{
        background-image: url('../assets/network.jpeg');
        width:100%;
        min-width:1200px;
        height: 100vh;

    }

    .camara{
        background-image: url('../assets/camara.jpeg');
        width:100%;
        min-width:1200px;
        height: 100vh;
    }

    .conf{
        background-image: url('../assets/conf.jpg');
        width:100%;
        min-width:1200px;
        height: 100vh;
    }

    .fiber{
        background-image: url('../assets/fiber.jpg');
        width:100%;
        min-width:1200px;
        height: 100vh;
    }
    .fire{
        background-image: url('../assets/fire.jpeg');
        width:100%;
        min-width:1200px;
        height: 100vh;
    }
    .phone{
        background-image: url('../assets/phone.jpeg');
        width:100%;
        min-width:1200px;
        height: 100vh;
    }
    .access{
        background-image: url('../assets/access.jpg');
        width:100%;
        min-width:1200px;
        height: 100vh;
    } 
 }