html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    background-color: transparent;
    color: #656565;
    font-size: 13px;
    overflow-x: hidden;
    height: 100vh;
    background-size: 100% 100%;
    background-color: #004972;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans',"HelveticaNeue", "Helvetica Neue", Helvetica, Arial,sans-serif;
}

h1 {
    line-height: 4rem;
    font-size: 4em;
    color: #FFFFFF;
    margin-top: 0.7rem;
    text-align: left;
}

h2 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 0.5rem;
    text-align: left;
}

h3 {
    color: #464242;
    font-weight: 400;
    font-size: 1.5rem;
    margin-top: 0.5rem;
}

h4 {
    color: #FFFFFF;
    font-weight: 200;
    font-size: 1rem;
    margin-top: 0.5rem;
    text-align: left;
}

a {
    color: #3a5a7a
}

    a:hover, a:focus {
        text-decoration: none;
    }

.form-color {
    background-color: rgb(255, 255, 255);
    padding: 2em;
    margin: 1em 0;
}

.form-control:focus {
    border-color: #c691a1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #979799 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.form-controlInscr {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 3;
    color: #979799 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label {
    font-weight: 400;
    color: #495057;
    float: left;
    font-size: 0.9rem;
}

.fondo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
/*overrid the bootstrap colors*/
.th-sortable {
    cursor: pointer;
}

    .th-sortable .th-sort {
        float: right;
        position: relative;
    }

.th-sort i {
    position: relative;
    z-index: 1
}

.th-sort .fa-sort {
    position: absolute;
    left: 0;
    top: 3px;
    color: #bac3cc;
    z-index: 0
}

.list-group {
    border-radius: 4px
}

.list-group-item {
    border-color: #e4e9ed;
}

    .list-group-item .fa-chevron-right {
        float: right;
        margin-top: 4px;
        margin-right: -5px
    }

    .list-group-item > .fa-chevron-right + .badge {
        margin-right: 5px;
    }

a.list-group-item:hover, a.list-group-item:focus, a.list-group-item:active {
    background-color: #f1f5f9;
}

a.list-group-item.active {
    background-color: #e1e5e9;
    border-color: #e1e5e9;
    color: #3a5a7a
}

    a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
        color: #3a5a7a
    }

.list-group-item.active a, .list-group-item.active .text-muted {
    color: #fff
}

.list-group-item.active {
    background-color: #5191d1;
    border-color: #5191d1;
}

.list-group-item.media {
    margin-top: 0
}

.progress-mini {
    height: 6px
}

.progress-small {
    height: 10px
}

    .progress-small .progress-bar {
        font-size: 10px;
        line-height: 1em
    }

.navbar {
    background-color: #fff
}

    .navbar .nav .open > a, .navbar .nav .open > a:hover, .navbar .nav .open > a:focus {
        background: transparent;
    }

.list-normal {
    background: transparent;
}

    .list-normal > .list-group-item {
        border-radius: 0;
        border-width: 1px 0;
        background: transparent
    }

        .list-normal > .list-group-item .badge {
            margin-right: -5px
        }

.input-group {
    position: relative;
}

.tooltip-inner {
    background-color: #233445;
    background-color: rgba(35, 52, 69, 0.9);
}

.tooltip.top .tooltip-arrow {
    border-top-color: #233445;
    border-top-color: rgba(35, 52, 69, 0.9);
}

.tooltip.right .tooltip-arrow {
    border-right-color: #233445;
    border-right-color: rgba(35, 52, 69, 0.9);
}

.tooltip.left .tooltip-arrow {
    border-left-color: #233445;
    border-left-color: rgba(35, 52, 69, 0.9);
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #233445;
    border-bottom-color: rgba(35, 52, 69, 0.9);
}

.popover-content {
    font-size: 12px;
    line-height: 1.5
}
/*override bootstrap dropdown-menu*/
.open {
    z-index: 1050
}

.dropdown-menu > .panel {
    border: none;
    margin: -5px 0;
}

