header {
    background: rgba(0, 46, 255, .5);
    min-height: 100vh;
    padding: 1rem;
}

.background {
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -100;
}

.navbar {
    padding: 1rem;
}

.logo {
    width: 200px;
}

.text-primary {
    color: #002EFF !important;
}

.opcion:hover {
    background-color: rgba(255, 60, 0, .8);
}

.opcion:hover * {
    color: #fff;
}

.card-sm {
    border-radius: 5px;
    padding: .5rem;
}

.bg-cyan--transparent {
    background-color: rgba(0, 173, 138, .650);
}

.bg-orange--transparent {
    background-color: rgba(255, 60, 0, .650);
}

.card-title {
    color: rgb(0, 0, 0);
    font-size: 1.5rem;
    margin-bottom: 3rem;
}

.card-subtitle {
    color: rgb(70, 70, 70);
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.card-subtitle-2 {
    color: rgb(130, 130, 130);
    font-size: 1rem;
    margin-bottom: 1rem;
}

.list-light {
    list-style: none;
    padding: 0 0 0 1rem;
}

.item-light {
    color: rgb(150, 150, 150);
    font-style: italic;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .5rem;
}

.icon {
    width: 20px;
    height: 20px;
}

.hero__subtitle {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.hero__list {
    color: #fff;
    list-style: none;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-align: justify;
    text-transform: uppercase;
    margin: 0 0 2rem 0;
    padding: 0;
}

.hero__list li {
    margin-bottom: 1rem;
}