body {
    background-image: url(../images/fondo.png);
    background-attachment: fixed;
    background-position:top;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .navbar {
        float: none;
        display: inline-block;
    }    
}

.fa.fa-navicon {
    color:white;
  }
  

/* -- Div Pizarron */
.background-wrapper, .active-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.background-wrapper img, .active-slider img {
    width: 100%;
    height: auto;
}

.background-wrapper .map, .active-slider .map {
    height: 100%;
}

.background-wrapper .background-color, .active-slider .background-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.background-wrapper .background-color.background-color-white,
.active-slider .background-color.background-color-white {
    background-color: #fff;
}

.background-wrapper .background-color.background-color-black,
.active-slider .background-color.background-color-black {
    background-color: #000;
}

#background-content {
    position: relative;
    height: 100%;
    width: 100%;
}

/* -- Page Wrapper */
.page-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

/* -- Header */
.page-wrapper header {
    position: fixed;
    z-index: 999;
    padding: 1.875rem;
    display: table;
    width: 100%;
    pointer-events: none;
}

.page-wrapper header .brand {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    pointer-events: auto;
}

.page-wrapper header nav {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.page-wrapper header nav .navigation li {
    display: inline-block;
}

.page-wrapper header nav .navigation li a {
    padding: .3125rem .375rem;
    font-weight: bold;
    text-transform: uppercase;
    /*//font-size: .75rem;*/
    font-size: 1.15rem;
    pointer-events: auto;
}

/* -- Modal */
.modal {
    text-align: center;
}

.modal.fade .modal-dialog {
    transform: translate(0, 0) scale(.95);
}

.modal.fade.in .modal-dialog {
    transform: translate(0, 0) scale(1);
}

.modal-dialog {
    width: auto;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    /*max-width: 100%;*/
}

.modal-dialog .modal-content {
    border-radius: 0;
    border: none;
}

.modal-dialog .modal-content h2 {
    /*//font-size: 2.25rem;*/
    font-size: 1.5rem;
    font-weight: bold;
}

.modal-dialog .modal-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
}

.modal-dialog .modal-content .modal-header {
    border-bottom: none;
    /*//padding: 4.0625rem 2.8125rem;*/
    padding: 1rem;
}

.modal-dialog .modal-content .modal-header .close {
    opacity: 1;
    background-color: #fff;
    font-size: 20px;
    padding: .625rem .875rem;
    position: absolute;
    border: none;
    top: 0;
    right: 0;
    margin-top: 0;
}

.modal-dialog .modal-content .modal-body {
    /*//padding: 2.1875rem 2.8125rem;*/
    padding: 1.1875rem;
}

.background-wrapper, .active-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

/* -- Work */
.work {
    display: block;
    position: relative;
    /*margin-bottom: 1.875rem;*/
}

.work .descriptionTitle {
    width: 93.5%;
    color:white;
    position: absolute;
    background: rgba(39, 39, 39, 0.75);
    /*z-index: 2;*/
}

.work .descriptionBottom {
    width: 93.5%;
    color:white;
    position: absolute;
    background: rgba(63, 62, 62, 0.979);
    bottom: 1rem;
    z-index: 2;
}