body { 
    font-family: 'Roboto', sans-serif;
}

a {
    color: #790000;
}

.galeria img {
    margin-bottom: 20px;
}

.jumbotron .h1, .jumbotron h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-top: 0px;
    color: #790000;
}

.jumbotron .h2, .jumbotron h2 {
    font-size: 22px;
    font-weight: 500;
}

.jumbotron {
    padding: 30px 40px!important;
    margin-top: 20px;
}

.formulario {
    background: #f1f1f1;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
}

img {
    border-radius: 5px;
}

ul {
    padding-left: 10px!important;
    margin-bottom: 0px!important;
}

textarea {
    margin-bottom: 15px;
}

footer {
    text-align: center;
    margin: 50px 0 30px 0;
}

h3 {
    margin: 0 0 20px 0;
}

.color {
    color: #790000;
}

.btn-default {
    background: #333;
    color: #FFF;
    font-size:18px;
    border-radius: 5px;
    padding: 10px 30px;
    border: none;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    z-index:1032;
}