/* ---- isotope ---- */

.ajusteDeColuna {
    margin-left: 60px;
}
@media screen and (max-width: 480px) {
    .ajusteDeColuna {
        margin-left: 20px;
    }
}

/* clear fix */
.grid:after {content: ''; display: block; clear: both;}

.grid {}

.element-item {
    position: relative;
    float: left;
    width: 300px;
    margin: 10px 0px 10px 15px;
    color: #262524;
}

@media screen and (max-width: 480px) {
    .grid {max-width: 290px;}
    .element-item {max-width: 280px;}
}

.element-item > * {
    margin: 0;
    padding: 0;
}



.emtu .metro .cptm .trensurb {
    border: 1px solid;
    background-color: #FF0000;
    width: 100%;
    padding: 20px;
}


.button {
    background: inherit;
    border: medium none;
    border-radius: 2px;
    color: #000;
    font-weight: bold;
    margin: 0 1em;
    padding: 0.5em 1em;
}

.button:focus,
.button:hover {
    outline: none;
    background: inherit;
    color: #CCC;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay-content img {
    max-width: 1080px;   /* Máximo da largura da imagem */
    /*width: 100%;*/
    max-height: 500px;  /* Máximo da altura da imagem */
    min-height: auto;      /* Mínimo da altura, por padrão “auto” */
    background-size:100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
    .overlay-content img {width: 90%;}
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}