.btn {
    color: #fff;
    border-radius: 0.0rem;
    background: #a7b2be;
    position: relative;
    border-width: 0;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    font-weight: 600;
    padding: 7px 12px;
    transition: background .3s ease-in-out 0s;
}

    .btn:hover, .btn:focus, .btn:active, .btn.active {
        background: #bac3cc;
    }

    .btn.disabled,
    .btn.disabled:hover,
    .btn[disabled]:hover,
    fieldset[disabled] .btn:hover,
    .btn.disabled:focus,
    .btn[disabled]:focus,
    fieldset[disabled] .btn:focus,
    .btn.disabled:active,
    .btn[disabled]:active,
    fieldset[disabled] .btn:active,
    .btn.disabled.active,
    .btn[disabled].active,
    fieldset[disabled] .btn.active {
        background-color: #c4c9cf;
        color: #fff;
    }

.btn-primary, .bg-primary, .btn-primary.btn-circle > i {
    color: #fff;
    background-color: #c51230
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.btn-circle:hover > i, .btn.btn-circle:hover > i {
        color: #fff;
        background-color: #970d24;
    }

.btn-twitter, .btn-twitter.btn-circle > i {
    color: #fff;
    background-color: #00c7f7
}

    .btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .btn-twitter.btn-circle:hover > i {
        color: #fff;
        background-color: #2fcff6;
    }

.btn-facebook, .btn-facebook.btn-circle > i {
    color: #fff;
    background-color: #335397
}

    .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .btn-facebook.btn-circle:hover > i {
        color: #fff;
        background-color: #4264ab;
    }

.btn-gplus, .btn-gplus.btn-circle > i {
    color: #fff;
    background-color: #dd4a38
}

    .btn-gplus:hover, .btn-gplus:focus, .btn-gplus:active, .btn-gplus.active, .btn-gplus.btn-circle:hover > i {
        color: #fff;
        background-color: #ea5e4d;
    }

.btn-on.active {
    color: #fff;
    border: 1px solid #767676;
    background: #8e9eae
}

.btn-xs {
    padding: 4px 5px;
}

.btn-sm {
    padding: 6px 10px
}

.btn-lg {
    padding: 11px 16px
}

.btn-white.btn-xs, .btn-default.btn-xs {
    padding: 3px 6px;
}

.btn-white.btn-sm, .btn-default.btn-sm {
    padding: 5px 10px;
}

.btn-white.btn-lg, .btn-default.btn-lg {
    padding: 10px 16px;
}

.btn-white .caret, .btn-default .caret {
    border-top-color: #656565
}

.dropup .btn-white .caret, .dropup .btn-default .caret {
    border-bottom-color: #656565
}

.btn > i {
    line-height: 1.428571429;
}

.btn-xs i {
    font-size: 9px
}

.btn.btn-circle, .btn.btn-circle.disabled {
    padding: 2px 5px;
    box-shadow: none;
    border: none;
    background: transparent;
    color: #3a5a7a;
    font-weight: 300;
    transition: none;
}

    .btn.btn-circle:hover, .btn.btn-circle:active, .btn.btn-circle.active {
        box-shadow: none;
        background: transparent;
    }

.btn-circle > i {
    color: #a5b6c7;
    background: #e5e9ed;
    width: 60px;
    height: 60px;
    padding: 18px 0;
    font-size: 24px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;
    line-height: normal;
    transition: all .3s ease-in-out 0s;
}

.btn-circle.btn-lg > i {
    width: 80px;
    height: 80px;
    padding: 22px 0;
    font-size: 36px;
}

.btn-circle.btn-sm > i {
    width: 40px;
    height: 40px;
    padding: 10px 0;
    font-size: 20px;
}

.btn-circle.btn-xs > i {
    width: 30px;
    height: 30px;
    padding: 8px 0;
    font-size: 14px;
}

.btn-circle b.badge {
    position: absolute;
    right: 5px;
    top: 2px;
}

.btn-circle .badge i {
    margin: 0 -2px
}

.btn-white.btn-circle > i {
    color: #a5b6c7;
    background: #fff
}

.btn.btn-circle.disabled > i {
    background: #c4c9cf;
}

.btn-block {
    padding-left: 12px;
    padding-right: 12px
}

.text-active, .active .text {
    display: none !important;
}

.active .text-active {
    display: inline-block !important;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active {
    border: none;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #3a5a7a
}

form, .carousel, .form-horizontal .control-group, .nav-tabs, .alert, .panel, .progress, .breadcrumb, .accordion {
    margin-bottom: 15px
}

.media, .media .media {
    margin-top: 10px;
}

.pagination {
    margin: 5px 0;
}

.pagination-large > li > a, .pagination-large > li > span {
    padding: 10px 14px
}
/*common css*/

.content-box, .jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.line {
    *width: 100%;
    height: 2px;
    margin: 10px 0;
    font-size: 0;
    overflow: hidden;
    background-color: #fff;
    border-width: 0;
    border-top: 1px solid #e0e4e8;
}

.line-mini {
    margin: 0
}

.line-dashed {
    border-style: dashed;
    background: transparent;
}

.line-large {
    margin-top: 15px;
    margin-bottom: 15px
}

.headline {
    border-bottom: 5px solid #000;
    margin-top: 0;
    line-height: 45px;
}

.no-line {
    border-width: 0
}

.no-border {
    border-color: transparent !important;
}

.no-radius {
    border-radius: 0
}

.block {
    display: block;
    margin-bottom: 10px
}

    .block.hide {
        display: none
    }

.inline, .inline-desktop {
    display: inline-block
}

.pull-right-desktop {
    float: right;
}

.pull-none {
    float: none
}

.clear {
    clear: both
}

.line-v {
    border-left: 1px solid #dddddd;
    padding-left: 20px
}

.line-v-right {
    border-right: 1px solid #dddddd;
    padding-right: 20px;
}

.wrapper {
    padding: 2px;
    background-color: #fff;
    border: 1px solid #ddd
}

.w-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0
}

.btn-s-mini {
    min-width: 90px
}

.btn-s-small {
    min-width: 100px
}

.btn-s-medium {
    min-width: 120px
}

.btn-s-large {
    min-width: 150px
}

.btn-s-xlarge {
    min-width: 200px
}

.btn-s-xxlarge {
    min-width: 300px
}

.btn-padder {
    padding-left: 40px;
    padding-right: 40px
}

.l-h-2x {
    line-height: 2em;
}

.text-small {
    font-size: 12px;
}

.text-mini {
    font-size: 10px;
}

.padder {
    padding: 0 15px;
}

.padder-v {
    padding-top: 15px;
    padding-bottom: 15px;
}

.no-padder {
    padding: 0 !important;
}

.pull-in {
    margin-left: -15px;
    margin-right: -15px;
}

.pull-out {
    margin: -15px;
}

.b-t {
    border-top: 1px solid #e0e4e8
}

/*cols*/
.col-lg-2-4 {
    padding-left: 15px;
    padding-right: 15px
}

.col-newline {
    clear: left;
}

input[type="text"], select, textarea {
    min-width: 40px;
    height: auto;
}


/*comments*/
.arrow:before, .arrow:after {
    position: absolute;
    display: inline-block;
    border-color: transparent;
    border-style: solid;
    content: "";
}

.arrow-left:before {
    margin-left: -7px;
    top: 6px;
    left: 0px;
    border-right-color: #d1d4d7;
    border-width: 7px 7px 7px 0;
    -moz-border-right-colors: #fff;
}

.arrow-left:after {
    margin-left: -6px;
    top: 7px;
    left: 0px;
    border-right-color: #fff;
    border-width: 6px 6px 6px 0;
}

.arrow-right:before {
    margin-right: -7px;
    top: 6px;
    right: 0px;
    border-left-color: #d1d4d7;
    border-width: 7px 0 7px 7px;
    ;
    -moz-border-left-colors: #fff;
}

.arrow-right:after {
    margin-right: -6px;
    top: 7px;
    right: 0px;
    border-left-color: #fff;
    border-width: 6px 0 6px 6px;
    ;
}

.arrow-top:before {
    margin-top: -7px;
    top: 0;
    left: 6px;
    border-bottom-color: #d1d4d7;
    border-width: 0 7px 7px 7px;
    ;
    -moz-border-top-colors: #fff;
}

.arrow-top:after {
    margin-top: -6px;
    top: 0;
    left: 7px;
    border-bottom-color: #fff;
    border-width: 0 6px 6px 6px;
    ;
}

/*desktop*/
@media (min-width: 992px) {
    .col-lg-2-4 {
        width: 20%;
        float: left
    }
}

@media (max-width: 991px) {
    .page-title {
        padding: 10px
    }

    a:hover {
        text-decoration: none
    }

    .inline-desktop {
        display: inherit;
    }

    .pull-right-desktop {
        float: none
    }

    .hidden-sm.show, .visible-lg.show {
        display: inherit !important;
    }

    .bg-white-desktop {
        background-color: transparent;
    }

    .navbar > .btn {
        padding: 10px;
    }
}

@media (min-width: 768px) {
    .row {
        margin-left: -15px;
        margin-right: -15px
    }

    #footer {
        margin-top: 180px
    }

    ::-webkit-scrollbar {
        width: 8px;
        height: .25em;
        position: absolute
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,0.25)
    }

    ::-webkit-scrollbar-track {
        background-color: rgba(0,0,0,0.0)
    }

    textarea::-webkit-scrollbar {
        width: 1em;
    }

    .navbar-brand {
        margin-left: auto;
        margin-right: auto;
        border-right: 1px solid #e3e9ed;
    }

    .bg .navbar-brand {
        border-right-color: transparent;
    }

    .navbar-form input {
        width: 160px !important;
        transition: width .3s ease-in-out 0s;
    }

        .navbar-form input:focus {
            width: 200px !important
        }

    .bg-black .navbar-form input {
        background-color: #102030;
        border-color: #314355;
        color: #8e9eae;
    }

        .bg-black .navbar-form input:focus {
            background-color: #fff;
            color: #222;
        }

    .nav-primary > ul > li > .dropdown-menu {
        margin-top: -1px;
        margin-left: 0
    }

    .nav-vertical > ul > li > a > i {
        display: block;
        font-size: 2em;
        margin: 6px auto
    }

    .nav-vertical > ul > li > a {
        text-align: center;
        border-bottom: none;
        font-size: 11.5px
    }

    .nav-vertical.nav-icon > ul > li > a span {
        display: none
    }

    .nav-vertical.nav-icon > ul > li > a i {
        margin: 8px auto;
    }

    .nav-primary.nav-vertical > ul > li > a > .badge {
        position: absolute;
        top: 4px;
        right: 15px;
        font-size: 11px;
        padding: 3px 6px
    }

    #nav {
        position: relative;
        width: 150px;
        position: absolute;
        z-index: 1000;
        left: 0;
        top: 50px;
        bottom: 0;
        border-right: 1px solid #162636
    }

        #nav.bg-light {
            border-color: #bfc7d0
        }

        #nav.nav-vertical {
            width: 90px
        }

        #nav + #content {
            padding-left: 150px;
        }

        #nav.nav-vertical + #content {
            padding-left: 90px;
        }

    .nav-primary.nav-doc > ul > li > a {
        border-bottom: none;
        padding: 3px 20px;
        text-shadow: none;
    }

    .nav-primary .affix {
        top: 0;
        min-width: 149px
    }

    .nav-primary.nav-vertical .affix {
        top: 0;
        min-width: 89px
    }

    .navbar-fixed .nav-primary .nav {
        top: 50px
    }

    .content-sidebar {
        border-bottom: 1px solid #d1d4d7;
        display: table;
        width: 100%;
        border-spacing: 0;
        table-layout: fixed;
    }

        .content-sidebar .sidebar {
            border: 0 solid #d1d4d7;
            border-right-width: 1px;
        }

    .sidebar {
        width: 200px;
        display: table-cell;
        vertical-align: top
    }

    .sidebar-small {
        width: 160px
    }

    .sidebar-large {
        width: 300px
    }

    .main + .sidebar {
        border-right-width: 0;
        border-left-width: 1px
    }

    .modal {
        overflow-y: auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    }
}

