/* CSS Para a area que sera sempre igual em todas as paginas */

@import url(http://fonts.googleapis.com/css?family=Montserrat);
body {
    margin: 0
}

img {
    max-width: 100%
}

svg {
    max-height: 100%
}

* {
    font-family: 'Montserrat', sans-serif
}

#areaRegional {
    align-content: center;
    margin: 70px 0 30px 15%;
    width: 70%;
    border-width: 5px;
    border-style: groove;
    border-color: #2D3348;
    box-shadow: 1px 1px 2px black;
    -webkit-border-radius: 10px / 10px;
    border-radius: 10px / 10px;
}

#areaRegional h2 {
    margin-top: 0px;
    font-size: 26pt;
    background: #8577A5;
    text-align: center;
    color: darkred;
    text-shadow: 0.2px 0.2px 2px black;
}

.caixasEstados {
    /* border-left: 5px solid #414F68; */
    margin-left: -51px;
    margin-right: 2px;
    display: inherit;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: auto;
    padding-left: 40px;
    padding-right: 0px;
    border-top-left-radius: 0px 0px;
}

.caixasEstados li {
    list-style-type: none;
    margin-top: -27px;
    padding-top: 0px;
    /* [disabled]padding-left: 0px; */
    margin-right: 5px;
    margin-left: -25px;
    /* border-left: 5px solid #414F68; */
}

.siglasEstados {
    margin-top: 0px;
    font-size: 18pt;
    background: #414F68;
    text-align: left;
    color: #D4CFE1;
    margin-left: -81px;
}

.empresasReve {
    margin-top: -15px;
    font-size: 16pt;
    font-stretch: condensed;
    text-align: center;
    color: darkred;
}

.endereco {
    font-size: 14pt;
    text-align: left;
    color: #0C0E13;
    height: 100px;
    text-shadow: 0.2px 0.2px 1px black;
}

.mapGG {
    margin-top: 100px;
    margin: 20px;
    border: 2px solid black;
    box-shadow: 2px 2px 2px black;
}