html, body {
    font-family: MTTMilano, Lato, Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #3D3D3D;
}
.navbar{ border: 0;}
.navbar-nav>.active>a,
.navbar-nav>.active>a:focus,
.navbar-nav>.active>a:hover {
    background: #a50f1f;
    border-bottom: 3px solid #FFF;
    color: #FFF;
}

.navbar form{ margin-bottom: 0; }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-collapse{
    padding:0;
}
.content-block {
    margin-bottom: 4em;
}
.content-block img {
    margin-bottom: .6em;
}
a {
    color: #001978;
    font-weight: 600;
    text-decoration: none;
}
a:hover, a:focus {
    color: #001978;
}
a:focus {
    outline: thin dotted;
    outline-offset: 0;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: .892857em;/*20px;*/
    color: #000000;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: .833333em;/*15px;*/
}
h1, .h1 {
    margin-bottom: 1em;
    font-weight: 400;
    font-size: 2.625em;
    line-height: 1.14285714286;

}
h2, .h2 {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.1875;
    text-transform: uppercase;
}
h3, .h3 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.333333;
}
h4, .h4 {
    font-size: 1em;
    line-height: 1.333333;
}
h5, .h5 {
    font-size: .875em;
}
h6, .h6 {
    font-size: .75em;
}

#loginform h1{
    margin-bottom: 1em;
    color: #c01427;
}
a:focus{outline: 0}


.navbar{    margin-bottom:0;}
.navbar-default .navbar-nav>li>a{
    color:#FFF;
    text-transform: uppercase;
    font-size: 0.75em;
    display: block;
    border-bottom: 2px solid #001978;
}

