@font-face {
    font-family: "Raleway";
    src: url("fonts/Raleway-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Raleway";
    src: url("fonts/Raleway-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Raleway";
    src: url("fonts/Raleway-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("fonts/lato-bold-webfont.eot");
    src: url("fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-bold-webfont.woff") format("woff"), url("fonts/lato-bold-webfont.ttf") format("truetype"),
        url("fonts/lato-bold-webfont.svg#latobold") format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("fonts/lato-regular-webfont.eot");
    src: url("fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-regular-webfont.woff") format("woff"), url("fonts/lato-regular-webfont.ttf") format("truetype"),
        url("fonts/lato-regular-webfont.svg#latoregular") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("fonts/lato-light-webfont.eot");
    src: url("fonts/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-light-webfont.woff") format("woff"), url("fonts/lato-light-webfont.ttf") format("truetype"),
        url("fonts/lato-light-webfont.svg#latolight") format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("fonts/lato-black-webfont.eot");
    src: url("fonts/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-black-webfont.woff") format("woff"), url("fonts/lato-black-webfont.ttf") format("truetype"),
        url("fonts/lato-black-webfont.svg#latoblack") format("svg");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Proxima Nova";
    src: url("fonts/ProximaNova-Regular-webfont.eot");
    src: url("fonts/ProximaNova-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Regular-webfont.woff") format("woff"), url("fonts/ProximaNova-Regular-webfont.ttf") format("truetype"),
        url("fonts/ProximaNova-Regular-webfont.svg#allerbold") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Proxima Nova Bold";
    src: url("fonts/proxima_nova_bold-webfont.eot");
    src: url("fonts/proxima_nova_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proxima_nova_bold-webfont.woff") format("woff"), url("fonts/proxima_nova_bold-webfont.ttf") format("truetype"),
        url("fonts/proxima_nova_bold-webfont.svg#allerbold") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Proxima Nova Light";
    src: url("fonts/ProximaNova-Light-webfont.eot");
    src: url("fonts/ProximaNova-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Light-webfont.woff") format("woff"), url("fonts/ProximaNova-Light-webfont.ttf") format("truetype"),
        url("fonts/ProximaNova-Light-webfont.svg#allerbold") format("svg");
    font-weight: normal;
    font-style: normal;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    background-color: #f1f1f1;
    margin: 0;
}
a {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
a:hover,
a:active {
    outline: 0;
}
a,
button {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
table {
    width: 100%;
    height: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
}
button,
input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: block;
}
img {
    max-width: 100%;
    border: 0;
}
article,
div,
aside,
footer,
header,
nav,
section {
    display: block;
}
hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.left {
    float: left;
}
.right {
    float: right;
}
.inline {
    display: inline-block;
}
.relative,
#wrapper,
#canvas,
section {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed;
    width: 100%;
}
.hidden {
    display: none !important;
}
.noscroll {
    overflow: hidden;
}
.va-p {
    display: table;
    height: 100%;
    width: 100%;
}
.va {
    display: table-cell;
    vertical-align: middle;
}
.vab {
    display: table-cell;
    vertical-align: middle;
    vertical-align: bottom;
}
.vat {
    display: table-cell;
    vertical-align: middle;
    vertical-align: top;
}
.container,
article {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 1024px;
    z-index: 10;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.tbl {
    display: table;
    width: 100%;
}
.tbl > div[class*="col"] {
    float: none !important;
    display: table-cell;
}
.tbl.bdsp {
    border-spacing: 15px;
    margin-top: -15px;
}
.tbl.bdsp .clearfix {
    border-spacing: 0;
}
.clearfix:before,
.clearfix:after,
article:before,
article:after,
.container:before,
.container:after,
.row:before,
.row:after,
.item:before,
.item:after {
    display: table;
    content: " ";
}
.clearfix:after,
.container:after,
article:after,
.row:after,
.item:after {
    clear: both;
}
.show-xs {
    display: none;
}
.col1 {
    width: 8.33333%;
}
.off1 {
    margin-left: 8.33333%;
}
.col2 {
    width: 16.66667%;
}
.off2 {
    margin-left: 16.66667%;
}
.col3 {
    width: 25%;
}
.off3 {
    margin-left: 25%;
}
.col4 {
    width: 33.33333%;
}
.off4 {
    margin-left: 33.33333%;
}
.col5 {
    width: 41.66667%;
}
.off5 {
    margin-left: 41.66667%;
}
.col6 {
    width: 50%;
}
.off6 {
    margin-left: 50%;
}
.col7 {
    width: 58.33333%;
}
.off7 {
    margin-left: 58.33333%;
}
.col8 {
    width: 66.66667%;
}
.off8 {
    margin-left: 66.66667%;
}
.col9 {
    width: 75%;
}
.off9 {
    margin-left: 75%;
}
.col10 {
    width: 83.33333%;
}
.off10 {
    margin-left: 83.33333%;
}
.col11 {
    width: 91.66667%;
}
.off11 {
    margin-left: 91.66667%;
}
.col12 {
    width: 100%;
}
.off12 {
    margin-left: 100%;
}
.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
div[class*="xs-col"] {
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .container,
    article {
        width: 750px;
    }
}
@media (min-width: 860px) {
    .container,
    article {
        width: 840px;
    }
}
@media (min-width: 992px) {
    .container,
    article {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    article {
        width: 1170px;
    }
}
@media (max-width: 768px) {
    .container,
    article,
    .col1,
    .col2,
    .col3,
    .col4,
    .col5,
    .col6,
    .col7,
    .col8,
    .col9,
    .col10,
    .col11,
    .col12 {
        width: 100%;
    }
    div[class*="off"] {
        margin-left: 0;
    }
    .sm-nb.col1,
    .sm-col1 {
        width: 8.33333%;
        float: left;
    }
    .sm-off1 {
        margin-left: 8.33333% !important;
    }
    .sm-nb.col2,
    .sm-col2 {
        width: 16.66667%;
        float: left;
    }
    .sm-off2 {
        margin-left: 16.66667% !important;
    }
    .sm-nb.col3,
    .sm-col3 {
        width: 25%;
        float: left;
    }
    .sm-off3 {
        margin-left: 25% !important;
    }
    .sm-nb.col4,
    .sm-col4 {
        width: 33.33333%;
        float: left;
    }
    .sm-off4 {
        margin-left: 33.33333% !important;
    }
    .sm-nb.col5,
    .sm-col5 {
        width: 41.66667%;
        float: left;
    }
    .sm-off5 {
        margin-left: 41.66667% !important;
    }
    .sm-nb.col6,
    .sm-col6 {
        width: 50%;
        float: left;
    }
    .sm-off6 {
        margin-left: 50% !important;
    }
    .sm-nb.col7,
    .sm-col7 {
        width: 58.33333%;
        float: left;
    }
    .sm-off7 {
        margin-left: 58.33333% !important;
    }
    .sm-nb.col8,
    .sm-col8 {
        width: 66.66667%;
        float: left;
    }
    .sm-off8 {
        margin-left: 66.66667% !important;
    }
    .sm-nb.col9,
    .sm-col9 {
        width: 75%;
        float: left;
    }
    .sm-off9 {
        margin-left: 75% !important;
    }
    .sm-nb.col10,
    .sm-col10 {
        width: 83.33333%;
        float: left;
    }
    .sm-off10 {
        margin-left: 83.33333% !important;
    }
    .sm-nb.col11,
    .sm-col11 {
        width: 91.66667%;
        float: left;
    }
    .sm-off11 {
        margin-left: 91.66667% !important;
    }
    .sm-nb.col12,
    .sm-col12 {
        width: 100%;
        float: left;
    }
    .sm-off12 {
        margin-left: 100% !important;
    }
    .flex {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-flow: row wrap-reverse;
        -webkit-flex-flow: row wrap-reverse;
    }
}
@media (max-width: 640px) {
    div[class*="sm-off"] {
        margin-left: 0 !important;
    }
    .xs-col1 {
        width: 8.33333% !important;
        float: left;
    }
    .xs-off1 {
        margin-left: 8.33333% !important;
    }
    .xs-col2 {
        width: 16.66667% !important;
        float: left;
    }
    .xs-off2 {
        margin-left: 16.66667% !important;
    }
    .xs-col3 {
        width: 25% !important;
        float: left;
    }
    .xs-off3 {
        margin-left: 25% !important;
    }
    .xs-col4 {
        width: 33.33333% !important;
        float: left;
    }
    .xs-off4 {
        margin-left: 33.33333% !important;
    }
    .xs-col5 {
        width: 41.66667% !important;
        float: left;
    }
    .xs-off5 {
        margin-left: 41.66667% !important;
    }
    .xs-col6 {
        width: 50% !important;
        float: left;
    }
    .xs-off6 {
        margin-left: 50% !important;
    }
    .xs-col7 {
        width: 58.33333% !important;
        float: left;
    }
    .xs-off7 {
        margin-left: 58.33333% !important;
    }
    .xs-col8 {
        width: 66.66667% !important;
        float: left;
    }
    .xs-off8 {
        margin-left: 66.66667% !important;
    }
    .xs-col9 {
        width: 75% !important;
        float: left;
    }
    .xs-off9 {
        margin-left: 75% !important;
    }
    .xs-col10 {
        width: 83.33333% !important;
        float: left;
    }
    .xs-off10 {
        margin-left: 83.33333% !important;
    }
    .xs-col11 {
        width: 91.66667% !important;
        float: left;
    }
    .xs-off11 {
        margin-left: 91.66667% !important;
    }
    .xs-col12 {
        width: 100% !important;
        float: left;
    }
    .xs-off12 {
        margin-left: 100% !important;
    }
}
.lime {
    color: #bfff00;
}
a.lime:hover {
    color: #9c0;
}
.bg-lime {
    background-color: #bfff00;
}
a.bg-lime,
button.bg-lime {
    color: white;
}
a.bg-lime:hover,
button.bg-lime:hover {
    background-color: #9c0;
}
.blue {
    color: #0090d7;
}
a.blue:hover {
    color: #006ea4;
}
.bg-blue {
    background-color: #0090d7;
}
a.bg-blue,
button.bg-blue {
    color: white;
}
a.bg-blue:hover,
button.bg-blue:hover {
    background-color: #006ea4;
}
.gray {
    color: #666;
}
a.gray:hover {
    color: #4d4d4d;
}
.bg-gray {
    background-color: #666;
}
a.bg-gray,
button.bg-gray {
    color: white;
}
a.bg-gray:hover,
button.bg-gray:hover {
    background-color: #4d4d4d;
}
.gray8 {
    color: #868686;
}
a.gray8:hover {
    color: #6d6d6d;
}
.bg-gray8 {
    background-color: #868686;
}
a.bg-gray8,
button.bg-gray8 {
    color: white;
}
a.bg-gray8:hover,
button.bg-gray8:hover {
    background-color: #6d6d6d;
}
.gray3 {
    color: #33393f;
}
a.gray3:hover {
    color: #1c2023;
}
.bg-gray3 {
    background-color: #33393f;
}
a.bg-gray3,
button.bg-gray3 {
    color: white;
}
a.bg-gray3:hover,
button.bg-gray3:hover {
    background-color: #1c2023;
}
.trout {
    color: #4c5163;
}
a.trout:hover {
    color: #363946;
}
.bg-trout {
    background-color: #4c5163;
}
a.bg-trout,
button.bg-trout {
    color: white;
}
a.bg-trout:hover,
button.bg-trout:hover {
    background-color: #363946;
}
.cyan {
    color: #00b2b3;
}
a.cyan:hover {
    color: #007f80;
}
.bg-cyan {
    background-color: #00b2b3;
}
a.bg-cyan,
button.bg-cyan {
    color: white;
}
a.bg-cyan:hover,
button.bg-cyan:hover {
    background-color: #007f80;
}
.lblue {
    color: #c6dfeb;
}
a.lblue:hover {
    color: #a0cade;
}
.bg-lblue {
    background-color: #c6dfeb;
}
a.bg-lblue,
button.bg-lblue {
    color: white;
}
a.bg-lblue:hover,
button.bg-lblue:hover {
    background-color: #a0cade;
}
.green {
    color: #7fea1d;
}
a.green:hover {
    color: #66c212;
}
.bg-green {
    background-color: #7fea1d;
}
a.bg-green,
button.bg-green {
    color: white;
}
a.bg-green:hover,
button.bg-green:hover {
    background-color: #66c212;
}
.red {
    color: #cc1e00;
}
a.red:hover {
    color: #991600;
}
.bg-red {
    background-color: #cc1e00;
}
a.bg-red,
button.bg-red {
    color: white;
}
a.bg-red:hover,
button.bg-red:hover {
    background-color: #991600;
}
.bblue {
    color: #09d;
}
a.bblue:hover {
    color: #0076aa;
}
.bg-bblue {
    background-color: #09d;
}
a.bg-bblue,
button.bg-bblue {
    color: white;
}
a.bg-bblue:hover,
button.bg-bblue:hover {
    background-color: #0076aa;
}
.navy {
    color: #002269;
}
a.navy:hover {
    color: #001136;
}
.bg-navy {
    background-color: #012169;
}
a.bg-navy,
button.bg-navy {
    color: white;
}
a.bg-navy:hover,
button.bg-navy:hover {
    background-color: #001136;
}
.orange {
    color: #ff3f00;
}
a.orange:hover {
    color: #cc3200;
}
.bg-orange {
    background-color: #ff3f00;
}
a.bg-orange,
button.bg-orange {
    color: white;
}
a.bg-orange:hover,
button.bg-orange:hover {
    background-color: #cc3200;
}
.bbot {
    border-bottom: 1px solid rgba(153, 153, 153, 0.45);
}
.btop {
    border-top: 1px solid rgba(153, 153, 153, 0.45);
}
.bbot-w {
    border-bottom: 1px solid #fff;
}
.bbot-b {
    border-bottom: 1px solid #bbb;
}
.bbO {
    border-bottom: 2px solid #ff3f00;
}
.bbN {
    border-bottom: 2px solid #002269;
}
.bg-black {
    background-color: #202020;
}
.bg-white {
    background-color: #fff;
}
a.bg-white:hover {
    background-color: #ddd;
}
.mb10 {
    margin-bottom: 10px;
}
.mt10 {
    margin-top: 10px;
}
.mr10 {
    margin-right: 10px;
}
.ml10 {
    margin-left: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mt20 {
    margin-top: 20px;
}
.mr20 {
    margin-right: 20px;
}
.ml20 {
    margin-left: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mt30 {
    margin-top: 30px;
}
.mr30 {
    margin-right: 30px;
}
.ml30 {
    margin-left: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mt40 {
    margin-top: 40px;
}
.mr40 {
    margin-right: 40px;
}
.ml40 {
    margin-left: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mt50 {
    margin-top: 50px;
}
.mr50 {
    margin-right: 50px;
}
.ml50 {
    margin-left: 50px;
}
.m0 {
    margin: 0 !important;
}
.mb5 {
    margin-bottom: 5px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
.mt5 {
    margin-top: 5px;
}
.mt7 {
    margin-top: 7px;
}
.mt15 {
    margin-top: 15px;
}
.mt100 {
    margin-top: 100px;
}
.mt-5 {
    margin-top: -5px;
}
.mt-60 {
    margin-top: -60px;
}
.mt-190 {
    margin-top: -190px;
}
.mt-250 {
    margin-top: -250px;
}
.mt-310 {
    margin-top: -310px;
}
.ml-s {
    margin-left: -15px;
}
.p10 {
    padding: 10px;
}
.p20 {
    padding: 20px;
}
.p25 {
    padding: 25px;
}
.p30 {
    padding: 30px;
}
.p40 {
    padding: 40px;
}
.p50 {
    padding: 50px;
}
.p60 {
    padding: 60px;
}
.p0-10 {
    padding: 0 10px;
}
.p0-20 {
    padding: 0 20px;
}
.p0-40 {
    padding: 0 40px;
}
.p10-40 {
    padding: 10px 40px;
}
.p0-60 {
    padding: 0 60px;
}
.p90-40 {
    padding: 90px 0 40px;
}
.p100 {
    padding: 100px 0;
}
.p20-0 {
    padding: 20px 0;
}
.pb20 {
    padding-bottom: 20px;
}
.pb80 {
    padding-bottom: 80px;
}
.pl30 {
    padding-left: 30px;
}
.pr30 {
    padding-right: 30px;
}
.pr40 {
    padding-right: 40px;
}
.pt140 {
    padding-top: 140px;
}
.pl40 {
    padding-left: 40px;
}
.op25 {
    -webkit-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
    filter: alpha(opacity=25);
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}
.op50 {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}
.op75 {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
    filter: alpha(opacity=75);
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}
body {
    font-size: 16px;
    color: #000;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
p {
    margin-bottom: 10px;
}
.block h4 {
    font-family: "Raleway", serif;
}
em {
    font-weight: 300;
    font-style: normal;
}
strong {
    font-weight: 700;
}
b,
.title {
    font-weight: 900;
}
.italic {
    font-style: italic;
}
.center {
    text-align: center;
}
.under {
    text-decoration: underline;
}
h1 {
    font-size: 3.8em;
}
.h1 {
    font-size: 3.8rem;
}
h2 {
    font-size: 2.3em;
}
.h2 {
    font-size: 2.3rem;
}
h3 {
    font-size: 2em;
	font-weight: 300;
}
.h3 {
    font-size: 2rem;
}
h4 {
    font-size: 1.6em;
}
.h4 {
    font-size: 1.6rem;
}
h5 {
    font-size: 1em;
}
.h5 {
    font-size: 1rem;
}
h6 {
    font-size: 0.75em;
}
.h6 {
    font-size: 0.75rem;
}
p {
    font-size: 0.875em;
}
.f15,
footer .full,
.modal .tabs a {
    font-size: 0.9em;
}
.f18 {
    font-size: 1.125em;
}
.f20 {
    font-size: 1.25em;
}
.f23,
#menu h4 {
    font-size: 1.44em;
}
.f48 {
    font-size: 3em;
}
.f54 {
    font-size: 3.375em;
}
.lh100,
.title {
    line-height: 100%;
}
.lh150 {
    line-height: 150%;
}
.lh180 {
    line-height: 180%;
}
a,
footer input {
    color: #000;
}
.white,
.sidebar a,
footer *,
#menu h4,
.all-w *,
.modal .tabs a {
    color: white;
}
::-webkit-input-placeholder {
    color: #575757;
}
:-moz-placeholder {
    color: #575757;
}
::-moz-placeholder {
    color: #575757;
}
:-ms-input-placeholder {
    color: #575757;
}
.btn {
    color: #fff;
    font-size: 0.75em;
    padding: 8px 30px;
    text-align: center;
    display: inline-block;
	border-radius: 25px;
}
.btn.lg {
    padding: 18px 40px;
    font-size: 0.9em;
}
.btn.full {
    width: 100%;
    padding: 15px 20px;
}
.btn:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn.bg-white {
	color:#0032a0;
	font-size:0.9em;
	text-transform: none;
}
aside small {
	font-weight: 300;
}
aside small.nota {
	font-size:0.7em;
}
aside .btn.bg-white {
	color:#009cde;
	text-transform: none;
}



input[type="text"],
input[type="password"],
input[type="email"],
input[type="button"],
textarea {
    height: 45px;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #fff;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="button"]:disabled,
textarea:disabled {
    background-color: #f8f5f5;
}
input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="button"].error,
textarea.error {
    border-color: #ff3f00;
    color: #ff3f00;
}
input[type="text"].valid,
input[type="password"].valid,
input[type="email"].valid,
input[type="button"].valid,
textarea.valid {
    border-color: #00b2b3;
}
.modal,
.overlay {
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}
.overlay {
    position: absolute;
    z-index: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: scroll;
    background-color: #012169;
    background-color: rgba(1, 33, 105, 0.95);
}
.modal .logo {
    height: 110px;
    padding-top: 30px;
}
.modal .container {
    width: 500px;
}
.modal .container.emi {
    width: 60%;
}
.modal .container.emi .table-gen td {
    font-size: 15px;
}
.modal .close-modal {
    width: 60px;
    height: 60px;
    z-index: 999;
    position: fixed;
    top: 25px;
    right: 10%;
    border: 1px solid #fff;
    background: #012169 url(../img/icons/close.png) center center no-repeat;
}
.modal .close-modal:hover {
    background-color: #011033;
}
.img-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.title {
    position: relative;
    padding-right: 35px;
    display: inline-block;
    margin-bottom: 0;
}
.title:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 25px;
    height: 4px;
    display: inline-block;
    background-color: #0090d7;
}
.lr {
    position: relative;
    padding-right: 75px;
    display: inline-block;
}
.lr:after {
    content: "";
    margin-top: -1px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 65px;
    height: 2px;
    display: inline-block;
}
.lr.l-gray:after {
    background-color: #33393f;
}
.lr.l-orange:after {
    background-color: #ff3f00;
}
.lr.l-aqua:after {
    background-color: #00b2b3;
}
.lr.l-navy:after {
    background-color: #002269;
}
.lr.l-white:after {
    background-color: white;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-color: #0032a0;
    background-color: rgba(0, 50, 160, 1);
	padding:0px;
}
header #finanzas {
    margin: 0px 25px 0 0;
}
header.scrolled {
    z-index: 1000;
    background-color: #0032a0;
    background-color: rgba(0, 50, 160, 0.90);
}
header.scrolled .menu-bar {
    right: 0;
}
header.scrolled .logo {
    background: none;
}
header .logo {
	float:left;
    width: 160px;
    height: 36px;
    padding: 0px;
	margin:33px 0 33px 0;
    background-color: none;
}
header .menu {
	float:right;
	margin:50px 20px 0 0;
}
header .menu li {
	float:left;
	margin:0 10px;
}
header .menu li a {
	color:#fff;
	font-weight: 300;
}
header .menu #btn-search {
	margin-top:-4px;
}
header .btn-banca-digital {
	float:right;
	background: #009cde;
	color:#fff;
	font-weight: 300;
	padding:10px 30px;
	margin:40px 0 0 0;
	border-radius: 50px;
}
header .btn-banca-digital:hover {
	background:#012169;
}
#menu .iconos_menu {
	display: none!important;
} 
#menu,
#search {
    position: fixed;
    top: -150%;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    padding: 25px 0;
    overflow: scroll;
    background-color: #012169;
    background-color: rgba(1, 33, 105, 0.9);
}
#menu .logo,
#search .logo {
	width: 160px;
	height: 36px;
    padding: 10px 0;
}
#menu .container > div,
#search .container > div {
    padding: 0 10px;
}
#menu .menu-right,
#search .menu-right {
    float: right;
    text-align: right;
}
#menu .menu-right > div,
#search .menu-right > div {
    display: table;
    height: 100%;
    width: 100%;
}
#menu .menu-right > div > div,
#search .menu-right > div > div {
    display: table-cell;
    vertical-align: middle;
}
#menu .menu-right > div a,
#search .menu-right > div a {
    display: inline-block;
    margin-left: 30px;

}
#menu .menu-right .menu,
#search .menu-right .menu {
	margin:25px 10px 0 0;
}
#menu .menu-right .menu li,
#search .menu-right .menu li {
	float:left;
}
#menu .menu-right .menu li a,
#search .menu-right .menu li a {
	font-weight: 300;
}
#menu .menu-right .menu li a:hover,
#search .menu-right .menu li a:hover {
	color:#0098dd;
}
#menu .close-menu,
#search .close-menu {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    background: #012169 url(../img/icons/close.png) center center no-repeat;
}
#menu .close-menu:hover,
#search .close-menu:hover {
    background-color: #001a57;
}
#menu .close-menu.resp {
	float:right;
    width: 20px!important;
    height: 20px!important;
    background: #012169 url(../img/icons/close_resp.png) center center no-repeat;
	display:none;
}
#menu h4,
#search h4 {
    margin-bottom: 10px;
}
#menu ul.nav,
#search ul.nav {
    border-top: 10px solid;
}
#menu ul.nav a,
#search ul.nav a {
    color: #000;
    display: block;
    margin-bottom: 0;
    padding: 8px 17px;
    background-color: #eee;
    font-size: 1.1em;
    border-bottom: 1px solid #a2a2a3;
}
#menu ul.nav.nav-aqua,
#search ul.nav.nav-aqua {
    border-top-color: #60d1e0;
}
#menu ul.nav.nav-aqua a:hover,
#search ul.nav.nav-aqua a:hover {
    color: #60d1e0;
}
#menu ul.nav.nav-navy,
#search ul.nav.nav-navy {
    border-top-color: #001865;
}
#menu ul.nav.nav-navy a:hover,
#search ul.nav.nav-navy a:hover {
    color: #001865;
}
#menu ul.nav.nav-blue,
#search ul.nav.nav-blue {
    border-top-color: #0098dd;
}
#menu ul.nav.nav-blue a:hover,
#search ul.nav.nav-blue a:hover {
    color: #0098dd;
}
#menu ul.nav.nav-menu {
    border-top: none;
}

