#banner, #banner h2, .logo, .logoDer {
    position: relative
}

.more span a, .prueba, .prueba a {
    text-decoration: none
}

#banner .more:after, #banner:after {
    content: '';
    display: block
}

body {
    background: url(../../images/bg.png) #0D80B7;
    background-size: cover
}

    body.is-loading *, body.is-loading :after, body.is-loading :before {
        -moz-animation: none !important;
        -webkit-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        -moz-transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        transition: none !important
    }

.logo {
    z-index: 10;
    float: left
}

.logoDer {
    float: right
}

#banner {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    cursor: default;
    height: 10px;
    min-height: 33em;
    overflow: hidden;
    text-align: center
}

    #banner h2 {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -moz-transition: -moz-transform .5s ease,opacity .5s ease;
        -webkit-transition: -webkit-transform .5s ease,opacity .5s ease;
        -ms-transition: -ms-transform .5s ease,opacity .5s ease;
        transition: transform .5s ease,opacity .5s ease;
        display: inline-block;
        font-size: 1.75em;
        opacity: 1;
        z-index: 1;
        margin-top: -100px
    }

        #banner h2:after, #banner h2:before {
            -moz-transition: width .85s ease;
            -webkit-transition: width .85s ease;
            -ms-transition: width .85s ease;
            transition: width .85s ease;
            -moz-transition-delay: .25s;
            -webkit-transition-delay: .25s;
            -ms-transition-delay: .25s;
            transition-delay: .25s;
            position: absolute;
            width: 100%
        }

        #banner h2:before {
            top: 0;
            left: 0
        }

        #banner h2:after {
            bottom: 0;
            right: 0
        }

    #banner p {
        letter-spacing: .225em;
        text-transform: uppercase
    }

        #banner p a {
            color: inherit
        }

    #banner .more {
        -moz-transition: -moz-transform .75s ease,opacity .75s ease;
        -webkit-transition: -webkit-transform .75s ease,opacity .75s ease;
        -ms-transition: -ms-transform .75s ease,opacity .75s ease;
        transition: transform .75s ease,opacity .75s ease;
        -moz-transition-delay: 1s;
        -webkit-transition-delay: 1s;
        -ms-transition-delay: 1s;
        transition-delay: 1s;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        background: #fff;
        border: none;
        bottom: 110px;
        color: #999;
        font-size: 22px;
        font-family: calibri;
        height: 50px;
        left: 50%;
        margin-left: -7em;
        position: absolute;
        width: 300px;
        z-index: 1;
        padding: 20px 0 40px;
        text-align: center
    }

.input_prueba, .prueba {
    font-family: Arial,Helvetica,sans-serif
}

.more span a {
    font-size: 15px;
    color: #999
}

    .more span a:hover {
        color: #CCC
    }

.input_prueba {
    width: 250px;
    height: 25px;
    background: 0 0;
    border: 1px solid grey;
    padding: 0 5px;
    color: #666;
    font-size: 13px
}

.prueba {
    margin: 15px auto;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    height: 40px;
    width: 207px;
    padding: 10px;
    box-sizing: border-box;
    transition: all .5s ease;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0 #000;
    background-color: #c2cc23
}

    .prueba:hover {
        background: rgba(0,0,0,0);
        color: #c2cc23;
        box-shadow: inset 0 0 0 3px #c2cc23
    }

#banner .more:after {
    background-image: url(images/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 4em;
    height: 1.5em;
    left: 50%;
    margin: 0 0 0 -.75em;
    position: absolute;
    width: 1.5em
}

#banner:after {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -moz-transition: opacity 3s ease-in-out;
    -webkit-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    transition: opacity 3s ease-in-out;
    -moz-transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    transition-delay: 1.25s;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

@media screen and (max-width:736px) {
    #banner {
        padding: 7em 3em 5em;
        height: auto;
        min-height: 0
    }

        #banner h2 {
            font-size: 1.25em
        }

        #banner br {
            display: none
        }

        #banner .more {
            bottom: -30px
        }
}

body.is-loading #banner h2 {
    -moz-transform: scale(.95);
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    opacity: 0
}

    body.is-loading #banner h2:after, body.is-loading #banner h2:before {
        width: 0
    }

body.is-loading #banner .more {
    -moz-transform: translateY(8.5em);
    -webkit-transform: translateY(8.5em);
    -ms-transform: translateY(8.5em);
    transform: translateY(8.5em);
    opacity: 0
}

body.is-loading #banner:after {
    opacity: 1
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

.modal-progress {
    position: fixed;
    z-index: 1060;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #FFF;
    opacity: .9
}

.center-progress {
    z-index: 1000;
    margin: 25% auto;
    padding: 10px;
    width: 250px;
    color: #174991;
    text-align: center
}

    .center-progress img {
        width: auto;
        margin: 0 auto;
        height: auto
    }

.letra-loading {
    color: #174991;
    font-family: 'Arial Rounded MT'
}

.color-Prioridad-1 {
    border-color: #8b0000;
    border-width: 15px
}

.color-Prioridad-2 {
    border-color: #ff4500;
    border-width: 15px
}

.color-Prioridad-3 {
    border-color: #1e90ff;
    border-width: 15px
}
