body { 
    font-family: 'Montserrat', sans-serif;
}

a {
    color: #ed4d09;
}

h1, h2, h3, h4, h5 {
    font-weight: 700!important;
}

.galeria img {
    margin-bottom: 20px;
}

.jumbotron .h1, .jumbotron h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-top: 0px;
    color: #ed4d09;
}

.jumbotron .h2, .jumbotron h2 {
    font-size: 22px;
    font-weight: 500;
}

.jumbotron {
    padding: 30px 40px!important;
    margin-top: 20px;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
}

.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: #3dbbae;
}

.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;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.b-example-divider {
height: 3rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
flex-shrink: 0;
width: 1.5rem;
height: 100vh;
}

.bi {
vertical-align: -.125em;
fill: currentColor;
}

.nav-scroller {
position: relative;
z-index: 2;
height: 2.75rem;
overflow-y: hidden;
}

.nav-scroller .nav {
display: flex;
flex-wrap: nowrap;
padding-bottom: 1rem;
margin-top: -1px;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}

@media (max-width: 991px) {
    .p-5 {
        padding: 1rem 0.5rem!important;
    }
    .text-center {
        text-align: left!important;
    }
    p {
        margin-bottom: 0.5rem;
    }
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}