/*phone*/
@media (max-width: 767px) {
    /* .slide-nav from left or right*/
    body {
        overflow-x: hidden;
    }

        body.slide-nav {
            overflow: hidden;
        }

    #header, #content {
        -webkit-transition: -webkit-transform 0.2s ease;
        -webkit-transition-delay: 0s;
        -moz-transition: -moz-transform 0.2s ease 0s;
        transition: transform 0.2s ease 0s;
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        -webkit-backface-visibility: hidden;
    }

    .slide-nav #nav {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 75%;
        display: block !important;
        z-index: 2000
    }

    .slide-nav .slide-nav-block {
        display: block !important;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1950
    }

    .slide-nav > #content {
        background-color: #f5f6f7;
    }

    .slide-nav > #header, .slide-nav > #content {
        -webkit-transform: translate3d(75%, 0px, 0px);
        -moz-transform: translate3d(75%, 0px, 0px);
        transform: translate3d(75%, 0px, 0px);
        overflow: hidden;
    }

    .slide-nav.slide-nav-right #nav {
        left: auto;
        right: 0
    }

    .slide-nav.slide-nav-right > #header, .slide-nav.slide-nav-right > #content {
        -webkit-transform: translate3d(-75%, 0px, 0px);
        -moz-transform: translate3d(-75%, 0px, 0px);
        transform: translate3d(-75%, 0px, 0px);
    }

    .nav-primary .dropdown-menu {
        position: relative;
        left: 0;
        float: none;
        display: block;
        border: none;
        background: transparent;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        z-index: 0
    }

    .nav-primary > ul > li > a {
        font-weight: bold;
    }

    .nav-primary .dropdown-menu a {
        color: #8e9eae;
        border-bottom: 1px solid #2a3b4c;
    }

    .nav-primary.bg-light .dropdown-menu a {
        color: #3e4e5e;
        border-bottom-color: #d1d4d7;
    }

        .nav-primary.bg-light .dropdown-menu a:hover {
            color: #fff
        }

    .nav-primary .nav {
        position: static;
    }
    /* /.slide-nav */
    .main.padder {
        padding: 0 10px
    }

    .row, .row .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .row [class*="col-"] {
            padding-left: 10px;
            padding-right: 10px;
        }

    .shift {
        display: none !important;
    }

        .shift.in {
            display: block !important;
        }

    .row-2-phone [class*="col-"] {
        width: 50%;
        float: left
    }

    .row-2-phone .col-newline {
        clear: none
    }

    .row-2-phone li:nth-child(odd) {
        clear: left;
        margin-left: 0
    }

    .visible-xs-inline {
        display: inline-block !important;
    }

    .hidden-xs-only {
        display: none !important;
    }

    .text-center-sm {
        text-align: center;
    }

    .navbar {
        padding: 0
    }

    .navbar-brand {
        float: none;
        display: block;
        margin: 0;
        padding-left: 48px;
    }

    .navbar-avatar .thumb-small {
        margin: 0
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
    }

    .navbar > .btn {
        padding: 11px;
    }

    .navbar-avatar > li > a {
        padding: 5px
    }

    .navbar-form {
        float: none !important;
        float: none;
        border: none;
    }

    .nav-toggle {
        position: absolute;
        left: 0;
        top: 0
    }

    .padder-sm {
        padding-left: 15px;
        padding-right: 15px;
    }

    .h {
        font-size: 150px
    }
}

@media (min-width: 440px) {
    .fondo {
        background-image: url("../images/slide1476x500ok.jpg");
        background-repeat: no-repeat;
    }

    .form-color {
        background-color: rgb(255, 255, 255);
        padding-top: 1em;
        padding-bottom: 1em;
        margin: 1em 0;
        width: 100%
    }

    h1 {
        line-height: 2rem;
        font-size: 2em;
        color: #FFFFFF;
        margin-top: 0.7rem;
    }

    .logos-mobile {
        width: 100%;
        height: auto;
    }
}
