
.card.card-background-inherit{
    background:inherit;
    color:inherit;
    border:none;
}

.card.card-background-inherit span.color-secondary-foreground{
    filter:brightness(200%);
}

/* metering */
html[lang="pt-BR"] .ingite-view-solution-description.ingite-view-solution-metering-description h1{
    font-size:60px;
}

.ingite-view-solution-description.ingite-view-solution-metering-description h5:first-child{
    margin-top:0;
}

/* inventory */

.ingite-view-solution-description.ingite-view-solution-inventory-description h1{
    font-size:60px;
}

@media screen and (min-width:993px){
    .ingite-view-solution-description.ingite-view-solution-inventory-description h1{
        margin-bottom:0;
    }
}

.ingite-view-solution-description.ingite-view-solution-inventory-description h5:first-child{
    margin-top:0;
}

/* security */
html[lang="pt-BR"] .ingite-view-solution-description.ingite-view-solution-security-description h1{
    font-size:58px;
}
/* forensics */

.ingite-view-solution-description.ingite-view-solution-forensics-description h1 span:after{
    content:"";
}
.ingite-view-solution-description.ingite-view-solution-forensics-description span.color-secondary-foreground{
    color:var(--amoksys-color-primary);
    filter:brightness(40%);
}

@media screen and (max-width:992px){
    .ingite-view-solution-description.ingite-view-solution-forensics-description span.color-secondary-foreground{
        color:inherit;
        filter:initial;
    }
}

@media screen and (max-width:600px){
    .ingite-view-solution-description h1{
        font-size:40px!important;
        line-height:40px!important;
    }
    .ingite-view-solution-description h5{
        font-size:20px!important;
        line-height:25px!important;
    }
}

.ingite-store-solution-description-wrapper{
    width:100%;
    padding-top:2rem;
    padding-bottom:2rem;
}

@media screen and (min-width:992px){
    .ingite-store-solution-description-wrapper{
        padding-top:5rem;
        padding-bottom:5rem;
    }
}

/* solutions specific */

.ingite-store-solution-description-wrapper h1{
    font-size:35px;
    line-height:1.25;
    font-weight:600;
    letter-spacing:.004em;
    margin:auto;
    text-align:center;
}

.ingite-store-solution-description-wrapper h1 *,
.ingite-store-solution-description-wrapper h5 *{
    color:inherit!important;
}

.ingite-store-solution-description-wrapper h1 br{
    display:none;
}

.ingite-store-solution-description-wrapper h1 span:after{
    content:" ";
    clear:both;
}

.ingite-store-solution-description-actions{
    margin-top:0.5rem;
    width:100%;
    flex-wrap:wrap;
}

.ingite-store-solution-title{
    margin-bottom:2rem;
}

.ingite-store-solution-description-actions{
    margin-top:2rem;
}

@media screen and (min-width:992px){
    .ingite-store-solution-description-wrapper h5:not(.center){
        text-align:justify;
    }

    .ingite-store-solution-description-wrapper.image-align-right h1{
        text-align:right;
    }

    .ingite-store-solution-description-wrapper .ingite-store-solution-title{
        display:flex;
        align-items:center;
        width:100%;
    }

    .ingite-store-solution-description-wrapper.image-align-right .ingite-store-solution-title{
        justify-content:flex-end;
    }

    .ingite-store-solution-description-wrapper.image-align-left .ingite-store-solution-title h1:not(.ingite-store-solution-description-icon){
        flex:1 1 0;
    }

    .ingite-store-solution-description-wrapper.image-align-right .ingite-store-solution-title .ingite-store-solution-description-icon{
        flex:1 1 0;
    }

    .ingite-store-solution-description-wrapper.image-align-left .ingite-store-solution-description-actions{
        justify-content:flex-end;
    }

    .ingite-store-solution-description-wrapper.image-align-left .ingite-store-solution-description-actions a:first-child{
        order:10;
    }

    .ingite-store-solution-description-wrapper.image-align-left .ingite-store-solution-description-actions a:nth-child(2){
        order:9;
    }

    .ingite-store-solution-description-wrapper.image-align-left h1{
        text-align:left;
    }
}

@media screen and (max-width:992px){
    .ingite-store-solution-description-wrapper h1{
        font-size:30px;
        line-height:40px;
        text-align:left;
    }

    .ingite-store-solution-description-wrapper .ingite-store-solution-description-icon{
        float:left;
        line-height:39px;
    }

}

.ingite-store-solution-description-wrapper .ingite-exename-set{
    justify-content:flex-end;
    flex-wrap:wrap;
}