#menu ul a,
#search ul a {
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 5px;
}
#menu ul a:hover,
#search ul a:hover {
    color: #0090d7;
}
#menu a.parent {
    background: url(../img/bg/drop.png) 97% center no-repeat;
}
#menu a.parent.active {
    background-image: url(../img/bg/drop-up.png);
}
.submenu {
    display: none;
}
.submenu a:hover {
    color: #fff !important;
}
#menu .nav-aqua .submenu a {
    background-color: #00b2b3;
    color: #fff;
}
#menu .nav-aqua .submenu a:hover {
    background-color: #4cc9c9;
}
#menu .nav-navy .submenu a {
    background-color: #002269;
    color: #fff;
}
#menu .nav-navy .submenu a:hover {
    background-color: #4c6395;
}
#menu .nav-blue .submenu a {
    background-color: #0090d7;
    color: #fff;
}
#menu .nav-blue .submenu a:hover {
    background-color: #4cb1e3;
}
.search-wrap {
    padding: 50px 100px 150px !important;
    margin-bottom: 30px;
}
.search-wrap .search {
    width: 100%;
    position: relative;
}
.search-wrap .search button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 56px;
    height: 45px;
    background: #0090d7 url(../img/icons/search.png) center center no-repeat;
}
.search-wrap .search button:hover {
    background-color: #006ea4;
}
.menu-bar {
    position: absolute;
    top: 15px;
    margin-right: 27px;
    padding: 15px 20px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.menu-bar a {
    margin-top: 5px;
    margin-right: 20px;
    vertical-align: top;
}
.menu-bar a.btn {
    margin-top: 0;
}
.menu-bar a:last-child {
    margin-right: 0;
}
header .btn-menu {
	float:right;
    width: 36px;
    margin: 45px 0 0 50px;
}
header .btn-menu span {
    width: 100%;
    height: 3px;
    display: block;
    margin-bottom: 8px;
    background-color: #fff;
	border-radius: 3px;
}
header .btn-menu span:last-child {
    margin-bottom: 0;
}
.flag {
    width: 26px;
    height: 16px;
    background: url(../img/icons/mx.gif);
}
ul.bull,
ol {
    list-style: disc;
    padding-left: 20px;
}
ul.bull li,
ol li {
    font-family: "Raleway", sans-serif;
    margin-bottom: 10px;
    -webkit-opacity: 0.68;
    -moz-opacity: 0.68;
    opacity: 0.68;
    filter: alpha(opacity=68);
}
ol {
    list-style: decimal;
}
ol li b {
    font-family: "Raleway";
}
.modal .tabs a,
.modal .stabs a {
    width: 50%;
    float: left;
    height: 70px;
    line-height: 100%;
    padding-top: 27px;
    text-align: center;
    text-transform: none;
    background-color: #2d2d2e;
}
.modal .tabs a.dl,
.modal .stabs a.dl {
    padding-top: 20px;
}
.modal .tabs a.act,
.modal .tabs a:hover,
.modal .stabs a.act,
.modal .stabs a:hover {
    background-color: #030405;
}
.modal .stabs {
    width: 315px;
    margin: 0 auto 30px;
}
.modal .stabs a {
    color: #aaa;
    height: auto;
    padding: 10px 0;
    text-align: center;
}
.modal .stabs a.act,
.modal .stabs a:hover {
    background-color: #0090d7;
    color: #fff;
}
.modal .stabs a span {
    height: 27px;
    font-size: 0.7em;
    padding: 8px 0 0 30px;
    display: inline-block;
    background: 0 0 no-repeat;
}
.modal .stabs a span.emp {
    background-image: url(../img/icons/empresas.png);
}
.modal .stabs a span.per {
    background-image: url(../img/icons/personas.png);
}
.login {
    background-color: #011033;
    padding: 50px 40px 30px;
    word-break: break-word;
}
.login .input,
.login button,
.login .switch {
    width: 315px;
    margin: 0 auto 25px;
}
.login .input {
    position: relative;
}
.login .input .icon {
    width: 50px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    background: #aaa center center no-repeat;
}
.login .input .icon.lock {
    background-image: url(../img/icons/lock.png);
}
.login .input .icon.key {
    background-image: url(../img/icons/key.png);
}
.login .input input {
    padding-left: 60px;
}
.login .switch {
    text-align: right;
}
.login .switch input.check:empty {
    margin-left: -999em;
    visibility: hidden;
}
.login .switch input.check:empty ~ label {
    color: #fff;
    font-size: 0.875em;
    line-height: 35px;
    padding-right: 90px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.login .switch input.check:empty ~ label:before,
.login .switch input.check:empty ~ label:after {
    position: absolute;
    display: block;
    top: -8px;
    content: "";
}
.login .switch input.check:empty ~ label:before {
    right: 0;
    z-index: 1;
    width: 70px;
    height: 35px;
    background: #fff;
    border: 1px solid #0090d7;
}
.login .switch input.check:empty ~ label:after {
    right: 0;
    top: -7px;
    z-index: 2;
    width: 34px;
    height: 33px;
    background: #0090d7;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
}
.login .switch input.check:empty ~ label span {
    position: absolute;
    top: -7px;
    right: 0;
    z-index: 5;
    font-size: 11px;
    line-height: 35px;
    width: 35px;
    text-align: center;
}
.login .switch input.check:empty ~ label span:last-child {
    right: 35px;
    color: #000;
}
.login .switch input.check:checked ~ label:after {
    right: 35px;
}
.login .switch input.check:checked ~ label span {
    color: #000;
}
.login .switch input.check:checked ~ label span:last-child {
    color: #fff;
}
.login button {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}
.login a {
    color: #fff;
}
.login a em {
    text-decoration: underline;
    font-size: 0.9em;
}
footer {
    padding: 80px 0 0 0;
    background-color: #0032a0;
}
footer .logo {
	width: 150px;
	height: 34px;
	margin-left:-30px;
}
footer .h1 {
    font-size: 3.2em;
}
footer h4 {
    font-size: 1em;
}
footer .links {
    margin: 0;
    text-align: left;
}
footer .links li {
    padding: 0 5px;
    display: inline-block;
}
footer .links a {
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
}
footer .links a:hover {
    border-color: #67d2df;
}
footer .links * {
    color: #67d2df;
    font-size: 0.9em;
}
footer .links2 {
    margin: 0;
    text-align: left;
}
footer .links2 li {
    position: relative;
    padding:0 0 0 10px;
	font-size:0.8em;
	font-weight: 300;
}
footer .links2 li:before {
    content: "\2219";
    position: absolute;
    top: -9px;
    left: 0;
    color: #fff;
    font-size: 25px;
}
footer input[type="text"],
footer input[type="email"] {
    height: 60px;
    font-size: 1.4em;
}
footer .tbl > div {
    padding: 10px 30px;
}
footer .bl {
    border-left: 1px solid #bbb;
}

footer .social a {
	width:30px;
	height:22px;
	display:inline-block;
	background:url(../img/icons/social.png);
	transition:all 0s;
	-moz-transition:all 0s;
	-webkit-transition:all 0s;
	-o-transition:all 0s;
}
footer .social a.yt {
	background-position:0 0;
}
footer .social a.yt:hover {
	background-position:0 -22px;
}
footer .social a.blog {
	background-position:-30px 0;
}
footer .social a.blog:hover {
	background-position:-30px -22px;
}
footer .social a.fb {
	background-position:-150px 0;
}
footer .social a.fb:hover {
	background-position:-150px -22px;
}
footer .social a.tw {
	background-position:-60px 0;
}
footer .social a.tw:hover {
	background-position:-60px -22px;
}
footer .social a.in {
	background-position:-90px 0;
}
footer .social a.in:hover {
	background-position:-90px -22px;
}
footer .social a.gr {
	background-position:-120px 0;
}
footer .social a.gr:hover {
	background-position:-120px -22px;
}
footer .social a.sp {
	background-position:-180px 0;
}
footer .social a.sp:hover {
	background-position:-180px -22px;
}

footer h5 {
    font-size: 1.4em;
}
footer .vab p {
    font-size: 0.8em;
    margin-bottom: 5px;
}
footer .vab p a {
    padding: 0 5px 2px;
    border-bottom: 1px solid transparent;
}
footer .vab p a:hover {
    border-color: #fff;
}
footer .bg-white-100 {
	width:100%;
}
footer .bg-white li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}
footer .bg-white li:before {
    content: "\2219";
    position: absolute;
    top: -7px;
    left: 0;
    color: #00329e;
    font-size: 25px;
}
footer .bg-white a {
	color:#0032a0;
	font-size: 0.8em;
    padding-bottom: 5px;
}
footer .bg-white a:hover {
    text-decoration: underline;
}
.pin {
    margin-bottom: 30px;
}
.pin a:first-child {
    color: #fff;
    padding: 0 50px 0 40px;
    line-height: 40px;
    position: relative;
    background: url(../img/icons/pin.png) 0 0 no-repeat;
}
.pin a:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 29px;
    height: 11px;
    background: url(../img/icons/down.png);
}

