.margin-top{
    margin-top: 30px;
}

.titulo_galeria{
    color: #EE2E24;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
}

.hr {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-left: -5px;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

.imagem-galeria{
    /*width: 100%;
     height: auto;*/
}

.imagem-galeria img{
    max-width: 100%;
    height: auto;
}

.imagem-galeria-solo{

}

.imagem-galeria-solo img{
    max-width: 100%;
    height: auto;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {

}

@media (max-width: 991px) AND (min-width: 768px) {


}

@media (min-width: 992px) AND (max-width: 1209px){

}

@media (min-width: 1210px) {

}