*, body {
    font-family: 'Source Sans Pro', sans-serif;
}

/* Color BUAP Dark: rgb(0,59,92) */
/* Color BUAP Light: rgb(0,181,226) */
/* Color BUAP Gray: rgb(188,188,188) */

body {
    background-color: rgb(0,59,92);
}

.text-buap-primary {
    color: rgb(0,59,92);
}

.text-buap-secondary {
    color: rgb(0,181,226);
}

.text-buap-gray {
    color: rgb(188,188,188);
}

.bg-buap-primary {
    background-color: rgb(0,59,92);
}

.bg-buap-secondary {
    background-color: rgb(0,181,226);
}

.bg-buap-gray {
    background-color: rgb(188,188,188);
}

#window-block {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3200;
    /*
    filter: alpha(opacity=35);
    -moz-opacity: 35;
    opacity: 0.35;
     */
    background: rgba(198, 198, 198, 0.5);
    width: 100%;
    height: 100%;
}

.btn-buap-primary {
    color: #fff;
    background-color: rgb(0,59,92);
    border-color: rgb(0,59,92);
}

.btn-buap-primary:hover {
    color: #fff;
    background-color: rgba(0, 59, 92, 0.75);
    border-color: rgba(0, 59, 92, 0.75);
}

.btn-buap-primary:focus {
    color: #fff;
    background-color: rgba(0, 59, 92, 0.75);
    border-color: rgba(0, 59, 92, 0.75);
    box-shadow: 0 0 0 .25rem rgba(0, 59, 92, 0.5);
}

.btn-buap-secondary {
    color: #fff;
    background-color: rgb(0,181,226);
    border-color: rgb(0,181,226);
}

.btn-buap-secondary:hover {
    color: #fff;
    background-color: rgba(0,181,226, 0.75);
    border-color: rgba(0,181,226, 0.75);
}

.btn-buap-secondary:focus {
    color: #fff;
    background-color: rgba(0,181,226, 0.75);
    border-color: rgba(0,181,226, 0.75);
    box-shadow: 0 0 0 .25rem rgba(00,181,226, 0.5);
}

.btn-orange {
    color: #fafafa;
    background-color: rgb(255, 165, 0);
    border-color: rgb(255, 165, 0);
}

.btn-orange:hover {
    color: #fafafa;
    background-color: rgba(255, 165, 0, 0.75);
    border-color: rgba(255, 165, 0, 0.75);
}

.btn-orange:focus {
    color: #fafafa;
    background-color: rgba(255, 165, 0, 0.75);
    border-color: rgba(255, 165, 0, 0.75);
    box-shadow: 0 0 0 .25rem rgba(255, 165, 0, 0.5);
}

.btn-turquoise {
    color: #d0d0d0;
    background-color: rgb(93,193,185);
    border-color: rgb(93,193,185);
}

.btn-turquoise:hover {
    color: #d0d0d0;
    background-color: rgba(93,193,185, 0.75);
    border-color: rgba(93,193,185, 0.75);
}

.btn-turquoise:focus {
    color: #d0d0d0;
    background-color: rgba(93,193,185, 0.75);
    border-color: rgba(93,193,185, 0.75);
    box-shadow: 0 0 0 .25rem rgba(93,193,185, 0.5);
}

.btn-turquoise {
    color: #d0d0d0;
    background-color: rgb(93,193,185);
    border-color: rgb(93,193,185);
}

.btn-turquoise:hover {
    color: #d0d0d0;
    background-color: rgba(93,193,185, 0.75);
    border-color: rgba(93,193,185, 0.75);
}

.btn-turquoise:focus {
    color: #d0d0d0;
    background-color: rgba(93,193,185, 0.75);
    border-color: rgba(93,193,185, 0.75);
    box-shadow: 0 0 0 .25rem rgba(93,193,185, 0.5);
}

.text-justify {
    text-align: justify;
}

#footer-page {
    width: 100%;
    min-height: 200px;
    min-width: 100%;
}

#header-page {
    width: 100%;
    min-height: 60px;
    min-width: 100%;
}

#content-page {
    width: 100%;
    min-height: 600px;
    min-width: 100%;
}

.div-scroll-content {
    height: 70vh;
    overflow: hidden auto;
}

.div-scroll-constancy {
    height: 30vh;
    overflow: hidden auto;
}

.zoom {
    transition: transform .3s;
}

.zoom:hover {
    transform: scale(1.1);
}