.botones-home {
	display: none;
}
@media screen and (min-width: 769px) {
    .show-sm {
        display: none !important;
    }
}
@media screen and (max-width: 1024px) {
    footer .links li {
        padding: 0 5px;
    }
    .modal .container.emi {
        width: 85%;
    }
}
@media screen and (max-width: 768px) {
    .hide-sm {
        display: none !important;
    }
    .tbl.xs-flex {
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        margin: 0;
    }
    .tbl.xs-flex .block {
        margin: 0 1%;
        margin-bottom: 15px;
    }
    .tbl.xs-flex .block.sm-col6 {
        width: 48%;
    }
    .sm-p300 {
        padding: 30px 0;
    }
    .sm-m0 {
        margin: 0;
    }
    .sm-mb20 {
        margin-bottom: 20px;
    }
    .sm-mb40 {
        margin-bottom: 40px;
    }
    .sm-mt7 {
        margin-top: 7px;
    }
    .p0-60 {
        padding: 0 20px;
    }
    .p40 {
        padding: 40px 20px;
    }
    .p50 {
        padding: 50px 20px;
    }
    .p60 {
        padding: 60px 20px;
    }
    header,
    header.scrolled {
        background-color: #0032a0;
        background-color: rgba(0, 50, 160, 0.9);
    }
    header .logo,
    header.scrolled .logo {
		margin:24px 0 24px -15px;
    }
	header .menu {
		display: none;
	}
	#menu .iconos_menu {
		display: table-row!important;
	}
	#menu .iconos_menu a {
		margin:10px 10px 0 10px!important;
	}
    #menu ul.nav {
        margin-bottom: 20px;
    }
    #menu ul a {
        font-size: 1.2em;
        margin-bottom: 10px;
    }
	#menu .menu {
		display:none;
	}
	#menu .close-menu {
		display:none!important;
	}	
	#menu .close-menu.resp {
		display:inline-block!important;
	}
	#menu .bdm {
		display: none!important;
	}
    .menu-bar {
        background: none;
        margin-right: 0px;
        top: 0;
        right: 0 !important;
    }
    .menu-bar a {
        display: none;
    }
    .menu-bar a.btn-menu,
    .menu-bar a.btn {
        display: inline-block;
        margin-top: 15px;
    }
    .menu-bar .btn {
        padding: 15px 30px;
        margin-top: 7px !important;
    }
    footer .links li {
        padding: 0 10px 15px;
		text-align: center;
    }
    footer .flex > div {
        text-align: center;
    }
    footer .links2 li {
        padding: 0 10px 15px;
		text-align: center;
    }
    footer .bl {
        border: none;
    }
    footer .pin a {
        font-size: 34px;
    }
    footer .social a {
        margin: 0 20px;
    }
    .modal .table-gen tr:nth-child td,
    .modal .table-gen tr:nth-child td:before {
        color: #333 !important;
    }
    .modal .table-gen tr td {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .modal .table-gen tr td:before {
        font-size: 1em;
        top: 18px;
    }

	.botones-home {
		display: block;
		margin: 0 0 20px 0;
	}
	.botones-home .btn {
		margin:5px 0;
	}
}
@media screen and (max-width: 640px) {
    header .logo {
        width: 120px;
        height: 70px;
        padding: 24px 15px;
    }
    header .menu-bar {
        padding: 7px 10px;
    }
    header .menu-bar a.btn {
        padding: 10px;
        margin: 10px 10px 0 0 !important;
    }
    header .menu-bar a.btn-menu {
        width: 30px;
    }
    footer {
        padding: 40px 0;
        text-align: center;
    }
    footer .h1 {
        font-size: 2.6em;
    }
    footer .links li {
        display: block;
    }
    footer .tbl > div {
        padding: 10px;
    }
    footer .pin a {
        font-size: 20px;
    }
    footer .social a {
        margin: 20px;
    }
    footer input[type="text"],
    footer input[type="email"] {
        height: 50px;
    }
    h1,
    .h1 {
        font-size: 3.2em;
    }
    h2,
    .h2 {
        font-size: 2em;
    }
    h3,
    .h3 {
        font-size: 1.8em;
    }
    h4,
    .h4 {
        font-size: 1.4em;
    }
    .f48 {
        font-size: 2.2em;
    }
    .f54 {
        font-size: 3em;
    }
    #menu ul a {
        margin-bottom: 20px;
    }
    .hide-xs {
        display: none !important;
    }
    .show-xs {
        display: block !important;
    }
    .xs-left {
        text-align: left !important;
    }
    .xs-center {
        text-align: center !important;
    }
    .xs-m0 {
        margin: 0px;
    }
    .xs-p0 {
        padding: 0px;
    }
    .xs-mb20 {
        margin-bottom: 20px;
    }
    .xs-mb40 {
        margin-bottom: 40px;
    }
    .p100 {
        padding: 30px 0;
    }
    .row.tbl {
        margin: 0;
    }
    .tbl.bdsp {
        padding: 0 15px;
    }
    .tbl .br:after {
        display: none !important;
    }
    .tbl > div[class*="col"] {
        width: 100%;
        display: block;
    }
    footer .links2 li {
        text-align: center;
    }
    footer .links2 li:before {
        display: none;
    }
    footer .bg-white li:before,
    .modal .logo p {
        display: none;
    }
    .modal .container,
    .modal .stabs,
    .modal .login .input,
    .modal .login .switch,
    .modal .login button {
        width: 100%;
    }
    .modal .login {
        padding: 50px 20px;
    }
}
.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dk-select,
.dk-select-multi {
    background-color: #fff;
    position: relative;
    z-index: 10;
    vertical-align: middle;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    cursor: pointer;
}
#menu .dk-select {
    background-color: #eee;
    border-bottom: 1px solid #a2a2a3;
    font-size: 17px;
    line-height: 22px;
}
#menu .dk-selected {
    padding: 8px 50px 8px 17px;
    height: auto;
}
#menu .nav-aqua .dk-option {
    background-color: #60d1e0;
    color: #000;
}
#menu .nav-aqua .dk-option:hover {
    background-color: #0098dd;
}
#menu .nav-navy .dk-option {
    background-color: #001865;
    color: #fff;
}
#menu .nav-navy .dk-option:hover {
    background-color: #0098dd;
	color:#000;	
}
#menu .nav-blue .dk-option {
    background-color: #0090d7;
    color: #fff;
}
#menu .nav-blue .dk-option:hover {
    background-color: #4cb1e3;
}
#menu .nav-menu .dk-select {
    background-color: #012169;
    border: 1px solid #fff;
}
#menu .nav-menu .dk-option {
	color:#fff!important;
}
#menu .nav-menu .dk-option {
    background-color: #012169;
    color: #fff;
}