.ingite-store-solution-description-wrapper .ingite-exename-set .ingite-exename-item{
    flex:initial;
}


.ingite-store-solution-description-wrapper .ingite-exename-set .ingite-exename-item.ingite-exename-item-others{
    display:block!important;
}

.ingite-store-solution-description-wrapper .ingite-exename-set .ingite-exename-item .ingite-exename-item-image{
    display:block;
    text-align:center;
    line-height:20px;
    vertical-align:middle;
    min-width:35px;
    min-height:35px;
    width:35px;
    height:35px;
    background:white;
    border:5px;
    border-radius:10px;
    overflow:hidden;
    padding:5px;
    -webkit-box-shadow:0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow:0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}

@media screen and (max-width:400px){
    .ingite-store-solution-description-wrapper .ingite-exename-set .ingite-exename-item .ingite-exename-item-image{
        min-width:30px;
        width:30px;
        height:30px;
        padding:3px;
    }
}

@media screen and (max-width:300px){
    .ingite-store-solution-description-wrapper .ingite-exename-set .ingite-exename-item .ingite-exename-item-image{
        min-width:25px;
        width:25px;
        height:25px;
    }
}

@media screen and (max-width:200px){
    .ingite-store-solution-description-wrapper .ingite-exename-set .ingite-exename-item .ingite-exename-item-image{
        min-width:20px;
        width:20px;
        height:20px;
    }
}

.ingite-store-solution-description-wrapper .ingite-exename-set .ingite-exename-item.ingite-exename-item-box img{
    background:#00AEEF;
    padding:0;
}

.ingite-store-solution-description img{
    display:block;
    margin:auto;
}

@media screen and (max-width:600px){
    .ingite-store-solution-description-wrapper > .container{
        width:100%;
        max-width:100%;
        padding:0;
    }

    .ingite-store-solution-description-wrapper .card-content{
        padding:0.5rem;
    }
}

@media screen and (min-width:992px){

    .ingite-store-solution-description-wrapper.image-align-right .ingite-store-solution-description-visual{
        padding-left: 1rem;
    }

    .ingite-store-solution-description-wrapper.image-align-right .ingite-store-solution-description-content{
        padding-right: 1rem;
    }

    .ingite-store-solution-description-wrapper.image-align-left .ingite-store-solution-description-visual{
        padding-right: 1rem;
    }

    .ingite-store-solution-description-wrapper.image-align-left .ingite-store-solution-description-content{
        padding-left: 1rem;
    }
}

/* forensics */

@media screen and (min-width:1450px){
    .ingite-store-solution-forensics-description .ingite-store-solution-description-content h5:first-of-type{
        margin-top:0;
    }
    .ingite-store-solution-forensics-description .ingite-store-solution-description-content h5:last-of-type{
        margin-bottom:0;
    }
    .ingite-store-solution-forensics-description h5{
        line-height:31px;
    }
}

#ingite-store-solution-forensics-exenames-col{
    display:flex;
    text-align:right;
    justify-content:flex-end;
    flex-wrap:wrap;
}

#ingite-store-solution-forensics-exenames-col h5{
    text-align:right;
}

/* inventory */

@media screen and (min-width:1450px){
    .ingite-store-solution-inventory-description .ingite-store-solution-description-content h5:first-of-type{
        margin-top:0;
    }
    .ingite-store-solution-inventory-description .ingite-store-solution-description-content h5:last-of-type{
        margin-bottom:0;
    }
    .ingite-store-solution-inventory-description h5{
        line-height:33px;
    }
}

/* metering */

@media screen and (min-width:1450px){
    .ingite-store-solution-metering-description .ingite-store-solution-description-content h5:first-of-type{
        margin-top:0;
    }
    .ingite-store-solution-metering-description .ingite-store-solution-description-content h5{
        line-height:30px;
    }
}

/* security */

@media screen and (min-width:1450px){
    .ingite-store-solution-security-description .ingite-store-solution-description-content h5:first-of-type{
        margin-top:0;
    }

    .ingite-store-solution-security-description .ingite-store-solution-description-content h5:last-of-type{
        margin-bottom:0;
    }

    .ingite-store-solution-security-description h5{
        line-height:40px;
    }

    .ingite-store-solution-security-description img{
        max-height:350px;
    }
}

/* performance */

@media screen and (min-width:1450px){
    .ingite-store-solution-performance-description img{
        max-height:383px;
    }
}

/* ingite_plan.free */

#content-single-product #free-trial-form .card{
    margin-top:0;
    margin-bottom:0;
    border:none;
}

#content-single-product #ingite_store_free_trial_form{
    margin-top:0;
    margin-bottom:0;
    border:none;
}