:root {
    --primary: #0b445d;
}

.sgv-list {
    background-image: url('../assets/icon/svg-list.svg');
    height: 4em;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
}

.sgv-invoice {
    background-image: url('../assets/icon/svg-invoice.svg');
    height: 4em;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
}

.sgv-delivery {
    background-image: url('../assets/icon/svg-time.svg');
    height: 4em;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
}

.when-to-choose {
    background-color: #f6f6f6;
}

.hero .wrap {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100% !important;
    display: table;
}

.hero-background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-image: url('../assets/img/hero-main2.jpg');
}

.hero h5 {
    color: white;
}

.midsection {
    display: table-cell !important;
    vertical-align: middle !important;
}

.samples {
    height: 200px;
    width: 200px;
    object-fit: cover !important;
    border-radius: 10px;
}

/* CELULAR */
@media only screen and (max-width:767px) {
    .samples {
        height: 120px;
        width: 120px;
        border-radius: 10px;
    }

    .hero .wrap {
        background-color: #0b445d1a;
        height: auto !important;
    }

    .hero {
        background-image: none;
    }

    .hero h3,
    h4 {
        color: var(--primary);
    }

    .hero h3 {
        font-size: 1rem !important;
    }

    .hero h4 {
        font-size: 1rem !important;
    }

    .midsection {
        display: table-cell !important;
        vertical-align: top !important;
    }

    .hero h5 {
        color: var(--primary);
    }
}

/* IPAD */
@media only screen and (min-width:768px){
}

.steps-cards {
    border-radius: 5px !important;
    border: solid 2px !important;
    border-color: #0A6188 !important;
    background-color: white !important;
}

.steps-cards > div {
    height: 3rem;
    width: 3rem;
    position: relative;
    top: -2.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: .5rem;
    border-radius: 100%;
    text-align: center;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    font-weight: bold;
    color: white;
    background-color: #0A6188 !important;
}

.steps-cards h5 {
    color: #0A6188 !important;
    position: relative;
    top: -1rem;
}


