textarea, input[type="text"] {
    text-transform: uppercase;
}

#mapa { 
    height: 100%; 
    margin: 0; 
    padding: 0;
}
.wrap { 
    max-width: 75em; 
    min-height: 40em; 
    height:100%; 
    width:100%; 
    margin: 0 auto;
}
#map-canvas { 
    height: 99%;
}

.pac-container { 
    z-index: 2147483647; 
}

input[data-readonly] {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
    caret-color: transparent !important;
}