/* Main section modal */
.modalDepartment{
    width: 100%;
    height: 0;
    background-color: #ffffff;
    display: none;
    padding: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/*  */

/* Exit modal button */
.exitDepartment {
    font-family: 'Quicksand', sans-serif;
    font-weight: lighter;
    font-size: 3.5em;
    color: #010101;
    position: fixed;
    top: 0;
    right: 6%;
    z-index: 1001;
    display: none;
    text-transform: lowercase;
    transition: all .5s ease;
}

.exitDepartment:hover {
    font-weight: bolder;
}
/*  */

/* Department Content */
.departmentInner {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
    display: none;
    padding: 0;
}

.contentDepartment {
    width: 93%;
    height: auto;
    padding: 0;
    float:left;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.departmentTitle {
    width: 20%;
    height: 100px;
    background: -moz-linear-gradient(left, #9ff6f5 0%, #9ff6f5 50%, #ffffff 50%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #9ff6f5 0%,#9ff6f5 50%,#ffffff 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #9ff6f5 0%,#9ff6f5 50%,#ffffff 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    float:left;
}

#typeUnit {
    width: 50%;
    height: 100%;
    float: left;
    font-size: 5em;
    font-weight: bold;
    color: #0a0715;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    text-align: right;
    margin-top: -10px;
    padding-right: 10px;
}

#unitTitle {
    width: 50%;
    height: 100%;
    float:right;
    font-size: 2.5em;
    font-weight: lighter;
    color: #0a0715;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    text-align: left;
    margin-top: 30px;
    padding-left: 5px;
}

.departmentDetails {
    width: 45%;
    height: auto;
    float: left;
    border-bottom: 1px solid #d2d2d2;
    padding: 1.5% 0 2% 0;
    position: relative;
}

.hojaModal {
    position: absolute;
    right: -25px;
    top: 1px;
}
.detailsLeft {
    width: 35%;
    height: auto;
    float:left;
}

.detatilsRight {
    width: 65%;
    height: auto;
    float: left;
    margin-top: 5px;
}

.detTitle {
    font-size: 1.5em;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    color: #737373;
    text-transform: uppercase;
}

#typeHouse, #areaHouse , #unitsHouse , #locationHouse{
    font-size: 1.2em;
    color: #0a0715;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
}

#typeHouse {
    font-weight: lighter;
}

#areaHouse , #unitsHouse , #locationHouse{
    font-weight: bold;
}

.departmentDescription {
    width: 35%;
    height: auto;
    float:left;
    padding: 0;
}

.departmentContainer {
    width: 80%;
    height: auto;
    padding: 4% 6% 6% 6%;
    background-color: #000000;
    position: relative;
    float: left;
}

.departmentContainer p {
    font-size: 1.2em;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
}

.departmentContainer h6 {
    font-size: 1.2em;
    color: #9ff6f5;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
}

.departmentContainer h6 span {
    color: #737373;
}

.departmentImages {
    width: 100%;
    height: auto;
    padding: 0;
    line-height: 0;
    float: left;
    text-align: center;
    overflow: hidden;
}


.normalImage {
    display: none;
}

/*  */


/* Responsivo */
@media screen and (max-width: 1300px) {
    .departmentContainer p , .departmentContainer h6{
        font-size: 1.1em;
    }
    #typeHouse, #areaHouse, #unitsHouse, #locationHouse {
        font-size: 1.1em;
    }
    .detTitle {
        font-size: 1.25em;
    }
    #typeUnit {
        font-size: 2.25em;
    }
}

@media screen and (max-width: 1100px) {
    .contentDepartment {
        width: 95%;
    }
    .departmentContainer p , .departmentContainer h6{
        font-size: 1em;
    }
    #typeHouse, #areaHouse, #unitsHouse, #locationHouse {
        font-size: 1em;
    }
    .detTitle {
        font-size: 1.15em;
    }
}

@media screen and (max-width: 992px) {
    .contentDepartment {
        line-height: 1;
    }

    #typeUnit {
        margin-top: 33px;
    }
}

@media screen and (max-width: 900px) {
    .departmentTitle {
        width: 25%;
    }
    .departmentDetails {
        width: 75%;
    }
    .exitDepartment {
        top: 25px;
        right: 13%;
    }
    .departmentDescription {
        width: 50%;
        float: right;
        margin-top: 10px;
    }
}

@media screen and (max-width: 700px) {
    .departmentDetails {
        width: 100%;
        padding: 1.5% 0 2% 45px;
    }
}

@media screen and (max-width: 600px) {
    .departmentDescription {
        width: 60%;
    }
}

@media screen and (max-width: 500px) {
    .departmentDescription {
        width: 70%;
    }
}

@media screen and (max-width: 450px) {
    .departmentDescription {
        width: 95%;
    }

    .hojaModal {
        display: none;
    }
}
/*  */