.navbar-default{
    background: #001978;
    color: #FFF;
    border-radius: 0;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
    background: #bfc7d8;
    border-bottom:2px solid #FFF;
    color:#FFF;
    text-shadow: 0px 0px 3px #001978;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover{
    background: none;
    color:#FFF;
}
.navbar-default .dropdown-menu{
    background: #001978;
    color:#FFF;
    box-shadow: none;
    border-radius: 0;
}
.navbar-default .dropdown-menu>li>a{
    color:#FFF;
    text-transform: uppercase;
    padding:10px 20px;
    font-size: 0.875em;
}
.navbar-default .dropdown-menu>li>a:focus,
.navbar-default .dropdown-menu>li>a:hover{
    color: #001978;
    background: #FFF;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}
.navbar-default .navbar-toggle{
    border: 1px solid;
    margin-right:15px;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{
    color:#FFF;
    border-bottom:2px solid #FFF;
}

/* Tercer nivel menú */

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #FFF;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}

.dropdown-submenu:hover > a:after {
    border-left-color: #001978;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.25;
}
ul {
    margin-bottom: 2em;
    list-style: none;
}

abbr[data-original-title], abbr[title] {
    border: none;
    text-decoration: none;
}
ul, ol {
    padding-left: 0;
}
blockquote {
    color: #001978;
    position: relative;
    padding: 20px;
    border: none;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.333333;
}
blockquote footer, blockquote small, blockquote .small {
    font-size: 50%;
}
.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th {
    background-color: #E0FDD9;
}
.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th {
    background-color: #FAE5E8;
}


.nav-pills{border-bottom:1px solid #001978; margin-bottom:40px; }
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus{ background-color: transparent; color:#001978; padding: 0 0 8px; outline: none; border-bottom:3px solid #001978;    outline: 0;}
.nav-pills>li>a{padding:10px;}




/* ============================ FORM ===================== */

form {
    overflow: hidden;
    margin-bottom: 3em;
}
.modal form {
    margin-bottom: 0;
}
legend {
    font-weight: 600;
    font-size: 1.2em;
}
label, .label, .label-reverse {
    font-weight: normal;
    font-size: .875em;
    margin-bottom: 9px;
}
.form-group {
    margin-bottom: 1.8em;
}
.form-group.error, .form-group.error a, .form-group-group.error {
    color: #D0011B;
}
.form-group.error label:before {
    border-color: #D0011B;
}
.form-group.error input[type="checkbox"]:checked+label:after {
    background-color: #D0011B;
}
.form-group.error p {
    margin-top: .5em;
    padding: 10px;
    font-weight: 600;
    font-size: .9em;
    line-height: 1.3;
    border: 1px solid #D0011B;
    background-color: #FAE5E8;
    color: #D0011B;
}
.form-box .form-control{
    height: 45px!important;
    font-weight: 300!important;
    font-size: 1em!important;
    color: #414141!important;
    border: 1px solid #D2D2D2!important;
    border-radius: 0!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
}
.form-control {
    height: 45px;
    font-weight: 600;
    font-size: .875em;/*14px;*/
    color: #414141;
    border: 1px solid #A1A1A1;
    border-bottom-width: 4px;
    border-radius:0;
}
.form-control::-moz-placeholder {
    color: #414141;
    opacity: 1;
    font-weight: normal;
}
.form-control:-ms-input-placeholder {
    color: #414141;
    font-weight: normal;
}
.form-control::-webkit-input-placeholder {
    color: #414141;
    font-weight: normal;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #EEE;
    opacity: 1;
    font-weight: normal;
}
.form-control:hover, .form-control:focus, .form-control:active, .form-control:visited {
    border-color: #001978;
    background-color: rgba(192,20,39,0.17);
    color: #001978;
}
.form-group.error .form-control:focus, .form-group.error .form-control:active {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(208, 1, 27, .6);
    outline-color: #D0011B;
}
.form-group.error .form-control {
    border-color: #D0011B;
}

input[type="search"] {
    position: relative;
}
input[type="search"] + *[type="submit"], input[type="search"] + input[type="submit"] + i, input[type="search"] + .search-icon {
    background-color: transparent;
    border: none;
    font-size: 1em;
    cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
    position: absolute;
    left: -9999px;
    font-size: .1em;

}
input[type="checkbox"]+label, input[type="radio"]+label {
    padding-left: 32px;
    display: inline-block;
    position: relative;
    margin: 10px 20px 10px 0;
}
input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #4A4A4A;
    background: #fff;
}
input[type="checkbox"]:checked+label:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #001978;
    /*border-bottom: 2px solid #01385f;
    border-left: 2px solid #01385f;*/
    position: absolute;
    top: 5px;
    left: 5px;
}
input[type="radio"]+label:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #666;
    background: #fff;
    border-radius: 50%;
}
input[type="radio"]:checked+label:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #001978;
    position: absolute;
    border-radius: 50%;
    top: 5px;
    left: 5px;
}
.form-control-static {
    min-height: auto;
}
select {
    background-color: #FFF;
}
select.input-sm, select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm, textarea.form-group-sm .form-control, select[multiple].input-sm, select[multiple].form-group-sm .form-control {
    height: auto;
}
select.input-lg, select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg, textarea.form-group-lg .form-control, select[multiple].input-lg, select[multiple].form-group-lg .form-control {
    height: auto;
}
.has-success .form-control {
    border-color: #417505;
    background-color: #E0FDD9;
}
.has-success .input-group-addon {
    background-color: #E0FDD9;
}
.has-warning .form-control {
    border-color: #CF7700;
    background-color: #FCF8E3;
}
.has-error .form-control {
    border-color: #D0011B;
    background-color: #FAE5E8;
}
.has-error .input-group-addon {
    background-color: #FAE5E8;
}
.check-list {
    margin-bottom: 2.5em;
}
.check-list legend {
    margin-bottom: 1em;
}
.check-list .form-group {
    margin-bottom: .8em;
}
.check-list .form-group.error p, .check-list .form-group-group.error p, .terms.form-group.error p {
    margin-top: 1em;
}
.check-list input[type="checkbox"] {
    margin: 0;
}
.check-list label, .terms label {
    display: inline;
}