#menu .dk-option:first-child {
    display: none;
}
.dblue .dk-select {
    background-color: #6ab4dc;
}
.dwhite .dk-select {
    background-color: #fff !important;
    line-height: 20px;
}
.dwhite .dk-selected {
    color: #000;
    height: 42px;
}
.dline .dk-select {
    border: 1px solid #bbb;
}
.dark .dk-select {
    background-color: #33393d;
}
.dark .dk-selected {
    color: #fff;
}
.dark .dk-select-open-up .dk-selected,
.dark .dk-select-open-down .dk-selected {
    color: #33393d;
}
.dk-selected {
    width: 100%;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    height: 50px;
    padding: 11px 50px 11px 20px;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.dblue .dk-selected {
    color: #fff;
}
.dk-selected:before,
.dk-selected:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
}
.dk-selected:after {
    margin: -4px 15px 0 0;
    top: 50%;
    width: 27px;
    height: 9px;
    background: url(../img/bg/drop.png);
}
.dblue .dk-selected:after {
    background-image: url(../img/bg/drop-w.png);
    height: 10px;
    margin-top: -5px;
}
.dk-selected-disabled {
    color: #333;
}
.dk-select .dk-select-options {
    margin-top: -1px;
    position: absolute;
    display: none;
    left: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.dk-select-open-up .dk-select-options {
    margin-bottom: -1px;
    bottom: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.dk-select-open-down .dk-select-options {
    top: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.dk-select-multi .dk-select-options {
    max-height: 10em;
}
.dk-select-options {
    width: 100%;
    z-index: 10;
    background-color: white;
    border: 1px solid #ccc;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 10.5em;
    list-style: none;
    margin: 0;
}
.nav-menu .dk-select-options {
    max-height: 14em;
}
.dk-option-selected,
.dk-select-options-highlight .dk-option-selected {
    background-color: #fff;
}
.dk-select-options .dk-option-highlight {
    background-color: #eee;
}
.dk-option {
    color: #000;
    padding: 10px 20px;
    font-size: 15px;
    border-top: 1px solid #e3e3e3;
}
.dk-select-options .dk-option-disabled {
    color: #0083ff;
    background-color: transparent;
}
.dk-optgroup {
    border: solid #ccc;
    border-width: 1px 0;
    padding: 0.25em 0;
    margin-top: 0.25em;
}
.dk-optgroup + .dk-option {
    margin-top: 0.25em;
}
.dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0;
}
.dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0;
}
.dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.dk-optgroup-label {
    padding: 0 0.5em 0.25em;
    font-weight: 700;
    width: 100%;
}
.dk-optgroup-options {
    list-style: none;
    padding-left: 0;
}
.dk-optgroup-options li {
    padding-left: 1.2em;
}
.dk-select-open-up,
.dk-select-open-down {
    z-index: 40;
}
.dk-select-open-up .dk-selected {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #c8c8c8;
    background-color: #fff;
}
.dblue .dk-select-open-up .dk-selected,
.dblue .dk-select-open-down .dk-selected {
    background-color: #0090d7;
}
.dk-select-open-down .dk-selected {
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #c8c8c8;
}
.nav-menu .dk-select-open-down .dk-selected {
    background-color: #012169;
}
.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
    border-left-color: #c8c8c8;
}
.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.d-verde .dk-select-multi:focus .dk-select-options {
    display: block;
    border-color: #c8c8c8;
    border-top: none;
}
.dk-select-multi:hover,
.dk-select-multi:focus {
    outline: none;
}
.dk-selected:hover,
.dk-selected:focus {
    outline: none;
}
.dk-select-disabled {
    opacity: 0.6;
    color: #0083ff;
    cursor: not-allowed;
}
.dk-select-disabled .dk-selected:hover,
.dk-select-disabled .dk-selected:focus {
    border-color: inherit;
}
.dk-select-disabled .dk-selected:hover:before,
.dk-select-disabled .dk-selected:focus:before {
    border-top-color: inherit;
}
.dk-select-disabled .dk-selected:hover:before,
.dk-select-disabled .dk-selected:focus:before {
    border-left-color: inherit;
}
select[data-dkcacheid] {
    display: none;
}
.asunto .dk-select-options {
    max-height: 19em;
}
aside {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}
.menu-bar {
    right: 25%;
}
.sidebar {
    width: 25%;
    position: absolute;
    right: 15px;
    top: 120px;
    overflow: hidden;
}
.sidebar .sidebar-top {
    padding: 15px;
    height: 120px;
    text-align: center;
    border-bottom: 1px solid #999;
    background-color: #555;
    background-color: rgba(85, 85, 85, 0.34);
}
.sidebar .sidebar-top h5 {
    margin-bottom: 10px;
}
.sidebar .sidebar-top h5,
.sidebar .sidebar-top .btn {
    color: white;
}
.sidebar .sidebar-top a,
.sidebar .sidebar-top span {
    color: #aaa;
    font-size: 13px;
}
.sidebar .sidebar-top a:hover {
    color: #fff;
}
.sidebar .sidebar-bottom {
    height: 675px;
    background-color: #012169;
    background-color: rgba(1, 33, 105, 1);
	border-radius: 10px 10px 0 0;
}
.tabs {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
	border-radius: 10px 10px 0 0;
}
.tabs a {
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0.875em;
	color: #009cde;
}
.tabs .t1 {
	border-radius:0 10px 0 0;
}
.tabs .t2 {
	border-radius:10px 0 0 0;
}
.tabs a:hover {
	color: #012169;
}
.tabs a.active {
    background: none;
	color: #fff;
    background-color: #012169;
    background-color: rgba(1, 33, 105, 1);
}
.subtabs {
    width: 100%;
    display: table;
    margin-bottom: 10px;
    border-bottom: 1px solid #0090d7;
}
.subtabs a {
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
    display: table-cell;
    position: relative;
}
.subtabs a.active:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #0090d7 transparent transparent transparent;
}
.subtabs a.active,
.subtabs a:hover {
    color: #0090d7;
}
.tab-cont {
    padding: 15px 15px 0;
}
.tab-cont .btn {
    padding: 15px 10px;
}
.tab-cont,
.subtab-cont {
    display: none;
}
.tab-cont.active,
.subtab-cont.active {
    display: block;
}
.indicadores {
    margin-bottom: 15px;
}
.indicadores li {
    padding: 25px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.23);
}
.indicadores li .br {
    border-right: 1px solid #999;
}
.indicadores li h4,
.indicadores li h5 {
    padding: 5px;
    margin: 0;
}
.indicadores li h3 {
    margin-bottom: 10px;
}
.indicadores li #mercados h3 a {
    padding-right: 25px;
    background: url(../img/icons/plus.png) right center no-repeat;
}
.indicadores li .up,
.indicadores li .down {
    position: relative;
    padding: 3px 20px 0 0;
    display: inline-block;
}
.indicadores li .up:after,
.indicadores li .down:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 0;
    height: 0;
}
.indicadores li .up {
    color: #bfff00;
}
.indicadores li .up:after {
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #bfff00 transparent;
}
.indicadores li .down {
    color: #ff3f00;
}
.indicadores li .down:after {
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #ff3f00 transparent transparent transparent;
}
#indicadores .indicadores li {
    padding: 12px 0;
}
#indicadores .indicadores li:first-child {
    padding: 7px 0;
}
.stage {
    height: 795px;
    display: block;
    padding-bottom: 40px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.stage .overlay {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.stage h1 {
	font-size:3em;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 120%;
	font-weight: 300;
}
.stage p {
	font-size:1em;
	color: #fff;
	line-height: 150%;
	font-weight: 300;
}
.stage .search {
    width: 63%;
    padding: 10px;
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.33);
}
.stage .search button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 56px;
    height: 45px;
    background: #0090d7 url(../img/icons/search.png) center center no-repeat;
}
.stage .search button:hover {
    background-color: #006ea4;
}
.stage .block {
    cursor: pointer;
    padding: 15px 17px 20px;
    border: 2px solid transparent;
}
.stage .block h2 {
    color: #4c5163;
    line-height: 90%;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.stage .block h2 small {
    font-size: 0.4em;
    line-height: 0.4em;
}
.stage .block hr {
    width: 40px;
    height: 2px;
    margin: 0 0 10px;
    border: none;
}
.stage .block p {
    color: #acacac;
    font-size: 0.95em;
}
.block {
    cursor: pointer;
    vertical-align: top;
    background-color: #fff;
}
.block h4 {
    margin-bottom: 10px;
}
.block h5.cat {
    width: 50%;
    font-size: 0.875em;
    font-weight: 900;
    letter-spacing: 0.2em;
    position: relative;
}
.block h5.cat span {
    position: absolute;
    left: -23px;
    top: 3px;
    width: 10px;
    height: 10px;
    border: 3px solid;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.block h6 {
    font-size: 0.68em;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}
.block.col4 {
    padding: 30px 35px 20px;
}
.block.col4 h4 {
    width: 75%;
}
.block.col4 h5.cat {
    height: 2em;
}
.block.col4 a.overlay {
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
}
.block.col4 a.overlay span.va {
    color: #fff;
    font-size: 1.37em;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
.block.col4 a.overlay img {
    display: block;
    margin: 10px auto 0;
}
.block.col4:hover .overlay {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.block.col4:hover .overlay span.va {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.block.col3 {
    padding: 30px 25px 20px;
}
.block.col3 h5 {
    margin-bottom: 10px;
}
.block.col3 h4 a,
.block.col3 h5 {
    color: #2e2e2e;
}
.block.col3 h6,
.block.col3 p {
    color: #888;
}
.block.col3:hover h4 a {
    text-decoration: underline;
}
.block.b-img {
	background-color:#012169;
    padding: 0;
}
.block.b-img .img-bg {
    height: 135px;
}
.block.b-img .cont {
	color:#fff;
    padding: 15px 25px;
}
#slider {
    margin: 0;
    padding: 15px;
}
#slider .slick-prev,
#slider .slick-next {
    margin-top: -36px;
}
#slider .slick-prev {
    left: 5px;
}
#slider .slick-next {
    right: 5px;
}
#slider .block {
    float: none;
    padding: 0 10px;
    position: relative;
    text-align: center;
    display: table-cell;
}
#slider .block h4 {
    font-size: 1.2em;
    margin-top: 10px;
    font-family: "Raleway";
}
#slider .block img {
    margin: 0 auto;
}
#slider .block div.overlay {
	border-left:10px solid #012169;
	border-right:10px solid #012169;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    background-color: #000;
    background-color: rgba(0, 50, 160, 0.9);
}
#slider .block div.overlay .va {
    color: #fff;
    padding: 0 10px;
    font-size: 1.2em;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
