/* Fuentes */

@font-face {
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro"), url("webfonts/myriad/myriadpro_regular.woff") format("woff");
}

@font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: lighter;
    src: local("Myriad Pro Light"), url("webfonts/myriad/myriad/myriadpro_light.woff") format("woff");
}

@font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: bold;
    src: local("Myriad Pro Semibold"), url("webfonts/myriad/myriad/myriadpro_semibold.woff") format("woff");
}

@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: bolder;
    src: local("Myriad Pro Bold"), url("webfonts/myriad/myriad/myriadpro_bold.woff") format("woff");
}



html {
    font-size: 12px;
}

.title_portal {
    font-size: 1.2rem;
    padding-left: 1rem;
}

@media screen and (min-width: 320px) {
    html {
        font-size: calc(12px + 2 * ((100vw - 320px) / 680))
    }
}

@media screen and (min-width: 1000px) {
    html {
        font-size: 14px
    }
}

.bg-main {
    background: #24135f;
    color: #fff
}

    .bg-main p, .bg-main .fa, .bg-main .fas, .bg-main .far {
        color: #fff
    }

.bg-second {
    background: #71327e;
    color: #fff
}

    .bg-second p, .bg-second .fa, .bg-second .fas, .bg-second .far {
        color: #fff
    }

.bg-third {
    background: #eceaf5;
    color: #000
}

    .bg-third p, .bg-third .fa, .bg-third .fas, .bg-third .far {
        color: #000
    }

.bg-fourth {
    background: #497272;
    color: #fff
}

    .bg-fourth p, .bg-fourth .fa, .bg-fourth .fas, .bg-fourth .far {
        color: #fff
    }

.bg-fifth {
    background: #b1a252;
    color: #fff
}

    .bg-fifth p, .bg-fifth .fa, .bg-fifth .fas, .bg-fifth .far {
        color: #fff
    }

.bg-sixth {
    background: #73495d;
    color: #fff
}

    .bg-sixth p, .bg-sixth .fa, .bg-sixth .fas, .bg-sixth .far {
        color: #fff
    }

.bg-seveth {
    background: #2c2c3a;
    color: #fff
}

    .bg-seveth p, .bg-seveth .fa, .bg-seveth .fas, .bg-seveth .far {
        color: #fff
    }

.bg-grey {
    background: #ececec;
    color: #4e4e4e
}

    .bg-grey p, .bg-grey .fa, .bg-grey .fas, .bg-grey .far {
        color: #4e4e4e
    }

.bg-image-1 {
    background-image: url("../../media/images-full-background/bg-bandera-1x.jpg");
    background-position: center;
    background-size: cover;
    min-height: 400px;
    color: #fff;
    background-attachment: fixed
}

* {
    font-family: "Myriad Pro",Arial,Helvetica,sans-serif
}

.hrBorder {
    border-top: 2px solid #24135f
}

h2 {
    color: #24135f
}

h3, h4 {
    text-transform: uppercase;
    color: #73495d
}

    h3 a, h4 a {
        color: #73495d
    }

h5 {
    color: #aea7d2
}

h6 a {
    color: #71327e
}

a, .page-link {
    color: #71327e
}

.btn-primary {
    color: #fff;
    background-color: #341c8a;
    border-color: #000;
    transition: all ease-in-out .25s
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #24135f;
        border-color: #000
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #24135f;
        border-color: #000
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #24135f;
        background-image: none;
        border-color: #000
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: #190d41;
            border-color: #000
        }

    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
        background-color: #341c8a;
        border-color: #000
    }

    .btn-primary .badge {
        color: #341c8a;
        background-color: #fff
    }

