#over-header {
    margin-top: -200px;
}

.icon-feature i {
    color: var(--blue) !important;
    font-size: 32px !important;
}

.option-1:hover, .option-2:hover, .option-3:hover, .option-4:hover, .option-5:hover, .option-6:hover, .option-7:hover, .option-8:hover {
    opacity: 0.5;
    cursor: pointer;
}

.col-option-nospace-right {
    padding-right: 0 !important;
}

.col-option-nospace-left {
    padding-left: 0px !important;
}

.p-option {
    font-size: 0.6rem !important;
}

.h-option {
    padding-top: 13px !important;
    padding-bottom: 0px !important;
    font-weight: 600 !important;
    font-size: 1.3rem !important;
}

@media screen and (max-width: 736px) {
    .p-option {
        font-size: 0.7rem !important;
    }

    section.download h2 {
        font-size: 19px;
    }

    .badge-link img {
        height: 36px;
    }

    .floating-cards {
        display: none;
    }

    .social-icon {
        font-size: 22px !important;
        color: white !important;
        padding: 10px;
    }
}

#video {
    background-color: black;
}

.col-social {
    padding-right: 10px;
    padding-left: 10px;
    min-width: 58px;
}

.social-div {
    /*margin: 2px;*/
    font-display: swap;
    font-family: 'Font Awesome 5 Brands';
    font-size: 20px;
    line-height: 40px;
    /*line-height: 80px;
    display: block;*/
    width: 80px;
    height: 80px;
    color: white;
    text-align: center !important;
    cursor: pointer;
}

    .social-div:hover {
        opacity: 0.6;
    }

.circleBase {
    border-radius: 50%;
}

.type-social {
    width: 40px;
    height: 40px;
    background: white;
    margin: 10px;
}


.social-icon-grey {
    background-color: #767676 !important;
}

.nav-link {
    font-size: 1rem;
}