/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/02/2020, 10:05:57
    Author     : Sidnei Junior
*/

#index-banner {
    height: 20%; 
    background-color: white;
}

#index-banner .iconAndTitle {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.img-title {
    padding-top: 20px;
}

.header {
    font-size: 3rem;
}

.other-diagnostic-button a {
    min-width: 216px;
}

.open-ticket-button a {
    min-width: 160px;
}

.diag-buttons-panel {
    margin-bottom: 32px;
    display: flex;
    gap: 32px;
    justify-content: center;
}