/*==============================================================
    RESET
===============================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,menu,nav,section {
    display:block;
}
ul li {
    list-style: none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:' ';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
/*==============================================================
    FONT-FACE
===============================================================*/
@font-face {
    font-family: 'bbvaoffice_light';
    src: url('../fonts/bbvaoffice-light.eot');
    src: url('../fonts/bbvaoffice-light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bbvaoffice-light.woff') format('woff'),
    url('../fonts/bbvaoffice-light.ttf') format('truetype'),
    url('../fonts/bbvaoffice-light.svg#noto_sans_thaibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BBVAOfficeLight_Bold';
    src: url('../fonts/BBVAOfficeLight-Bold_gdi.eot');
    src: url('../fonts/BBVAOfficeLight-Bold_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BBVAOfficeLight-Bold_gdi.woff') format('woff'),
    url('../fonts/BBVAOfficeLight-Bold_gdi.ttf') format('truetype'),
    url('../fonts/BBVAOfficeLight-Bold_gdi.svg#noto_sans_thaibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BBVAOfficeBook_Regular';
    src: url('../fonts/BBVAOfficeBook-Regular_gdi.eot');
    src: url('../fonts/BBVAOfficeBook-Regular_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BBVAOfficeBook-Regular_gdi.woff') format('woff'),
    url('../fonts/BBVAOfficeBook-Regular_gdi.ttf') format('truetype'),
    url('../fonts/BBVAOfficeBook-Regular_gdi.svg#noto_sans_thaibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*==============================================================
    BODY AND COMMONS
===============================================================*/
body {
    background: #ffffff;
    font-family: 'bbvaoffice_light';
    font-size: 18px;
    overflow-x: hidden;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 12px;
    text-rendering: optimizeLegibility;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
}
html {
    -ms-touch-action: none;
    font-size:100%;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
}
header,nav,aside,footer {
    display: block;
    position: relative;
}
header:hover,nav:hover,aside:hover,footer:hover, .general_container:hover{

}
h1,h2,h3,h4,h5,h6,p,html,html a {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    color: #005293;
}
h1 {

}
h2 {
    font-weight: normal;
}
h3 {

}
h4 {
    font-size: 30px;
    text-align: left;
    line-height: 40px;
    font-weight: normal;
    margin: 0 0 37px 0px;
}
h5 {
    font-weight: normal;
}
h6 {
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    font-weight: normal;
    margin: 0 0 30px 0;
}
p {
    font-family: 'BBVAOfficeBook_Regular';
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    text-transform: none;
    margin: 0 0 15px 0;
}
strong {
    font-family: 'BBVAOfficeLight_Bold';
    font-weight: normal;
    text-transform: uppercase;
}
p:last-child {
    margin: 0;
}
p strong {

}
a {
    font-size: 18px;
    line-height: 22px;
    outline: medium none;
}
img {
    width: 100%;
}

/*==============================================================
    DEBUG
===============================================================*/
.debugContainer {
    background: rgba(0, 0, 0, 0.7);
    display:  block;
    left: 5px;
    position: fixed;
    top: 50px;
    z-index: 99999999999;
    text-align: left;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.debugContainer div {
    padding: 10px;
}
.debugContainer .scroolDebug {
    font-family: Arial, Helvetica, sans-serif;
    color: #F0F;
    font-size: 20px;
    font-weight: bold;
    z-index: 99999;
}
.debugContainer .anchoDelBrowser {
    font-family: Arial, Helvetica, sans-serif;
    color: #F0F;
    font-size: 20px;
    font-weight: bold;
    z-index: 99999;
}
.debugContainer .altoDelBrowser {
    font-family: Arial, Helvetica, sans-serif;
    color: #F0F;
    font-size: 20px;
    font-weight: bold;
    z-index: 99999;
}
.debugContainer .scrollX {
    font-family: Arial, Helvetica, sans-serif;
    color: #F0F;
    font-size: 20px;
    font-weight: bold;;
    z-index: 99999;
}
.debugContainer .scrollY {
    font-family: Arial, Helvetica, sans-serif;
    color: #F0F;
    font-size: 20px;
    font-weight: bold;;
    z-index: 99999;
}
/*==============================================================
    WRAPPER AND COMMONS
===============================================================*/
.generalWrapper {
    width: 100%;
    left: 0;
    position: relative;
    min-height: 100%;

    transition: All 0.5s linear;
    -webkit-transition: All 0.5s linear;
    -moz-transition: All 0.5s linear;
}
.generalWrapperMobileNavEnter {
    left: -79%;
}
.generalContainer {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 0 185px 0;
}
.tabLine {
    width: 100%;
    border-top: thin dotted #44b9ea;
    position: relative;
    top: 30px;
}
.wrapperCenter {
    margin: 0 auto;
    max-width: 940px;
    position: relative;
}
.wrapperCenter:after, .tabConainer .tabNav:after, .paginator:after, ul:after, .dataCol1:after, .dataCol2:after, .tabConainer .tabs .col1:after, .newData:after {
    clear: both;
    content: " ";
    display: block;
}
.wrapperCenter .col1 {
    float: left;
    width: 50%;
}
.wrapperCenter .col2 {
    float: right;
    width: 50%;
}
.newData {
    width: 100%;
    height: 100%;
    position: relative;

    transition: All 0.5s linear;
    -webkit-transition: All 0.5s linear;
    -moz-transition: All 0.5s linear;
}

/*==============================================================
    HEADER
===============================================================*/
header {
    width: 100%;
    padding: 26px 0 45px 0;
}
header h1 {
    float: left;
}
header h1 a {
    background: url("../images/header/logo.png") no-repeat scroll 0 0 transparent;
    width: 223px;
    height: 29px;
    display: block;
    text-indent: -999999px;
}
header h3 {
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 17px 0 0 0;
}
/*==============================================================
    NAV
===============================================================*/
nav {
    width: 100%;
    position: relative;
    padding: 0 0 15px 0;
}
nav .menuDesktop ul {
    width: 980px;
}
nav .menuDesktop ul li {
    float: left;
    padding: 0 15px 0 0;
    border-right: thin solid #ccecf9;
    margin: 0 12.5px 0 0;
    height: 55px;
}
nav .menuDesktop ul li:nth-child(4) a {
    width: 98px !important;
}
nav .menuDesktop ul li:last-child {
    margin: 0;
    border: none;
    padding: 0;
}
nav .menuDesktop ul li a {
    width: 100%;
    display: block;
    font-size: 12px;
    text-align: left;
    line-height: 17px;
    opacity: 0.2;

    transition:All 0.1s linear;
    -webkit-transition:All 0.1s linear;
    -moz-transition:All 0.1s linear;
}
nav .menuDesktop ul li a:hover {
    opacity: 1;
    font-family: 'BBVAOfficeBook_Regular';
}
.menuDesktop .navActive {
    opacity: 1;
    font-family: 'BBVAOfficeBook_Regular';
}
.menuDesktop .navDefault {
    opacity: 1;
}

/*MOBILE*/
.menuMobileIcon {
    background: url("../images/ui/menu_mobile_shape.png") no-repeat center center;
    position: absolute;
    top: 0;
    right: 18px;
    width: 26px;
    height: 21px;
    cursor: pointer;
    margin: 26px 0 0 0;

    display: none;
}
.menuMobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.menuMobile .backgroundClose {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.menuMobile .closeBtn {
    background: url("../images/ui/menu_mobile_shape.png") no-repeat center center;
    position: absolute;
    top: 24px;
    left: 0;
    width: 25%;
    height: 21px;
    cursor: pointer;

    opacity: 0;

    transition: All 0.5s linear;
    -webkit-transition: All 0.5s linear;
    -moz-transition: All 0.5s linear;
}
.menuMobile .menu {
    position: absolute;
    width: 75%;
    height: 100%;
    right: 0;
    top: 0;

    transition: All 0.5s linear;
    -webkit-transition: All 0.5s linear;
    -moz-transition: All 0.5s linear;

    transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
}
.menuEnterAnimation {
    transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
}
.menuMobile .menu ul {
    width: 100%;
    /*height: 100%;*/
    background: #ecf8fd;
}
.menuMobile .menu ul li {
    width: 100%;
    /*height: 60px;*/
    border-bottom: thin solid #b9e5f7;
}
.menuMobile .menu ul li a {
    background: #ecf8fd;
    width: 100%;
    height: 100%;
    padding: 20px 0 20px 20px;
    font-size: 12px;
    text-align: left;
    display: block;
    opacity: 0.8;

    transition:All 0.1s linear;
    -webkit-transition:All 0.1s linear;
    -moz-transition:All 0.1s linear;
}
.menuMobile .menu ul li a:hover {
    opacity: 1;
    background: #ffffff;
    font-family: 'BBVAOfficeBook_Regular';
}
.menuMobile .navActive {
    background: #ffffff !important;
    opacity: 1 !important;
    font-family: 'BBVAOfficeBook_Regular';
}

/*==============================================================
    FOOTER
===============================================================*/
footer {
    background: #e5f5fc;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}
footer .secondBackColor {
    background: #ffffff;
    width: 100%;
    padding: 0 0 25px 0;
    position: relative;
}
footer p {
    font-size: 12px;
}
footer .goTopBtn {
    width: 47px;
    height: 47px;
    background: url("../images/footer/arrow_up.gif") no-repeat center center #E4F5FC;
    border-radius: 24px;
    display: inline-block;
    float: right;
    text-indent: -9999px;
    position: absolute;
    bottom:-12px;
    right: 0;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
footer .goTopBtn:hover {
    background-position: center 16px;
}
footer .pdfLink {
    position:absolute;
    bottom:-12px;
    right:70px;
    width:auto;
}
footer .pdfLink a {
    color: #009fe3;
    display: block;
    font-size: 12px;
    height: 100%;
    padding: 0 0 13px;
    text-align: left;
    transition: all 0.1s linear 0s;
    width: 100%;
}
footer .pdfLink a:hover {
    color:#005293;
}
/*==============================================================
    HOME
===============================================================*/
.home {
    border-top: 1px dotted #44b9ea;
    margin: 20px 0 0 0;
    padding: 42px 0 185px 0;
}
.home h2 {
    font-size: 46px;
    line-height: 54px;
    text-align: left;
    margin: 0 0 37px;
}
.home h5 {
    font-size: 26px;
    line-height: 36px;
    text-align: left;
}
/*==============================================================
    COUNTRY NAV
===============================================================*/
.countryNav {
    margin: 6px 0 0 0;
}
.countryNav .sectionReference {
    font-family: 'BBVAOfficeBook_Regular';
    font-size: 10px;
    color: #b7b8b8;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 17px 0;
}
/*==============================================================
    ASIDE
===============================================================*/
aside {
    width: 67%;
    margin: 0 auto;
    position: relative;
    left: 22px;
}
aside ul {

}
aside ul li {
    border-bottom: thin dotted #44b9ea;
    margin: 0 0 13px 0;
    max-width: 275px;
}
aside ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: left;
    padding: 0 0 13px 0;
    color: #009fe3;
    font-size: 12px;

    transition:All 0.1s linear;
    -webkit-transition:All 0.1s linear;
    -moz-transition:All 0.1s linear;
}
aside ul li:first-child a{
    padding-top: 0;
    margin-top: 5px;
}
aside ul li a:hover {
    color: #005293;
    font-family: 'BBVAOfficeLight_Bold';
    font-size: 13px;
}
.asideActve {
    color: #005293;
    font-family: 'BBVAOfficeLight_Bold';
    font-size: 13px;
}
.pdfLink {
    border: none;
    margin: 30px 0 0 0;
}
.pdfLink a {
    font-family: 'BBVAOfficeBook_Regular';
    text-transform: none;
}
.pdfLink a:hover {
    font-size: 12px;
}
.pdfLink .pdfIcon {
    background: url("../images/ui/pdf_icon.png") no-repeat 0 0;
    width: 14px;
    height: 19px;
    float: left;
    margin: 0 12px 0 0;
    position: relative;
    top: 2px;
}

/*ASIDE MOBILE SELECT MENU*/
.mobileAside {
    display: none;
}
aside .ui-selectmenu-button {
    width: 100% !important;
    border: none;
    height: 40px;
    background: #ecf8fd;
}
aside .ui-selectmenu-button span.ui-icon {
    background: url("../images/ui/select_menu_button_icon.png") no-repeat center center;
    width: 13px;
    height: 7px;
    margin-top: -3px;
    right: 13px;
}
aside .ui-selectmenu-button span.ui-selectmenu-text {
    font-size: 12px;
    color: #005293;
    font-family: 'BBVAOfficeLight_Bold';
    padding: 13px 0 0 17px;
}

#tab_a_Aside-menu, #tab_b_Aside-menu {
    background: #ecf8fd;
}
#tab_a_Aside-menu li, #tab_b_Aside-menu li {
    border-top: thin dotted #44b9ea;
    color: #599ee0;
    font-size: 12px;
    font-family: 'BBVAOfficeLight_Bold';
    height: 40px;
    text-align: left;
    padding: 13px 0 0 17px;
}
#tab_a_Aside-menu li:hover, #tab_b_Aside-menu li:hover {
    color: #005293;
}
/*==============================================================
    TAB CONTAINER
===============================================================*/
.tabConainer {
    width: 100%;
}
.tabConainer .tabNav {
    height: 57px;
    margin: 0 0 33px;
}
.tabConainer .tabNav .tabs_Btn {
    background: #e3f5fc;
    width: 50%;
    height: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    padding: 18px 0 0 0;
    border-bottom: thin dotted #44b9ea;

    transition:All 0.1s linear;
    -webkit-transition:All 0.1s linear;
    -moz-transition:All 0.1s linear;
}
.tabConainer .tabNav .tabs_Btn:hover {
    font-size: 16px;
}
.tabConainer .tabNav .tab_active_Btn {
    background: #ffffff;
    border-top: thin dotted #44b9ea;
    border-bottom: none;
    border-right: thin dotted #44b9ea;
}
.tabConainer .tabNav .tab_bctive_Btn {
    background: #ffffff;
    border-top: thin dotted #44b9ea;
    border-bottom: none;
    border-left: thin dotted #44b9ea;
}
.tabConainer .tabNav .tabs_Btn:last-child {
    border-right: none;
}
.tabConainer .tabs {
    padding: 0;
}
.tabConainer .tabs .tab_a, .tabConainer .tabs .tab_b {
    display: none;
}
.tabConainer .tabs .tab_active {
    display: block;
}
.tabConainer .tabs .col1 {
    width: 55%;
}
.tabConainer .tabs .col2 {
    width: 45%;
}
/*==============================================================
    VIDEOS
===============================================================*/
video {
    max-width: 588px;
    width: 100%;
    max-height: 332px;
    margin: 0 0 45px 0;
}
iframe {
    height: 321px;
    margin: 0 0 45px 0;
}
/*==============================================================
    SWIPER
===============================================================*/
.paginator {
    position: relative;
    clear: both;
    display: block;
    margin: 48px 0 0 0;
    height: 50px;

    transition: All 0.5s linear;
    -webkit-transition: All 0.5s linear;
    -moz-transition: All 0.5s linear;
}
.paginator .swiper-pagination {
    top: 18px;
    left: 25px;
    position: relative;
    float: left;
}
.paginator .swiper-pagination .swiper-pagination-bullet {
    background: none;
    font-size: 15px;
    color: #c7d5e4;
    margin: 0 14px 0 0;
    opacity: 1;

    transition:All 0.1s linear;
    -webkit-transition:All 0.1s linear;
    -moz-transition:All 0.1s linear;
}
.paginator .swiper-pagination .swiper-pagination-bullet-active {
    background: none;
    color: #005293;
    font-family: 'BBVAOfficeLight_Bold';
}
.paginator .swiper-button-next {
    background: url("../images/ui/pagination_arrow_right.png") no-repeat center center #daf1fb;
    width: 47px;
    height: 47px;
    cursor: pointer;
    top: 0;
    left: 12px;
    margin: 0;
    position: relative;
    float: left;

    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;

    transition:All 0.1s linear;
    -webkit-transition:All 0.1s linear;
    -moz-transition:All 0.1s linear;
}
.paginator .swiper-button-next:hover {
    background-position: 30px center;
}
.paginator .swiper-button-prev {
    background: url("../images/ui/pagination_arrow_left.png") no-repeat center center #daf1fb;
    width: 47px;
    height: 47px;
    cursor: pointer;
    margin: 0;
    top: 0;
    left: 0;
    position: relative;
    float: left;

    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;

    transition:All 0.1s linear;
    -webkit-transition:All 0.1s linear;
    -moz-transition:All 0.1s linear;
}
.paginator .swiper-button-prev:hover {
    background-position: 11px center;
}
.paginator .swiper-button-disabled {
    /*display: none;*/
}
/*==============================================================
    LIGHTBOX IMAGE
===============================================================*/
/*CLICK*/
.imageContainer {
    position: relative;
    margin: 0 0 50px 0;
}
.imageContainer img {
    cursor: pointer;
}
.openLightbox, .lightBoxImagesWrapper .closeBtn {
    background: url("../images/ui/open_lightbox_icon.png") no-repeat center center #8fd5f2;
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: -45px;
    left: 15px;
    cursor: pointer;
    z-index: 9;

    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;

    transition:All 0.1s linear;
    -webkit-transition:All 0.1s linear;
    -moz-transition:All 0.1s linear;
}
.imageContainer .openLightbox:hover {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
}
/*CONTAINER*/
.lightBoxImagesWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.lightBoxImagesWrapper .backgroundClose {
    background: rgba(235,245,250, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    cursor: pointer;
}
.lightBoxImages {
    /*max-width: 750px;*/
    width: 100%;
    position: absolute;
    top: 52%;
    left: 50%;

    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.lightBoxImages .swiper-container {
    width: 100%;
    height: 514px;
    overflow: visible;
}
.lightBoxImages .swiper-container .swiper-slide {
    opacity: 0;
    background:url('../images/loader.gif') center center no-repeat #fff;
}
.lightBoxImages .swiper-container .swiper-slide-active {
    opacity: 1;
}
.lightBoxImagesWrapper .closeBtn {
    background-image: url("../images/ui/close_shape.png");
    left: initial;
    bottom: initial;
    right: 15px;
    top: -50px;
}
.lightBoxImagesWrapper .closeBtn:hover {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
}
.lightBoxImages .imageWrapper {
    background: #ffffff;
    max-width: 1600px;
    /*width: 100%;*/
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    text-align: center;
    font: 0/0 a;
}

.animate {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}


.log {
    position: absolute;
    top:0;
    left:0;
    background: red;
    width: 600px;
    text-indent:-9999px;
    height: 600px;
}

.lightBoxImages .imageWrapper:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 1px;
}
.lightBoxImages .imageWrapper img {
    width: 100%;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}
.lightBoxImages .paginator {
    /*position: absolute;
    bottom: -75px;
    left: 50%;*/
    margin: 20px auto 0;
    width: auto;
    max-width: 320px;

    /*transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);*/
}
/*==============================================================
    TEXT TEMPLATES
===============================================================*/
.textColor2 {
    color: #009fe3 !important;
}
.textColor2AndBold {
    color: #009fe3;
    font-family: 'BBVAOfficeLight_Bold';
}
.textColor3AndBold {
    font-family: 'BBVAOfficeLight_Bold';
    color: #005293;
}
.referenteNote {
    font-size: 10px;
    color: #b7b8b8;
}
.referenteNote a {
    font-size: 10px;
    text-decoration: underline;
}
.noBorder {
    border: none !important;
}
/*LO QUE REALMENTE IMPORTA*/
.textUpperCase {
    text-transform: uppercase;
}
.h4LowMargin {
    margin: 0 0 3px 0px;
}
.textColor4_Upper {
    font-size: 16px;
    color: #009fe3;
    text-transform: uppercase;
    display: block;
}
.textColor5_UpperCase_Margin {
    font-size: 16px;
    color: #009fe3;
    text-transform: uppercase;
    display: block;
    margin: 45px 0 45px 38px !important;
}
.blueLineSeparator {
    background: #99d9f4;
    width: 100%;
    height: 1px;
    margin: 15px 0 0 0;
    display: block;
}
.dataCol1 {
    width: 100%;
    border-bottom: thin solid #e1e1e1;
    padding: 33px 0 33px 0;
}
.dataCol1:first-child {
    padding: 0 0 33px 0;
}
.dataCol1:last-child {
    border: none;
}
.dataCol1 .colLeft, .dataCol1 .colRight {
    float: left;
    width: 78%;
}
.dataCol1 .colLeft {
    width: 22%;
}
.dataCol1 .colLeft p {
    text-transform: uppercase;
}
.dataCol1 .colRight100 {
    width: 100%;
}
.dataCol1 .colRight span {
    display: block;
}
.dataCol2 {
    background: #ecf8fd;
    width: 100%;
    padding: 22px;
    margin: 29px 0 29px 0;
}
.dataCol2 .colLeft, .dataCol2 .colRight {
    float: left;
    width: 52%;
}
.dataCol2 .colLeft {
    width: 42%;
    margin: 0 24px 0 0;
}
.dataCol2 .colLeft .imageContainer {
    margin: 0;
}
.dataCol2 .colRight p {
    font-size: 11px;
}
.dataCol2 .colRight .title {
    font-family: 'BBVAOfficeLight_Bold';
    font-size: 36px;
    color: #009fe3;
    text-transform: uppercase;
}
.dataCol2 .colRight .subTitle {
    font-family: 'BBVAOfficeLight_Bold';
    font-size: 16px;
    color: #005293;
    text-transform: uppercase;
}
.arrowIcon {
    background: url("../images/ui/arrow.png") no-repeat center center;
    width: 18px;
    height: 11px;
    display: block;
    margin: 25px 0 10px 0;
}
.unityText {
    font-size: 8px;
    position: relative;
    top: -10px;
}