#slider .block:hover .overlay {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
#slider .block:hover .overlay .va {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
@media screen and (max-width: 1024px) {
    .stage .block h2 {
        font-size: 2em;
    }
}
@media screen and (max-width: 768px) {
    .stage {
        height: auto;
        padding-top: 170px;
    }
	.stage h1 {
		font-size:2em;
		margin:50px 0;
	}
    .stage .search {
        width: 100%;
    }
    .stage .pr30 {
        padding-right: 0;
    }
    aside {
        z-index: 0;
        position: relative;
    }
    aside .container {
        padding: 0;
    }
    aside .sidebar {
        right: 0;
        width: 100%;
        position: inherit;
		top:0px;
    }
    aside .sidebar .sidebar-top {
        display: none;
    }
    aside .sidebar .sidebar-bottom {
        height: auto;
        padding-bottom: 30px;
		background-color: #012169;
		background-color: rgba(1, 33, 105, 1);
    }
    aside .sidebar .sidebar-bottom .btn.full {
        width: 50%;
        margin: 0 auto;
        display: block;
        font-size: 1em;
    }
    .tabs a,
    .subtabs a {
        font-size: 1em;
    }
    #mercados .indicadores {
        width: 100%;
        display: table;
        padding-bottom: 40px;
        margin-bottom: 30px;
        border-bottom: 1px solid #3f3f3f;
    }
    #mercados .indicadores li {
        width: 50%;
        padding: 0 30px 10px;
        display: table-cell;
        border-bottom: none;
    }
    #mercados .indicadores li .col6 {
        width: 50%;
    }
    #mercados .indicadores li.br {
        position: relative;
    }
    #mercados .indicadores li.br:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #999;
        background-color: rgba(153, 153, 153, 0.2);
    }
    .block.col4 h4 {
        width: 100%;
    }
    .tbl.xs-flex .block.sm-col6 {
        width: 48%;
    }
}
@media screen and (max-width: 640px) {
    .stage {
        padding-top: 120px;
    }
    .block {
        margin-bottom: 20px;
    }
    aside .sidebar .sidebar-bottom .btn.full {
        width: 100%;
    }
    #mercados .indicadores {
        padding-bottom: 20px;
    }
    #mercados .indicadores li {
        padding: 0;
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    #mercados .indicadores li:after {
        display: none !important;
    }
}
.mod-version {
    overflow: hidden;
}
.mod-version .close-modal {
    width: 60px;
    height: 60px;
    z-index: 20;
    position: fixed;
    margin-right: -235px;
    top: 25px;
    right: 50%;
    border: 1px solid #fff;
    background: #000 url(../img/icons/close.png) center center no-repeat;
}
.mod-version h4 {
    font-size: 20px;
}
.mod-version .bg-gray7 {
    background: #777;
}
.mod-version .bg-gray7:hover {
    background: #5e5e5e;
}
.mod-version .gray9 {
    color: #999;
}
.mod-version .f44 {
    font-size: 44px;
}
.mod-version .lb,
.mod-version .lr {
    position: relative;
    padding-bottom: 7px;
    display: inline-block;
}
.mod-version .lb:after,
.mod-version .lr:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 27px;
    height: 2px;
    display: inline-block;
    background-color: #00b9eb;
}
@media screen and (max-width: 768px) {
    .mod-version .container {
        width: 750px !important;
    }
    .mod-version .close-modal {
        margin-right: -360px !important;
    }
    .mod-version .tbl .col6 {
        width: 50% !important;
    }
    .mod-version .p40 {
        padding: 20px;
    }
}
@media screen and (max-width: 640px) {
    .mod-version {
        overflow: scroll;
    }
    .mod-version .f44 {
        font-size: 32px;
    }
    .mod-version .logo {
        width: 50%;
    }
    .mod-version .container {
        width: 100% !important;
    }
    .mod-version .close-modal {
        margin: 0 !important;
        right: 15px !important;
    }
    .mod-version .tbl .col6 {
        width: 100% !important;
    }
}

