.button-multiple-screen-hide {
    display:none !important
}

.button-multiple-screen-show {
    display:flex
}

.button-google-red{
    fill:#E94435
}

.button-google-yellow{
    fill:#F8BB15
}

.button-google-green{
    fill:#34A751
}

.button-google-blue{
    fill:#547DBE
}

.div-clear {
    clear: both;
}

.display-none {
    display: none
}

.display-inline {
    display: inline
}

.display-flex {
    display: flex
}

.div-inputs{
    margin-bottom: 20px;
}

.div-message {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.width-40 {
    width:40px;
}

.h2-color {
    color: #f27474;
    margin-bottom: 0px;    
}

.div-rut-leyenda {
    display:inline;
    font-size: 11px;
    font-weight: bold;
}