.btn-secondary {
    color: #fff;
    background-color: #9240a3;
    border-color: #0f0710;
    transition: all ease-in-out .25s
}

    .btn-secondary:focus, .btn-secondary.focus {
        color: #fff;
        background-color: #71327e;
        border-color: #000
    }

    .btn-secondary:hover {
        color: #fff;
        background-color: #71327e;
        border-color: #000
    }

    .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #71327e;
        background-image: none;
        border-color: #000
    }

        .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
            color: #fff;
            background-color: #5a2864;
            border-color: #000
        }

    .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
        background-color: #9240a3;
        border-color: #0f0710
    }

    .btn-secondary .badge {
        color: #9240a3;
        background-color: #666
    }

.btn-third {
    color: #fff;
    background-color: #cdc9e3;
    border-color: #0f0710;
    transition: all ease-in-out .25s
}

    .btn-third:focus, .btn-third.focus {
        color: #fff;
        background-color: #aea7d2;
        border-color: #000
    }

    .btn-third:hover {
        color: #fff;
        background-color: #aea7d2;
        border-color: #000
    }

    .btn-third:active, .btn-third.active, .open > .btn-third.dropdown-toggle {
        color: #fff;
        background-color: #aea7d2;
        background-image: none;
        border-color: #000
    }

        .btn-third:active:hover, .btn-third:active:focus, .btn-third:active.focus, .btn-third.active:hover, .btn-third.active:focus, .btn-third.active.focus, .open > .btn-third.dropdown-toggle:hover, .open > .btn-third.dropdown-toggle:focus, .open > .btn-third.dropdown-toggle.focus {
            color: #fff;
            background-color: #988fc6;
            border-color: #000
        }

    .btn-third.disabled:hover, .btn-third.disabled:focus, .btn-third.disabled.focus, .btn-third[disabled]:hover, .btn-third[disabled]:focus, .btn-third[disabled].focus, fieldset[disabled] .btn-third:hover, fieldset[disabled] .btn-third:focus, fieldset[disabled] .btn-third.focus {
        background-color: #cdc9e3;
        border-color: #0f0710
    }

    .btn-third .badge {
        color: #cdc9e3;
        background-color: #fff
    }

.btn-accesible .img-accesible {
    max-width: 90px;
    height: auto
}

.btn-accesible-2 .img-accesible {
    max-width: 70px;
    height: auto
}

header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    transition: all .5s ease-in-out
}

@media(max-width: 575.98px) {
    header {
        position: relative !important
    }
}

header .logo-te {
    max-width: 290px;
    margin: 1rem 0;
    transition: all .5s ease-in-out
}

header .logo-DG {
    display: block;
    margin: auto;
    font-size: 1.1rem;
    transition: all .5s ease-in-out;
    font-weight: 700;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: 0 -1px 11px 0 rgba(0,0,0,.47);
    -moz-box-shadow: 0 -1px 11px 0 rgba(0,0,0,.47);
    box-shadow: 0 -1px 11px 0 rgba(0,0,0,.47)
}