.form-underline fieldset {
    margin-top: -1em;
}
.form-underline label {
    margin-bottom: 0;
    letter-spacing: .03em;
}
.form-underline .form-control {
    padding: 0;
    border: none;
    border-bottom: 1px solid #001978;
    box-shadow: none;
}
.form-underline input[type="text"].form-control, .form-underline input[type="email"].form-control, .form-underline input[type="password"].form-control, .form-underline input[type="tel"].form-control {
    height: 2.143em;
}
.form-underline textarea.form-control {
    padding-top: .4em;
}
.help-block {
    margin-top: 8px;
    margin-left: 5px;
    font-size: .9em;
}
.help-block a:hover {
    text-decoration: none;
    border-bottom: 2px solid;
}
.result-msg {
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: 600 !important;
    text-align: center;
    color: #001978;
}
.result-msg.not-found {
    color: #C00;
}
.btn {
    padding: 5px 10px;
    margin-bottom: 20px;
    font-size: 1em;/*14px;*/
    letter-spacing: 1px;
    text-transform: uppercase;
    border:0;
    background-color: #001978;
    color: #FFF;
    border-radius:0;
    font-weight:500;
}
.btn:hover, .btn:focus {
    text-decoration: none;
    background-color: #a50f1f;
    color: #FFF;
    transition: all 0.4s ease 0s;
}
.btn-default:hover {
    border-color: #001978;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
   /* outline: thin dotted;*/ outline: 0;
}
.btn-lg, .btn-group-lg>.btn {
    font-size: 1.125em;/*18px;*/
    line-height: 1.333333;
}
.cta {
    display: inline-block;
    padding: 7px 20px 5px 20px;/*7px 12px 5px 12px;*/
    margin-bottom: 20px;
    font-size: .875em;/*14px;*/
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid #FAE61E;
    background-color: #FAE61E;
    color: #001978;
    position: relative;
}
.cta:hover:before {
    font-family: "lefebvre" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: absolute;
 /*   content: '\61';*/
    top: -5px;
    left: -3px;
}
.cta:hover:after {
    font-family: "lefebvre" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: absolute;
  /*  content: '\62';*/
    bottom: -5px;
    right: -3px;
}
.cta:hover, .cta:focus {
    background-color: #FAE61E;
    color: #001978;
    box-shadow: none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #001978;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    margin-bottom: 1px;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 0;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-right-radius: 0;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    font-size: 1.125em;/*18px;*/
    line-height: 1.333333;
}
.input-group-addon {
    font-size: .875em;/*14px;*/
}
.input-group-addon.input-sm {
    font-size: .75em;/*12px;*/
}
.input-group-addon.input-lg {
    font-size: 1.125em;/*18px;*/
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    border-color: #001978;
}
.breadcrumb {
    padding: 0 15px 20px 0;
    font-size: .875em;/*14px;*/
    background-color: transparent;
    color: #001978;
}
.breadcrumb>li+li:before {
    color: #414141;
}
.breadcrumb>.active {
    color: #414141;
}

.label, .label-reverse {
    display: inline-block;
    padding: 6px 10px;
    font-size: .75em;/*12px;*/
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}
.label {
    margin-right: 25px;
}
.label-reverse {
    margin-left: 25px;
}
.label-border, .label-border-reverse {
    display: inline-block;
    padding: 5px 10px;
    font-size: .75em;/*12px;*/
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #CCC;
    margin-bottom: 20px;
}
.label-border {
    border-right: none;
    margin-right: 25px;
}
.label-border-reverse {
    border-left: none;
    margin-left: 25px;
}
.label:after, .label-reverse:after, .label-border:after, .label-border-reverse:after {
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: block;
    position: absolute;
    top: 0;
    font-size: 24px;
}
.label-primary {
    background-color: #001978;
}
.badge {
    vertical-align: baseline;
}

