.quality-assurance {
    background-color: #dcdde1;
    padding-bottom: 10px;
}

#title-quality-assurance {
    font-size: 25px;
    font-weight: bold;
}

p.title-header-text {
    font-size: 28px;
    font-weight: bold;
   /* color: #333;*/
    text-align: right;
}

.color-header-text{
    color: #333;
}

#text-garantia-qualidade {
    
 
    line-height: 20px;
    color: #333;
    text-align: right;
}


.monitoring-text {
    font-size: 25px;
    font-weight: bold;
    color: #FFF !important;
    background-color: #002138;
}

.server-monitoring-image {
    background: url('../img/server-monitoring.jpg') no-repeat center;
    background-size: cover;
}


.server-backup-image {
    background: url('../img/servers.png') no-repeat center;
    background-size: cover;
}

.server-backup-text {
    font-weight: bold;
    color: #FFF;
    background-color: #eba238;
}

.text-block {
    height: 300px;
}

div#divRedundantes {
    margin-top: 74px;
}

p#backups-redundantes-text {
    margin-top: 20px;
}

ul.linguas{
    width: 50px !important;
}

.mobileAWS {
    display: none !important;
}

.mobileBackupMonit {
    display: none !important;
}

@media (max-width: 991px) {
    .desktopAWS{
        display: none !important;
    }
    .mobileAWS{
        display: flex !important;
    }
    .desktopBackupMonit{
        display: none !important;
    }
    .mobileBackupMonit{
        display: block !important;
    }
}

.icone-case {
    max-width: 30px;
}

.max-width-image-circle {
    max-width: 200px;
}