.darkfooter {
 background-color:#0B142E ;

}

.enlaces {

    list-style: none !important;
}

.enlaces a {

    color: white;
}

.addres {

    margin-left: 1.75rem;
}
.navbar-item img {
    max-height: 3rem;
}
.navbar-link, a.navbar-item {
    font-size: large;
}

.mainhero {
     /* background-image: url(./assets/img/light-bulb-g6cf56306d_1920.jpg); */
    background: linear-gradient(rgba(31, 44, 108, 0.65), rgba(31, 44, 108, 0.65)), rgba(0, 0, 0, 0.55) url("../img/network-gf01c66303_1920.jpg") no-repeat; 
    background-attachment: fixed;
    background-size: cover;
    color: white;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    font-family: 'Poppins', sans-serif;
}
.section-heading {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 6em;
}
.mainhero .title {
    font-family: 'Kaushan Script', sans-serif;   
    font-size: 5rem;
    color: whitesmoke;
}
.mainhero .subtitle {
    font-family: 'Kaushan Script', sans-serif;
    font-size: 5rem;
    color: whitesmoke;
}
.mainhero .profession {
    padding-top: 50px;
    font-size: 1.7rem;
    text-transform: uppercase;
}

.entmhero {
    background:  rgba(0, 0, 0, 0.55) url("../img/cover.png") no-repeat; 
    background-attachment: fixed;
    background-size: cover;
    color: white;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    font-family: 'Poppins', sans-serif;

}
.laberintohero {
    background:  rgba(0, 0, 0, 0.55) url("../img/cover-laberinto.png") no-repeat; 
    background-attachment: fixed;
    background-size: cover;
    color: white;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    font-family: 'Poppins', sans-serif;
    background-position: center;

}

.bannergs {
    background:  rgba(0, 0, 0, 0.55) url("../img/pakarulabgs.png") no-repeat; 
    background-attachment: fixed;
    background-size:cover;
    color: white;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    font-family: 'Poppins', sans-serif;
    background-position: center;

}
.pgotitle {
    font-size: 1.7rem;

}