.nav-link {
    display: block;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.navbar .navbar-nav li {
    padding-left: .5rem
}

    .navbar .navbar-nav li .nav-link, .navbar .navbar-nav li .toogle-icon {
        transition: all ease-in-out .25s;
        color: #24135f
    }

        .navbar .navbar-nav li .nav-link:hover, .navbar .navbar-nav li .toogle-icon:hover {
            background: #24135f;
            color: #fff
        }

        .navbar .navbar-nav li .nav-link.nav-hover {
            color: #fff
        }

            .navbar .navbar-nav li .nav-link.nav-hover:hover {
                background: #fff;
                color: #24135f
            }

    .navbar .navbar-nav li a {
        padding-left: 30px;
        padding-right: 30px;
    }


.toogle-icon.nav-hover {
    color: #fff;
    fill: #fff;
    stroke: #fff
}

.toogle-icon {
    color: #24135f;
    fill: #24135f;
    stroke: #24135f
}

.fixed {
    max-width: 220px !important;
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.fixed2 {
    font-size: 1rem !important;
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.col-icons {
    padding-top: .25rem;
    width: 3.5rem;
    text-align: center
}

    .col-icons .fas, .col-icons .far, .col-icons .fab {
        color: #24135f
    }

@media(max-width: 991.98px) {
    .col-icons {
        display: none
    }
}

.main-row {
    width: calc(100% - 7rem);
    display: flex;
    flex-wrap: wrap
}

@media(max-width: 991.98px) {
    .main-row {
        width: 100%
    }
}

footer {
    background: #ececec
}

    footer p {
        margin-bottom: 0
    }

.back-video {
    position: absolute;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    height: 600px;
    width: auto;
    height: auto;
    overflow: hidden
}

.slick-prev:before, .slick-next:before {
    color: #24135f
}

.fakeBox {
    border-radius: 25px;
    box-sizing: border-box;
    height: auto;
    opacity: 1;
    position: relative;
    transition: none;
    border: 2px solid #24135f;
    overflow: hidden;
    padding: .25rem
}

    .fakeBox .form-control {
        border: none
    }

        .fakeBox .form-control:focus {
            color: #495057;
            background-color: #fff;
            border: none;
            outline: 0;
            box-shadow: none
        }

    .fakeBox .input-group-text {
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: none
    }

.card {
    border-radius: 0
}

    .card .list-group .list-group-item {
        background: none
    }

    .card .list-group-flush .list-group-item:first-child {
        border-top-width: 1px
    }

.card-map {
    background: none;
    border: none;
    color: #24135f
}

    .card-map .card-header {
        background: none;
        border-bottom: none
    }

    .card-map .card-body {
        background: #fff;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,.2);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,.2);
        box-shadow: 0px 3px 6px 0px rgba(0,0,0,.2)
    }

@media(min-width: 1200px) {
    .card-columns {
        column-count: 6
    }
}

@media(max-width: 1199.98px) {
    .card-columns {
        column-count: 6
    }
}

@media(max-width: 991.98px) {
    .card-columns {
        column-count: 3
    }
}

@media(max-width: 767.98px) {
    .card-columns {
        column-count: 3
    }
}

@media(max-width: 575.98px) {
    .card-columns {
        column-count: 2
    }
}
/*Estilo param Si-No*/
.notActive {
    color: #0a6a69;
    background-color: #fff;
}

    .notActive:hover {
        color: #fff !important;
        background-color: #007bff !important;
    }


.radActive {
    color: #fff !important;
    background-color: #341c8a !important;
    border-color: #341c8a !important;
}

.Req {
    color: Red;
}

.valReq {
    border-color: red;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 21, 21, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 8, 8, 0.6);
}

.titulo_azul {
    color: #24135f;
    font-weight: 600;
}
/* ARBOL*/
.indicator {
    margin-right: 5px;
}

.yellow {
    color: #ff9800 !important;
    color: #ff9800 !important;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('webfonts/glyphicons-halflings-regular.eot');
    src: url('webfonts/glyphicons-halflings-regular.eot');
    src: url('webfonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('webfonts/glyphicons-halflings-regular.woff') format('woff'), url('webfonts/glyphicons-halflings-regular.ttf') format('truetype'), url('webfonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-briefcase:before {
    content: "\1f4bc";
}

.glyphicon-calendar:before {
    content: "\1f4c5";
}

.glyphicon-pushpin:before {
    content: "\1f4cc";
}

.glyphicon-paperclip:before {
    content: "\1f4ce";
}

.glyphicon-camera:before {
    content: "\1f4f7";
}

.glyphicon-lock:before {
    content: "\1f512";
}

.glyphicon-bell:before {
    content: "\1f514";
}

.glyphicon-bookmark:before {
    content: "\1f516";
}

.glyphicon-fire:before {
    content: "\1f525";
}

.glyphicon-wrench:before {
    content: "\1f527";
}


.flip-card {
    background-color: transparent !important;
    width: 100%;
    height: 300px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: none !important;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: transparent !important;
    color: black;
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
}

.centrar-contenido {
    text-align: center !important;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon, .input-group-btn {
    display: table-cell;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
    }


.col-xs-6 {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
}