.cont_boletines_home h3 {
	color:#0032a0;
	font-weight: 300;
}
.tabs_h {
	margin:10px 0 0 0;
	border-bottom: 2px solid #009cde;
}
.tabs_h a {
	color: #009cde;
	padding:0 10px 6px 10px;
}
.tabs_h a.active, .tabs_h a:hover {
	border-bottom: 5px solid #009cde;
}


.cont_boletines_home h4.title {
  font-weight: 500;
}
.cont_boletines_home h5 {
  margin:0;
}
.tabs_h .btn, .tab_h .btn {
	text-transform: none;
}
.tabs_h .btn.active {
  background-color: #1690D7;
}
.tab_h:not(.active) {
  display: none;
}
.drop_h {
  z-index: 1;
}
.boletines_home li {
padding:10px 0 10px 25px;
}
.boletines_home li:last-child {
  border:none;
}
.boletines_home li:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}
.boletines_home h4 {
	background-image: url(../img/icons/bullet_boletin.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
	font-size: 14px;
	color:#000;
	padding:0 0 0 15px;
  	margin:0 0 5px 0;
}
.boletines_home h3 {
  font-size: 20px;
  color:#0032a0;
  line-height: 24px;
  margin:0 0 5px 0;
}
.boletines_home h5 {
  font-size: 12px;
  color:#7f7f7f;
  margin:0;
}
.boletines_home p {
  font-size: 13px;
  line-height: 18px;
  color:#231f20;
  font-weight: 300;
  margin:5px 0 0 0;
}

