header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

header .main-menu ul {
    float: right;
    overflow: auto;
    margin: 0;
    list-style-type: none;
    width: 770px;
}

header .main-menu li {
    float:left;
    margin: 0 40px;
}

header .menu-pull {
    display: none;
}

.parallax {
    position: relative;
    background-size: 100% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.parallax .parallax-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: bolder;
}

.institucional {
    text-align: justify;
    font-size: medium;
}

.institucional .image {
    text-align: center;
}

.institucional .image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.image-gallery-grid .item {
    padding: 10px;
}

.image-gallery-grid .item .image {
    height: 25vh;
}

.image-gallery-grid .item .image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.image-gallery-grid .item .caption {
    text-align: center;
    margin: 10px 0 20px 0;
    font-weight: bolder;
}

.image-gallery-grid .carousel-control {
    opacity: 0;
    transition: opacity 0.2s linear;
}

.image-gallery-grid .carousel:hover .carousel-control {
    opacity: 1;
}

.image-gallery-grid .carousel-indicators {
    bottom: -25px;
}

@media only screen and (max-width : 590px),
only screen and (max-device-width : 590px){
    header .main-menu {
        margin: 10px 0;
        display: none;
    }

    header .main-menu li {
        float: none !important;
    }

    header .menu-pull {
        display: block;
    }
}