﻿.clear {
    clear: both;
}

.wrapper {
    height: 100%;
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .wrapper div {
        padding: 5px;
    }

.calendario {
    width: 300px;
}

.logomobile {
    max-height: 150px;
    max-width: 200px;
    width: auto;
    height: auto;
}

.maiusculas {
    text-transform:uppercase;
    
}