.jumbotron {
    padding: 30px 15px;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #001978;
}
.alert {
    font-weight: 600;
}
.alert-success {
    font-size: 1.125em;
    border-color: #417505;
    background-color: #E0FDD9;
    color: #417505;/*#1B3102;*/
}
.alert-danger {
    font-size: 1.125em;
    border-color: #D0011B;
    background-color: #FAE5E8;
    color: #D0011B;
}
.progress-bar {
    background-color: #001978;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    border-color: #001978;
    background-color: #001978;
}
.list-group-item-success {
    background-color: #E0FDD9;
}
.list-group-item-danger {
    background-color: #FAE5E8;
}
.panel-primary {
    border-color: #001978;
}
.panel-primary>.panel-heading {
    border-color: #001978;
    background-color: #001978;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #001978;
}
.panel-primary>.panel-heading .badge {
    color: #001978;
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #001978;
}
.panel-success>.panel-heading {
    background-color: #E0FDD9;
}
.panel-success>.panel-heading .badge {
    color: #E0FDD9;
}
.panel-danger>.panel-heading {
    background-color: #FAE5E8;
}
.panel-danger>.panel-heading .badge {
    color: #FAE5E8;
}
.modal-body {
    padding-top: 30px;
    /*background-color: #F4F4F4;*/
}
.modal-footer{
    border-top:0;
}
.close {
    margin-top: -25px;
    font-size: 2em;
    font-weight: 400;
    color: #001978;
    filter: alpha(opacity=100);
    opacity: 1;
}
.modal-header {
    min-height: 16px;/*16.42857143px;*/
    border-bottom:0;
}
.tooltip-inner {
    padding: 6px;
    max-width: 170px;
    text-align: left;
    font-weight: 600;
    font-family: 'MTT Milano', Arial, sans-serif;
    border: 2px solid #001978;
    background-color: #FFF;
    color: #001978;
    text-decoration: none;
}
.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}
.tooltip-arrow {
        display: none;
}
[data-toggle="tooltip"] {
        cursor: help;
}
.popover-title {
    font-size: .875em;/*14px;*/
}
.help-wrap .btn {
    float: left;
}
.help-wrap [data-toggle="tooltip"] {
    float: left;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset, 0 0 8px  rgba(192,20,39,0.17);
}
/* spinner */
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.lds-spinner {
    position: relative;
}
.lds-spinner div {
    left: 94px;
    top: 48px;
    position: absolute;
    -webkit-animation: lds-spinner linear 1s infinite;
    animation: lds-spinner linear 1s infinite;
    background: #333;
    width: 12px;
    height: 24px;
    border-radius: 40%;
    -webkit-transform-origin: 6px 52px;
    transform-origin: 6px 52px;
}
.lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -0.916666666666667s;
    animation-delay: -0.916666666666667s;
}
.lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -0.833333333333333s;
    animation-delay: -0.833333333333333s;
}
.lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -0.666666666666667s;
    animation-delay: -0.666666666666667s;
}
.lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -0.583333333333333s;
    animation-delay: -0.583333333333333s;
}
.lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -0.416666666666667s;
    animation-delay: -0.416666666666667s;
}
.lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -0.333333333333333s;
    animation-delay: -0.333333333333333s;
}
.lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -0.166666666666667s;
    animation-delay: -0.166666666666667s;
}
.lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -0.083333333333333s;
    animation-delay: -0.083333333333333s;
}
.lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.lds-spinner {
    width: 40px !important;
    height: 40px !important;
    -webkit-transform: translate(-20px, -20px) scale(0.2) translate(20px, 20px);
    transform: translate(-20px, -20px) scale(0.2) translate(20px, 20px);
}
.text-lds-spinner{
    margin-top:10px;
    display: inline-block;
}
/* fin spinner */

/* ====================== MEDIA QUERIES ====================== */
@media (max-width: 767px) {

    /* End: tercer nivel*/


/*!* Start: Header Mobile *!
    header{
        position:absolute;
        z-index:1
    }
    header img{
        vertical-align:baseline;
    }
!* End: Header mobile *!*/

    .nav-pills{
        border:0
    }
    h1, .h1 {
        font-size:1.625em;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14px;
    }
    .navbar-nav>li>a{
        padding-bottom:13px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar.navbar-default>.container-fluid > .container{
        padding:0;
        width:100%;
    }
}
@media (max-width: 991px) {

    .navbar-default{
        background: #FFF;
        color: #fff;
        border: 0;
        padding: 15px 0 0 0;
    }
    .container>.navbar-header{
        background:#001978;
        margin-top:10px;
        padding:10px 0 0 0;
    }

    .navbar.navbar-default>.container-fluid{
        padding:0
    }
    .navbar-default .navbar-header + .container-fluid{
        background: #001978;
    }
    .navbar-default .navbar-header + .container-fluid .container{
        padding: 0;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form{
        border: 0;
        width:100%;
    }
    .navbar-default .navbar-nav{
        margin: 0;
        padding:0;
    }
    .navbar-default .nav>li {
        border-bottom: 2px solid #cb4e5c;
        background: #001978;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover	{
        border:0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu{
        background:#f1f4ff;
        padding: 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color:#001978;
    }
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        padding: 12px 15px 12px 25px;
        border-bottom:1px solid #dde2f5;
    }
    .navbar-default .dropdown-menu>li>a{
        font-weight: 500;
    }

    /* Tercer nivel menú */
    .navbar-default .navbar-nav .open .dropdown-submenu > .dropdown-menu {
        background: #fafbff;
    }
    .navbar-default .navbar-nav .open .dropdown-submenu > .dropdown-menu > li > a {
        padding: 12px 15px 12px 50px;
    }
    .dropdown-submenu > a:after {
        border-left-color: #001978;
    }
    .dropdown-submenu:hover > a:after {
        border-left-color: #001978;
    }
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
        background: #f1f4fe;
    }
}


