.prev:before {
    content: "\ea44";
}
.next:before {
    content: "\ea42";
}
div#galeria-conoce-congreso {
    margin: 30px auto 0px auto;
    text-align: center;
    max-width: 90%;
    width: 1000px;
}
div#galeria-rifa {
    margin: 30px auto 0px auto;
    text-align: center;
    max-width: 700px;
    width: 60%;
}
.owl-theme .owl-controls {
    margin: 10px 0px !important;
}
.owl-nav{
	display: flex;
    justify-content: center;
    color: #256879;
    font-size: 3.2em;
    font-weight: 100;
    font-family: serif;
}
.owl-nav div{
	margin: 0 60px;
}
#pictures a:hover img{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
}
#pictures img{
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}