body {
    background: linear-gradient(to bottom right, #0D1827, #131F4C);
}

.list-group-item {
    background-color: #0C1526;
    color: #F2F2F2;
}

p {
    color: #F2F2F2;
}

.btn {
    border-radius: 20px;
    background-color: #5FC9DE;
}

.card:hover {
    box-shadow: 0 0 5px #5FC9DE, 0 0 15px #5FC9DE,
        0 0 25px #5FC9DE, 0 0 10px #5FC9DE;
}

.btn-info:hover {
    box-shadow: 0 0 5px #5FC9DE, 0 0 15px #5FC9DE,
        0 0 10px #5FC9DE, 0 0 5px #5FC9DE;
}

.circle {
    background-color: #5FC9DE;
    width: 8px;
    height: 8px;
    border-radius: 50% !important;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.nav-link:hover {
    text-decoration: underline #F2F2F2;
}
.nav{
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
  }

@media (max-width: 576px) {
    .aboutMe {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .boton {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .cotizarImg {
        height: 10px;
    }

    .espacio {
        padding : 100px !important;
    }

}


