/***********************
ESTILOS LUXEMBURGO
************************/

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/OpenSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-ExtraboldItalic';
    src: url('fonts/OpenSans-ExtraboldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.woff?9126108') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body,
p,
div,
h1,
h2,
h3,
h4,
a,
img,
ul,
li,
ol,
span,
header,
nav,
footer,
section,
article,
object,
video {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    border: none;
    background: transparent;
    vertical-align: baseline;
    font-family: 'OpenSans', Arial, serif;
    color: #1a1a1a;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

@media (max-width: 991px) {
    html.no-scroll {
        overflow: hidden;
    }
}

h1,
.h1 {
    font-size: 5.5rem;
    line-height: 5.9rem;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    font-weight: normal;
}

h2,
.h2 {
    font-size: 2.6rem;
    line-height: 3rem;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    /* color: #004f70; */
    color: rgb(0, 0, 250); /* Nuevo color */
    font-weight: normal;
}

h3,
.h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    /* color: #004f70; */
    color: rgb(0, 0, 250); /* Nuevo color */
    font-weight: normal;
}

h4,
.h4 {
    font-size: 1.6rem;
    line-height: 2rem;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    /* color: #004f70; */
    color: rgb(0, 0, 250); /* Nuevo color */
    font-weight: normal;
}

p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #555;
}

.center-block,
.row>.center-block {
    float: none;
}

strong {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    font-weight: bold;
}

a {
    color: #0000fa;
    text-decoration: underline;
    transition: all 0.3s ease-in;
}

a:hover,
a:focus,
a:active {
    color: #004f70;
}

a:disabled {
    color: #1a1a1a;
}

.page-wrapper ul li {
    font-size: 1.6rem;
    line-height: 2.2rem;
    background: transparent url("images/lux-bullet-ul.png") no-repeat;
    background-position: 0.6rem 1rem;
    padding: 0 0 1rem 3.2rem;
    display: list-item;
    list-style: none;
}

.page-wrapper ul li .texto_grande {
    font-size: 1.8rem;
}

.page-wrapper ul li p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    display: inline-block;
}

.page-wrapper ol {
    display: block;
    counter-reset: item;
    clear: both;
}

.page-wrapper ol li:before {
    background: transparent url("images/bullet-ol.png") no-repeat scroll top left;
    content: counters(item, ".", decimal) " ";
    counter-increment: item;
    display: inline-block;
    height: 2.6rem;
    text-align: center;
    width: 2.7rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 2.6rem;
}

@media screen and (min-width:0\0) {
    .page-wrapper ol li:before {
        line-height: normal;
    }
}

.page-wrapper ol li {
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 0 0 2rem 3.2rem;
    list-style-type: decimal;
    position: relative;
}

.page-wrapper ol li .texto_grande {
    font-size: 1.8rem;
}

.page-wrapper ol li p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    display: inline-block;
}

.texto_aclarativo {
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.table-responsive.n-table,
.table-responsive.n-table[data-pattern="priority-columns"] {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.table-responsive.n-table[data-pattern="priority-columns"]>.table>thead>tr>th,
.table-responsive.n-table[data-pattern="priority-columns"]>.table>tbody>tr>th,
.table-responsive.n-table[data-pattern="priority-columns"]>.table>tfoot>tr>th,
.table-responsive.n-table[data-pattern="priority-columns"]>.table>thead>tr>td,
.table-responsive.n-table[data-pattern="priority-columns"]>.table>tbody>tr>td,
.table-responsive.n-table[data-pattern="priority-columns"]>.table>tfoot>tr>td {
    white-space: normal;
}

table {
    border-spacing: 0.5rem 0;
    border-collapse: inherit;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
}

table caption {
    font-size: 2.6rem;
    line-height: 3rem;
    font-family: 'OpenSans-Bold', Arial, serif;
    color: #004f70;
    border-bottom: 0.1rem solid #efefef;
    margin: 0 0.5rem;
    font-weight: bold;
    font-style: italic;
}

table.table>thead>tr>th,
table.table>tbody>tr>td,
table.table>tbody>tr>th,
table>thead>tr>th,
table>tbody>tr>td,
table>tbody>tr>th {
    font-size: 1.4rem;
    border-bottom: 0.1rem solid #efefef;
    padding: 1.5rem 0.8rem;
    border-top: none;
    color: #555;
    line-height: normal;
    vertical-align: middle;
}

table.tabla_alternativa {
    border-spacing: 0;
    border: 0.1rem solid #efefef;
}

table tbody td.blackback {
    background-color: #e4f4fb;
}

.sticky-table-header>.table {
    margin-top: 0;
}

.table-wrapper .btn-toolbar {
    margin-bottom: 0;
}

.table-wrapper {
    margin-top: 2rem;
}

.table-wrapper table {
    margin-top: 0;
}

.table-wrapper .btn-group {
    margin-right: 0;
}

.table-wrapper .dropdown-menu {
    margin-top: 0;
    z-index: 40;
}

.table-wrapper .dropdown-menu li {
    background: none;
}

.table-wrapper .btn-toolbar .btn {
    width: auto;
    margin-left: 1rem;
}

.table-wrapper .btn-toolbar .btn.dropdown-toggle {
    padding: 1.2rem 2.2rem;
}

.section-prom {
    position: relative;
}


/*******************
    Backgrounds
*********************/
.bg-light-grey {
    background: #F0F0F0;
    position:relative;
}

.bg-grey {
    background-color: #d6dbdf;
    position: relative;
}

.main .bg-grey {
    background-color: #545454;
    position: relative;
}

.main .bg-grey h2,
.main .bg-grey .h2,
.main .bg-grey h3,
.main .bg-grey .h3,
.main .bg-grey h4,
.main .bg-grey .h4,
.main .bg-grey p {
    color: #fff;
}

#footer .bg-grey {
    background-color: transparent;
}

@media(min-width:768px) {
    #footer .bg-grey {
        background: url('images/bg-map.jpg') no-repeat top left #d6dbdf;
    }
}

.bg-white {
    background-color: #fff;
    position: relative;
}

.bg-blue {
    background-color: #e5f5fc;
    position: relative;
}

.bg-dark-blue {
    background-color: #0000fa;
    position: relative;
}

.bg-yellow {
    background-color: #fdf5e1;
    position: relative;
}

.bg-site {
    /*background-color: #007eae;*/
    background-color: rgb(0, 0, 250);
    position: relative;
}

.bg-navyblue {
    background-color: #1D2546;
    position: relative;
}

.bg-greenishblue {
    background-color: #19818B;
    position: relative;
}

.bg-dark-cyan {
    background-color: #0000fa;
    position: relative;
}

.bg-dark-cyan .p-highlight-title h3,
.bg-greenishblue .p-highlight-title h3,
.bg-navyblue .p-highlight-title h3,
.bg-dark-cyan h2,
.bg-greenishblue h2,
.bg-navyblue h2,
.bg-dark-cyan p,
.bg-greenishblue p,
.bg-navyblue p,
.bg-dark-cyan li,
.bg-greenishblue li,
.bg-navyblue li {
    color: #FFF !important;
}

.article-main>.container-fluid,
.aside-main>.container-fluid {
    margin-top: -1px;
}

.article-main>.container-fluid.bg-white,
.aside-main>.container-fluid.bg-white {
    border-bottom: 1px solid #efefef;
}


/***********************
    MARGINS in MAIN
************************/

.main .container .row>div {
    min-height: 0;
}

.article-block {
    margin: 4rem 0;
}

.main h2,
.main h3,
.main h4 {
    margin-top: 3rem;
}

.main .article-title h2,
.main .article-title h3,
.main .article-title h4 {
    margin-top: 3rem;
}


/*.main li>ul,*/

.main li>p,
.main li>ol,
.main li>img {
    margin-top: 0;
}

.main p,
.main ul,
.main ol,
.main img,
.main object,
.main iframe {
    margin-top: 1rem;
    /* Ticket #65277 - Cuentas: Hola Bank Livning solutions: Problema con lista */
}

.main .lista_alternativa {
    margin-top: 4rem;
}

.main-component {
    margin: 3rem -15px;
}

@media (min-width: 768px) {
    .main-component {
        margin: 3rem 0;
    }
}

.article-main .container-fluid {
    position: relative;
}

.aside-main .container-fluid {
    position: relative;
}


/******************************
        Texto rico
******************************/

.contenedor_exterior_columnas_alternativo:after,
.contenedor_exterior_columnas:after,
.contenedor_exterior_columnas_alternativo_bis:after,
.contenedor_tres_columnas:after,
.contenedor_cuatro_columnas:after,
.templateTCI_contenedor:after,
.templateTCI_contenedor_alternativa:after,
.contenedor_botones:after,
.contenedor_doscolumnas:after,
.contenedor_trescolumnas:after,
.contenedor_cuatrocolumnas:after {
    content: '';
    display: block;
    clear: both;
}

@media (min-width: 992px) {
    .contenedor_exterior_columnas_alternativo,
    .contenedor_exterior_columnas,
    .contenedor_exterior_columnas_alternativo_bis,
    .contenedor_tres_columnas,
    .contenedor_cuatro_columnas,
    .templateTCI_contenedor_alternativa,
    .contenedor_botones,
    .contenedor_doscolumnas,
    .contenedor_trescolumnas,
    .contenedor_cuatrocolumnas {
        margin: 0 -15px;
    }
    .contenedor_exterior_columnas_alternativo .estilo_col_derecha_alternativo,
    .contenedor_exterior_columnas .estilo_col_derecha,
    .contenedor_exterior_columnas_alternativo_bis .estilo_col_derecha_alternativo_bis {
        float: right;
        width: 50%;
        padding: 0 15px;
    }
    .contenedor_exterior_columnas_alternativo .estilo_col_izquierda_alternativo,
    .contenedor_exterior_columnas .estilo_col_izquierda,
    .contenedor_exterior_columnas_alternativo_bis .estilo_col_izquierda_alternativo_bis {
        float: left;
        width: 50%;
        padding: 0 15px;
    }
    .contenedor_tres_columnas .encabezado_columnas {
        float: left;
        width: 100%;
        padding: 0 15px;
    }
    .contenedor_tres_columnas .estilo_col_izquierda,
    .contenedor_tres_columnas .estilo_col_medio,
    .contenedor_tres_columnas .estilo_col_derecha {
        float: left;
        width: 33%;
        padding: 0 15px;
    }
    .contenedor_cuatro_columnas .encabezado_columnas {
        float: left;
        width: 100%;
        padding: 0 15px;
    }
    .contenedor_cuatro_columnas .template4columnas_columna {
        float: left;
        width: 25%;
        padding: 0 15px;
    }
    .templateTCI_contenedor_alternativa .templateTCI_imagen {
        float: left;
        width: 40%;
        padding: 0 15px;
    }
    .templateTCI_contenedor_alternativa .templateTCI_texto {
        float: left;
        width: 60%;
        padding: 0 15px;
    }
    .contenedor_botones .boton_izquierdo,
    .contenedor_botones .boton_derecho {
        float: left;
        width: 50%;
        padding: 0 15px;
    }
    .contenedor_doscolumnas .ancho25,
    .contenedor_trescolumnas .ancho25,
    .contenedor_cuatrocolumnas .ancho25 {
        float: left;
        width: 25%;
        padding: 0 15px;
        text-align: right;
    }
    .contenedor_doscolumnas .ancho33,
    .contenedor_trescolumnas .ancho33 {
        float: left;
        width: 33%;
        padding: 0 15px;
    }
    .contenedor_doscolumnas .ancho50,
    .contenedor_trescolumnas .ancho50 {
        float: left;
        width: 50%;
        padding: 0 15px;
    }
    .contenedor_doscolumnas .ancho75 {
        float: left;
        width: 75%;
        padding: 0 15px;
    }
}

.templateTCI_contenedor {
    display: table;
    width: 100%;
    margin: 1rem -15px 0;
    overflow: hidden;
}

.templateTCI_contenedor .templateTCI_imagen {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    padding: 0 15px;
}

.templateTCI_contenedor .templateTCI_texto {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    padding: 0 15px;
}

.texto_derecha {
    text-align: right;
}

.texto_centrado {
    text-align: center;
}

.article-content .texto_izquierda {
    text-align: left;
}

.article-content .texto_color_site {
    color: #0000fa;
}

.article-content .texto_subrayado {
    text-decoration: underline;
}

.article-content .texto_grande {
    font-size: 1.2em;
}

.article-content .texto_pequenno {
    font-size: 0.8em;
}

.article-content .titulo_entradilla {
    font-size: 2.6rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    line-height: 3rem;
    color: #000;
    margin-bottom: 2rem;
}

.article-content .azul_turquesa {
    color: #0099cc;
}

.article-content .azul_oscuro {
    color: #004f70
}

.article-content .naranja {
    color: #f4c53d;
}


/******************************
        AVISO DE COOKIES
*******************************/

#acookie {
    background-color: #ededed;
    z-index: 110 !important;
    position: relative;
}

#acookie:after {
    content: '';
    display: block;
    clear: both;
    height: 2px;
    width: 100%;
    background-color: #fff;
}

#acookie #div_texto {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 768px) {
    #acookie #div_texto {
        width: 750px;
    }
}

@media (min-width: 992px) {
    #acookie #div_texto {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    #acookie #div_texto {
        width: 1170px;
    }
}

#acookie .texto_cookie {
    font-size: 1.2rem;
    line-height: normal;
    padding: 1.2rem 0;
}

#acookie>a {
    display: none;
}


/******************************
        HEADER BLOCKS
*******************************/

@media (min-width: 992px) {
    .page-wrapper.overlay-panel #header {
        position: relative;
        z-index: 110;
        background-color: #fff;
    }
}

.overlay-tooltip {
    height: 100%;
    position: fixed;
    width: 100%;
}

.overlay-tooltip #header {
    position: static;
}

#header {
    z-index: 100;
    background-color: #fff;
    position: relative;
}

#header .bg-grey {
    background-color: transparent;
}

.header-topbar {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

.header-top {
    display: block;
    width: 100%;
    padding: 0;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .header-top {
        padding: 1rem 0;
    }
}

.header-top .container {
    display: table;
    width: 100%;
    padding: 0;
}

.header-top .row {
    display: table-row;
}

.header-top .header-m-left,
.header-top .header-m-right {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.header-top .header-m-left {
    padding: 0;
    width: 90%;
}

.header-top .header-m-right {
    width: 21.3rem;
    padding: 0;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .header-top .container {
        display: block;
        padding: 0 15px;
    }
    .header-top .row {
        display: block;
    }
    .header-top .header-m-left,
    .header-top .header-m-right {
        display: inline-block;
        padding: 0 15px;
    }
    .header-top .header-m-right {
        white-space: initial;
        width: auto;
    }
}

.header-middle {
    text-align: right;
    display: none;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
}

.header-middle .container {
    padding-left: 0;
    padding-right: 0;
}

.header-middle .col-xs-6 {
    width: 100%;
    white-space: nowrap;
    min-height: 0;
}

@media (min-width: 992px) {
    #header .bg-grey {
        background-color: #f8f8f8;
    }
    .header-topbar {
        display: block;
        border-bottom: none;
    }
    .header-topbar .container {
        width: 970px;
    }
    .header-top {
        display: block;
    }
    .header-middle {
        display: block;
        padding: 1.5rem 15px 0;
    }
    .header-middle .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-middle .col-xs-6 {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .header-topbar .container {
        width: 1170px;
    }
}

.header-bottom {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 992px) {
    .header-bottom {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.header-bottom .container {
    width: 100%;
    margin-bottom: 1rem;
}

.menu-open .header-bottom .container {
    margin-bottom: 0;
    position: relative;
}

.menu-open .header-bottom .column:first-child {
    position: static;
}

@media (min-width: 992px) {
    .header-bottom .container {
        width: 970px;
        margin-bottom: 2rem;
    }
    .menu-open .header-bottom .container {
        margin-bottom: 2rem;
    }
    .header-bottom .row {
        display: table;
        width: 100%;
        margin: 0;
    }
    .header-bottom .column {
        display: table-cell;
        float: none;
        vertical-align: middle;
        padding: 0;
        width: auto;
    }
    .header-bottom .column:first-child {
        min-width: 240px;
    }
    .menu-open.header-bottom .column:first-child {
        position: relative;
    }
}

@media (min-width: 1200px) {
    .header-bottom .container {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    footer#footer {
        margin: 0;
        padding-top: 4rem;
    }
}

@media (min-width: 992px) {
    .header-top .column.header-m-left {
        text-align: left;
        padding-right: 0;
        width: auto;
    }
    .header-top .column.header-m-right {
        text-align: right;
        float: right;
        padding-left: 0;
    }
    .header-m-right .link-group,
    .header-m-right .links-group-panel {
        display: inline-block;
        float: none;
        position: relative;
    }
}


/*******************************
   5-6 Top links
*******************************/

.header-top .links-group-panel {
    float: none;
    position: relative;
}

@media (min-width: 992px) {
    .header-top .header-m-left .links-group-panel {
        float: left;
    }
}

@media (min-width: 992px) {
    .header-top .links-group-panel .mobile-link-open {
        display: none;
    }
}

.header-top .links-group-panel .mobile-link-open a {
    color: #555;
    font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 1.5rem;
    display: inline;
    padding-right: 0;
}

.header-top .header-m-left .links-group-panel .mobile-link-open a {
    margin-left: 1.5rem;
}

@media (min-width: 992px) {
    .header-top .links-group-panel .mobile-link-open a {
        display: inline;
        padding-right: 1rem;
    }
    .header-top .header-m-left .links-group-panel .mobile-link-open a {
        margin-left: 0;
    }
}

.header-top .links-group-panel .mobile-link-open:after {
    content: '';
    display: inline-block;
    width: 0.7rem;
    height: 0.4rem;
    background: url('images/arrow-dropdown-down.png') no-repeat center center transparent;
    vertical-align: middle;
    padding-left: 1rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
}

@media (min-width: 992px) {
    .header-top .links-group-panel .mobile-link-open:after {
        position: static;
    }
}

.links-group-panel .mobile-layer {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding: 0;
    overflow-y: auto;
    text-align: left;
}

@media (min-width: 992px) {
    .header-top .header-m-left .links-group-panel .mobile-layer {
        display: block !important;
        position: static;
        z-index: auto;
        background-color: transparent;
    }
}

.links-group-panel .mobile-layer .mobile-layer-header a {
    background: url("icons/cross.png") no-repeat 96% center;
    background-size: contain;
    height: 1.3rem;
    width: 1.3rem;
    content: "Close";
    position: relative;
    top: -3.2rem;
    right: 2rem;
}

@media (min-width: 992px) {
    .header-top .links-group-panel .mobile-layer-header {
        display: none;
    }
}

.links-group-panel .mobile-layer-header p {
    padding: 1.5rem 0 1.5rem 1.5rem;
    font-weight: bold;
    font-size: 1.3rem;
}

.links-group-panel .links-group-panel-links {
    width: 100%;
}

@media (min-width: 992px) {
    .header-top .links-group-panel .mobile-layer .links-group-panel-links ul {
        display: inline-block;
        line-height: normal;
        vertical-align: middle;
        margin-left: 0.3rem;
        padding-left: 0.6rem;
        border-left: 1px solid #ccc;
    }
    .header-top .links-group-panel .mobile-layer .links-group-panel-links ul:first-child {
        display: inline-block;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }
}

@media (min-width: 1200px) {
    .header-top .links-group-panel .mobile-layer .links-group-panel-links ul {
        margin-left: 0.6rem;
        padding-left: 1rem;
    }
}

.links-group-panel .links-group-panel-links li {
    background: none;
    padding: 0;
    border-bottom: 1px solid #ececec;
}

@media (min-width: 992px) {
    .header-top .links-group-panel .links-group-panel-links li {
        float: left;
        background: none;
        font-size: 1rem;
        padding: 0 0 0 0.6rem;
        border: none;
        line-height: normal;
    }
}

@media (min-width: 1200px) {
    .header-top .links-group-panel .links-group-panel-links li {
        padding: 0 0 0 1rem;
    }
}

.links-group-panel .links-group-panel-links ul li:first-child {
    border-top: 1px solid #ececec;
}

@media (min-width: 992px) {
    .header-top .links-group-panel .links-group-panel-links ul li:first-child {
        border-top: none;
        padding-left: 0;
    }
}

.links-group-panel .links-group-panel-links ul li:last-child {
    border-bottom: none;
}

.links-group-panel .links-group-panel-links li a {
    font-weight: bold;
    font-size: 1.3rem;
    text-decoration: none;
    padding: 1rem 1.5rem;
    display: block;
    font-family: 'OpenSans-Bold', Arial, Helvetica, sans-serif;
}

@media (min-width: 992px) {
    .header-top .links-group-panel .links-group-panel-links li a {
        text-decoration: none;
        font-size: 1.1rem;
        color: #555;
        font-weight: normal;
        padding: 0;
        font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    }
    .header-top .links-group-panel .links-group-panel-links li a.current {
        font-weight: bold;
    }
}

@media (min-width: 1200px) {
    .header-top .links-group-panel .links-group-panel-links li a {
        font-size: 1.2rem;
    }
}

.links-group-panel .links-group-panel-links li a:hover {
    background-color: #efefef;
}

@media (min-width: 992px) {
    .header-top .links-group-panel .links-group-panel-links li a:hover {
        background-color: transparent;
    }
    .header-top .links-group-panel .links-group-panel-links li a.active {
        color: #000;
        font-weight: bold;
    }
}


/*******************************
    Link HC Header
*******************************/

.header-top #hc-header-link {
    display: none;
}

@media (min-width: 992px) {
    .header-top #hc-header-link {
        display: inline-block;
    }
    .header-top #hc-header-link .link-group-head {
        border-left: 1px solid #0000fa;
        border-right: 1px solid #0000fa;
        margin-left: 0.5rem;
    }
    .header-top #hc-header-link .link-group-head a {
        font-family: 'OpenSans', Helvetica, Arial, sans-serif;
        font-size: 1.1rem;
        color: #007BAD;
        margin-left: 0.6rem;
        padding-right: 0.7rem;
        display: inline-block;
        position: relative;
    }
    .header-top #hc-header-link .link-group-head a img {
        padding: 0 0.7rem 0 0;
        vertical-align: middle;
    }
    .header-top #hc-header-link .link-group-head a:after {
        display: none;
    }
}

@media (min-width: 1200px) {
    .header-top #hc-header-link .link-group-head {
        margin-left: 1.5rem;
    }
    .header-top #hc-header-link .link-group-head a {
        font-size: 1.2rem;
        margin-left: 1.5rem;
        padding-right: 1rem;
    }
}


/*******************************
    Dropdown links
*******************************/

.header-top .link-group {
    display: none;
}

.header-top .header-m-left .link-group {
    display: none;
}

@media (min-width: 992px) {
    .header-top .header-m-left .link-group {
        display: block;
        float: left;
        position: relative;
    }
    .header-top .header-m-right .link-group {
        display: inline-block;
    }
}

.header-top .link-group:after {
    content: '';
    display: block;
    clear: both;
}

.header-top .link-group-dropdown {
    display: none;
    position: absolute;
    width: 120%;
    margin-top: 1rem;
    text-align: center;
    z-index: 1000;
    background-color: transparent;
    top: 100%;
    left: -10%;
}

.header-top .link-group-dropdown ul {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 0.6rem;
    background-color: #fff;
    border: 1px solid #efefef;
}

.header-top .link-group-dropdown ul:before {
    content: '';
    display: block;
    border-bottom: 1rem solid #fff;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: -1.9rem;
    left: 50%;
    margin-left: -1rem;
}

.header-top .link-group-dropdown li {
    background-image: none;
    padding: 0;
    border-top: 1px solid #efefef;
}

.header-top .link-group-dropdown li:first-child {
    border-top: none;
}

.header-top .link-group-dropdown li a {
    color: #555;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3rem;
    display: block;
    padding: 1rem 2rem;
    white-space: normal;
}

.header-top .link-group-dropdown li a:hover {
    background: #efefef;
}

.header-top .link-group li {
    background: transparent none repeat scroll 0 0;
    padding: 0;
}

.header-top .link-group-head {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.header-top .link-group-head a {
    color: #555;
    font-family: "OpenSans", Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 1.2rem;
}

@media (min-width: 992px) {
    .header-top .link-group-head a {
        font-size: 1.1rem;
    }
}

@media (min-width: 1200px) {
    .header-top .link-group-head a {
        font-size: 1.2rem;
    }
}

.header-top .link-group-head a img {
    padding-left: 0.2rem;
    vertical-align: middle;
}

.header-top #enlace-superior-agrupacion .link-group-head a img {
    display: none
}


/*******************************
   7-Cotizacion
********************************/

.cotizacion {
    display: none;
    float: left;
    text-align: left;
}

@media (min-width: 992px) {
    .cotizacion {
        display: inline-block;
    }
}

.cotizacion a {
    text-decoration: none;
    font-family: 'OpenSans-Bold', Arial, Helvetica, sans-serif;
    display: inline;
}

.cotizacion span {
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
}

.cotizacion .html-snippet {
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
}

.cotizacion .html-snippet img {
    vertical-align: middle;
}


/*******************************
    8- Idiomas
********************************/

#desplegable-idiomas li {
    background: transparent;
    display: inline;
    padding: 0;
}

#desplegable-idiomas.links-group-panel,
#desplegable-idiomas .link-group {
    vertical-align: middle;
    padding: 1.3rem 1rem;
    width: 7.8rem;
    display: block;
    float: left;
    margin-left: 1.4rem;
}

#desplegable-idiomas .link-group {
    padding-right: 2rem;
}

#desplegable-idiomas.links-group-panel li {
    background: transparent;
    display: inline;
    padding: 0;
}

@media (min-width: 992px) {
    #desplegable-idiomas.links-group-panel,
    #desplegable-idiomas .link-group {
        border-left: none;
        padding: 0;
        height: auto;
        width: auto;
        display: inline-block;
        float: none;
    }
    #desplegable-idiomas.links-group-panel {
        position: relative;
        float: right;
    }
}

#desplegable-idiomas.links-group-panel .mobile-link-open img {
    margin: 0 1px 1px 0;
    vertical-align: middle;
}

#desplegable-idiomas.links-group-panel .mobile-link-open {
    display: block;
}

#desplegable-idiomas.links-group-panel .mobile-link-open a {
    color: #555;
    font-family: "OpenSans", Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 1.6rem;
}

@media (min-width: 992px) {
    #desplegable-idiomas.links-group-panel .mobile-link-open a {
        font-size: 1.15rem;
    }
}

@media (min-width: 1200px) {
    #desplegable-idiomas.links-group-panel .mobile-link-open a {
        font-size: 1.2rem;
    }
}

#desplegable-idiomas.links-group-panel .mobile-link-open a img {
    margin: 0;
    padding: 0 0.7rem;
}

.header-top #desplegable-idiomas.links-group-panel .mobile-link-open:after {
    display: none;
}

#desplegable-idiomas.links-group-panel .mobile-layer {
    display: none;
}

#desplegable-idiomas.links-group-panel .mobile-layer .links-group-panel-links ul li {
    text-align: left;
    float: none;
}

@media (min-width: 992px) {
    #desplegable-idiomas.links-group-panel .mobile-layer {
        position: absolute;
        z-index: 1000;
        overflow: visible;
    }
    #desplegable-idiomas .mobile-layer {
        padding: 0;
        width: 300%;
        text-align: center;
        border-radius: 2px;
        background-color: transparent;
        left: -100%;
        top: 100%;
        height: auto;
        z-index: 2;
        margin-top: 1rem;
        position: absolute;
    }
    #desplegable-idiomas .mobile-layer .mobile-layer-header {
        display: none;
    }
    #desplegable-idiomas .mobile-layer:before {
        content: '';
        display: block;
        border-bottom: 10px solid #ececec;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        height: 20px;
        position: absolute;
        top: -19px;
        left: 50%;
        margin-left: -10px;
    }
    #desplegable-idiomas .mobile-layer .links-group-panel-links:before {
        content: '';
        display: block;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        height: 20px;
        position: absolute;
        top: -17px;
        left: 50%;
        margin-left: -10px;
    }
    #desplegable-idiomas .links-group-panel-links ul {
        background-color: #fff;
        border-radius: 6px;
        border: 1px solid #ececec;
        display: block;
    }
    #desplegable-idiomas .links-group-panel-links ul li {
        background-image: none;
        padding: 0;
        border-top: 1px solid #ececec;
        line-height: 2.2rem;
    }
    #desplegable-idiomas .links-group-panel-links ul li:first-child {
        border-top: none;
    }
    #desplegable-idiomas .links-group-panel-links ul li a {
        font-size: 1.3rem;
        text-decoration: none;
        padding: 0.6rem 1.5rem;
        display: block;
        color: #555;
        font-weight: normal;
        font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    }
    #desplegable-idiomas .links-group-panel-links ul li a.active {
        /*color: #09F;*/
        color: rgb(0, 0, 250);
    }
    #desplegable-idiomas .links-group-panel-links ul li a.active:after {
        content: "";
        display: inline-block;
        width: 1.6rem;
        height: 1.1rem;
        float: right;
        vertical-align: middle;
        margin-top: 0.6rem;
        background: url('icons/check_blue.svg') center center / contain no-repeat transparent;
    }
    #desplegable-idiomas .links-group-panel-links ul li a:hover {
        background: #efefef;
    }
}


/*******************************
   9- Oficinas
********************************/

.header-top #buscador-oficinas {
    border-left: 1px solid #ededed;
    padding: 1.3rem 1.5rem 1.3rem 1rem;
    width: 12rem;
    display: block;
    float: left;
}

@media (min-width: 992px) {
    .header-top #buscador-oficinas {
        display: none;
    }
}

#buscador-oficinas .link-group-head a {
    color: #555;
    font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 1.6rem;
    position: relative;
}

#buscador-oficinas .link-group-head a span {
    display: none;
}

#buscador-oficinas .link-group-head a:before {
    content: '';
    display: block;
    width: 13px;
    height: 16px;
    background: url('../css/icons/gps.png') no-repeat;
    margin-top: 3px;
    margin-right: 3px;
    margin-left: 5px;
    float: left;
}

#buscador-oficinas .link-group-head a:after {
    display: none;
}


/*******************************
   10- Menu
********************************/

.menuToggle {
    display: inline-block;
    float: none;
    cursor: pointer;
    padding-top: 2rem;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .menuToggle {
        padding-top: 0;
        min-width: 8rem;
    }
}

.menuOpen {
    display: inline;
}

.menuOpen span {
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
}

@media (min-width: 992px) {
    .menuOpen span {
        font-size: 1.4rem;
    }
}

.menuOpen a {
    text-decoration: none;
}

.menuClose {
    display: none;
}

.menuClose span {
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    display: none;
}

@media (min-width: 992px) {
    .menuClose span {
        font-size: 1.4rem;
        display: inline-block;
    }
}

.menuClose a {
    text-decoration: none;
    opacity: 1;
    font-weight: normal;
    float: none;
    font-size: 1.4rem;
    line-height: 2rem;
    text-shadow: none;
}

.menuClose a img {
    vertical-align: middle;
}

.menuClose a:hover,
.menuClose a:focus {
    opacity: 1;
}


/*******************************
    12-Logo
********************************/

.search-open #header-bottom-middle-center-col {
    position: fixed;
    width: 100%;
}

#header-bottom-middle-center-col {
    padding: 1rem 0;
}

@media (min-width: 992px) {
    #header-bottom-middle-center-col {
        padding: 0;
    }
}

.header-bottom .main-title {
    background: url('../css/images/logo-m.png') center center no-repeat transparent;
    width: auto;
    /* height: 3.9rem; */
    height: 6.5rem;
    margin: 0 -15px;
    padding: 0;
    min-width: 15rem;
    background-size: 100%;
}

@media (min-width: 992px) {
    .header-bottom .main-title {
        background: url('../css/images/logo.png') center center no-repeat transparent;
        width: 440px;
        height: 65px;
        margin: 0 auto;
        padding: 0;
    }
}

.header-bottom .main-title a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.header-bottom .main-title h1,
.header-bottom .main-title p {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


/*******************************
    13-Enlace Hazte Cliente
********************************/

.header-bottom .column:last-child {
    text-align: center;
    padding-bottom: 0;
}

.menu-open .header-bottom .column:last-child {
    display: none;
}

@media (min-width: 768px) {
    .header-bottom .column:last-child {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .header-bottom .column:last-child {
        padding-top: 0;
    }
    .menu-open .header-bottom .column:last-child {
        display: block;
    }
}

.header-bottom .buttons_group {
    margin: 0;
    text-align: center;
    display: inline-block;
}

.header-bottom .button_wrap {
    margin: 0;
}

#hc-button .button_wrap a {
    padding: 0 1.2rem;
    line-height: 3.6rem;
}

#hc-button .button_wrap a:before {
    background: url('../css/icons/user.png')no-repeat center center transparent;
    content: '';
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
    margin-right: 1rem;
}


/*******************************
   14- Boton linea Abierta
********************************/

#la-button .button_wrap span a:before {
    background: url("icons/lock-white.png")no-repeat center center transparent;
}

#la-button .button_wrap a:hover:before {
    background: url("icons/lock-blue.png")no-repeat center center transparent;
}

#la-button .button_wrap a span {
    display: none;
}

@media (min-width: 1200px) {
    #la-button .button_wrap a span {
        color: #fff;
        display: inline;
    }
}


/*******************************
    15 titulo Seccion
********************************/

.section-title.section-sh-title {
    display: block;
}

@media (min-width:992px) {
    .section-title {
        display: block;
    }
}

.section-title .column {
    min-height: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .section-title .column {
        padding: 0 15px;
    }
}

.section-title .main-title {
    display: none;
    padding: 1rem 0;
}

@media (min-width: 768px) {
    .section-title .main-title {
        padding: 0;
    }
}

.section-title .main-title.visible-mb {
    display: block;
}

.section-title.section-sh-title .main-title {
    display: block;
}

@media (min-width: 992px) {
    .section-title .main-title {
        display: block;
        padding: 0;
    }
}

.section-title .main-title span {
    color: #fff;
    font-style: normal;
    display: block;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    position: relative;
    line-height: 2rem;
}

@media (min-width: 768px) {
    .section-title .main-title span {
        font-size: 3.6rem;
        line-height: 6rem;
        padding: 0;
    }
}

.section-title .main-title a {
    text-decoration: none;
    display: inline-block;
}

.section-title .main-title a h1,
.section-title .main-title a p {
    display: inline;
}


/*******************************
    #56735 Breadcrumb
********************************/

@media (min-width:992px) {
    #inner-section .section-breadcrumb {
        background-color: #f2f2f2;
    }
}


/* Breadcrumbs */

.breadcrumb {
    display: none;
    padding: 7px 0;
    list-style: none;
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .breadcrumb {
        display: block;
    }
}

.breadcrumb .current {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
}

.breadcrumb .crumb {
    display: inline;
    background-image: none;
    color: #555;
    font-size: 0.9em;
    padding: 0;
}

.crumb:after {
    content: "";
    display: inline-block;
    background: url('icons/arrow-right.png') no-repeat center center transparent;
    width: 1rem;
    height: 0.6rem;
}

.crumb:last-child:after {
    content: "";
    background-image: none;
}

.breadcrumb .crumb a {
    text-decoration: none;
    color: #555;
    font-size: 0.9em;
}

.breadcrumb ul li.current {
    text-decoration: none;
    color: #555;
    font-size: 0.8em;
}


/*******************************
    18 FooterGrupos de enlaces
********************************/

.footer-middle-top .container {
    padding: 0;
}

@media (min-width: 992px) {
    .footer-middle-top .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .footer-middle-top .container {
        width: 1170px;
    }
}

.footer-middle-top .container ul li {
    background: transparent;
    padding: 0;
}

@media (min-width: 992px) {
    .col-links {
        margin-bottom: 3rem;
    }
}

.col-links:after {
    content: '';
    display: block;
    clear: both;
}

.col-links .multicols {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
}

.col-links .multicols3 {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
}

.link-group-title a p {
    color: #0000fa;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    text-decoration: none;
    font-size: 1.4rem;
}

.link-group-title a {
    text-decoration: none;
}

.link-group-links ul li a {
    color: #555;
    text-decoration: none;
    font-size: 1.4rem;
    background: none;
}

.link-group-links ul li {
    background: none;
    padding: 0;
}

.multicols .link-group-links ul {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
}

.footer-middle-top .link-group-links ul {
    padding-bottom: 2rem;
}

.ie9 .footer-middle-top .multicols3 .link-group-links ul li {
    display: inline-block;
    width: 48%
}

@media (min-width: 768px) {
    .footer-middle-top .link-group-links ul {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }
    .footer-middle-top .multicols3 .link-group-links ul {
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
    }
    .ie9 .footer-middle-top .multicols3 .link-group-links ul li {
        width: 32%
    }
    .link-group-title a {
        cursor: auto;
    }
}

@media (min-width: 992px) {
    .footer-middle-top .link-group-links ul {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        padding-bottom: 0;
    }
    .footer-middle-top .multicols .link-group-links ul {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }
    .footer-middle-top .multicols {
        padding-right: 0;
        width: 30.3333%;
    }
    .footer-middle-top .col-links .col-md-2 {
        padding: 0 10px;
        width: 15%;
    }
    .footer-middle-top .multicols3 {
        padding: 0;
        width: 39%;
    }
    .footer-middle-top .multicols3 .link-group-links ul li a img {
        margin: 0.5rem 0;
    }
}

@media (min-width: 768px) {
    .no-csscolumns .multicols .link-group-links ul li {
        width: 49%;
        display: inline-block;
    }
}

@media (min-width:992px) {
    .footer-middle-top .link-group-links {
        display: block !important;
    }
}

.link-group-links ul li a img {
    vertical-align: middle;
    margin: 0.5rem 0.5rem 0.5rem 0;
    background: #757575;
    border-radius: 26px;
}

.link-group-links ul li a[title*="Linkedin"]:hover img {
    background: #006699;
    transition: all 0.3s ease-in;
}

.link-group-links ul li a[title*="Instagram"]:hover img {
    background: #d0277b;
    transition: all 0.3s ease-in;
}

.link-group-links ul li a[title*="Facebook"]:hover img {
    background: #3b5998;
    transition: all 0.3s ease-in;
}

.link-group-links ul li a[title*="Twitter"]:hover img {
    background: #1a96f0;
    transition: all 0.3s ease-in;
}

.link-group-links ul li a[title*="Youtube"]:hover img {
    background: #ee1c1b;
    transition: all 0.3s ease-in;
}

.link-group-links ul li a[title*="Blog"]:hover img {
    background: #4f4047;
    transition: all 0.3s ease-in;
}

.link-group-links ul li a[title*="Comunicaci"]:hover img {
    background: #19818B;
    transition: all 0.3s ease-in;
}

.link-group-links ul li a[title*="Comunicaci"]:hover img {
    background: #19818B;
    transition: all 0.3s ease-in;
}

.link-group-links ul li a[title*="Komunikazioa"]:hover img {
    background: #19818B;
    transition: all 0.3s ease-in;
}

.link-group-links ul li a[title*="Kommunikation"]:hover img {
    background: #19818B;
    transition: all 0.3s ease-in;
}

.link-group-links ul li a[title*="Communication"]:hover img {
    background: #19818B;
    transition: all 0.3s ease-in;
}

.link-group-links ul li a[title*="Ver m&aacute;s"]:hover img {
    background: #0000fa;
    transition: all 0.3s ease-in;
}

.link-group-links ul li a[title*="Veure m&eacute;s"]:hover img {
    background: #0000fa;
    transition: all 0.3s ease-in;
}

.link-group-links ul li a[title*="See more"]:hover img {
    background: #0000fa;
    transition: all 0.3s ease-in;
}

.footer-middle-top .link-group-links {
    display: none;
}

#footer .container-fluid.footer-middle-top {
    padding-right: 0;
    padding-left: 0;
}

.col-links .link-group-title {
    margin: 1.5rem 0;
}

#footer .footer-middle-top .link-group-title a {
    cursor: default;
}

@media (min-width: 992px) {
    .col-links .link-group-title {
        margin: 0;
    }
}

.col-links .link-group-title a p {
    background: url("icons/down-arrow-blue.png") no-repeat center right;
    padding-right: 2.2rem;
}

.col-links .link-group-title a.expanded p {
    background-image: url("icons/up-arrow-blue.png");
}

@media (min-width:992px) {
    .col-links .link-group-title a p {
        background: none;
    }
}


/*******************************
    19 FooterBuscadorOficinas
********************************/

#footer .bg-grey .col-sm-7 {
    background: url('images/bg-map.jpg') no-repeat top left #d6dbdf;
}

@media (min-width: 768px) {
    #footer .bg-grey .col-sm-7 {
        background: none;
    }
}

.container-fluid.footer-middle-bottom {
    padding: 0;
}

@media (min-width: 768px) {
    .container-fluid.footer-middle-bottom {
        padding: 0 15px;
    }
}

.footer-middle-bottom .search-trigger,
.footer-middle-bottom .search-result {
    display: none;
}

.footer .search-group {
    background: url("icons/maps.png") no-repeat center left;
    max-width: 50rem;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .footer .search-group {
        max-width: none;
        margin: 0;
    }
}

.footer .search {
    padding: 1.5rem 0 1.5rem 4rem;
}

@media (min-width: 768px) {
    .footer .search {
        padding: 2.6rem 0 2.5rem 4rem;
    }
}

.footer .search-group form {
    position: relative;
    width: 100%;
    display: block;
    padding-right: 6.5rem;
}

@media (min-width: 992px) {
    .footer .search-group form {
        padding-right: 6.5rem;
    }
}

.footer .search-group form:after {
    content: '';
    display: block;
    clear: both;
}

.footer .search-group #office-footer {
    border: none;
    color: #555;
    font-size: 1.4rem;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    padding: 1.4rem;
    height: 4.8rem;
    float: left;
    width: 100%;
}

.footer .search-group #office-footer::-webkit-input-placeholder {
    font-size: 1.4rem;
    color: #555;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    opacity: 1;
}

.footer .search-group #office-footer::-moz-placeholder {
    font-size: 1.4rem;
    color: #555;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    opacity: 1;
}

.footer .search-group #office-footer:-ms-input-placeholder {
    font-size: 1.4rem;
    color: #555;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    opacity: 1;
}

.footer .search-group #office-footer:-moz-placeholder {
    font-size: 1.4rem;
    color: #555;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    opacity: 1;
}

.footer .search-group input[type=submit] {
    color: #555;
    font-size: 1.4rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    background: #fff;
    border: 1px solid #fff;
    height: 4.8rem;
    width: 6.5rem;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.footer .search-group input[type=submit]:hover {
    color: #0000fa;
}

@media (min-width: 992px) {
    .footer .search-group input[type=submit] {
        width: 6.5rem;
    }
}

.footer .search-group #office-footer,
.footer .search-group input[type="submit"] {
    border-bottom: 1px solid #555555;
}

.footer .banner-link {
    max-width: 50rem;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .footer .banner-link {
        max-width: none;
        margin: 0;
        text-align: right;
    }
}

.footer .banner-link a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 1.5rem 9rem 2.5rem 0;
}

@media (min-width: 768px) {
    .footer .banner-link a {
        padding: 2.2rem 0 2.1rem 11rem;
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    .footer .banner-link a {
        padding: 3rem 0 3rem 11rem;
    }
}

.footer .office-link-image {
    position: absolute;
    right: 0;
    top: -1.5rem;
    height: 100%;
}

@media (min-width: 768px) {
    .footer .office-link-image {
        position: absolute;
        right: auto;
        left: 0;
        top: -15px;
        bottom: 0;
        height: auto;
        max-width: 11rem;
        width: 100%;
    }
}

.footer .office-link-image img {
    width: auto;
    height: 100%;
    position: absolute;
    right: 1.5rem;
    top: 0;
}

@media (min-width: 768px) {
    .footer .office-link-image img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        right: auto;
        left: 0;
    }
}

@media (min-width: 768px) {
    .office-text {
        display: inline-block;
        text-align: left;
    }
}

.banner-link .office-text p {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    color: #004f70;
    line-height: 1.8rem;
    font-weight: 700;
}

.banner-link .office-text .texto_aclarativo {
    margin-top: 1rem;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    color: #555;
    line-height: 1.4rem;
}

@media (min-width: 768px) {
    .banner-link .office-text .texto_aclarativo {
        margin-top: 0.5rem;
    }
}


/*******************************
    20 FooterEnlacesLegales
********************************/

.container-fluid.footer-bottom {
    padding: 0;
}

@media (min-width: 768px) {
    .container-fluid.footer-bottom {
        padding: 0 15px;
    }
}

.linkgroup-text-footer {
    margin: 2rem 0 0;
}

@media (min-width: 768px) {
    .link-text-footer ul {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }
}

@media (min-width: 992px) {
    .linkgroup-text-footer {
        margin-bottom: 2rem;
    }
    .link-text-footer ul {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        display: inline-block;
        vertical-align: bottom;
    }
}

.link-text-footer ul li {
    display: block;
    padding: 1.5rem 0;
    background: none;
}

@media (min-width: 768px) {
    .link-text-footer ul li {
        display: block;
    }
}

@media (min-width: 992px) {
    .link-text-footer ul li {
        background: none;
        display: inline-block;
        padding: 0 0.2rem;
    }
}

@media (min-width: 1200px) {
    .link-text-footer ul li {
        padding: 0 0.4rem;
    }
}

.link-text-footer ul li a {
    font-size: 1.6rem;
    color: #555;
    text-decoration: none;
    display: block;
}

@media (min-width: 992px) {
    .link-text-footer ul li a {
        font-size: 1.2rem;
        letter-spacing: -0.11rem;
        display: inline;
    }
}

.head-linkgroup-text-footer {
    padding-bottom: 1.5rem;
    display: block;
}

@media (min-width: 768px) {
    .head-linkgroup-text-footer {
        border-bottom: 0.1rem solid #efefef;
    }
}

@media (min-width: 992px) {
    .head-linkgroup-text-footer {
        padding-bottom: 0;
        border-bottom: none;
        display: inline-block;
        vertical-align: bottom;
    }
}

.head-linkgroup-text-footer p {
    font-size: 1.6rem;
    color: #1a1a1a;
}

@media (min-width: 992px) {
    .head-linkgroup-text-footer p {
        font-size: 1.2rem;
        letter-spacing: -0.08rem;
        color: #555;
    }
}

.link-text-footer {
    display: block;
}

@media (min-width: 768px) {
    .link-text-footer {
        border-bottom: 0.1rem solid #efefef;
    }
}

@media (min-width: 992px) {
    .link-text-footer {
        padding-bottom: 0;
        border-bottom: none;
        display: inline-block;
        vertical-align: bottom;
    }
}


/*******************************
    21 FooterLogos
********************************/

.linkgroup-images-footer {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.linkgroup-images-footer ul {
    text-align: center;
}

@media (min-width: 992px) {
    .linkgroup-images-footer ul {
        text-align: right;
    }
}

.linkgroup-images-footer ul li {
    background: none;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    max-width: 4rem;
}

@media (min-width: 410px) {
    .linkgroup-images-footer ul li {
        max-width: none;
    }
}

@media (min-width: 992px) {
    .linkgroup-images-footer ul li {
        max-width: 4rem;
    }
}

@media (min-width: 1200px) {
    .linkgroup-images-footer ul li {
        max-width: 6rem;
    }
}

.linkgroup-images-footer ul li img {
    max-width: 100%;
    display: block;
    max-height: 4rem;
    height: auto;
    width: auto;
}


/*****************
        OVERLAY
********************/

@media (min-width: 992px) {
    #panels-overlay {
        position: fixed;
        background-color: gray;
        opacity: 0.4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
    }
    #panels-overlay {
        z-index: 99;
    }
    .overlay-tooltip #panels-overlay {
        z-index: 999;
    }
    .overlay-panel #panels-overlay {
        z-index: 99;
    }
}


/******************************
        INTERNAL BLOCKS
*******************************/


/***********************
    A0.BUTTONS
************************/

.buttons_group {
    margin: 0 0 2rem 0;
    text-align: center;
}

.article-main .buttons_group,
.aside-main .buttons_group {
    margin-top: 3rem;
}

.button_wrap {
    display: block;
    margin: 0 0 2rem;
}

@media (min-width: 768px) {
    .button_wrap {
        display: inline-block;
        margin: 0 1rem 2rem 1rem;
    }
}

.button_wrap .btn {
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .button_wrap .btn {
        width: auto;
    }
}

.button_wrap .btn>a,
.button_wrap button.btn,
.button_wrap a>.btn,
.article-content .boton>a,
.article-content a>.boton,
.article-content .boton_azul>a,
.article-content a>.boton_azul,
.article-content .boton_gris>a,
.article-content a>.boton_gris {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    background-color: #fff;
    border: 0.2rem solid #0000fa;
    color: #0000fa;
    padding: 1.3rem 1rem;
    border-radius: 0.2rem;
    line-height: 1.4rem;
    font-size: 1.4rem;
    height: 4rem;
    position: relative;
    background: none;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    width: 100%;
    max-width: 320px;
    transition: all 0.3s ease-in;
}

@media (min-width: 768px) {
    .button_wrap .btn>a,
    .button_wrap button.btn,
    .button_wrap a>.btn,
    .article-content .boton>a,
    .article-content a>.boton,
    .article-content .boton_azul>a,
    .article-content a>.boton_azul,
    .article-content .boton_gris>a,
    .article-content a>.boton_gris {
        width: auto;
        max-width: none;
    }
}

.button_wrap .btn_info {
    display: block;
    color: #555;
    font-size: 1.4rem;
    padding-bottom: 1rem;
}

.button_wrap .btn>a:hover,
.button_wrap .btn>a:focus,
.button_wrap button.btn:hover,
.button_wrap button.btn:focus,
.button_wrap a:hover>.btn,
.button_wrap a:focus>.btn,
.article-content .boton>a:hover,
.article-content .boton>a:focus,
.article-content a:hover>.boton,
.article-content a:focus>.boton,
.article-content .boton_azul>a:hover,
.article-content .boton_azul>a:focus,
.article-content a:hover>.boton_azul,
.article-content a:focus>.boton_azul,
.article-content .boton_gris>a:hover,
.article-content .boton_gris>a:focus,
.article-content a:hover>.boton_gris,
.article-content a:focus>.boton_gris {
    background: none;
    color: #0000fa;
    border-color: #0000fa;
    -webkit-box-shadow: 0 0 10px -3px #404040;
    -moz-box-shadow: 0 0 10px -3px #404040;
    box-shadow: 0 0 10px -3px #404040;
}

.button_wrap .btn>a:active,
.button_wrap .btn.active>a,
.button_wrap button.btn:active,
.button_wrap button.btn.active,
.button_wrap a:active>.btn,
.button_wrap a>.btn.active,
.article-content .boton>a:active,
.article-content a:active>.boton,
.article-content .boton_azul>a:active,
.article-content a:active>.boton_azul,
.article-content .boton_gris>a:active,
.article-content a:active>.boton_gris {
    background: none;
    color: #0000fa;
    border-color: #0000fa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.button_wrap .btn.disabled>a,
.button_wrap a>.btn.disabled {
    color: #666;
    border: 0.2rem solid #ccc;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}


/* Button colors */

.button_wrap .btn.btn-yellow>a,
.button_wrap a>.btn.btn-yellow,
.button_wrap button.btn.btn-yellow,
.article-content .boton.naranja>a,
.article-content a>.boton.naranja {
    color: #000;
    background-color: #f4c53d;
    border: none;
}

.button_wrap .btn.btn-yellow>a:hover,
.button_wrap .btn.btn-yellow>a:focus,
.button_wrap a:hover>.btn.btn-yellow,
.button_wrap a:focus>.btn.btn-yellow,
.button_wrap button.btn.btn-yellow:hover,
.button_wrap button.btn.btn-yellow:focus,
.article-content .boton.naranja>a:hover,
.article-content .boton.naranja>a:focus,
.article-content a:hover>.boton.naranja,
.article-content a:focus>.boton.naranja {
    color: #000;
    background-color: #f4c53d;
    -webkit-box-shadow: 0 0 10px -3px #404040;
    -moz-box-shadow: 0 0 10px -3px #404040;
    box-shadow: 0 0 10px -3px #404040;
    border: none;
    outline: none;
}

.button_wrap .btn.btn-yellow>a:active,
.button_wrap .btn.btn-yellow.active>a,
.button_wrap a:active>.btn.btn-yellow,
.button_wrap a>.btn.btn-yellow.active,
.button_wrap button.btn.btn-yellow:active,
.button_wrap button.btn.btn-yellow.active,
.article-content .boton.naranja>a:active,
.article-content a:active>.boton.naranja {
    color: #000;
    background-color: #e2b33d;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.button_wrap .btn.btn-yellow.disabled>a,
.button_wrap a>.btn.btn-yellow.disabled {
    color: #666;
    border: 0.2rem solid #ccc;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.button_wrap .btn.btn-blue>a,
.button_wrap a>.btn.btn-blue,
.button_wrap button.btn.btn-blue,
.article-content .boton_azul>a,
.article-content .boton.azul_turquesa>a,
.article-content .boton_azul_oscuro>a,
.article-content a>.boton_azul,
.article-content a>.boton.azul_turquesa,
.article-content a>.boton.azul_oscuro {
    background-color: #0000fa;
    border: 0.2rem solid #0000fa;
    color: #fff;
}

.button_wrap .btn.btn-blue>a:hover,
.button_wrap .btn.btn-blue>a:focus,
.button_wrap button.btn.btn-blue:hover,
.button_wrap button.btn.btn-blue:focus,
.button_wrap a:hover>.btn.btn-blue,
.button_wrap a:focus>.btn.btn-blue,
.article-content .boton_azul>a:hover,
.article-content .boton_azul>a:focus,
.article-content .boton.azul_turquesa>a:hover,
.article-content .boton.azul_turquesa>a:focus,
.article-content .boton.azul_oscuro>a:hover,
.article-content .boton.azul_oscuro>a:focus,
.article-content a:hover>.boton_azul,
.article-content a:focus>.boton_azul,
.article-content a:hover>.boton.azul_turquesa,
.article-content a:focus>.boton.azul_turquesa,
.article-content a:hover>.boton.azul_oscuro,
.article-content a:focus>.boton.azul_oscuro {
    background-color: #0000fa;
    border-color: #0000fa;
    color: #fff;
    -webkit-box-shadow: 0 0 10px -3px #404040;
    -moz-box-shadow: 0 0 10px -3px #404040;
    box-shadow: 0 0 10px -3px #404040;
}

.button_wrap .btn.btn-blue>a:active,
.button_wrap .btn.btn-blue.active>a,
.button_wrap button.btn.btn-blue:active,
.button_wrap button.btn.btn-blue.active,
.button_wrap a:active>.btn.btn-blue,
.button_wrap a>.btn.btn-blue.active,
.article-content .boton_azul>a:active,
.article-content .boton.azul_turquesa>a:active,
.article-content .boton.azul_oscuro>a:active,
.article-content a:active>.boton_azul,
.article-content a:active>.boton.azul_turquesa,
.article-content a:active>.boton.azul_oscuro {
    background-color: #006f99;
    border-color: #006f99;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.button_wrap .btn.btn-blue.disabled>a,
.button_wrap a>.btn.btn-blue.disabled {
    color: #666;
    background-color: #e1e1e1;
    border: 0.2rem solid #ccc;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


/* Button icons */

.button_wrap a>.icon_lock,
.button_wrap .icon_lock>a,
.button_wrap a>.icon_people,
.button_wrap .icon_people>a,
.button_wrap a>.icon_chat,
.button_wrap .icon_chat>a,
.button_wrap a>.icon_phone,
.button_wrap .icon_phone>a,
.button_wrap a>.icon_download,
.button_wrap .icon_download>a,
.article-content .boton.naranja>a,
.article-content a>.boton.naranja {
    padding-left: 3.7rem;
}

.button_wrap a>.icon_lock:before,
.button_wrap .icon_lock>a:before,
.button_wrap a>.icon_people:before,
.button_wrap .icon_people>a:before,
.button_wrap a>.icon_chat:before,
.button_wrap .icon_chat>a:before,
.button_wrap a>.icon_phone:before,
.button_wrap .icon_phone>a:before,
.button_wrap a>.icon_download:before,
.button_wrap .icon_download>a:before,
.article-content .boton.naranja>a:before,
.article-content a>.boton.naranja:before {
    content: '';
    display: inline;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0;
    width: 3.7rem;
}

.button_wrap a>.icon_lock:before,
.button_wrap .icon_lock>a:before {
    font-family: "fontello";
    font-style: normal;
    content: '\e900';
    font-size: 2rem;
    line-height: 0.5rem;
    top: 10px;
}

.button_wrap a>.btn-blue.icon_lock:before,
.button_wrap .btn-blue.icon_lock>a:before {
    font-family: "fontello";
    font-style: normal;
    content: '\e900';
    font-size: 2rem;
    line-height: 0.5rem;
    top: 6px;
}

.button_wrap a>.icon_people:before,
.button_wrap .icon_people>a:before {
    font-family: "fontello";
    font-style: normal;
    content: '\e903';
    color: #437eae;
    font-size: 2.3rem;
    line-height: 0.5rem;
    top: 16px;
}

.button_wrap a>.btn-blue.icon_people:before,
.button_wrap .btn-blue.icon_people>a:before {
    font-family: "fontello";
    font-style: normal;
    content: '\e903';
    color: #fff;
    font-size: 2.3rem;
    line-height: 0.5rem;
    top: 16px;
}

.button_wrap a>.btn-yellow.icon_people:before,
.button_wrap .btn-yellow.icon_people>a:before {
    font-family: "fontello";
    font-style: normal;
    content: '\e903';
    color: #000;
    font-size: 2.3rem;
    line-height: 0.5rem;
    top: 16px;
}

.button_wrap a>.icon_chat:before,
.button_wrap .icon_chat>a:before {
    background: url("icons/icon_chat_blue.png") no-repeat center center transparent;
}

.button_wrap a>.btn-blue.icon_chat:before,
.button_wrap .btn-blue.icon_chat>a:before {
    background-image: url("icons/icon_chat_white.png");
}

.button_wrap a>.btn-yellow.icon_chat:before,
.button_wrap .btn-yellow.icon_chat>a:before {
    background-image: url("icons/icon_chat.png");
}

.button_wrap a>.icon_phone:before,
.button_wrap .icon_phone>a:before {
    background: url("icons/icon_phone_blue.png") no-repeat center center transparent;
}

.button_wrap a>.btn-blue.icon_phone:before,
.button_wrap .btn-blue.icon_phone>a:before {
    background-image: url("icons/icon_phone_white.png");
}

.button_wrap a>.btn-yellow.icon_phone:before,
.button_wrap .btn-yellow.icon_phone>a:before {
    background-image: url("icons/icon_phone.png");
}

.button_wrap a>.icon_download:before,
.button_wrap .icon_download>a:before {
    background: url("icons/icon_download_blue.png") no-repeat center center transparent;
}

.button_wrap a>.btn-blue.icon_download:before,
.button_wrap .btn-blue.icon_download>a:before {
    background-image: url("icons/icon_download_white.png");
}

.button_wrap a>.btn-yellow.icon_download:before,
.button_wrap .btn-yellow.icon_download>a:before {
    background-image: url("icons/icon_download.png");
}


/***************************
    A1 - Banner de titulo
***************************/

.banner {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    background-color: #ececec;
}

.article-main .container-fluid,
.aside-main .container-fluid {
    position: relative;
    margin: 1rem 0 0 0;
}

.banner-image-group img {
    display: block;
    position: relative;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

@media (min-width: 992px) {
    .banner-media {
        position: absolute;
        max-height: 360px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .banner-image-group {
        width: 200%;
        position: absolute;
        left: -50%;
        top: 0;
        height: 100%;
        overflow: hidden;
    }
    .banner-image-group:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #333;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
    .banner-image-group>img {
        display: block;
        position: relative;
        margin: 0 auto;
        height: 100%;
        width: auto;
        max-width: none;
        top: 0;
        transform: translateY(0);
    }
    .no-csstransforms .banner-image-group>img {
        height: 100%;
        width: auto;
        max-width: none;
        top: auto;
    }
    .banner-image-group>picture {
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .no-csstransforms .banner-image-group>picture {
        top: 0;
    }
    .banner-image-group>picture img {
        display: block;
        position: relative;
        margin: 0 auto;
        height: 100%;
        width: auto;
        max-width: none;
    }
    .no-csstransforms .banner-image-group>picture img {
        height: 100%;
        width: auto;
        max-width: none;
        top: auto;
    }
}

@media (min-width: 1440px) {
    .banner-image-group>img {
        height: auto;
        width: 100%;
        max-width: 50%;
    }
    .banner-image-group>picture img {
        height: auto;
        width: 100%;
        max-width: 50%;
        top: 50%;
        transform: translateY(-50%);
    }
    .no-csstransforms .banner-image-group>picture img {
        height: auto;
        width: 100%;
        max-width: 50%;
        top: 0;
    }
}

.banner-text {
    width: 100%;
}

@media (min-width: 992px) {
    .banner-text {
        width: 970px;
        border-bottom: none;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .banner-text {
        width: 1170px;
    }
}

.page-banner {
    padding: 3rem 0;
    display: table;
    width: 100%;
    position: relative;
}

.page-banner.channel-title {
    margin-bottom: -3rem;
}

@media (min-width: 992px) {
    .page-banner {
        height: 360px;
    }
    .page-banner.channel-title {
        height: auto;
        padding: 4rem 0;
        margin-bottom: 0;
    }
    .page-banner.channel-title .page-title h1 {
        height: auto;
        line-height: 6rem;
    }
}

.page-banner-wrap {
    display: table-row;
}

.page-banner-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.banner-text .page-title h1 {
    font-size: 2.6rem;
    line-height: 3rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #0000fa;
}

@media (min-width: 992px) {
    .banner-text .page-title h1 {
        color: #fff;
        font-size: 5.5rem;
        line-height: 5.7rem;
    }
    .banner-text .no-image .page-title h1 {
        color: #0000fa;
    }
}

.banner-text .page-description p {
    margin-top: 1rem;
}

@media (min-width: 992px) {
    .banner-text .page-description p {
        color: #fff;
        font-size: 2rem;
        margin-top: 2rem;
    }
    .banner-text .no-image .page-description p {
        color: inherit;
    }
}

.banner-text .column {
    position: static;
}

.banner-text .page-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding: 12.25%;
}

.banner-text .page-video .product-media {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

.banner-text .page-video a {
    margin: -2.4rem auto 0;
    width: 4.8rem;
    height: 4.8rem;
    background: url('icons/icon-play.png') no-repeat center center transparent;
    display: block;
}

.banner-text .page-video a [role="button"] span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media (min-width: 992px) {
    .banner-text .column {
        position: relative;
    }
    .banner-text .page-video {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
    }
    .banner-text .page-video .product-media {
        position: static;
        width: auto;
        height: auto;
    }
    .banner-text .page-video a {
        margin: 2rem auto 0;
    }
}


/********************
    A1.1 COLORBOX LAYER
*********************/

#colorbox.video-layer {
    overflow: visible;
    max-width: 100%;
    max-height: 100%;
    padding: 1.5rem;
    box-sizing: border-box;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.video-layer #cboxTitle {
    display: none !important;
}

.video-layer #cboxWrapper {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    cursor: pointer;
}

.video-layer #cboxWrapper>div {
    display: block;
    height: 100%;
}

.video-layer #cboxWrapper>div:first-child,
.video-layer #cboxWrapper>div:last-child {
    display: none;
}

.video-layer #cboxContent {
    max-width: 100%;
    margin: 0 auto;
    height: 100% !important;
    float: none !important;
    width: 100% !important;
}

@media (min-width: 768px) {
    .video-layer #cboxContent {
        max-width: 770px;
        margin: 0 auto;
    }
}

.video-layer #cboxLoadedContent {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    width: 100% !important;
    height: 0 !important;
    float: none !important;
    padding-bottom: 56.25%;
    cursor: default;
    overflow: hidden !important;
}

.csstransforms .video-layer #cboxLoadedContent {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video-layer #cboxLoadedContent .container,
.video-layer #cboxLoadedContent iframe,
.video-layer #cboxLoadedContent object,
.video-layer #cboxLoadedContent .container iframe,
.video-layer #cboxLoadedContent .container object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.video-layer #cboxClose {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}


/********************
    A1.2 Producto en promocion
*********************/

.banner-promotion {
    position: absolute;
    left: 50%;
    margin-left: -105px;
    margin-top: 0px;
    z-index: 1;
    cursor: pointer;
}

.banner-promotion a {
    text-decoration: none;
    padding: 1rem;
    height: 40px;
    background: #f4c53d;
    border-radius: 5px;
    display: block;
    margin-top: -10px;
}

.banner-promotion a p {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    padding-left: 2.5rem;
    color: white;
    margin: 0;
}

.banner-promotion a img {
    height: 29px;
    background-size: cover !important;
    overflow: hidden;
    position: absolute;
    top: -4px;
    width: 27px;
    margin: 0;
    left: 5px;
}

.promotion-group .promo-badge {
    position: absolute;
    z-index: 1;
    width: 52px;
    height: 54px;
    top: -0.6rem;
    left: 2px;
    background: url('icons/estrela.png') no-repeat center center transparent;
}

.promotion-group .promo-badge img,
.promotion-group .promo-badge p {
    margin: 0;
}

.promotion_content h2 {
    font-size: 2.2rem;
    margin: 0;
}

.promotion-item-link a {
    font-size: 1.2rem;
    color: #1a1a1a;
}

.promotion-item-nri p {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    color: #1a1a1a;
}

.promotion_content .heading-group .heading-group-title {
    margin-top: 1rem;
}

.promotion_content .button_wrap {
    display: block;
}

.promotion_content .button_wrap .btn {
    width: 100%;
}

.promotion_image img,
.promotion_video img,
.promotion-item-content.article-content {
    margin-top: 0rem;
}

.promotion-item-content.article-content p {
    margin-top: 1.5rem;
}

.promotion-item-info {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    margin-top: 1rem;
}

.promotion_content .button_wrap {
    margin: 2rem auto;
}

.promotion_image img,
.promotion_video img {
    width: 100%;
    height: auto;
}

.promotion_video a::after {
    background: transparent url("icons/icon-play.png") no-repeat scroll center center;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.promotion_video a {
    display: block;
    position: relative;
}

@media (min-width:768px) {
    .promotion_image img,
    .promotion_video img {
        width: auto;
    }
    .promotion_image,
    .promotion_video {
        padding-right: 1.5rem;
        float: left;
        position: relative;
        width: 41.6%;
        height: 210px;
    }
    .promotion_content {
        float: left;
        position: relative;
        width: 58.4%;
    }
    .promotion_content_left {
        float: left;
        padding-right: 1.5rem;
        position: relative;
        width: 70%;
        height: 100%;
    }
    .promotion_content_right {
        float: left;
        padding-right: 0;
        position: relative;
        width: 30%;
        height: 100%;
    }
}

@media (min-width:768px) {
    .promotion-group .promo-badge {
        left: -1.3rem;
    }
    #promotion_wrapper img {
        width: initial;
        height: initial;
    }
}

@media (max-width:767px) {
    .promotion-item-nri {
        padding-bottom: 4rem;
    }
    .promotion-item-link .texto_centrado {
        padding-top: 1rem;
    }
}

@media (min-width:768px) {
    .promotion-item-info {
        margin-top: 1rem;
        position: absolute;
        bottom: 1rem;
    }
    .promotion_content {
        padding-left: 0rem;
        height: 210px;
    }
    .promotion-item-nri {
        position: absolute;
        bottom: 1rem;
        left: 2px;
    }
}


/*******************
    B1 - Article
********************/

.lista_alternativa:after {
    content: '';
    clear: both;
    display: block;
}

.article-content .lista_alternativa li {
    float: left;
    padding: 0 2rem 0 0;
    background: none;
}

.article-content ol li {
    list-style-type: none;
}

.article-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.article-content .texto_izquierda img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}

.article-content {
    margin-top: 2rem;
}

.page-wrapper .article-content li,
.page-wrapper .article-content li p {
    font-size: 1.6rem;
    color: #555;
}

.article-content p span {
    color: #555;
}

.article-content .lista_alternativa li a {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    font-size: 1.4rem;
    text-decoration: underline;
    padding-bottom: 0.5rem;
}

.article-content .lista_alternativa {
    margin-bottom: 2rem;
}

.article-content.article-video {
    margin: auto;
    text-align: center;
}

.article-content.article-video>* {
    display: block;
    max-width: 100%;
    margin: 1rem auto;
}

@media (min-width: 992px) {
    .article-wrap.article-image-left .article-content.article-image {
        float: left;
        width: 50%;
    }
    .article-wrap.article-image-left .article-content.article-intro {
        float: left;
        width: 50%;
        padding-left: 1rem;
    }
    .article-wrap.article-image-right .article-content.article-image {
        float: right;
        width: 50%;
    }
    .article-wrap.article-image-right .article-content.article-intro {
        float: left;
        width: 50%;
        padding-right: 1rem;
    }
}

@media (min-width: 768px) {
    .multicols {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .article-content .multicols {
        margin-top: 2rem;
    }
    .article-content .multicols :first-child {
        margin-top: 0;
    }
}


/*********************************
    B5 - Destacados de productos
**********************************/

.p-highlights {
    margin: 3rem -20px;
}

@media (min-width: 768px) {
    .p-highlights {
        margin: 3rem -2px;
    }
}

.p-highlights .heading-group {
    padding: 0 5px;
}

.p-highlight-title {
    min-height: 4rem;
}

@media (min-width: 540px) {
    .p-highlight-simple .p-highlight-title {
        min-height: 0;
    }
}

.p-highlight-title h2,
.p-highlight-title h3,
.p-highlight-title h4 {
    font-family: 'OpenSans-Bold', Arial, serif;
    color: #004f70;
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 2rem;
}

.p-highlight-image {
    margin-top: 2rem;
}

.p-highlight-image img {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.p-highlights .p-highlight-list {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0;
}

.p-highlights .p-highlight {
    background: none;
    padding: 2rem 2px 0;
    margin: 0;
    width: 100%;
}

@media (min-width: 540px) {
    .p-highlights .p-highlight {
        width: 50%;
    }
    .p-highlights .p-highlight.p-highlight-simple {
        width: 100%;
    }
}

@media (min-width: 540px) {
    .p-highlights .p-highlight.p-highlight-simple .p-highlight-wrap {
        padding-left: 18.5rem;
        position: relative;
        min-height: 18.5rem;
        text-align: left;
    }
    .p-highlights .p-highlight.p-highlight-simple .p-highlight-wrap.p-highlight-wrap-no-image {
        min-height: 0;
    }
    .p-highlights .p-highlight.p-highlight-simple .p-highlight-image {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 2rem;
    }
}

@media (min-width: 1200px) {
    .p-highlights .p-highlight {
        width: 33.333333%;
    }
    .p-highlights .p-highlight-list-2-items .p-highlight {
        width: 50%;
    }
    .p-highlights .p-highlight.p-highlight-simple {
        width: 100%;
    }
}

.ie8 .p-highlights .p-highlight-list {
    height: auto !important;
}

.ie8 .p-highlights .p-highlight {
    width: 31.33333% !important;
    position: relative !important;
    margin: 0 !important;
    height: auto !important;
    left: auto !important;
    top: auto !important;
    display: inline-block !important;
}

.ie8 .p-highlights .p-highlight.p-highlight-simple {
    width: 100% !important;
}

.p-highlight-wrap {
    text-align: center;
    border: 1px solid #eeeeee;
    padding: 2rem;
    height: 100%;
}

.p-highlight-link {
    margin-top: 2rem;
}

.p-highlight-link .button_wrap {
    margin: 0;
}

.p-highlight-content.article-content {
    margin-top: 2rem;
}

.p-highlight-content.article-content p {
    font-size: 1.3rem;
    font-family: 'OpenSans', Helvetica, Arial, serif;
    line-height: 1.6rem;
    margin-top: 0;
}

.p-highlight-content.article-content ul {
    margin-top: 0;
}

.p-highlight-content.article-content ul li {
    font-size: 1.3rem;
    font-family: 'OpenSans', Helvetica, Arial, serif;
    line-height: normal;
    padding: 0;
    background: none;
}

@media (min-width: 768px) {
    .p-highlights-promo.p-highlights {
        margin: 3rem -3px;
    }
}

.p-highlights-promo.p-highlights .p-highlight {
    padding: 2rem 3px 0;
}

.p-highlights-promo .p-highlight-wrap {
    padding: 0;
    border: none;
    text-align: left;
}

.p-highlights-promo .p-highlight-title {
    min-height: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-align: center;
}

@media (min-width: 540px) {
    .p-highlights-promo .p-highlight-title {
        min-height: 4.4rem;
        margin-top: 0;
        margin-bottom: 0.5rem;
        text-align: left;
    }
}

.p-highlights-promo .p-highlight-title h2,
.p-highlights-promo .p-highlight-title h3,
.p-highlights-promo .p-highlight-title h4,
.p-highlights-promo .p-highlight-title p {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #004f70;
    font-size: 2rem;
    line-height: 2.2rem;
}

.p-highlights-promo .p-highlight-image {
    margin-top: 0;
}

.p-highlights-promo .p-highlight-image img {
    width: 100%;
    height: auto;
}

.p-highlights-promo .p-highlight-content.article-content {
    margin-top: 0;
}

.p-highlights-promo .p-highlight-text-t {
    padding: 1.5rem;
    background-color: #ededed;
    /*     min-height: 12.8rem; #66196 - Boton no encuadrado*/
    min-height: 14.4rem;
    position: relative;
}

.p-highlights-promo .p-highlight-text-r-b {
    bottom: 1.5rem;
    position: absolute;
}

.p-highlights-promo .p-highlight-content p {
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #555;
}

.p-highlights-promo .p-highlight-legal {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #555;
    margin-top: 1rem;
}

.p-highlights-promo .p-highlight-link {
    margin-top: 1rem;
}

.p-highlights-promo .p-highlight-link .button_wrap,
.p-highlights-promo .p-highlight-link .btn {
    display: block;
    width: 100%;
    border: none;
}

.p-highlights-promo .p-highlight-link .button_wrap a {
    padding: 0.5rem 2rem;
    line-height: 3.2rem;
    width: 100%;
    display: block;
    max-width: 25.5rem;
    margin: 0 auto;
}

@media (min-width: 540px) {
    .p-highlights-promo .p-highlight-link .button_wrap a {
        max-width: none;
    }
}

.p-highlights-promo .p-highlight-link .button_wrap .btn-yellow.icon_people>a:before {
    margin-left: 1.2rem;
}

.p-highlights-promo .p-highlight-info p {
    font-size: 1.4rem;
    line-height: 1.6rem;
    display: block;
    margin-top: 1rem;
}

.p-highlights-promo .p-highlight-info .texto_centrado {
    text-align: center;
}

.p-highlights-promo .p-highlight-info p a {
    color: #0000fa;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
}


/*******************************
            16 MenuInterior
********************************/

.full-width {
    position: relative;
    margin: 0 -30px;
    padding: 0 30px;
    background: #0000fa;
}

.full-width:before,
.full-width:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 960rem;
    right: 100%;
    background: #0000fa;
}

.full-width:after {
    left: 100%;
}

@media (min-width:992px) {
    .section-nav .main-title {
        display: none;
    }
}

.section-nav .column {
    background-color: #fff;
}

.section-nav .main-title {
    position: relative;
    margin: 0 -30px;
    padding: 0;
    background-color: #0000fa;
}

.section-nav .main-title a {
    text-decoration: none;
}

.section-nav .main-title span {
    display: block;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 1.6rem;
    padding: 1.6rem 4rem 1.6rem 1.5rem;
    position: relative;
}

.section-nav .main-title span:after {
    content: '';
    display: block;
    width: 4rem;
    height: 100%;
    background: url('icons/down-arrow-white.png') no-repeat center center transparent;
    position: absolute;
    right: 0;
    top: 0;
}


/******************************
           D2. Tabs
******************************/

.tabs-items-list {
    position: relative;
    width: 100%;
}

.tabs-items-scroll {
    overflow: hidden;
    margin: 0;
    height: 8.3rem;
}

.tabs-items-wrap {
    overflow: auto;
    padding-bottom: 3rem;
}

.tabs-group .tabs-items {
    position: relative;
    text-align: center;
    margin: 0;
    white-space: nowrap;
}

.tabs-group .tabs-item {
    background-image: none;
    padding: 0;
    vertical-align: middle;
    max-width: 40rem;
    display: inline-block;
    white-space: normal;
}

.tabs-item>a {
    display: table;
    text-decoration: none;
    height: 8.3rem;
}

.tabs-item .tabs-item-title {
    display: table-cell;
    vertical-align: middle;
    padding: 0 2rem;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease-in;
}

.tabs-item .tabs-item-title.tabs-item-title-active,
.tabs-item .tabs-item-title.tabs-item-title-active:hover {
    /*border-bottom: 3px solid #037eae;*/
    border-bottom: 3px solid rgb(0, 0, 250); /* Nuevo color */
}

.tabs-item .tabs-item-title:hover {
    border-bottom: 3px solid #eee;
}

.tabs-item .tabs-item-title>p {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: #555555;
    margin: 0;
    text-align: center;
    transition: all 0.3s ease-in;
    line-height: 100%;
}

.tabs-item .tabs-item-title-active>p {
    /*color: #007eae;*/
    color: rgb(0, 0, 250); /* Nuevo color */
    font-weight: bold;
    text-decoration: none;
}

.tabs-arrow {
    position: absolute;
    display: none;
    top: 0;
    height: 100%;
    width: 3rem;
    padding: 2rem 0;
    background: #fff;
}

.tabs-no-navigation .tabs-arrow {
    display: none !important;
}

.tabs-navigation .tabs-arrow {
    display: block;
    z-index: 20;
}

.tabs-group .tabs-arrow-right {
    right: 0;
}

.tabs-group .tabs-arrow-left {
    left: 0;
}

.tabs-arrow a {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
}

.tabs-arrow span {
    position: absolute;
    left: -99999px;
}

.tabs-group .tabs-arrow-right a {
    background: url('icons/arrow-right.png') no-repeat center center transparent;
    border-left: 1px solid #eee;
}

.tabs-group .tabs-arrow-left a {
    background: url('icons/arrow-left.png') no-repeat center center transparent;
    border-right: 1px solid #eee;
}

.tabs-content.article-content {
    display: none;
    margin-top: 20px;
}


/****************************
    Menu interior
****************************/

@media (max-width: 991px) {
    .submenu-linkgroup.tabs-group {
        display: none;
        margin: 0 -30px;
    }
    .submenu-linkgroup .tabs-arrow {
        display: none !important;
    }
    .submenu-linkgroup .tabs-items-scroll {
        height: auto;
    }
    .submenu-linkgroup .tabs-items-wrap {
        padding-bottom: 0;
    }
    .submenu-linkgroup.tabs-group .tabs-item {
        height: auto !important;
        display: block;
        max-width: none;
        border-bottom: 1px solid #ececec;
        vertical-align: middle;
        white-space: normal;
        padding: 0;
        background: none;
    }
    .submenu-linkgroup.tabs-group .tabs-item>a {
        color: #898989;
        text-decoration: none;
        text-align: left;
        display: block;
        padding: 1.5rem 3rem 1.5rem 1.5rem;
        font-size: 1.6rem;
        position: relative;
        height: 100%;
    }
    .submenu-linkgroup.tabs-group .tabs-item.tabs-dropdown>a:after {
        content: '';
        display: block;
        width: 4rem;
        height: 100%;
        background: url('icons/arrow_down.png') no-repeat center center transparent;
        position: absolute;
        top: 0;
        right: 0;
    }
    .submenu-linkgroup.tabs-group .tabs-item.tabs-dropdown.expanded>a:after {
        background: url('icons/arrow_up.png') no-repeat center center transparent;
    }
    .submenu-linkgroup.tabs-group .tabs-item.expanded>a:hover p,
    .submenu-linkgroup.tabs-group .tabs-item.expanded>a:focus p,
    .submenu-linkgroup.tabs-group .tabs-item.expanded>a:active p {
        color: #0000fa;
        outline: 0;
    }
    .submenu-linkgroup.tabs-group .tabs-item>a .tabs-item-title,
    .submenu-linkgroup.tabs-group .tabs-item>a:hover .tabs-item-title {
        border-bottom: none;
        padding: 0;
    }
    .submenu-linkgroup.tabs-group .tabs-item>a .tabs-item-title p {
        color: #898989;
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
    .submenu-linkgroup.tabs-group .tabs-item.active>a .tabs-item-title p {
        color: #0000fa;
        font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    }
    .submenu-linkgroup.tabs-group .tab-dropdown {
        display: none;
    }
    .submenu-linkgroup.tabs-group .tab-dropdown .tab-dropdown-link {
        padding: 0;
        background: none;
    }
    .submenu-linkgroup.tabs-group .tab-dropdown .tab-dropdown-link a {
        color: #898989;
        text-decoration: none;
        text-align: left;
        padding: 1.5rem;
        font-size: 1.4rem;
        background-color: #ececec;
        display: block;
        height: 100%;
    }
    .submenu-linkgroup.tabs-group .tab-dropdown .tab-dropdown-link.active a {
        color: #0000fa;
        font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    }
    .tabs-group .tabs-dropdown .tab-dropdown a.close {
        display: none;
    }
}

@media (min-width: 992px) {
    .submenu-linkgroup.tabs-group {
        display: block !important;
        height: 5.5rem;
        margin: 0 -1rem;
    }
    .submenu-linkgroup .tabs-item>a {
        height: 3.5rem;
    }
    .submenu-linkgroup .tabs-items-scroll {
        height: auto;
    }
    .submenu-linkgroup .tabs-items-wrap {
        height: 65rem;
        margin-bottom: -3rem;
        padding-bottom: 3rem;
    }
    .submenu-linkgroup.tabs-group .tabs-items-list {
        height: 5.5rem;
    }
    .submenu-linkgroup.tabs-group .tabs-items-list:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 10px;
        background-color: #fff;
        z-index: 1;
    }
    .submenu-linkgroup.tabs-group .tabs-items-list:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 10px;
        background-color: #fff;
        z-index: 1;
    }
    .submenu-linkgroup .tabs-items-scroll {
        margin: 0;
    }
    .submenu-linkgroup .tabs-arrow {
        padding: 1rem 0;
    }
    .submenu-linkgroup .tabs-arrow-left {
        left: 0;
        display: none;
    }
    .submenu-linkgroup .tabs-arrow-right {
        right: 0;
    }
    .submenu-linkgroup.tabs-group .tabs-item {
        height: 5.5rem !important;
        padding: 1rem;
        position: relative;
        display: inline-block;
        max-width: 40rem;
    }
    .submenu-linkgroup.tabs-group .tabs-item.tabs-dropdown>a {
        position: relative;
        background: url('icons/arrow_down.png') no-repeat center right transparent;
        padding-right: 2rem;
        margin-right: 1rem;
        transition: none;
    }
    .submenu-linkgroup.tabs-group .tabs-item .tabs-item-title {
        padding: 0;
    }
    .submenu-linkgroup.tabs-group .tabs-item .tabs-item-title p {
        color: #898989;
        position: relative;
        font-size: 1.8rem;
    }
    .submenu-linkgroup.tabs-group .tabs-item.active .tabs-item-title p {
        /* color: #007eae; */
        color: rgb(0, 0, 250); /* Nuevo color */
        font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    }
    .submenu-linkgroup.tabs-group .tabs-item.expanded>a,
    .submenu-linkgroup.tabs-group .tabs-item.expanding>a {
        z-index: 60;
        background: none;
    }
    .submenu-linkgroup.tabs-group .tabs-item .tabs-item-title {
        border-bottom: none;
    }
    .submenu-linkgroup.tabs-group .tabs-item a:hover p {
        /* color: #007BAD; */
        color: rgb(0, 0, 250); /* Nuevo color */
    }
    .tabs-group .tabs-dropdown .tab-dropdown {
        position: absolute;
        z-index: 40;
        width: auto;
        min-width: 100%;
        padding-top: 4.9rem;
        left: 0;
        top: 0;
        border: 1px solid #eee;
        background-color: #fff;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transition: opacity 0.3s linear;
        display: none;
        padding-right: 2rem;
        margin-top: 0.5rem;
    }
    .tabs-group .tabs-dropdown:last-child .tab-dropdown,
    .tabs-group .tabs-dropdown:nth-last-child(2) .tab-dropdown {
        right: 0;
        left: auto;
        text-align: right;
    }
    .tabs-group .tabs-dropdown:first-child .tab-dropdown,
    .tabs-group .tabs-dropdown:nth-child(2) .tab-dropdown,
    .tabs-group .tabs-dropdown:nth-child(3) .tab-dropdown {
        right: auto;
        left: 0;
        text-align: left;
    }
    /*.tabs-group .tabs-dropdown .tab-dropdown:after {
        content: '';
        display: block;
        position: absolute;
        top: 1.8rem;
        right: 2rem;
        background: url('icons/arrow_up.png') no-repeat center center transparent;
        width: 7px;
        height: 4px;
    }*/
    .tabs-group .tabs-dropdown .tab-dropdown a.close {
        content: '';
        display: block;
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        background: url(icons/arrow_up.png) no-repeat center right 6px transparent;
        height: 4px;
        padding: 1.5rem;
        cursor: pointer;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        outline: 0;
        display: block;
        width: 97%;
    }
    .tabs-group.main-component .tabs-dropdown .tab-dropdown a.close {
        background: url(icons/arrow_up.png) no-repeat bottom right 6px transparent;
    }
    .tabs-group .tabs-dropdown .tab-dropdown a.close span {
        height: 0px;
        position: absolute;
    }
    .tabs-item.tabs-dropdown.expanded .tabs-item-title:hover {
        border-bottom: none;
    }
    .tabs-group .tabs-dropdown.expanded .tab-dropdown {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    .tabs-group .tabs-dropdown.expanding .tab-dropdown {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    .tabs-group .tab-dropdown-link {
        background: none;
        padding: 0;
        list-style: none;
    }
    .tabs-group .tab-dropdown-link a {
        padding: 0 1rem 1.5rem 1rem;
        font-size: 1.6rem;
        line-height: 1.8rem;
        white-space: nowrap;
        text-decoration: none;
        display: block;
        color: #898989;
        outline: 0;
    }
    .tabs-group .tab-dropdown-link a:hover,
    .tabs-group .tab-dropdown-link a:focus {
        color: #0000fa;
    }
    .tabs-group .tab-dropdown-link.active a {
        color: #0000fa;
        font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    }
}


/*************************
    SUBHOME TABS
*************************/

.sh-tabs.tabs-group {
    margin: 1rem 0;
    position: relative;
    display: block;
}

.sh-tabs.tabs-group .tabs-items-list {
    margin: 0 -15px;
    border-bottom: 1px solid #0000fa;
    position: relative;
}

@media (min-width: 992px) {
    .sh-tabs.tabs-group .tabs-items-list {
        margin: 0 -2rem;
        width: auto;
    }
    .sh-tabs.tabs-group .tabs-items-list:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 2rem;
        background-color: #fff;
        z-index: 1;
    }
    .sh-tabs.tabs-group .tabs-items-list:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 2rem;
        background-color: #fff;
        z-index: 1;
    }
    .sh-tabs.tabs-group .tabs-arrow-left {
        left: 1rem;
    }
    .sh-tabs.tabs-group .tabs-arrow-right {
        right: 1rem;
    }
}

.sh-tabs.tabs-group .tabs-items-scroll {
    height: auto;
}

.sh-tabs.tabs-group .tabs-items-wrap {
    height: 80rem;
    margin-bottom: -3rem;
    padding-bottom: 3rem;
}

.sh-tabs.tabs-group .tabs-items-list {
    height: 7.5rem;
}

@media (max-width: 991px) {
    .sh-tabs.tabs-group .tabs-items-list {
        width: auto;
        margin: 0 -30px;
        overflow: hidden;
    }
}

.sh-tabs.tabs-group .tabs-item {
    position: relative;
}

.sh-tabs.tabs-group .tabs-item>a {
    height: 7.5rem;
}

.sh-tabs.tabs-group .tabs-item.tabs-dropdown>a {
    position: relative;
    background: url('icons/arrow_down.png') no-repeat center right transparent;
    padding-right: 0;
    margin-right: 1rem;
    transition: none;
}

.sh-tabs.tabs-group:before {
    content: '';
    display: block;
    position: absolute;
    top: 7.4rem;
    right: 100%;
    width: 900rem;
    border-bottom: 1px solid #0000fa;
}

.sh-tabs.tabs-group:after {
    content: '';
    display: block;
    position: absolute;
    top: 7.4rem;
    left: 100%;
    width: 900rem;
    border-bottom: 1px solid #0000fa;
}

.sh-tabs.tabs-group .tabs-dropdown .tab-dropdown {
    padding-top: 5.5rem;
    /* Ticket #65569 - desplegables subhomes particulares y empresas */
}

.sh-tabs.tabs-group .tabs-item.expanded>a,
.sh-tabs.tabs-group .tabs-item.expanding>a {
    z-index: 60;
    background: none;
}

.sh-tabs.tabs-group .tabs-item .tabs-item-title {
    border-bottom: none;
}

.sh-tabs.tabs-group .tabs-item a:hover p {
    color: #0000fa;
}

.sh-tabs.tabs-group .tabs-dropdown .tab-dropdown:after {
    top: 2.8rem;
    right: 1.5rem;
}

.sh-tabs.tabs-group .tabs-contents:after {
    content: '';
    display: block;
    clear: both;
}

.sh-tabs.tabs-group .tabs-content h2 {
    color: #004f70;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 3rem;
    margin: 0 0 1rem;
}

@media (min-width: 768px) {
    .sh-tabs.tabs-group .tabs-content h2 {
        font-size: 3.4rem;
    }
}

.sh-tabs.tabs-group .tabs-content.article-content {
    margin-top: 2rem;
}

@media (max-width: 991px) {
    .sh-tabs.tabs-group .tabs-item.tabs-dropdown.expanded {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
        z-index: 100;
        max-width: none;
        background-color: #fff;
        display: block;
        overflow: auto;
    }
    .sh-tabs.tabs-group .tabs-item.expanded.tabs-dropdown>a {
        height: auto;
        padding: 0;
        display: block;
        width: 100%;
        margin: 0;
    }
    .sh-tabs.tabs-group .tabs-item.expanded.tabs-dropdown>a .tabs-item-title {
        padding: 0;
        display: block;
    }
    .sh-tabs.tabs-group .tabs-item.expanded.tabs-dropdown>a p {
        line-height: 2.2rem;
        color: #555;
        padding: 1.5rem 3rem 1.5rem 1.5rem;
        font-weight: bold;
        font-size: 1.3rem;
        display: block;
        text-align: left;
        position: relative;
    }
    .sh-tabs.tabs-group .tabs-item.expanded.tabs-dropdown>a p:after {
        background: url(icons/cross.png) no-repeat 96% center;
        background-size: contain;
        height: 1.3rem;
        width: 1.3rem;
        content: '';
        position: absolute;
        top: 2rem;
        right: 2rem;
    }
    .sh-tabs.tabs-group .tabs-item.tabs-dropdown.expanded .tab-dropdown {
        display: block !important;
        padding-top: 0 !important;
        height: auto !important;
    }
    .sh-tabs.tabs-group .tabs-item.tabs-dropdown.expanded .tab-dropdown-link:first-child {
        border-top: 1px solid #ececec;
    }
    .sh-tabs.tabs-group .tabs-item.tabs-dropdown.expanded .tab-dropdown-link {
        padding: 0;
        background: none;
        border-bottom: 1px solid #ececec;
    }
    .sh-tabs.tabs-group .tabs-item.tabs-dropdown.expanded .tab-dropdown-link a {
        font-weight: bold;
        font-size: 1.3rem;
        text-decoration: none;
        padding: 1rem 1.5rem;
        display: block;
        font-family: 'OpenSans-Bold', Arial, Helvetica, sans-serif;
    }
}


/*******************************
    E1. Desplegables / FAQs
********************************/

.dropdown-items .heading-group {
    margin-top: 3rem;
}

.dropdown-items {
    margin-top: 2rem;
}

.dropdown-item {
    margin-top: 2rem;
}

.dropdown-item:first-child {
    margin-top: 0;
}

.dropdown-item .dropdown-content {
    display: none;
    border: 1px solid #eee;
    border-top: none;
    margin: 0;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 0 0 2px 2px;
}

.dropdown-item .dropdown-content :first-child {
    margin-top: 0;
}

.dropdown-item .dropdown-title a {
    text-decoration: none;
    display: block;
    position: relative;
}

.dropdown-item .dropdown-title a:after {
    content: '';
    display: block;
    width: 4rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url('icons/arrow_down.png') no-repeat center center transparent;
}

.dropdown-item .dropdown-title a.active:after {
    background: url('icons/up-arrow-white.png') no-repeat center center transparent;
}

.dropdown-item .dropdown-title a h2,
.dropdown-item .dropdown-title a h3,
.dropdown-item .dropdown-title a h4 {
    display: block;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    text-decoration: none;
    font-weight: normal;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    background: #eee;
    color: #333;
    margin: 0;
    border-radius: 2px 2px 0 0;
    transition: all 0.3s ease-in;
}

.dropdown-item .dropdown-title a.active h2,
.dropdown-item .dropdown-title a.active h3,
.dropdown-item .dropdown-title a.active h4 {
    background: #0000fa;
    color: #fff;
}

.dropdown-item .dropdown-title a:hover h2,
.dropdown-item .dropdown-title a:hover h3,
.dropdown-item .dropdown-title a:hover h4 {
    background: #0000fa;
    transition: all .3s ease-in;
    color: #fff;
}


/*******************************
    E1-AC. Desplegables / FAQs
*******************************/

.icon-dropdowns .dropdown-content.article-content {
    padding: 0;
}

.icon-dropdowns .dropdown-item {
    margin-top: 0;
    padding: 1rem 1rem 2rem 5rem;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}

@media (min-width: 768px) {
    .icon-dropdowns .dropdown-item {
        padding: 2rem 1rem 3rem 8rem;
    }
}

.icon-dropdowns .dropdown-item .dropdown-title a {
    position: static;
}

.icon-dropdowns .dropdown-item .dropdown-title a:after {
    background: url('icons/arrow_down.png') no-repeat center center #fff;
    content: "";
    width: 14px;
    height: 8px;
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: -4px;
}

.icon-dropdowns .dropdown-item .dropdown-title a.active:after {
    background-image: url('icons/arrow_up.png');
}

.icon-dropdowns .dropdown-title a img {
    position: absolute;
    top: 2.5rem;
    left: 0;
    margin: 0;
    width: 3.2rem;
    height: auto;
}

@media (min-width: 768px) {
    .icon-dropdowns .dropdown-title a img {
        width: auto;
    }
}

.icon-dropdowns .dropdown-title p {
    margin-top: 0;
    margin-bottom: 0;
}

.icon-dropdowns .dropdown-content {
    border: 0;
}

.icon-dropdowns .dropdown-content ul {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 2rem;
    width: 100%;
}

.icon-dropdowns .dropdown-content li {
    width: 100%;
    padding-left: 0;
    background: none;
}

@media (min-width: 768px) {
    .icon-dropdowns .dropdown-content li {
        width: 33.333%;
    }
}

.icon-dropdowns .dropdown-content li h3 {
    color: #0000fa;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.7rem;
}

.icon-dropdowns .dropdown-content ul li p {
    color: #555;
    font-size: 1.4rem;
    display: block;
}

.icon-dropdowns .dropdown-content a {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
}

.icon-dropdowns .dropdown-item .dropdown-title a.active h2,
.icon-dropdowns .dropdown-item .dropdown-title a h2 {
    background-color: transparent;
    color: #0000fa;
    padding-left: 0;
    font-size: 2rem;
}


/*****************
    G1. Carrusel
*******************/

.carousel-group .carousel-arrow {
    position: absolute;
    top: 0;
    height: 100%;
}

.carousel-group .carousel-arrow-left {
    left: 0;
}

.carousel-group .carousel-arrow-right {
    right: 0;
}

.carousel-group .carousel-no-navigation .carousel-arrow-left,
.carousel-group .carousel-no-navigation .carousel-arrow-right {
    display: none !important;
}

.carousel-group .carousel-arrow a {
    width: 4.8rem;
    height: 4.9rem;
    z-index: 20;
    display: block;
    position: absolute;
    top: 3.6rem;
}

.carousel-group .carousel-arrow-left a {
    background: url('icons/hm-slider-arrow-left.png') no-repeat center center transparent;
    left: -15.5rem;
}

.carousel-group .carousel-arrow-right a {
    background: url('icons/hm-slider-arrow-right.png') no-repeat center center transparent;
    right: -15.5rem;
}

@media (min-width: 1200px) {
    .carousel-group .carousel-arrow-left a {
        left: -19.5rem;
    }
    .carousel-group .carousel-arrow-right a {
        right: -19.5rem;
    }
}

.carousel-arrow a span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


/* Ticket #65893 - Flechas carrousel movil */

.carousel-group .carousel-arrow a {
    box-shadow: 0px 0px 11px 0px black;
}

@media (max-width: 992px) {
    .carousel-items-list .carousel-items-wrap-scroll .carousel-items-wrap {
        overflow: hidden;
    }
    .carousel-group .carousel-arrow-right a {
        right: 0;
    }
    .carousel-group .carousel-arrow-left a {
        left: 0;
    }
}

@media (max-width: 768px) {
    .carousel-group .carousel-arrow-right a {
        margin-right: -16px;
    }
    .carousel-group .carousel-arrow-left a {
        margin-left: -16px;
    }
}


/*******************************************/

.carousel-items-list {
    position: relative;
    width: 100%;
    margin-top: 2rem;
}

.carousel-items-list .carousel-items {
    text-align: center;
    margin: 0;
    white-space: nowrap;
}

.carousel-items-list .carousel-items-wrap-scroll {
    min-height: 16.5rem;
    overflow: hidden;
    margin: 0 -15px;
}

@media (min-width: 768px) {
    .carousel-items-list .carousel-items-wrap-scroll {
        margin: 0;
    }
}

.carousel-items-list .carousel-items-wrap {
    overflow: auto;
    /*#66870 : hidden*/
    padding-bottom: 3rem;
}

.carousel-items-list .carousel-item {
    background: none;
    padding: 0 2px;
    font-size: 1.6rem;
    width: 12.2rem;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.carousel-items-list .carousel-item:first-child {
    margin-left: 15px;
}

.carousel-items-list .carousel-item:last-child {
    margin-right: 15px;
}

@media (min-width: 768px) {
    .carousel-items-list .carousel-item:first-child {
        margin-left: 0;
    }
    .carousel-items-list .carousel-item:last-child {
        margin-right: 0;
    }
}

.carousel-thumb img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
}

.carousel-item .carousel-item-title p {
    font-family: 'OpenSans-Bold', Arial, serif;
    color: #555;
    font-size: 1.5rem;
    margin-top: 1rem;
    line-height: 1.4rem;
    white-space: normal;
}

.carousel-item a:hover .carousel-item-title p,
.carousel-item a:focus .carousel-item-title p {
    color: rgb(0, 0, 250);
}

.carousel-contents .carousel-content {
    display: none;
}

.carousel-items .carousel-item.carousel-item-external.active>a .carousel-item-title {
    display: block;
}


/***************************************
    B4 - Carrusel de videos e imagenes
****************************************/

.gallery-group .heading-group {
    margin-bottom: 2rem;
}

.gallery-group .gallery-items-wrap-scroll {
    margin: 0 -15px;
    position: relative;
}

@media (min-width: 768px) {
    .gallery-group .gallery-items-wrap-scroll {
        margin: 0 -5px;
    }
}

.gallery-group.gallery-group-playing .gallery-items {
    z-index: 1000;
}

.gallery-group .gallery-items-wrap-scroll:before {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    margin-right: 0.5rem;
    top: 0;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    width: 999rem;
    z-index: 2;
    transition: opacity 0.3s linear;
}

.gallery-group.gallery-group-playing .gallery-items-wrap-scroll:before {
    z-index: 1100;
    opacity: 0.5;
}


/* Disabled: See #62841
.gallery-group .gallery-first .gallery-items-wrap-scroll:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
*/

.gallery-group .gallery-items-wrap-scroll:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    margin-left: 0.5rem;
    top: 0;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    width: 999rem;
    z-index: 20;
    transition: opacity 0.3s linear;
}

.gallery-group.gallery-group-playing .gallery-items-wrap-scroll:after {
    z-index: 1100;
    opacity: 0.5;
}


/* Disabled: See #62841
.gallery-group .gallery-last .gallery-items-wrap-scroll:after {

    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
*/

.gallery-group .gallery-item {
    background: none;
    position: relative;
    padding: 0;
}

@media (min-width: 768px) {
    .gallery-group .gallery-item {
        padding: 0 5px;
    }
}

.gallery-group .slick-list {
    overflow: inherit;
}

.gallery-group .gallery-item img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.gallery-group .gallery-item-wrap {
    position: relative;
}

.gallery-group .gallery-item-legend {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 4.2rem;
}

.gallery-group .gallery-item-legend:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    z-index: 0;
}

.gallery-group .gallery-item-text {
    position: relative;
    z-index: 1;
    padding: 1rem 5rem 1rem 1rem;
}

.gallery-group .gallery-item-video .gallery-item-text {
    padding: 1rem 2rem;
}

@media (min-width: 992px) {}

.gallery-group .gallery-item-legend p {
    color: #fff;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin: 0;
}

.gallery-group .gallery-item-video .gallery-item-legend p {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.8rem;
}

@media (min-width: 992px) {
    .gallery-group .gallery-item-video .gallery-item-legend p {
        font-size: 1.8rem;
        line-height: 2rem;
    }
}

.gallery-item.gallery-item-video .gallery-item-image {
    position: relative;
}

.gallery-item.gallery-item-video .gallery-item-image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: url('icons/icon-play.png') no-repeat center center transparent;
}

@media (min-width: 992px) {
    .gallery-item.gallery-item-video .gallery-item-image:before {
        background: url('icons/icon-play-big.png') no-repeat center center transparent;
        height: 100%;
    }
}

.gallery-item-zoom {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 2;
}

.gallery-item-zoom a {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5rem;
    height: 100%;
    padding-right: 1rem;
    padding-bottom: 1rem;
    background: url('icons/icon-zoom.png') no-repeat center center transparent;
}

.gallery-item>a {
    display: block;
    position: relative;
    z-index: 1;
}

.gallery-item .gallery-item-video-box {
    position: relative;
    width: 100%;
}

.gallery-item>a+.gallery-item-video-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    padding: 0 5px;
}

.gallery-item.gallery-item-playing>a {
    z-index: 0;
}

.gallery-item.gallery-item-playing .gallery-item-video-box {
    z-index: 10;
}

.gallery-group .gallery-items-wrap:before {
    opacity: 0;
    transition: opacity 0.5s linear;
    z-index: 999;
    content: '';
    display: block;
    background-color: #000;
}

.gallery-group.gallery-group-playing .gallery-items-wrap:before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}

.gallery-item .gallery-item-video-close a {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.6rem;
    height: 1.6rem;
    background: url('icons/cross_white.png') no-repeat center center transparent;
    margin-top: 2rem;
    margin-right: 2rem;
    z-index: 1;
}

.gallery-item-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.gallery-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-group .gallery-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 40;
}

.gallery-group.gallery-group-playing .gallery-arrow {
    z-index: 1050;
}

.gallery-group .gallery-arrow-left {
    left: 0;
}

.gallery-group .gallery-arrow-right {
    right: 0;
}

.gallery-group .gallery-arrow a {
    width: 4.8rem;
    height: 4.9rem;
    z-index: 40;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2.4rem;
}

.gallery-group.gallery-group-playing .gallery-arrow a {
    z-index: 1050;
}

.gallery-group .gallery-arrow-left a {
    background: url('icons/hm-slider-arrow-left.png') no-repeat center center transparent;
    left: 0;
}

.gallery-group .gallery-arrow-right a {
    background: url('icons/hm-slider-arrow-right.png') no-repeat center center transparent;
    right: 0;
}

@media (min-width: 992px) {
    .gallery-group .gallery-arrow-left a {
        left: -15.5rem;
    }
    .gallery-group .gallery-arrow-right a {
        right: -15.5rem;
    }
}

@media (min-width: 1200px) {
    .gallery-group .gallery-arrow-left a {
        left: -19.5rem;
    }
    .gallery-group .gallery-arrow-right a {
        right: -19.5rem;
    }
}

.gallery-arrow a span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


/********************
    A1.1 COLORBOX LAYER
*********************/

#colorbox.imageZoom {
    overflow: visible;
    max-width: 100%;
    max-height: 100%;
    padding: 1.5rem;
    box-sizing: border-box;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.imageZoom #cboxTitle {
    display: none !important;
}

.imageZoom #cboxWrapper {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    cursor: pointer;
}

.imageZoom #cboxWrapper>div {
    display: block;
    height: 100%;
}

.imageZoom #cboxWrapper>div:first-child,
.imageZoom #cboxWrapper>div:last-child {
    display: none;
}

.imageZoom #cboxContent {
    max-width: 100%;
    margin: 0 auto;
    height: 100% !important;
    float: none !important;
}

@media (min-width: 768px) {
    .imageZoom #cboxContent {
        max-width: 770px;
        margin: 0 auto;
    }
}

.imageZoom #cboxLoadedContent {
    width: 100% !important;
    height: auto !important;
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

.csstransforms .imageZoom #cboxLoadedContent {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.imageZoom #cboxClose {
    position: fixed;
    top: 0;
    right: 0;
}

.imageZoom .cboxPhoto {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    max-height: 100%;
}


/***********************************************
    H1. Destacados con imagen, texto y boton
***********************************************/

.v-highlight {
    padding: 2rem;
    border: 1px solid #edeff0;
    margin-top: 2rem;
}

@media (min-width: 992px) {
    .v-highlight {
        display: table;
        width: 100%;
    }
}

.v-highlight-right {
    padding-top: 2rem;
    text-align: center;
}

.v-highlight-left a {
    text-decoration: none;
}

@media (min-width: 992px) {
    .v-highlight-left {
        display: table-cell;
    }
    .v-highlight-right {
        display: table-cell;
        vertical-align: middle;
        padding: 0;
    }
}

.v-highlight-img {
    float: left;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
    .v-highlight-img {
        margin-right: 2rem;
        margin-bottom: 0;
    }
}

.v-highlight-img img {
    margin-top: 0;
    float: left;
}

.v-highlight-content {
    margin: 0;
}
/*
@media (min-width: 992px) {
    .v-highlight-content {
        overflow: hidden;
    }
}
*/
.v-highlight-content {
    overflow: hidden;
}

.v-highlight-content p,
.v-highlight-content h2,
.v-highlight-content h3,
.v-highlight-content h4 {
    margin-top: 0;
}

.v-highlight-content h2,
.v-highlight-content h3,
.v-highlight-content h4 {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    color: rgb(0, 0, 250);
}

.v-highlight-right .button_wrap {
    margin: 0;
}

@media (min-width: 992px) {
    .v-highlight-right .button_wrap {
        margin: 0 0 0 2rem;
    }
}

.v-highlight-right .btn_info {
    display: none;
}


/**********************************
    k2. Destacados relacionados
**********************************/

.c-highlights-list {
    margin: 0 -15px;
}

.c-highlights-list>ul {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}

@media (min-width: 768px) {
    .c-highlights-list>ul {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
}

.c-highlights-list>ul:after {
    content: '';
    display: block;
    clear: both;
}

.c-highlights .c-highlight {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    padding: 2rem 15px 0;
    background: none;
    height: auto !important;
}

@media (min-width: 600px) {
    .c-highlights .c-highlight {
        width: 50%;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .c-highlights .c-highlight {
        width: 33.33333%;
        max-width: none;
    }
}

.c-highlight-image {
    padding-bottom: 1rem;
}

.c-highlight-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.c-highlight-video a {
    position: relative;
    display: block;
}

.c-highlight-video a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('icons/icon-play.png') no-repeat center center transparent;
}

.c-highlight .c-highlight-content {
    margin-top: 0;
}

.c-highlight-text p {
    margin-top: 0;
}

.c-highlight-link a {
    color: #0000fa;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    padding: 3px;
}

.c-highlight-link a:hover,
.c-highlight-link a:focus,
.c-highlight-link a:active {
    color: #004f70;
}


/*******************************
    M10. Destacados relacionados
********************************/

.h-highlights-list {
    margin: 0 -15px;
}

.page-wrapper .h-highlight {
    background: none;
    padding: 2rem 15px 0;
    margin: 0;
    max-width: 210px;
}

@media (min-width: 768px) {
    .page-wrapper .h-highlight {
        display: block;
        max-width: none;
    }
}

.h-highlight>a,
.h-highlight .h-highlight-nolink {
    display: block;
    height: auto;
    background-color: #efefef;
}

@media (min-width: 768px) {
    .h-highlight>a,
    .h-highlight .h-highlight-nolink {
        display: table;
        width: 100%;
    }
}

.h-highlights-list>ul {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}

@media (min-width: 768px) {
    .h-highlights-list>ul {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        width: 100%;
        margin: 0;
    }
}

.h-highlights-list>ul:after {
    content: '';
    display: block;
    clear: both;
}

@media (min-width: 768px) {
    .h-highlight-image {
        display: table-cell;
        vertical-align: top;
        width: 50%;
    }
}

.h-highlight-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.h-highlight-content {
    padding: 1rem;
    margin: 0;
    background-color: #efefef;
}

.h-highlight-content.article-content {
    margin-top: 0;
}

@media (min-width: 768px) {
    .h-highlight-content {
        display: table-cell;
        vertical-align: top;
        width: 50%;
    }
}

.h-highlight-content p {
    margin: 0;
    font-size: 1.6rem;
    color: #0000fa;
    line-height: 1.8rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
}

@media (min-width: 992px) {
    .h-highlight-content p {
        font-size: 1.8rem;
    }
}

.h-highlights-promo .h-highlights-list {
    margin: 0 -10px;
}

.page-wrapper .h-highlights-promo .h-highlight {
    padding: 2rem 10px 0;
    max-width: 38.5rem;
}

.h-highlights-promo .h-highlight>a {
    border-spacing: 2px;
    margin: -2px;
    background-color: #fff;
    width: auto;
    display: table;
}

.h-highlights-promo .h-highlight-image {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.h-highlights-promo .h-highlight-content {
    border: 1px solid #f0f0f0;
    background-color: #fff;
    position: relative;
    padding: 1rem;
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

@media (min-width: 768px) {
    .h-highlights-promo .h-highlight-content {
        padding: 1.2rem;
        display: table-cell;
        vertical-align: bottom;
    }
}

.h-highlights-promo .article-content {
    margin-top: 0;
    position: absolute;
    top: 10px;
    height: 85%;
}

.h-highlights-promo .h-highlight-text p {
    color: #017cac;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    position: absolute;
    bottom: 0;
}

.h-highlights-promo .h-highlight-text p a {
    font-weight: bold;
}

.h-highlights-promo .h-highlight-text h4 {
    margin: 0;
    height: 50%;
    display: block;
}

.h-highlights-promo .h-highlight-info {
    position: absolute;
    color: #477dab;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-decoration: underline;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}

.h-highlights-promo .h-highlight {
    width: 100%;
}

@media (min-width: 768px) {
    .h-highlights-promo .h-highlight-info {
        bottom: 1.2rem;
        left: 1.2rem;
        right: 1.2rem;
    }
    .h-highlights-promo .h-highlight {
        width: 50%;
    }
}


/***************************
    M12 - Compartir RRSS
***************************/

.rrss .heading-group-title {
    text-align: center;
}

.rrss ul.social-network {
    text-align: center;
}

.rrss .social-network li a span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.rrss .social-network li {
    background: none;
    display: inline-block;
    padding: 0;
    margin: 0 1rem;
}

.rrss .social-network li a {
    height: 4rem;
    width: 4rem;
    display: block;
}

.rrss .bt-twitter a {
    background: url('icons/twitter-logo-button.png') no-repeat center center transparent;
}

.rrss .bt-facebook a {
    background: url('icons/facebook-logo-button.png') no-repeat center center transparent;
}

.rrss .bt-google-plus a {
    background: url('icons/google-plus.png')no-repeat center center transparent;
}

.rrss .bt-linkedin a {
    background: url('icons/linkedin-button.png') no-repeat center center transparent;
}


/*****************
    O1 - Banner intermedio / #56748
*******************/

.article-main .banner-media,
.aside-main .banner-media {
    position: relative;
    height: auto;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.article-main .banner-image-group,
.aside-main .banner-image-group {
    position: relative;
    top: auto;
    height: auto;
    width: auto;
    left: auto;
}

.article-main .banner-image-group:after,
.aside-main .banner-image-group:after {
    display: none;
}


/* removed double */

.article-main .banner-media:last-child {
    display: none;
}

.article-main .banner-image-group img,
.aside-main .banner-image-group img {
    max-width: none;
    top: auto;
    transform: none;
}


/*****************
    Q1-APP / B8 - Awards
*******************/

.app-group {
    position: relative;
}

.app-group:after {
    content: '';
    display: block;
    clear: both;
}

.app-group .app-badge {
    position: absolute;
    top: -3rem;
    left: 0;
    z-index: 20;
}

.app-group .app-badge p,
.app-group .app-badge img {
    margin: 0;
}

.app-group .float {
    padding: 0;
}

@media (min-width: 768px) {
    .app-group .float {
        float: right;
    }
}

.app-group .float img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: block;
    max-width: 360px;
}

.app-group .app_content {
    padding: 0;
}

@media (min-width: 768px) {
    .app-group .app_content {
        padding-right: 2rem;
        width: 66.666666%;
    }
}

.app-item .button-badges {
    margin-top: 0;
}

.app_content .article-content .boton>a,
.app_content .article-content a>.boton,
.app_content .article-content .boton_azul>a,
.app_content .article-content a>.boton_azul,
.app_content .article-content .boton_gris>a,
.app_content .article-content a>.boton_gris {
    width: 100%;
    max-width: none;
    vertical-align: middle;
    display: inline-block;
}

@media (min-width: 1200px) {
    .app_content .article-content .boton>a,
    .app_content .article-content a>.boton,
    .app_content .article-content .boton_azul>a,
    .app_content .article-content a>.boton_azul,
    .app_content .article-content .boton_gris>a,
    .app_content .article-content a>.boton_gris {
        width: auto;
    }
}

.app_content .heading-group {
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .app_content .heading-group {
        margin-top: 4rem;
    }
    .app-no-badge .app_content .heading-group {
        margin-top: 2rem;
    }
}

.app_content .app-item {
    margin-top: 1rem;
}

.app_content ul,
.app_content ol,
.app_content p {
    margin-top: 1rem;
}

.app_content li {
    padding-bottom: 1rem;
}

.app_content p span {
    display: block;
    padding-bottom: 2rem;
}

.app_content p a {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .app_content p span,
    .app_content p a {
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 0;
    }
}


/*********************
        HEADING GROUPS
**********************/

.heading-group {
    margin-top: 0;
}

.heading-group .heading-group-title {
    margin-top: 0;
}


/*******************************
    PANELES
********************************/

.freeContent.panels {
    display: none;
}


/* MENU PANEL */

.panels {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.panels.mb-open #panel-menu {
    z-index: 1;
}

.freeContent.panels.mb-open {
    z-index: 900;
}

.panels>div {
    display: none;
}

.panels .l-wrapper>a#close {
    display: none;
}

#panel-menu {
    background-color: #fff;
    left: -100%;
    width: 100%;
    position: relative;
    height: 100%;
    overflow: auto;
}

@media (min-width: 992px) {
    #panel-menu {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        max-width: 1040px;
        margin: 0 auto;
        left: 0 !important;
        position: relative;
        overflow: visible;
        height: auto;
    }
}

@media (min-width: 1200px) {
    #panel-menu {
        max-width: 1240px;
    }
}

#panel-menu .tabs-contents {
    padding: 1.5rem;
}

@media (min-width: 992px) {
    #panel-menu .tabs-contents {
        padding: 4rem 5rem 5rem;
    }
}

#panel-menu .tabs-content:after {
    content: '';
    display: block;
    clear: both;
}

#panel-menu .tabs-content {
    margin: 0 -15px;
}

#panel-menu .tabs-content:after {
    content: '';
    display: block;
    clear: both;
}

#panel-menu .menu-panel-container {
    padding: 0;
}

#panel-menu .tabs-items-scroll {
    height: 6rem;
}

@media (min-width: 992px) {
    #panel-menu .tabs-items-scroll {
        height: 8.3rem;
    }
}

#panel-menu .tabs-items-list {
    border-bottom: 1px solid #0000fa;
    padding: 0 1rem;
}

@media (min-width: 992px) {
    #panel-menu .tabs-items-list {
        padding: 0 4rem;
    }
}

#panel-menu .menu-linkgroup .tabs-item {
    height: auto !important;
}

#panel-menu .menu-linkgroup .tabs-item>a.link-icon {
    background-position: center center;
    background-repeat: no-repeat;
    width: 5rem;
}

#panel-menu .menu-linkgroup .tabs-item>a.link-icon.active {
    border-bottom: 3px solid #037eae;
}

#panel-menu .menu-linkgroup .tabs-item>a:focus {
    outline: none
}

#panel-menu .menu-linkgroup .tabs-item>a {
    padding: 0 1rem;
    height: 6rem;
}

@media (min-width: 992px) {
    #panel-menu .menu-linkgroup .tabs-item>a {
        height: 8.3rem;
    }
}

#panel-menu .menu-linkgroup .tabs-item .tabs-item-title {
    padding: 0;
}

#panel-menu .menu-linkgroup .tabs-item .tabs-item-title p {
    font-size: 1.6rem !important;
}

@media (min-width: 992px) {
    #panel-menu .menu-linkgroup .tabs-item .tabs-item-title p {
        font-size: 2rem !important;
    }
}

#panel-menu .menu-linkgroup .menu-linkgroup-heading,
#panel-menu .menu-linkgroup .menu-linkgroup-heading a {
    font-size: 1.8rem;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    color: #004f70;
    padding-bottom: 1.5rem;
    cursor: default;
    text-decoration: none;
    font-weight: 700;
}

@media (min-width: 992px) {
    #panel-menu .menu-linkgroup .menu-linkgroup-heading,
    #panel-menu .menu-linkgroup .menu-linkgroup-heading a {
        font-size: 2rem;
        padding-bottom: 3rem;
    }
}

#panel-menu .menu-linkgroup .menu-linkgroup-heading a {
    padding-bottom: 0;
}

#panel-menu .menu-linkgroup-links {
    display: none;
}

@media (min-width: 992px) {
    #panel-menu .menu-linkgroup-links {
        display: block;
    }
}

#panel-menu .menu-linkgroup .menu-link {
    padding: 0 2.5rem 1.5rem 0;
    background: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

#panel-menu .menu-linkgroup .menu-link a {
    text-decoration: none;
}

#panel-menu .menu-linkgroup .menu-link-title {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    color: #0000fa;
    font-weight: 700;
}

@media (min-width: 992px) {
    #panel-menu .menu-linkgroup .menu-link-title {
        font-size: 1.8rem;
    }
}

#panel-menu .menu-linkgroup .menu-link-description {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    color: #555;
}

@media (min-width: 992px) {
    #panel-menu .menu-linkgroup .menu-link-description {
        font-size: 1.4rem;
    }
}

#panel-menu .menu-linkgroup .menu-sublink {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    color: #555;
    border: 0;
    padding: 0.5rem 0.3rem 0.5rem 3.5rem;
    margin-top: 0.5rem;
    position: relative;
    line-height: 1.5rem;
}

@media (min-width: 992px) {}

#panel-menu .menu-linkgroup .menu-sublink:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3.5rem;
    background: url('icons/link-star.png') no-repeat center center transparent;
}

#panel-menu .menu-linkgroup .menu-sublink strong {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    color: #555;
}

@media (min-width: 992px) {}

@media (min-width: 768px) {
    #panel-menu .col-md-6 .menu-linkgroup-links-list {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-gap: 0;
    }
}

#panel-menu .menu-linkgroup ul li {
    background: transparent;
    padding: 0;
}

#panel-menu .menu-campaign {
    background: none;
    margin: 0 0 0.6rem 0;
    padding: 0;
}

#panel-menu .menu-campaign:after {
    content: '';
    display: block;
    clear: both;
}

#panel-menu .menu-campaign>a {
    text-decoration: none;
}

#panel-menu .menu-campaign .menu-campaign-image {
    float: left;
    padding-right: 0.8rem;
}

#panel-menu .menu-campaign.menu-campaign-h .menu-campaign-image {
    float: none;
    padding-right: 0;
}

#panel-menu .menu-campaign .menu-campaign-text {
    padding: 0.8rem;
}

#panel-menu .menu-campaign.menu-campaign-h .menu-campaign-text {
    padding: 1rem;
}

#panel-menu .menu-campaign.menu-campaign-bg-site {
    background-color: #0000fa;
}

#panel-menu .menu-campaign.menu-campaign-bg-green {
    background-color: #008485;
}

#panel-menu .menu-campaign .menu-campaign-section,
#panel-menu .menu-campaign .menu-campaign-title,
#panel-menu .menu-campaign .menu-campaign-description {
    color: #fff;
}

#panel-menu .menu-campaign .menu-campaign-section {
    font-size: 1.4rem;
    font-style: italic;
    letter-spacing: -0.1rem;
}

#panel-menu .menu-campaign .menu-campaign-title {
    font-size: 2rem;
    line-height: 2.2rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
}

#panel-menu .menu-campaign.menu-campaign-h .menu-campaign-title {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 2rem;
}

#panel-menu .menu-campaign .menu-campaign-description {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-top: 0.3rem;
}


/*DIVIDERS*/

@media (max-width: 767px) {
    #panel-menu .menu-linkgroup li {
        border-bottom: 1px solid #ddd;
    }
    #panel-menu .menu-linkgroup-heading {
        border-bottom: 1px solid #ddd;
    }
    #panel-menu .menu-linkgroup .menu-linkgroup-heading {
        padding: 1rem 1rem 1rem;
    }
    #panel-menu .menu-linkgroup .menu-link {
        padding: 1rem !important;
    }
    .menu-linkgroup-heading>a:after {
        content: '';
        display: block;
        width: 4rem;
        height: 45px;
        background: url(icons/arrow_down.png) no-repeat center center transparent;
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 10px;
    }
    .menu-linkgroup-heading.active>a:after {
        background: url(icons/arrow_up.png) no-repeat center center transparent;
    }
}


/*menu images*/

#panel-menu li.b-link-item {
    margin-bottom: 8px !important;
    border-bottom: none;
}


/* Panel cotizacion */

#panel-cotizacion {
    display: none;
}

@media (min-width: 992px) {
    #panel-cotizacion {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        max-width: 1040px;
        margin: 0 auto;
        left: 0;
        position: relative;
        overflow: visible;
        height: auto;
        background-color: #fff;
        display: block;
        padding: 2rem 3rem;
        border-top: 1px solid #eee;
    }
}

@media (min-width: 1200px) {
    #panel-cotizacion {
        max-width: 1240px;
    }
}

#panel-cotizacion #tabs1 {
    margin: 0 auto;
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#panel-cotizacion .graph {
    position: relative;
    width: 25%;
}

#panel-cotizacion .datetime {
    font-family: sans-serif;
    width: 6.5rem;
    position: absolute;
    font-size: 0.8rem;
    text-align: right;
    top: 0;
    left: 45%;
}

#panel-cotizacion .values {
    font-family: sans-serif;
    width: 6.5rem;
    position: absolute;
    font-size: 0.8rem;
    text-align: right;
    top: 0.9rem;
    left: 45%;
    color: #DC1400 !important;
}

#panel-cotizacion .timestampImg {
    width: auto;
    height: auto;
    margin-left: 0;
    float: none;
}

#panel-cotizacion .l-content {
    position: relative;
}

@media (min-width: 1200px) {
    #panel-cotizacion .agrupacion_enlaces_ssi {
        width: 90%;
    }
}

#panel-cotizacion #layer-caixabank-link {
    position: relative;
    text-align: right;
}

@media (min-width: 1200px) {
    #panel-cotizacion #layer-caixabank-link {
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: 20rem;
    }
}

#panel-cotizacion #layer-caixabank-link a {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    background-color: #fff;
    border: 0.15rem solid #0000fa;
    color: #0000fa;
    padding: 1.2rem 1.5rem;
    border-radius: 0.2rem;
    line-height: 1.4rem;
    font-size: 1.4rem;
    height: 4rem;
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    transition: all 0.3s ease-in;
}

#panel-cotizacion #layer-caixabank-link a:hover,
#panel-cotizacion #layer-caixabank-link a:focus {
    background: none;
    color: #0000fa;
    border-color: #0000fa;
    -webkit-box-shadow: 0 0 10px -3px #404040;
    -moz-box-shadow: 0 0 10px -3px #404040;
    box-shadow: 0 0 10px -3px #404040;
}


/*****************************************************
     Lazy load de imagenes
*****************************************************/

img[data-src] {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .3s ease-in;
}

img.lazy-loaded[data-src] {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/*******************************
    11-Buscador
********************************/

.header .search-group .search {
    display: none;
}

.header.menu-open .search-group .search {
    display: block;
}

@media (min-width: 992px) {
    .header .search-group {
        display: inline-block;
        width: 25rem;
        vertical-align: middle;
        margin-left: 0.5rem;
    }
}

@media (min-width: 1200px) {
    .header .search-group {
        width: 28rem;
        margin-left: 1.2rem;
    }
}

@media (min-width: 992px) {
    .header .search-group .search {
        cursor: pointer;
        position: relative;
        height: 3.8rem;
        background-color: #f8f8f8;
        display: block;
    }
}

.header .search-trigger {
    float: left;
    width: 5.5rem;
    height: 3.8rem;
    background: url('../css/icons/search.png') no-repeat center center transparent;
    display: none;
}

.header.menu-open .search-trigger {
    display: block;
    position: absolute;
    right: 0.5rem;
    top: 1rem;
    text-decoration: none;
}

@media (min-width: 992px) {
    .header.menu-open .search-trigger {
        display: none;
    }
}

.header .search form:before {
    content: '';
    width: 5.5rem;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    padding-left: 0;
    background: url('../css/icons/search.png') no-repeat center center transparent;
    display: block !important;
}

@media (max-width: 991px) {
    .header .search form {
        padding-right: 6.5rem;
    }
}

@media (max-width: 991px) {
    .header.menu-open .search form {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .header .search form {
        width: 28rem;
        padding-left: 0;
        padding-right: 6.5rem;
        background-position: 1.8rem center;
        border-bottom: 1px solid #555;
    }
    .header.menu-open .search form {
        display: block !important;
    }
    .header .search form.active {
        border-bottom: 1px solid #0000fa;
    }
}

.header .search-field {
    height: 3.8rem;
    background: none;
    border: none;
    padding-left: 5.5rem;
    width: 100%;
}

.header .search-field:focus {
    color: #0000fa;
}

.header .search input[type='submit'] {
    border: none;
    background-color: transparent;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    font-size: 1.4rem;
    color: #555;
    width: 6.5rem;
    height: 3.8rem;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.header .search input[type='submit']:hover {
    color: #0000fa;
}

.search input[type='submit'] {
    background-color: #d6dbdf;
    border: 1px solid white;
    color: #000;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
}

.search-result {
    background-color: #fff;
    border: 1px #ececec solid;
    margin-top: 0;
    padding-bottom: 0;
    z-index: 100;
    width: 36rem;
    position: absolute;
    display: none;
    overflow: auto;
    max-height: 50rem;
}

@media (max-width: 991px) {
    .search-open .header-top {
        display: none;
    }
    .search-open .header-bottom .menuToggle,
    .search-open .header-bottom .column:last-child {
        display: none;
    }
    .search-open.header .search-trigger {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        text-decoration: none;
        height: 5.9rem;
        background-image: url('icons/cross.png');
    }
    .search-open .header-topbar {
        position: fixed;
        background-color: #fff;
        z-index: 1010;
        top: 0;
    }
    .search-open .search form {
        float: none;
        width: 100%;
        background-color: #f8f8f8;
    }
    .search-open .search-group .search {
        background-color: #fff;
        z-index: 2;
        position: relative;
        display: block;
    }
    .search-open .search-group {
        position: fixed;
        height: 100%;
        background-color: transparent;
        width: 100%;
        top: 5.9rem;
        left: 0;
        padding-top: 0;
        padding-bottom: 0;
        z-index: 1000;
    }
    .search-open .search-result {
        display: block !important;
        width: 100% !important;
        background-color: #fff;
        z-index: 1;
        height: auto !important;
        margin: 0 !important;
        top: 3.8rem !important;
        padding-top: 0 !important;
        bottom: 0 !important;
        overflow: hidden;
        max-height: none;
    }
    .search-open .presearch-results {
        height: 100%;
        overflow: auto;
    }
    .mg-bt .search-open .search-group {
        padding-bottom: 4.8rem;
    }
    .mg-bt .search-open .search-result {
        bottom: 4.8rem !important;
    }
}

.presearch-suggestions li a {
    text-decoration: none;
    color: #0000fa;
}

.presearch-suggestions li {
    background: white;
    font-size: 90%;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #efefef;
}

.presearch-suggestions li:last-child {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

#suggestions.ps-block .ps-content li {
    min-height: 6rem;
}


/***************************
    PRESEARCH RESULTS
****************************/

.ps-header {
    background-color: #0000fa;
    height: 3rem;
    padding: 0 0.5rem;
    margin-bottom: 1px;
}

.ps-header strong {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 1.4rem;
    line-height: 3rem;
}

.ps-block .ps-content li {
    background: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
}

.ps-block .ps-content li a {
    padding: 1rem;
    display: block;
    text-decoration: none;
}

.ps-block .ps-content li a:after {
    content: '';
    display: block;
    clear: both;
}

.ps-block .ps-more {
    text-align: right;
}

.ps-block .ps-more a {
    text-decoration: none;
    color: #0000fa;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    display: block;
    padding: 1rem;
}

.ps-block .ps-item-title {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    color: #0000fa;
    line-height: 1.8rem;
}

.ps-block .ps-item-title:hover {
    color: #0000fa;
}

.ps-block .ps-item-right .ps-item-title {
    margin-top: -0.2rem;
    display: block;
}

.ps-block .ps-item-text {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    color: #555;
    line-height: 1.8rem;
}

.ps-block .ps-item-left {
    float: left;
    width: 90px;
    margin-right: 1rem;
}

.ps-block .ps-item-right {
    overflow: hidden;
}

.ps-offices-banner .ps-content {
    padding: 1rem;
    background: url('images/bg-search-office.png') no-repeat center center transparent;
    background-size: cover;
    position: relative;
}

.ps-offices-banner p {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: #0000fa;
    max-width: 70%;
    margin-bottom: 1.5rem;
}

.ps-offices-banner .icon-flag {
    background: url('icons/icon-office-flag.png') no-repeat center center transparent;
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 44px;
    height: 56px;
}

.ps-offices-results .ps-item-title {
    display: block;
}

.ps-map img {
    width: 100%;
    height: auto;
}

.ps-block.ps-faqs .ps-item-text {
    color: #1a1a1a;
}

.ps-maybe li:last-child {
    border-bottom: none;
}

.ps-maybe li:first-child a {
    padding-top: 0;
}

.ps-maybe .ps-content>p {
    font-size: 1.3rem;
    color: #555;
    padding: 1rem 1rem 0;
}

.ps-proposal {
    min-height: 25rem;
}

.ps-proposal li {
    width: 50%;
    float: left;
}

.ps-proposal li:nth-child(even) {
    border-left: 1px solid #eee;
}

.ps-block.ps-proposal .ps-content li a {
    padding: 1rem 0.8rem;
}

.ps-proposal .ps-content:after {
    content: '';
    display: block;
    clear: both;
}

.ps-proposal a {
    display: table;
    width: 100%;
}

.ps-block.ps-proposal .ps-item-left {
    width: 3.1rem;
    height: 3.1rem;
    display: table-cell;
    vertical-align: middle;
    float: none;
    margin: 0;
}

.ps-block.ps-proposal .ps-item-right {
    height: 3.1rem;
    display: table-cell;
    vertical-align: middle;
    overflow: initial;
    padding-left: 1rem;
}

.ps-block.ps-proposal .ps-item-right .ps-item-title {
    font-size: 1.3rem;
    color: #555;
    letter-spacing: -0.05rem;
    line-height: 1.5rem;
}

.ps-item-video {
    padding: 1rem;
}


/* Prebuscador VIDEOS */

.ps-block.ps-video>.ps-item-video {
    padding: 0;
}

.ps-block.ps-video .ps-item-video ul li {
    background: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
}

.ps-block.ps-video .ps-item-video ul li a {
    padding: 1rem;
    display: block;
    text-decoration: none;
}


/**/

.ps-highlight .ps-item-video {
    padding-top: 0;
}

.ps-item-video img {
    width: 100%;
    height: auto;
}

.ps-block.ps-blue-bg {
    background: url('images/bg-presearch.jpg') repeat-x center bottom #007dad;
}

.ps-block.ps-blue-bg .ps-content {
    padding: 1rem;
}

.ps-block.ps-blue-bg p {
    color: #fff;
    text-align: center;
}

.ps-block.ps-blue-bg .ps-item-title {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    line-height: 2.4rem;
    padding-bottom: 1rem;
}

.ps-block.ps-blue-bg .ps-item-text {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.8rem;
}

.ps-block.ps-blue-bg p a {
    color: #fff;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin-half {
    from {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(540deg);
    }
}

@keyframes spin-quarter {
    from {
        transform: rotate(72deg);
    }
    to {
        transform: rotate(432deg);
    }
}

.ps-load {
    position: relative;
    width: 8.8rem;
    height: 8.8rem;
    background: url('icons/ps-loading-icon.png') no-repeat center center transparent;
    margin: 1rem auto;
}

.no-cssanimations .ps-loading {
    display: none;
}

.ps-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 8.8rem;
    height: 8.8rem;
}

.ps-loading .ps-spin {
    position: absolute;
    left: 0.1rem;
    top: 0.1rem;
    width: 8.6rem;
    height: 8.6rem;
    animation: spin 1.5s infinite cubic-bezier(0.5, 0.25, 0.5, 0.75);
}

.ps-loading.half .ps-spin {
    animation: spin-half 1.5s infinite cubic-bezier(0.5, 0.25, 0.5, 0.75);
}

.ps-loading.quarter .ps-spin {
    animation: spin-quarter 1.5s infinite cubic-bezier(0.5, 0.25, 0.5, 0.75);
}

.ps-loading .ps-clip {
    position: absolute;
    top: 1.6rem;
    left: 0;
    width: 4.4rem;
    height: 5.6rem;
    overflow: hidden;
}

.ps-loading.half .ps-clip {
    width: 4.4rem;
    height: 2.8rem;
    top: 3rem;
}

.ps-loading.quarter .ps-clip {
    height: 1.4rem;
    top: 3.7rem;
}

.ps-loading .ps-round {
    position: absolute;
    top: -1.6rem;
    left: 0;
    width: 8.8rem;
    height: 8.8rem;
    border-radius: 4.4rem;
    border: 3px solid #fff;
}

.ps-loading.half .ps-round {
    top: -3rem;
}

.ps-loading.quarter .ps-round {
    top: -3.7rem;
}

.ps-block.ps-blue-bg.ps-searching {
    min-height: 40rem;
    position: relative;
}

@media (max-width: 991px) {
    .ps-block.ps-blue-bg.ps-searching {
        height: 100%;
    }
    .ps-block.ps-blue-bg.ps-more-results {
        height: 100%;
        position: relative;
    }
    .ps-block.ps-blue-bg.ps-more-results .ps-content {
        top: 50%;
        position: absolute;
        width: 100%;
        margin-top: -8rem;
    }
}

.ps-block.ps-blue-bg.ps-searching .ps-content {
    top: 50%;
    width: 100%;
    position: absolute;
    margin-top: -9rem;
}

@media (max-width: 991px) {
    .ps-block.ps-blue-bg.ps-searching .ps-content {
        margin-top: -12rem;
    }
}

.ps-block.ps-blue-bg.ps-more-results .ps-content {
    padding: 3rem 1rem;
}


/***********************
    Lolopo
************************/

.lolopo {
    display: none;
}

@media (min-width: 992px) {
    .lolopo {
        display: block;
        float: right;
    }
}

.lolopo-fields input {
    background-color: #f8f8f8;
    border: 2px solid #fff;
    border-bottom: 1px solid #555;
    width: 12rem;
    height: 3.8rem;
    padding: 0 1rem;
    color: #555;
    border-radius: 0.3rem;
    outline: none;
    font-size: 1.4rem;
}

.lolopo iframe {
    display: block;
}

.lolopo-fields input:focus {
    border-bottom: 1px solid #007CA4;
}

.lolopo-fields input::-webkit-input-placeholder {
    color: #555;
    padding-left: 0.3rem;
    opacity: 1;
}

.lolopo-fields input::-moz-placeholder {
    color: #555;
    padding-left: 0.3rem;
    opacity: 1;
}

.lolopo-fields input:-ms-input-placeholder {
    color: #555;
    padding-left: 0.3rem;
    opacity: 1;
}

.lolopo-fields input:-moz-placeholder {
    color: #555;
    padding-left: 0.3rem;
    opacity: 1;
}

.lolopo-fields form {
    float: left;
}

.lolopo-f-id,
.lolopo-f-pin {
    float: left;
    padding-right: 1rem;
}

.lolopo-f-submit {
    float: left;
    width: 7.2rem;
}

.lolopo-f-submit .bt-submit {
    width: 7.2rem;
    color: #fff;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    background-color: #0000fa;
    border-color: #0000fa;
}

.lolopo-fields:after,
.lolopo-links:after {
    content: '';
    display: block;
    clear: both;
}

.lolopo-link-left {
    float: left;
    width: 13rem;
    margin-left: 2.3rem;
    text-align: left;
}

.lolopo-link-right {
    float: left;
    width: 20rem;
    text-align: left;
}

.lolopo-f-secure {
    width: 2.2rem;
    float: left;
    height: 3.8rem;
    text-align: left;
}

.lolopo-f-secure a {
    display: inline-block;
    margin-top: 1rem;
}

.lolopo-title p {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    text-align: left;
    padding-left: 2.3rem;
}

.lolopo-links a {
    color: #0000fa;
    font-size: 1.2rem;
    text-decoration: none;
}

.lolopo-links,
.lolopo-title,
.lolopo-fields {
    width: 35.4rem;
}

#la-header-mobile-button .button_wrap:last-child {
    display: none;
}

@media (max-width: 991px) {
    .sticky-nav .header-bottom .column:last-child {
        /* float: right; */
        width: 100%;
        padding-top: 1rem;
        /* padding-left: 0; */
    }
}

.sticky-nav #la-header-mobile-button .button_wrap:last-child {
    display: inline-block;
}

.sticky-nav #la-header-mobile-button .button_wrap:last-child .btn>a {
    padding-left: 2.2rem;
}

.sticky-nav #la-header-mobile-button .button_wrap:last-child .btn>a:before {
    font-family: "fontello";
    font-style: normal;
    content: '\e900';
    font-size: 2rem;
    line-height: 3.5rem;
    width: 2rem;
    top: 0px;
}

.sticky-nav #hc-header-mobile-link,
.sticky-nav #la-header-mobile-button .button_wrap:first-child {
    display: none;
}

@media (min-width: 992px) {
    #hc-header-mobile-link,
    #la-header-mobile-button {
        display: none;
    }
}

@media (max-width: 350px) {
    .header-bottom .button_wrap .icon_people>a,
    .header-bottom .button_wrap .icon_lock>a {
        padding-left: 3.5rem;
    }
    .header-bottom .button_wrap .btn>a {
        padding-right: 0.6rem;
    }
    .header-bottom .main-title {
        min-width: 0;
        width: 100%;
        background-size: 100% auto;
        margin: 0;
    }
}


/***********************
    Lolopo Colorbox
************************/

#colorbox.lo-layer iframe {
    background-color: transparent;
}

#colorbox.lo-layer #cboxTitle {
    display: none !important;
}

#colorbox.lo-layer #cboxClose {
    background-image: url('icons/cross_black.png');
    z-index: 999;
}


/***********************
    Orden ministerial
************************/

.om {
    background-color: #f1f1f1;
    padding-right: 7px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .om {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.om:after {
    content: '';
    display: block;
    clear: both;
}

.om-group {
    width: auto;
    margin: 0 -8px;
}

.article-main .om-group,
.aside-main .om-group {
    background-color: #f1f1f1;
    margin: 3rem -15px;
    padding: 1rem;
}

@media (min-width: 768px) {
    .article-main .om-group,
    .aside-main .om-group {
        margin: 3rem 0;
    }
}

.om-content {
    padding: 1rem 0;
}

@media (min-width: 640px) {
    .om-content {
        display: block;
        width: 100%;
        padding: 2rem 8px;
    }
    .article-main .om-content,
    .aside-main .om-content {
        padding: 1rem 8px;
    }
}

.om-content:after {
    content: '';
    display: block;
    clear: both;
}

@media (min-width: 992px) {
    .om-content.om-half {
        width: 50%;
        float: left;
    }
    .article-main .om-content.om-half,
    .aside-main .om-content.om-half {
        width: 100%;
        float: none;
    }
}

.om-right {
    margin-top: 0.8rem;
}

@media (min-width: 640px) {
    .om-left {
        padding-right: 15px;
        display: table-cell;
        border-right: 1px solid #c1c1c1;
        vertical-align: top;
    }
    .om-box .om-left {
        border-right: none;
        padding-right: 7px;
    }
    .om-right {
        padding-left: 15px;
        display: table-cell;
        vertical-align: top;
        width: 21rem;
        margin-top: 0;
    }
    .om-half .om-right {
        width: 21rem;
    }
    .om-box .om-right {
        width: 17.5rem;
    }
    .om-half.om-box .om-right {
        width: 17.5rem;
    }
}

@media (min-width: 992px) {
    .om-box .om-right {
        width: 28rem;
    }
    .om-group.dropdown {
        position: absolute;
        padding: 0;
        width: 90%;
        /* margin: 0 5%; */
        padding: 0;
    }
}

.om-title,
.main .om-group p,
.main .om-group ul,
.main .om-group ol,
.main .om-group li {
    margin-top: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.3rem;
    color: #000;
    padding: 0;
    background: none;
    text-align: justify;
}

.main .om-content img {
    margin-top: 0;
}

.main .om-description>p {
    margin-top: 0.5rem;
    color: #555;
}

.main .om-description a {
    color: #0073a4;
}

@media (min-width: 640px) {
    .main .om-description>p {
        margin-top: 0.4rem;
    }
}

.main .om-group .om-right p,
.main .om-group .om-right li {
    font-size: 0.9rem;
}

.om-title {
    font-weight: bold;
}

.om-box .om-value {
    border: 1px solid #c1c1c1;
    padding: 1rem;
    margin-top: 0.5rem;
    min-height: 6rem;
}

.article-main .om-box .om-value,
.aside-main .om-box .om-value {
    margin-top: 0;
}

.om-right .om-value .texto_grande {
    font-size: 4.2rem;
    font-weight: bold;
    color: #000;
    line-height: 4.4rem;
    display: block;
    margin-bottom: 0.4rem;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 1rem;
    width: 100%;
    text-align: center;
}

@media (min-width: 640px) {
    .om-right .om-value .texto_grande {
        float: none;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .om-right .om-value .texto_grande {
        padding-right: 1rem;
    }
    .article-main .om-right .om-value .texto_grande,
    .aside-main .om-right .om-value .texto_grande {
        float: none;
        padding-right: 0;
    }
    .om-half .om-right .om-value .texto_grande {
        float: none;
        padding-right: 0;
    }
}

.om-right .om-value .texto_grande .gris {
    color: #8a8a8a;
    font-family: Arial, Helvetica, sans-serif;
}


/*****************
*  Ticket #66322 *
*****************/

.om-right .om-value .texto_grande .azul_oscuro {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}


/*****************/

.om-content .contenedor_doscolumnas .ancho50 {
    margin-top: 0.8rem;
}

@media (min-width: 640px) {
    .om-content .contenedor_doscolumnas {
        margin: 0.4rem -7px 0;
    }
    .om-content .contenedor_doscolumnas .ancho50 {
        padding: 0 7px;
        float: left;
        width: 50%;
    }
}

.om-right .om-value ul {
    display: table;
    width: 100%;
    border-spacing: 4px;
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
    margin: 0 -4px;
}

@media (min-width: 640px) {
    .om-right .om-value ul {
        border-spacing: 2px;
        margin: 0 -2px;
    }
}

.om-right .om-value li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    border-radius: 3px;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 0.4rem 0;
    font-weight: bold;
    background-image: none;
}

.om-right .om-value li:first-child {
    background-color: #d4d4d4;
    color: #9f9f9f;
}

.om-right .om-value li:last-child {
    background-color: #d4d4d4;
    color: #9f9f9f;
}

.om-right .om-value li span.titulo_entradilla,
.om-right .om-value li span.texto_inferior {
    position: absolute;
    bottom: 100%;
    text-align: right;
    right: 0;
    min-width: 9rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.5rem;
    line-height: 1rem;
}

.om-right .om-value li span.texto_inferior {
    bottom: auto;
    top: 100%;
    margin-top: 0.5rem;
    min-width: 0;
    white-space: nowrap;
}

.om-right .om-value li:first-child span.titulo_entradilla,
.om-right .om-value li:first-child span.texto_inferior {
    text-align: left;
    left: 0;
    right: auto;
}

.main .om-content img {
    display: inline-block;
}

.om-right .om-value li span.titulo_entradilla,
.om-right .om-value li span.texto_inferior {
    font-size: 0.9rem;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    line-height: 1.3rem;
}

.container-fluid.om {
    position: relative;
    z-index: 30;
}

.sh-tabs.tabs-group .tabs-content.article-content {
    position: relative;
    z-index: 1;
}


/*OM Colapsable*/

.om-group.dropdown:after {
    background-color: #f1f1f1;
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    top: 0;
    left: -100%;
    height: 100%;
}

.om-group.dropdown:before {
    background-color: #f1f1f1;
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    top: 0;
    right: -100%;
    height: 100%;
}

.om-group {
    width: 100%;
}

.om-group.dropdown {
    position: relative;
    background-color: #f1f1f1;
    z-index: 2;
    margin: 0;
    padding: 0 15px;
}

.sh-tabs.tabs-group .tabs-content.article-content .om-group.dropdown {
    top: -6rem;
}

@media (min-width: 992px) {
    .om-group.dropdown {
        position: absolute;
        padding: 0;
        width: 90%;
        /* margin: 0 5%; */
        padding: 0;
    }
    .subhome .om-group.dropdown {
        top: -60px;
    }
    .sh-tabs.tabs-group .tabs-content.article-content .om-group.dropdown {
        top: -20px;
    }
}

@media (min-width: 1200px) {
    .om-group.dropdown {
        width: 100%;
        opacity: 0.95;
        /* margin: 0 12%; */
    }
}

.om-home-boton {
    position: absolute;
    height: 33px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #ddd;
    bottom: -33px;
    right: 30%;
    line-height: 2.6rem;
    cursor: pointer;
    padding: 0rem 1rem 0.4rem 1rem;
    margin-right: 0;
    font-weight: 700;
    color: #535353;
    text-decoration: none;
}

.om-home-boton:hover,
.om-home-boton:focus {
    text-decoration: none;
}

@media (max-width: 382px) {
    .om-home-boton {
        right: auto
    }
}

@media (min-width: 992px) {
    .om-home-boton {
        right: 0;
    }
}

.om-home-boton span.om-cerrar {
    display: none;
}

.om-home-boton.active span.om-cerrar {
    display: inline-block;
    font-weight: 700;
    color: #535353;
}

.om-home-boton span.om-abrir {
    display: inline-block;
    font-weight: 700;
    color: #535353;
}

.om-home-boton.active span.om-abrir {
    display: none;
}

.btn-literal {
    color: #535353;
}

.arrow-2 {
    display: none !important;
}


/***********************
    Subhome Highlights
************************/

.section-prom .container {
    padding-top: 2rem;
}

@media (min-width: 992px) {
    .section-prom .container {
        padding-top: 0;
        padding-bottom: 4rem;
    }
}

.section-prom .bg-site.bg-half {
    display: none;
}

@media (min-width: 992px) {
    .section-prom .bg-site.bg-half {
        display: block;
        background-color: #0000fa;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        max-height: 16rem;
    }
}

.section-prom .mg-top {
    margin-top: 2rem;
}

.sh-highlights {
    margin: 0 auto;
    max-width: 560px;
    display: block;
}

@media (min-width: 992px) {
    .sh-highlights {
        margin: 0;
        max-width: none;
    }
}

.sh-highlights .sh-highlights-list {
    margin-top: -5px;
    margin-left: -20px;
    margin-right: -20px;
    /*width: auto;
    -js-display:flex;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-direction:row;
    -webkit-flex-direction:row;
    flex-direction:row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack: start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;

    height: auto;
    background: red;
    */
}

.no-flexbox.no-flexboxtweener .sh-highlights .sh-highlights-list {
    width: 100%;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlights-list {
        margin-top: -3px;
        margin-left: -3px;
        margin-right: -3px;
    }
}

.sh-highlights .sh-highlight {
    padding: 5px;
    width: 49.3%;
    display: inline-block;
    background: none;
    vertical-align: top;
}

@media (min-width: 550px) {
    .sh-highlights .sh-highlight {
        display: block;
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight {
        padding: 3px;
    }
}

@media (min-width: 992px) {
    .sh-highlights .sh-highlight {
        width: 25%;
    }
}

.sh-highlights .sh-highlight.sh-h-double,
.sh-highlights .sh-highlight.sh-h-product {
    width: 100%;
}

@media (min-width: 992px) {
    .sh-highlights .sh-highlight.sh-h-double,
    .sh-highlights .sh-highlight.sh-h-product {
        width: 50%;
    }
}

.sh-highlights .sh-highlight>a {
    display: block;
    background-color: #fff;
    overflow: hidden;
    text-decoration: none;
    height: 100%;
    position: relative;
    min-height: 16rem;
}

.sh-highlights .sh-highlight .sh-highlight-wrap {
    min-height: 16rem;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight>a {
        min-height: 32rem;
    }
    .sh-highlights .sh-highlight .sh-highlight-wrap {
        min-height: 32rem;
    }
}

.sh-highlights .sh-highlight .sh-h-image {
    width: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight .sh-h-image {
        height: 16rem;
    }
    .sh-highlights .sh-highlight.sh-h-double .sh-h-image,
    .sh-highlights .sh-highlight.sh-h-product .sh-h-image {
        height: 32rem;
    }
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight .sh-h-image-wrap {
        width: 200%;
        left: -50%;
        position: relative;
        height: 100%;
    }
}

.sh-highlights .sh-highlight .sh-h-image img {
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight .sh-h-image img {
        height: 100%;
        width: auto;
        min-width: 50%;
    }
}

.sh-highlights .sh-highlight .sh-h-text {
    padding: 1rem 0.6rem;
    min-height: 11.5rem;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight .sh-h-text {
        padding: 1.5rem 1.2rem;
        min-height: 0;
    }
}

.sh-highlights .sh-highlight.sh-h-double .sh-h-text {
    padding: 0.8rem 0.6rem;
    position: absolute;
    display: inline-table;
    bottom: 0;
    left: 0;
    width: calc(50% - 5px);
    height: 35%;
    background-color: #efefef;
}

.no-csscalc .sh-highlights .sh-highlight.sh-h-double .sh-h-text {
    width: 50%;
}

.sh-highlights .sh-highlight.sh-h-double .sh-h-text {
    display: block;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-double .sh-h-text {
        padding: 1rem 1.2rem;
        width: calc(50% - 3px);
        height: 53%;
        /* Ticket #65270 */
    }
    .no-csscalc .sh-highlights .sh-highlight.sh-h-double .sh-h-text {
        width: 50%;
    }
}

.sh-highlights .sh-highlight.sh-h-double.sh-h-noimage .sh-h-text {
    padding: 1rem 0.6rem;
    position: static;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    background-color: transparent;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-double.sh-h-noimage .sh-h-text {
        padding: 1.5rem 1.2rem;
        min-height: 0;
    }
}

.sh-highlights .sh-highlight .sh-h-title h2,
.sh-highlights .sh-highlight .sh-h-title h3,
.sh-highlights .sh-highlight .sh-h-title p {
    color: #0000fa;
    font-size: 1.6rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    margin-top: 0;
    text-decoration: none;
    line-height: 1.8rem;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight .sh-h-title h2,
    .sh-highlights .sh-highlight .sh-h-title h3,
    .sh-highlights .sh-highlight .sh-h-title p {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
}

.sh-highlights .sh-highlight .sh-h-description {
    display: none;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight .sh-h-description {
        display: block;
    }
}

.sh-highlights .sh-highlight .sh-h-description p {
    font-size: 1.6rem;
    line-height: 2rem;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    color: #555;
    margin-top: 1rem;
    display: block;
}

.sh-highlights .sh-highlight .sh-h-description p.texto_aclarativo {
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.sh-highlights .sh-highlight .sh-h-description p .boton_azul {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    width: 95%;
    margin: 0 auto;
    background-color: #0000fa;
    transition: all 0.3s ease-in;
    height: 4rem;
    line-height: 1.4rem;
    padding: 1.2rem 1rem;
    border-radius: 0.2rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    border: 0.2rem solid #0000fa;
    max-width: 25rem;
}

.sh-highlights .sh-highlight a:hover .sh-h-description p .boton_azul,
.sh-highlights .sh-highlight a:focus .sh-h-description p .boton_azul {
    background-color: #0000fa;
    border-color: #0000fa;
    color: #fff;
    -webkit-box-shadow: 0 0 10px -3px #404040;
    -moz-box-shadow: 0 0 10px -3px #404040;
    box-shadow: 0 0 10px -3px #404040;
}

.sh-highlights .sh-highlight .sh-h-description p .enlace_especial {
    font-size: 1.4rem;
    color: #0000fa;
    display: inline-block;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    text-decoration: underline;
}

.sh-highlights .sh-highlight.sh-h-product {
    margin: 0;
    width: 100%;
}

.sh-highlights .sh-highlight.sh-h-product>a {
    margin: -2rem -15px 0;
    padding-bottom: 0;
    background-color: #fff;
}

.sh-highlights .sh-h-product a:hover,
.sh-highlights .sh-h-product a:focus,
.sh-highlights .sh-h-double a:hover,
.sh-highlights .sh-h-double a:focus {
    overflow: auto;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-product>a {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .sh-highlights .sh-highlight.sh-h-product {
        width: 50%;
    }
}

.sh-highlights .sh-highlight.sh-h-product .sh-h-text {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: transparent;
    width: auto;
    height: auto;
    padding: 1rem 1.5rem 1.5rem;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-product .sh-h-text {
        position: absolute;
        padding: 1.5rem 1.2rem;
    }
}

.sh-highlights .sh-highlight.sh-h-product .sh-h-title h2,
.sh-highlights .sh-highlight.sh-h-product .sh-h-title h3,
.sh-highlights .sh-highlight.sh-h-product .sh-h-title p {
    font-size: 3.4rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #1a1a1a;
    line-height: 3.6rem;
    margin: 0.8rem 0;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-product .sh-h-title h2,
    .sh-highlights .sh-highlight.sh-h-product .sh-h-title h3,
    .sh-highlights .sh-highlight.sh-h-product .sh-h-title p {
        font-size: 3rem;
        color: #fff;
        line-height: 3.2rem;
    }
}

.sh-highlights .sh-highlight.sh-h-product .sh-h-subtitle {
    font-size: 1.3rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 1.4rem;
    text-transform: uppercase;
    display: none;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-product .sh-h-subtitle {
        display: block;
    }
}

.sh-highlights .sh-highlight.sh-h-product .sh-h-description {
    margin: 0 auto 1rem;
    max-width: 36rem;
    display: block;
}

.sh-highlights .sh-highlight.sh-h-product .sh-h-description p {
    font-size: 1.6rem;
    color: #1a1a1a;
    line-height: 1.8rem;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-product .sh-h-description p {
        font-size: 1.4rem;
        color: #fff;
        line-height: 1.8rem;
    }
}

.sh-highlights .sh-highlight.sh-h-product.sh-h-promo {
    margin: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo {
        width: 50%;
    }
}

.sh-highlights .sh-highlight.sh-h-product.sh-h-promo>a {
    margin: -2rem -15px 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo>a {
        margin: 0;
    }
}

.sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-image {
    position: relative;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-image {
        height: 32rem;
    }
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-image-wrap {
        width: 200%;
        left: -50%;
        position: relative;
        height: 100%;
    }
}

.sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-image-wrap img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-image-wrap img {
        width: auto;
        min-width: 50%;
        height: 100%;
    }
}

.sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-text {
    text-align: center;
    padding: 1rem 1.5rem 1.5rem;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-text {
        padding: 2.5rem 1rem 1rem 2.8rem;
        text-align: left;
        right: auto;
        max-width: 36rem;
        bottom: auto;
        top: 0;
    }
}

.sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-subtitle {
    color: #0000fa;
    text-transform: none;
    font-size: 1.4rem;
    display: block;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-subtitle {
        color: #fff;
        font-size: 1.3rem;
        margin-top: 0;
    }
}

.sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-description p {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    color: #1a1a1a;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-description p {
        font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
        font-size: 1.5rem;
        color: #fff;
    }
}

.sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-description .texto_pequenno {
    font-size: 1.6rem;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    color: #1a1a1a;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-description .texto_pequenno {
        font-size: 1.2rem;
        text-transform: uppercase;
        font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
        color: #fff;
    }
}

.sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-description .boton_azul {
    margin: 0;
    width: 100%;
    max-width: 30rem;
    display: inline-block;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-description .boton_azul {
        width: auto;
        max-width: none;
    }
}

.sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-description p img {
    margin: 0;
}

.sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-nri {
    text-transform: uppercase;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    bottom: 1.5rem;
    right: 0;
    transform: rotate(-90deg) translateX(100%);
    transform-origin: bottom right;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-nri {
        right: 1.5rem;
    }
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo.sh-h-white .sh-h-text:before {
        background: #fff;
        /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(90deg, #fff 40rem, #ddd);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(90deg, #fff 40rem, #ddd);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(90deg, #fff 40rem, #ddd);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(90deg, #fff 40rem, #ddd);
        /* Standard syntax */
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        opacity: 0.75;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo.sh-h-white .sh-h-text {
        background-color: transparent;
        bottom: 1rem;
        top: 1rem;
    }
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo.sh-h-white .sh-h-subtitle {
        color: #0000fa;
        position: relative;
    }
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo.sh-h-white .sh-h-title h2,
    .sh-highlights .sh-h-product.sh-h-promo.sh-h-white .sh-h-title h3,
    .sh-h-product.sh-h-promo.sh-h-white .sh-h-title p,
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo.sh-h-white .sh-h-description p,
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo.sh-h-white .sh-h-description .texto_pequenno {
        color: #1a1a1a;
        position: relative;
    }
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo.sh-h-white .sh-h-description p img {
        margin: 0 0 0 -2.8rem;
    }
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo.sh-h-white .sh-h-description p img {
        margin: 0 0 0 -2.8rem;
    }
}


/***********************
    HOME
************************/

.main-home {
    background-color: #eee;
}


/**********************
    HOME Carousel
************************/

.hm-slider {
    width: auto;
    margin: 0 -15px;
    position: relative;
    padding-bottom: 2.5rem;
}

@media (min-width: 992px) {
    .hm-slider {
        padding-bottom: 0;
    }
}

.hm-slider-list {
    width: 100%;
}

.hm-slider .hm-slide {
    background: none;
    padding: 0;
}

.hm-slide>a {
    display: block;
    text-decoration: none;
}

@media (min-width: 992px) {
    .hm-slide>a {
        height: 36rem;
    }
}

.hm-slide-wrapper {
    position: relative;
    height: 100%;
}

.hm-slide-image {
    position: relative;
    overflow: hidden;
    height: 100%;
}

@media (min-width: 992px) {
    .hm-slide-image-wrap {
        width: 200%;
        height: 100%;
        left: -50%;
        position: absolute;
    }
}

@media (min-width: 1400px) {
    .hm-slide-image-wrap {
        width: 200%;
        height: 200%;
        left: -50%;
        top: -50%;
        position: absolute;
    }
}

.hm-slide-image-wrap img {
    display: block;
    height: auto;
    width: 100%;
}

@media (min-width: 992px) {
    .hm-slide-image-wrap img {
        height: 100%;
        width: auto;
        margin: 0 auto;
        min-width: 50%;
    }
}

@media (min-width: 1400px) {
    .hm-slide-image-wrap img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 50%;
        min-height: 50%;
        width: auto;
        height: auto;
    }
}

.hm-slide-image-nri {
    display: none;
}

@media (min-width: 992px) {
    .hm-slide-image-nri {
        display: block;
        position: absolute;
        left: 0.5rem;
        bottom: 1rem;
        font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
        font-size: 1.2rem;
        color: #fff;
        transform: rotate(-90deg) translateY(100%);
        transform-origin: bottom left;
    }
}

.hm-slide-text {
    padding: 1.5rem;
}

@media (min-width: 992px) {
    .hm-slide-text {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        left: 0;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .hm-slide-text-r {
        display: table;
        max-width: 970px;
        margin: 0 auto;
        padding: 0 15px;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .hm-slide-text-r {
        max-width: 1170px;
    }
}

@media (min-width: 992px) {
    .hm-slide-text-c {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .hm-slide-text-wrap {
        /*width: 50%;*/
        width: 52%;
        /* Ticket #65031 */
        margin: 0 auto;
        position: relative;
    }
    .hm-text-right .hm-slide-text-wrap {
        margin: 0 0 0 auto;
    }
    .hm-text-left .hm-slide-text-wrap {
        margin: 0 auto 0 0;
    }
    .hm-text-contrast .hm-slide-text-wrap {
        padding: 1.5rem;
    }
    .hm-text-contrast .hm-slide-text-wrap:before {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff;
        opacity: 0.75;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        border-radius: 1rem;
    }
    .hm-text-right.hm-text-contrast .hm-slide-text-wrap:before {
        left: 0;
        right: auto;
        width: 101%;
        background: #fff;
        /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(90deg, #fff 40rem, #ddd);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(90deg, #fff 40rem, #ddd);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(90deg, #fff 40rem, #ddd);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(90deg, #fff 40rem, #ddd);
        /* Standard syntax */
    }
    .hm-text-left.hm-text-contrast .hm-slide-text-wrap:before {
        left: auto;
        right: 0;
        width: 200rem;
        background: #fff;
        /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(-90deg, #fff 40rem, #ddd);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(-90deg, #fff 40rem, #ddd);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(-90deg, #fff 40rem, #ddd);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(-90deg, #fff 40rem, #ddd);
        /* Standard syntax */
    }
}

.hm-slide-sbt {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    color: #0000fa;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
    position: relative;
}

@media (min-width: 992px) {
    .hm-slide-sbt {
        font-size: 2rem;
        color: #fff;
        display: inline-block;
        text-align: center;
        padding: 0 6rem;
    }
    .hm-text-contrast .hm-slide-sbt {
        padding: 0 4rem;
        color: #0000fa;
    }
}

.hm-slide-title {
    text-align: center;
    padding: 0;
    position: relative;
}

@media (min-width: 992px) {
    .hm-slide-title {
        display: inline-block;
        padding: 0 6rem;
    }
    .hm-text-contrast .hm-slide-title {
        padding: 0 4rem;
    }
}

.hm-slide-title h2 {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 3.4rem;
    line-height: 3.6rem;
    color: #191919;
}

@media (min-width: 992px) {
    .hm-slide-title h1 {
        color: #fff;
    }
    .hm-slide-title h2 {
        font-size: 3.6rem;
        line-height: 4rem;
        color: #fff;
    }
    .hm-text-contrast .hm-slide-title h2 {
        color: #1a1a1a;
    }
}

.hm-slide-description {
    text-align: center;
    padding: 0;
    position: relative;
}

@media (min-width: 992px) {
    .hm-slide-description {
        display: inline-block;
        padding: 0 6rem;
    }
    .hm-text-contrast .hm-slide-description {
        padding: 0 4rem;
    }
}

.hm-slide-description p {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    color: #545454;
    margin-top: 1rem;
}

@media (min-width: 992px) {
    .hm-slide-description p {
        font-size: 1.8rem;
        color: #fff;
    }
    .hm-text-contrast .hm-slide-description p {
        color: #555;
    }
}

.hm-slide-description .texto_aclarativo {
    display: none;
}

@media (min-width: 992px) {
    .hm-slide-description .texto_aclarativo {
        font-family: 'OpenSans', Helvetica, Arial, sans-serif;
        font-size: 1.2rem;
        line-height: 1.4rem;
        color: #fff;
        display: block;
    }
}

@media (min-width: 992px) {
    .hm-text-left .hm-slide-text-c {
        text-align: left;
    }
    .hm-text-left .hm-slide-sbt,
    .hm-text-left .hm-slide-title,
    .hm-text-left .hm-slide-description {
        text-align: left;
        padding-left: 6rem;
        padding-right: 0;
    }
    .hm-text-left.hm-text-contrast .hm-slide-sbt,
    .hm-text-left.hm-text-contrast .hm-slide-title,
    .hm-text-left.hm-text-contrast .hm-slide-description {
        padding-left: 4rem;
    }
}

@media (min-width: 1200px) {
    .hm-text-left .hm-slide-sbt,
    .hm-text-left .hm-slide-title,
    .hm-text-left .hm-slide-description {
        padding-left: 12rem;
    }
    .hm-text-left.hm-text-contrast .hm-slide-sbt,
    .hm-text-left.hm-text-contrast .hm-slide-title,
    .hm-text-left.hm-text-contrast .hm-slide-description {
        padding-left: 10rem;
    }
}

@media (min-width: 992px) {
    .hm-text-right .hm-slide-text-c {
        text-align: right;
    }
    .hm-text-right .hm-slide-sbt,
    .hm-text-right .hm-slide-title,
    .hm-text-right .hm-slide-description {
        text-align: left;
        padding-right: 6rem;
        padding-left: 0;
    }
    .hm-text-right.hm-text-contrast .hm-slide-sbt,
    .hm-text-right.hm-text-contrast .hm-slide-title,
    .hm-text-right.hm-text-contrast .hm-slide-description {
        padding-right: 4rem;
    }
}

@media (min-width: 1200px) {
    .hm-text-right .hm-slide-sbt,
    .hm-text-right .hm-slide-title,
    .hm-text-right .hm-slide-description {
        padding-right: 12rem;
    }
    .hm-text-right.hm-text-contrast .hm-slide-sbt,
    .hm-text-right.hm-text-contrast .hm-slide-title,
    .hm-text-right.hm-text-contrast .hm-slide-description {
        padding-right: 10rem;
        width: 100%;
    }
}

.hm-slide .hm-slide-description .boton_azul {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    width: auto;
    margin: 1rem auto;
    background-color: #0000fa;
    transition: all 0.3s ease-in;
    height: 4rem;
    line-height: 1.4rem;
    padding: 1.2rem 1rem;
    border-radius: 0.2rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    border: 0.2rem solid #0000fa;
    max-width: 40rem;
}

@media (min-width: 992px) {
    .hm-slide .hm-slide-description .boton_azul {
        max-width: 25rem;
    }
    .hm-slide.hm-text-right .hm-slide-description .boton_azul,
    .hm-slide.hm-text-left .hm-slide-description .boton_azul {
        margin: 1rem 0;
    }
    .hm-slide a:hover .hm-slide-description .boton_azul,
    .hm-slide a:focus .hm-slide-description .boton_azul {
        background-color: #0000fa;
        border-color: #0000fa;
        color: #fff;
        -webkit-box-shadow: 0 0 10px -3px #404040;
        -moz-box-shadow: 0 0 10px -3px #404040;
        box-shadow: 0 0 10px -3px #404040;
    }
}

.hm-slider-controls {
    display: none;
}

@media (min-width: 992px) {
    .hm-slider-controls {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        height: 0;
        position: relative;
        z-index: 20;
        display: block;
    }
}

.hm-slider-controls .slick-arrow {
    position: absolute;
    top: 16rem;
    width: 4.8rem;
    height: 4.9rem;
}

.hm-slider-controls .slick-arrow.slick-prev {
    background-color: transparent;
    left: 0;
}

.hm-slider-controls .slick-arrow.slick-next {
    right: 0;
    background-color: transparent;
}

.hm-slider-bullets {
    text-align: center;
    position: absolute;
    bottom: 1.5rem;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.hm-slider-b-items {
    display: inline-block;
}

.hm-slider-bullets .slick-dots {
    display: inline-block !important;
}

.hm-slider-bullets .slick-dots li {
    display: inline-block;
    background: none;
    padding: 0;
    height: 2rem;
}

.hm-slider-bullets .slick-dots button:hover,
.hm-slider-b-play a:hover {
    background-size: 1.2rem 1.2rem;
}

.hm-slider-bullets .slick-dots button:focus {
    background-image: url(icons/hm-slider-dot.png)
}

.hm-slider-bullets .slick-dots button {
    width: 14px;
    height: 14px;
    margin: 0 0.5rem 0.4rem 0;
    background-image: url(icons/hm-slider-dot-inactive.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #626262;
    border: none;
    text-indent: -9999px;
    vertical-align: bottom;
    padding: 0;
    border-radius: 26px;
}

.hm-slider-bullets .slick-dots .slick-active button {
    background-image: url('icons/hm-slider-dot.png');
}

.hm-slider-b-play {
    display: inline-block;
    vertical-align: bottom;
}

.hm-slider-b-play a {
    background: transparent;
    display: block;
    height: 1rem;
    padding: 0.7rem 0 1rem;
    position: relative;
    width: 1.5rem;
}

.hm-slider-b-play a img {
    left: 0;
    position: absolute;
    top: -3px;
}

.hm-slider-b-play a.paused img {
    top: -2px;
}


/***********************
    HOME Highlights title (Article content)
************************/

.main-home .heading-group h2 {
    color: #191919;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
    text-align: center;
}

@media (min-width: 992px) {
    .main-home .heading-group h2 {
        font-size: 3.4rem;
    }
}

.main-home .article-content {
    margin-top: 0;
}

.main-home .article-content p {
    color: #545454;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    text-align: center;
    margin: 0.5rem auto 0;
    max-width: 50rem;
}

@media (min-width: 992px) {
    .main-home .article-content p {
        margin: 1.5rem auto 0;
    }
}


/***********************
    HOME Campaign Highlights
************************/

.hm-cmp {
    max-width: 600px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .hm-cmp {
        max-width: none;
        margin: 0;
    }
}

.hm-cmp .hm-cmp-list {
    margin: -5px -20px 3rem;
    width: auto;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

@media (min-width: 992px) {
    .hm-cmp .hm-cmp-list {
        margin: -3px -3px 3rem;
    }
}

.no-flexbox.no-flexboxtweener .hm-cmp .hm-cmp-list {
    width: 100%;
}

.hm-cmp .hm-cmp-item {
    padding: 5px;
    background: none;
    width: 50%;
}

.hm-cmp .hm-cmp-item.hm-cmp-item-double {
    width: 100%;
}

@media (min-width: 992px) {
    .hm-cmp .hm-cmp-item {
        padding: 3px;
        width: 25%;
    }
    .hm-cmp .hm-cmp-item.hm-cmp-item-double {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .hm-cmp-item-order-1 {
        order: 1;
    }
    .hm-cmp-item-order-2 {
        order: 2;
    }
    .hm-cmp-item-order-3 {
        order: 3;
    }
    .hm-cmp-item-order-4 {
        order: 4;
    }
    .hm-cmp-item-order-5 {
        order: 5;
    }
    .hm-cmp-item-order-6 {
        order: 6;
    }
    .hm-cmp-item-order-7 {
        order: 7;
    }
    .hm-cmp-item-order-8 {
        order: 8;
    }
    .hm-cmp-item-order-8 {
        order: 9;
    }
    .hm-cmp-item-order-8 {
        order: 10;
    }
}

.hm-cmp-item>a,
.hm-cmp-item .hm-cmp-item-nolink {
    display: block;
    background-color: #fff;
    height: 100%;
    text-decoration: none;
}

.hm-cmp-item-wrap {
    height: 100%;
}

.hm-cmp-image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {
    .hm-cmp-image {
        height: 17.5rem;
    }
}

@media (min-width: 1200px) {
    .hm-cmp-image {
        height: 21rem;
    }
}

@media (min-width: 992px) {
    .hm-cmp-image-wrap {
        width: 200%;
        left: -50%;
        position: relative;
        height: 100%;
    }
}

.hm-cmp-image-wrap img {
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%;
}

@media (min-width: 992px) {
    .hm-cmp-image-wrap img {
        height: 100%;
        width: auto;
        min-width: 50%;
    }
}

.hm-cmp-nri {
    display: none;
}

@media (min-width: 992px) {
    .hm-cmp-nri {
        display: block;
        font-family: 'OpenSans', Helvetica, Arial, sans-serif;
        font-size: 1.2rem;
        color: #fff;
        position: absolute;
        bottom: 1rem;
        left: 1.5rem;
    }
}

.hm-cmp-text {
    display: table;
    width: 100%;
    max-width: 23rem;
    margin: 0 auto;
    min-height: 12.5rem;
    padding: 1rem;
}

@media (min-width: 992px) {
    .hm-cmp-text {
        height: calc(100% - 17.5rem);
        height: -webkit-calc(100% - 17.5rem);
        height: -moz-calc(100% - 17.5rem);
        min-height: 20.5rem;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .hm-cmp-text {
        height: calc(100% - 21rem);
        min-height: 21rem;
    }
}

.no-csscalc .hm-cmp-text {
    height: auto;
}

.hm-cmp-item-promo .hm-cmp-text {
    padding: 1rem;
    max-width: none;
    margin: 0;
}

@media (min-width: 1200px) {
    .hm-cmp-item-promo .hm-cmp-text {
        padding: 1rem 1.5rem;
    }
}

.hm-cmp-text-r {
    display: table-row;
    height: 100%;
}

.hm-cmp-text-c {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

.hm-cmp-item-promo .hm-cmp-text-c {
    vertical-align: top;
    text-align: left;
    padding: 0;
}

.hm-cmp-sbt {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    color: #0000fa;
}

.hm-cmp .hm-cmp-title h2,
.hm-cmp .hm-cmp-title h3 {
    margin: 0.5rem 0;
    font-size: 1.6rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #0000fa;
}

@media (min-width: 992px) {
    .hm-cmp .hm-cmp-title h2,
    .hm-cmp .hm-cmp-title h3 {
        font-size: 1.8rem;
    }
}

.hm-cmp .hm-cmp-item-promo .hm-cmp-title h2,
.hm-cmp .hm-cmp-item-promo .hm-cmp-title h3 {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    color: #1a1a1a;
    line-height: 1.8rem;
    margin: 0 0 0.5rem;
}

@media (min-width: 992px) {
    .hm-cmp .hm-cmp-item-promo .hm-cmp-title h2,
    .hm-cmp .hm-cmp-item-promo .hm-cmp-title h3 {
        font-size: 2.4rem;
        line-height: 2.7rem;
        margin: 0 0 1.5rem;
    }
}

.hm-cmp .hm-cmp-item-promo.hm-cmp-item-double .hm-cmp-title h2,
.hm-cmp .hm-cmp-item-promo.hm-cmp-item-double .hm-cmp-title h3 {
    font-size: 2rem;
    line-height: 2rem;
}

@media (min-width: 992px) {
    .hm-cmp .hm-cmp-item-promo.hm-cmp-item-double .hm-cmp-title h2,
    .hm-cmp .hm-cmp-item-promo.hm-cmp-item-double .hm-cmp-title h3 {
        font-size: 3.4rem;
        line-height: 3.4rem;
    }
}

.hm-cmp-description {
    display: none;
}

@media (min-width: 992px) {
    .hm-cmp-description {
        display: block;
    }
}

.hm-cmp .hm-cmp-description p {
    font-size: 1.5rem;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    color: #555;
    margin: 0;
    line-height: 1.8rem;
}

.hm-cmp-text-bottom-r {
    display: table-row;
}

.hm-cmp-text-bottom-c {
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
}

.hm-cmp .hm-cmp-addinfo p {
    margin-top: 0;
    font-size: 1.2rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #0000fa;
}

.hm-cmp .hm-cmp-addinfo p img {
    margin-top: 0;
}

.hm-cmp-item-promo.hm-cmp-item-bg-site.hm-cmp-item>a,
.hm-cmp-item-promo.hm-cmp-item-bg-site.hm-cmp-item .hm-cmp-item-nolink {
    background-color: #0000fa;
}

.hm-cmp-item-promo.hm-cmp-item-bg-site .hm-cmp-sbt,
.hm-cmp .hm-cmp-item-promo.hm-cmp-item-bg-site .hm-cmp-title h2,
.hm-cmp .hm-cmp-item-promo.hm-cmp-item-bg-site .hm-cmp-title h3,
.hm-cmp-item-promo.hm-cmp-item-bg-site .hm-cmp-description p,
.hm-cmp-item-promo.hm-cmp-item-bg-site .hm-cmp-addinfo p {
    color: #fff;
}


/**********************
    HOME Lower Highlights (not campaigns)
***********************/

.hm-lw {
    max-width: 29rem;
    margin: 0 auto;
}

@media (min-width: 410px) {
    .hm-lw {
        max-width: 35rem;
    }
}

@media (min-width: 768px) {
    .hm-lw {
        max-width: 60rem;
    }
}

@media (min-width: 992px) {
    .hm-lw {
        max-width: none;
        margin: 0;
    }
}

.hm-lw .hm-lw-list {
    margin: -5px -20px 2rem;
    width: auto;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

@media (min-width: 992px) {
    .hm-lw .hm-lw-list {
        margin: -3px -3px 3rem;
    }
}

.no-flexbox.no-flexboxtweener .hm-lw .hm-lw-list {
    width: 100%;
}

.hm-lw .hm-lw-item {
    padding: 5px;
    background: none;
    width: 100%;
}

@media (min-width: 768px) {
    .hm-lw .hm-lw-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .hm-lw .hm-lw-item {
        padding: 3px;
        width: 33.333333%;
    }
}

.hm-lw-item .product_media {
    height: 100%;
    width: 100%;
}

.hm-lw-item>a,
.hm-lw-item .product_media>a,
.hm-lw-item-nolink {
    display: block;
    background-color: #fff;
    height: 100%;
    min-height: 17.5rem;
    text-decoration: none;
    position: relative;
}

@media (min-width: 410px) {
    .hm-lw-item>a,
    .hm-lw-item .product_media>a {
        min-height: 21rem;
    }
}

@media (min-width: 768px) {
    .hm-lw-item>a,
    .hm-lw-item .product_media>a {
        min-height: 17.5rem;
    }
}

@media (min-width: 1200px) {
    .hm-lw-item>a,
    .hm-lw-item .product_media>a {
        min-height: 21rem;
    }
}

.hm-lw-item-bg-site.hm-lw-item>a,
.hm-lw-item-bg-site.hm-lw-item .product_media>a {
    background-color: #0000fa;
}

.hm-lw-item-wrap {
    height: 100%;
    position: absolute;
    width: 100%;
}

.hm-lw-image {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
}

.hm-lw-image-wrap {
    width: 200%;
    left: -50%;
    position: relative;
    height: 100%;
}

.hm-lw-image-wrap img {
    margin: 0 auto;
    display: block;
    height: 100%;
    width: auto;
}

.hm-lw-text {
    display: table;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 1rem;
    position: relative;
    z-index: 1;
}

@media (min-width: 410px) {
    .hm-lw-text {
        padding: 1rem 1.5rem;
    }
}

@media (min-width: 768px) {
    .hm-lw-text {
        padding: 1rem;
    }
}

@media (min-width: 1200px) {
    .hm-lw-text {
        padding: 1rem 1.5rem;
    }
}

.hm-lw-item-video .hm-lw-text {
    background: url('images/bg-play.png') no-repeat bottom right transparent;
}

.hm-lw-text-r {
    display: table-row;
    height: 100%;
}

.hm-lw-text-c {
    display: table-cell;
    vertical-align: top;
    padding: 0;
}

.hm-lw .hm-lw-title h2,
.hm-lw .hm-lw-title h3 {
    margin: 0;
    font-size: 2rem;
    line-height: 2.2rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #1a1a1a;
}

@media (min-width: 410px) {
    .hm-lw .hm-lw-title h2,
    .hm-lw .hm-lw-title h3 {
        font-size: 2.2rem;
        line-height: 2.4rem;
    }
}

@media (min-width: 768px) {
    .hm-lw .hm-lw-title h2,
    .hm-lw .hm-lw-title h3 {
        font-size: 2rem;
        line-height: 2.2rem;
    }
}

@media (min-width: 1200px) {
    .hm-lw .hm-lw-title h2,
    .hm-lw .hm-lw-title h3 {
        font-size: 2.2rem;
        line-height: 2.4rem;
    }
}

.hm-lw-sbt {
    font-family: 'OpenSans-Regular', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    line-height: 2.2rem;
    margin-top: 0.5rem;
    color: #555;
}

@media (min-width: 410px) {
    .hm-lw-sbt {
        font-size: 2.2rem;
        line-height: 2.4rem;
        margin-top: 1rem;
    }
}

@media (min-width: 768px) {
    .hm-lw-sbt {
        font-size: 2rem;
        line-height: 2.2rem;
        margin-top: 0.5rem;
    }
}

@media (min-width: 1200px) {
    .hm-lw-sbt {
        font-size: 2.2rem;
        line-height: 2.4rem;
        margin-top: 1rem;
    }
}

.hm-lw .hm-lw-description p {
    display: block;
    font-size: 1.35rem;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    color: #555;	
    margin: 0;
    line-height: 1.55rem;
}

@media (min-width: 410px) {
    .hm-lw .hm-lw-description p {
        font-size: 1.5rem;
        line-height: 1.7rem;
    }
}

@media (min-width: 768px) {
    .hm-lw .hm-lw-description p {
        font-size: 1.35rem;
        line-height: 1.55rem;
    }
}

@media (min-width: 1200px) {
    .hm-lw .hm-lw-description p {
        font-size: 1.5rem;
        line-height: 1.7rem;
    }
}

.hm-lw .hm-lw-description p .texto_grande {
    font-size: 2rem;
    display: block;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    color: #0000fa;
    line-height: 2.2rem;
    margin: 0.3rem 0 0.5rem;
}

@media (min-width: 410px) {
    .hm-lw .hm-lw-description p .texto_grande {
        font-size: 2.2rem;
        line-height: 2.4rem;
        margin: 0.5rem 0 1rem;
    }
}

@media (min-width: 768px) {
    .hm-lw .hm-lw-description p .texto_grande {
        font-size: 2rem;
        line-height: 2.2rem;
        margin: 0.3rem 0 0.5rem;
    }
}

@media (min-width: 1200px) {
    .hm-lw .hm-lw-description p .texto_grande {
        font-size: 2.2rem;
        line-height: 2.4rem;
        margin: 0.5rem 0 1rem;
    }
}

.hm-lw-text-bottom-r {
    display: table-row;
}

.hm-lw-text-bottom-c {
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
}

.hm-lw .hm-lw-addinfo p {
    margin-top: 0;
    font-size: 1.2rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #0000fa;
}

.hm-lw .hm-lw-addinfo p img {
    margin-top: 0;
    display: block;
}

.hm-lw-play {
    width: 4.8rem;
    height: 4.8rem;
    background: url('icons/icon-play.png') no-repeat center center transparent;
    position: absolute;
    z-index: 2;
    bottom: 2rem;
    right: 2rem;
}

.hm-lw .hm-lw-item-bg-site .hm-lw-title h2,
.hm-lw .hm-lw-item-bg-site .hm-lw-title h3,
.hm-lw .hm-lw-item-bg-site .hm-lw-description p,
.hm-lw .hm-lw-item-bg-site .hm-lw-sbt {
    color: #fff;
}

.hm-lw .hm-lw-title {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
}


/***********************
    PANELS
************************/


/***********************
    Header menu links
************************/

.b-link {
    padding: 0 15px;
}

.b-link .b-link-list {
    margin: -2px -2px 0;
    width: auto;
    clear: both;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.no-flexbox.no-flexboxtweener .b-link-list {
    width: 100%;
}

.b-link .b-link-item {
    padding: 2px !important;
    background: none;
    width: 100%;
    max-width: 33rem;
}

@media (min-width: 768px) {
    .b-link .b-link-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .b-link .b-link-item {
        width: 25%;
    }
}

.b-link-item>a {
    display: block;
    background-color: #fff;
    height: 100%;
    text-decoration: none;
}

.b-link-wrapper {
    height: 100%;
    position: relative;
}

.b-link-image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.b-link-image-wrap {
    width: 200%;
    left: -50%;
    position: relative;
}

.b-link-image-wrap img {
    margin: 0 auto;
    height: 100%;
    width: auto;
    min-width: 50%;
    display: block;
}

.b-link-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem 1.5rem 1rem;
}

.b-link-item>a[target=_blank] .b-link-text {
    padding-right: 4.5rem;
}

.b-link-item>a[target=_blank] .b-link-text:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 1.4rem;
    right: 1.4rem;
    width: 1.7rem;
    height: 1.5rem;
    background: url('icons/nw.png') no-repeat center center transparent;
}

.b-link-text strong {
    color: #fff;
    font-size: 2.1rem;
    line-height: 2.3rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
}

.b-link-description {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-style: italic;
}


/******************************
    VIDEOS
*******************************/

.video-inline {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video-inline iframe,
.video-inline object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.gallery-video .video-inline {
    padding-bottom: 56.25% !important;
}


/******************************
    Bottom Sticky
********************************/

.mg-bt #footer {
    margin-bottom: 5rem;
}

@media (min-width: 768px) {
    .mg-bt #footer {
        margin-bottom: 8rem;
    }
}

.bottom_sticky {
    position: fixed;
    bottom: -9rem;
    display: table;
    width: 100%;
    transition: bottom 0.4s ease-out 1.6s;
    -webkit-box-shadow: 0 0 10px -3px #404040;
    -moz-box-shadow: 0 0 10px -3px #404040;
    box-shadow: 0 0 10px -3px #404040;
    z-index: 99;
}

.page-ready .bottom_sticky {
    bottom: 0;
    z-index: 9999;
}

@media (min-width: 768px) {
    .bottom_sticky {
        display: inline-block;
        width: auto;
        right: 3rem;
        margin-bottom: 3rem;
        text-align: right;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.bottom_sticky>.buttons_group,
.bottom_sticky .cmn-sticky {
    display: table-cell;
    width: 50%;
    vertical-align: bottom;
}

.bottom_sticky .buttons_group {
    z-index: 11;
    position: relative;
}

@media (min-width: 768px) {
    .bottom_sticky>.buttons_group,
    .bottom_sticky .cmn-sticky {
        display: inline-block;
        width: auto;
    }
    .bottom_sticky .cmn-sticky {
        margin-left: 2rem;
        position: relative;
    }
    .bottom_sticky .buttons_group {
        z-index: auto;
        position: static;
    }
}

.bottom_sticky .buttons_group,
.bottom_sticky .button_wrap {
    margin: 0;
}

.bottom_sticky .button_wrap .btn {
    border-radius: 0;
    border: 0;
}

.bottom_sticky .button_wrap .btn a {
    max-width: none;
    border-radius: 0;
    padding: 0;
    height: 4.8rem;
    vertical-align: middle;
}

.bottom_sticky .button_wrap a>.icon_lock:before,
.bottom_sticky .button_wrap .icon_lock>a:before,
.bottom_sticky .button_wrap a>.icon_people:before,
.bottom_sticky .button_wrap .icon_people>a:before,
.bottom_sticky .button_wrap a>.icon_chat:before,
.bottom_sticky .button_wrap .icon_chat>a:before,
.bottom_sticky .button_wrap a>.icon_phone:before,
.bottom_sticky .button_wrap .icon_phone>a:before,
.bottom_sticky .button_wrap a>.icon_download:before,
.bottom_sticky .button_wrap .icon_download>a:before,
.bottom_sticky .article-content .boton.naranja>a:before,
.bottom_sticky .article-content a>.boton.naranja:before {
    display: inline-block;
    position: static;
    height: 4.6rem;
    vertical-align: middle;
    width: 2.4rem;
    margin-right: 0.5rem;
}

.bottom_sticky .cmn-sticky .cmn-cta {
    display: none;
}

@media (min-width: 768px) {
    .bottom_sticky .cmn-sticky .cmn-cta {
        display: inline-block;
        position: relative;
        z-index: 11;
    }
    .bottom_sticky .cmn-sticky .buttons_group {
        display: none;
    }
}

@media (min-width: 768px) {
    .bottom_sticky .buttons_group .button_wrap span a {
        border-radius: 3rem;
        padding: 1.6rem 3rem 0 5rem;
    }
    .bottom_sticky .buttons_group .button_wrap span,
    .bottom_sticky .buttons_group .button_wrap span a:hover,
    .bottom_sticky .buttons_group .button_wrap span a:focus,
    .bottom_sticky .buttons_group .button_wrap span a:active {
        border-radius: 3rem;
    }
    .bottom_sticky .button_wrap .btn a {
        height: 5rem;
    }
    .bottom_sticky .button_wrap a>.icon_lock:before,
    .bottom_sticky .button_wrap .icon_lock>a:before {
        font-family: "fontello";
        font-style: normal;
        content: '\e900';
        font-size: 2rem;
        line-height: 3.5rem;
        top: 0;
    }
    .bottom_sticky .button_wrap a>.icon_people:before,
    .bottom_sticky .button_wrap .icon_people>a:before,
    .bottom_sticky .button_wrap a>.icon_chat:before,
    .bottom_sticky .button_wrap .icon_chat>a:before,
    .bottom_sticky .button_wrap a>.icon_phone:before,
    .bottom_sticky .button_wrap .icon_phone>a:before,
    .bottom_sticky .button_wrap a>.icon_download:before,
    .bottom_sticky .button_wrap .icon_download>a:before,
    .bottom_sticky .button_wrap a>.icon_lock:before,
    .bottom_sticky .button_wrap .icon_lock>a:before {
        position: absolute;
        margin: 0;
        left: 1.2rem;
        display: inline;
        height: 100%;
    }
    .bottom_sticky .cmn-cta a {
        text-decoration: none;
        display: block;
    }
    .bottom_sticky .cmn-icon {
        display: inline-block;
        height: 5rem;
        width: 5rem;
        border-radius: 3rem;
        background: url('icons/icon_phone_white.png') #0000fa center center no-repeat;
        vertical-align: bottom;
        border: 1px solid white;
    }
    .bottom_sticky .cmn-text {
        display: inline-block;
        background: #0000fa;
        position: relative;
        border-radius: 3rem;
        height: 5rem;
        vertical-align: bottom;
        padding: 1.5rem 3rem;
        border: 1px solid white;
    }
    .bottom_sticky .cmn-text p {
        color: #fff;
        font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
        text-align: center;
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
}

@media (max-width: 768px) {
    .bottom_sticky .button_wrap .btn.btn-blue>a {
        padding: 0;
    }
}

.cmn-sticky .cmn-layer {
    position: fixed;
    width: 100%;
    right: 0;
    transition: all 0.4s ease-out;
    height: 0;
    /* Ticket #65714 */
    bottom: 50px;
    /* Ticket #65714 */
    /*padding-bottom: 4.8rem;*/
    z-index: 0;
}

.cmn-sticky .cmn-layer.open {
    bottom: 0;
    height: 100%;
    /* Ticket #65714 */
    z-index: 10;
}

.cmn-sticky .cmn-layer iframe {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    border: none;
}

@media (min-width: 768px) {
    .cmn-sticky .cmn-layer {
        width: 23.5rem;
        right: 3rem;
        /*padding-bottom: 9rem;*/
    }
    .cmn-sticky .cmn-layer.open {
        bottom: 90px;
    }
}


/***************************
    RESULTADOS BUSQUEDA
***************************/

@media (min-width: 992px) {
    .no-search.header-bottom .column {
        width: 33.33333%;
    }
}

.search-mobile-open-trigger {
    display: none;
}

@media (max-width: 767px) {
    .no-search.header-bottom {
        margin-bottom: 0;
    }
    .no-search.header-bottom .container {
        position: relative;
        margin-bottom: 0;
    }
    .no-search.header-bottom .column:last-child {
        position: absolute;
        width: 5rem;
        right: 0;
        top: 0;
        height: 100%;
        padding: 0;
    }
    .no-search .column #hc-header-mobile-link,
    .no-search .column #la-header-mobile-button {
        display: none;
    }
    .search-mobile-open-trigger {
        display: block;
        width: 5rem;
        height: 100%;
    }
    .search-mobile-open-trigger a {
        display: block;
        width: 100%;
        height: 100%;
        background: url('icons/icon-filter-mobile.png') no-repeat center center transparent;
    }
}

.columns1-2 {
    border-top: 1px solid #eee;
}

@media (min-width: 992px) {
    .main-left:before {
        content: '';
        display: block;
        position: absolute;
        right: -15px;
        top: 0;
        height: 100%;
        border-right: 1px solid #eee;
    }
    .main-right:before {
        content: '';
        display: block;
        position: absolute;
        left: 14px;
        top: 0;
        height: 100%;
        border-left: 1px solid #eee;
    }
}

.main .search-group {
    width: auto;
    margin: 0 -30px;
    position: relative;
}

@media (min-width: 768px) {
    .main .search-group {
        width: 100%;
        margin: 3.5rem 0;
    }
}

.main .search-group .search {
    cursor: pointer;
    position: relative;
    background-color: #f8f8f8;
    display: block;
}

.main .search form {
    width: 100%;
    position: relative;
    padding-right: 10rem;
    padding-left: 5.5rem;
    height: 4.8rem;
    background: url(../css/icons/search.png) no-repeat 1.8rem center transparent;
}

.main .search .search-field {
    width: 100%;
    position: relative;
    height: 100%;
    background-color: transparent;
    border: none;
    padding: 0 1rem;
}

.main .search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 10rem;
    height: 100%;
    border: none;
}

.main .search-group p,
.main .search-group ul,
.main .search-group img {
    margin-top: 0;
}

.main .search-group p {
    display: block;
}

.main .search-group .button_wrap {
    margin: 0;
}

.main .search-result {
    width: 100%;
    margin-top: 0;
    z-index: 50;
}

.d-content {
    margin: 0 -15px;
}

@media (min-width: 768px) {
    .d-content {
        margin: 0;
    }
}

.main-right .d-content {
    margin: 0 -30px;
}

@media (min-width: 768px) {
    .main-right .d-content {
        margin: 0;
    }
}

.s-results {
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .s-results {
        margin-top: 4.5rem;
    }
}

.s-results h2 {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 2rem;
    color: #004f70;
    margin-top: 0;
}

.s-results ul {
    margin: 1rem -15px 0;
}

.s-results .s-result {
    display: block;
    background: none;
    padding: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .s-results .s-result {
        margin-bottom: 0.5rem;
    }
}

.s-result>a {
    display: block;
    text-decoration: none;
    width: auto;
    margin: 0;
    padding: 15px;
}

@media (min-width: 768px) {
    .s-result>a:hover,
    .s-result>a:focus {
        background-color: #e6f2f7;
    }
}

.s-result-title,
.s-result-title strong,
.s-result-url,
.s-result-url span {
    font-size: 1.4rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    line-height: 1.8rem;
    font-weight: normal;
    color: #0000fa;
}

@media (min-width: 768px) {
    .s-result-title,
    .s-result-title strong,
    .s-result-url,
    .s-result-url span {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
}

.s-result .s-result-description p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    color: #555;
    margin: 0;
}

@media (min-width: 768px) {
    .s-result .s-result-description p {
        font-size: 1.6rem;
        line-height: 2rem;
        margin: 0.5rem 0 0;
    }
}

.s-result-url {
    display: none;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .s-result-url {
        margin-top: 1rem;
        display: block;
    }
}

.s-results .s-recommend-product.s-result {
    margin-bottom: 0.75rem;
    background: #e6f2f7;
}

.s-recommend-product>a {
    display: table;
    width: 100%;
}

.s-r-product-r {
    display: table-row;
}

.s-r-product-c {
    display: table-cell;
    vertical-align: top;
}

.s-r-left {
    padding-right: 1rem;
    width: 33%;
}

@media (min-width: 768px) {
    .s-r-left {
        padding-right: 0;
        width: auto;
    }
}

.s-r-left img {
    margin: 0;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .s-r-left img {
        margin: 0 2rem 0 0;
        display: block;
        width: auto;
    }
}

.s-r-right {
    width: 100%;
    position: relative;
}

.s-recommend-product .s-result-text {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .s-recommend-product .s-result-text {
        margin-bottom: 2.8rem;
    }
}

.s-recommend-product .s-result-url {
    position: absolute;
    left: 0;
    bottom: 0;
    white-space: nowrap;
    max-width: 100%;
    margin: 0 0 0.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.s-results .c-highlights-list {
    margin: 0;
}

.s-results .c-highlights-list .s-result {
    margin-bottom: 1rem;
    width: 50%;
    max-width: 26rem;
}

@media (min-width: 768px) {
    .s-results .c-highlights-list .s-result {
        margin-bottom: 1rem;
        width: 33.333333%;
        max-width: none;
    }
}

.s-results .c-highlights-list ul {
    width: auto;
    margin: 0 -5px;
}

.s-results .c-highlights-list .s-result>a {
    margin: 0;
    padding: 5px;
    height: 100%;
}

.s-results .c-highlights-list .s-result p {
    margin: 0;
}

.s-results .c-highlights-list .s-result .c-highlight-title p {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #0000fa;
}

@media (min-width: 768px) {
    .s-results .c-highlights-list .s-result .c-highlight-title p {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.s-results .c-highlights-list .s-result .c-highlight-content {
    margin-bottom: 1rem;
}

.s-results .c-highlights-list .s-result .c-highlight-text {
    margin: 0;
}

.s-results .c-highlights-list .s-result .c-highlight-text p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #555;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
    .s-results .c-highlights-list .s-result .c-highlight-text p {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.s-results .c-highlights-list .s-result .c-highlight-image {
    padding: 0;
    margin-bottom: 1rem;
}

.s-results .c-highlights-list .s-result .c-highlight-video {
    position: relative;
}

.s-results .c-highlights-list .s-result .c-highlight-video:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('icons/icon-play.png') no-repeat center center transparent;
}


/* Pagination */

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

@media (min-width: 768px) {
    .pager {
        margin: 7rem 0;
    }
}

.pager-arrow {
    display: inline-block;
    width: 3.2rem;
    height: 3.4rem;
    vertical-align: middle;
}

.pager-arrow-left a {
    background: url('icons/arrow-left-blue.png') no-repeat center center transparent;
}

.pager-arrow-right a {
    background: url('icons/arrow-right-blue.png') no-repeat center center transparent;
}

.pager-arrow a {
    display: block;
    width: 100%;
    height: 100%;
}

.pager-arrow a:hover {
    transform: scale(1);
}

.pager-more {
    display: inline-block;
    vertical-align: middle;
}

.pager-more span {
    color: #ccc;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    margin-top: -0.8rem;
    display: block;
}

.pager .pager-list {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.pager .pager-list li {
    display: inline-block;
    background: none;
    padding: 0;
}

.pager .pager-list li>a,
.pager .pager-list li>span {
    display: inline-block;
    padding: 1rem 1.2rem;
    background-color: transparent;
    border: none;
    border-radius: 0;
    text-decoration: none;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #ccc;
}

.pager .pager-list li>a {
    color: #ccc;
    border-bottom: 3px solid #fff;
}

.pager .pager-list li>a:hover,
.pager .pager-list li>a:focus {
    color: #0000fa;
}

.pager .pager-list li.active>span {
    color: #0000fa;
    border-bottom: 3px solid #0000fa;
}

.s-header {
    background-color: #e6f2f7;
    padding: 0;
    margin-bottom: 0;
}

.s-header h2 {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #004f70;
    font-size: 1.8rem;
    line-height: 2rem;
    margin: 0;
    padding: 3.5rem 1.5rem 1.5rem;
}

@media (min-width: 992px) {
    .s-header h2 {
        padding: 3.5rem 2.5rem 1.5rem;
    }
}

.s-block .s-content li {
    background: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .s-block .s-content li {
        padding: 0 0 0 2.5rem;
    }
}

.s-block p,
.s-block ul,
.s-block img {
    margin: 0;
}

.s-block .s-content li a {
    padding: 1.5rem;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

@media (min-width: 992px) {
    .s-block .s-content li a {
        padding: 1rem 2.5rem 1rem 0;
    }
}

.s-block .s-content li a:after {
    content: '';
    display: block;
    clear: both;
}

.s-block .s-more {
    text-align: right;
}

.s-block .s-more a {
    text-decoration: none;
    color: #0000fa;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    display: block;
    padding: 1rem 1.5rem 2rem;
}

@media (min-width: 992px) {
    .s-block .s-more a {
        padding: 1rem 0 2rem;
    }
}

.s-block .s-item-title {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    color: #0000fa;
    line-height: 1.8rem;
}

.s-block .s-item-text {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    color: #555;
    line-height: 1.8rem;
    display: block;
    margin: 0.4rem 0 0;
}

.s-offices-banner .s-content {
    padding: 1rem 2.5rem 2.5rem;
    background: url('images/bg-search-office.png') no-repeat center center transparent;
    background-size: cover;
    position: relative;
}

.s-offices-banner p {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: #0000fa;
    max-width: 70%;
    margin-bottom: 1.5rem;
}

.s-offices-banner .icon-flag {
    background: url('icons/icon-office-flag.png') no-repeat center center transparent;
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 44px;
    height: 56px;
}

.s-offices-results .s-item-title {
    display: block;
}

.s-map img {
    width: 100%;
    height: auto;
    margin: 0;
}

.s-block.s-faqs .s-item-text {
    color: #1a1a1a;
    font-size: 1.6rem;
    line-height: 2rem;
}

.s-block.s-faqs .s-content {
    padding-left: 0;
}

@media (min-width: 992px) {
    .s-block.s-faqs .s-content {
        padding-left: 2.5rem;
    }
}

.s-block.s-faqs .s-content li {
    border-bottom: 1px solid #eee;
    padding-left: 0;
}

.s-block.s-faqs .s-content li a {
    border-bottom: none;
}

.s-block.s-faqs .s-content .s-item-answer-box {
    display: none;
    padding: 0 1.5rem;
}

@media (min-width: 992px) {
    .s-block.s-faqs .s-content .s-item-answer-box {
        padding: 0;
    }
}

.s-block.s-faqs .s-content .s-item-answer {
    color: #555;
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.s-block.s-faqs .s-item-more-link {
    text-align: right;
    display: block;
}

.s-block.s-faqs .s-item-more-link a {
    text-decoration: none;
    color: #0000fa;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    display: block;
    padding: 1rem 0;
}

.search-tabs-container {
    width: auto;
    position: relative;
    border-bottom: 1px solid #eee;
    margin: 0 -15px;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .search-tabs-container {
        width: 100%;
        margin: 0;
        padding: 0 21rem 0 0;
    }
}

.search-tabs-container .tabs-items-scroll {
    height: 6.5rem;
}

.search-tabs-container .tabs-group .tabs-item {
    height: 6.5rem !important;
    padding-right: 1rem;
}

@media (min-width: 768px) {
    .search-tabs-container .tabs-group .tabs-item {
        padding-right: 0.8rem;
    }
}

@media (min-width: 992px) {
    .search-tabs-container .tabs-group .tabs-item {
        padding-right: 1.5rem;
    }
}

.search-tabs-container .tabs-item>a {
    height: 6.5rem;
}

.search-tabs-container .tabs-item .tabs-item-title {
    padding: 2rem 0;
}

.search-tabs-container .tabs-item .tabs-item-title>p,
.search-tabs-container .tabs-item .tabs-item-title>p span {
    color: #767676;
    font-size: 1.6rem;
    line-height: 1.8rem;
}

@media (min-width: 768px) {
    .search-tabs-container .tabs-item .tabs-item-title>p {
        font-size: 1.8rem;
        line-height: 2rem;
    }
}

.search-tabs-container .tabs-item .tabs-item-title>p span.quantity {
    display: none;
}

@media (min-width: 768px) {
    .search-tabs-container .tabs-item .tabs-item-title>p span.quantity {
        display: inline;
    }
}

.search-tabs-container .tabs-item .tabs-item-title-active>p,
.search-tabs-container .tabs-item .tabs-item-title-active>p span {
    color: #0000fa;
}

.search-result-block {
    display: none;
}

.search-trigger {
    display: none;
}

.search-filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    display: none;
}

.search-filter-button {
    position: relative;
}

@media (min-width: 768px) {
    .search-filters {
        display: block !important;
        position: absolute;
        right: 0;
        left: auto;
        width: 21rem;
        border-left: 1px solid #eee;
        z-index: 1;
        overflow-y: visible;
    }
    .search-filter-button {
        height: 100%;
        position: static;
    }
}

.search-filters .search-filter-button>a {
    text-decoration: none;
    display: block;
    padding: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .search-filters .search-filter-button>a {
        text-align: right;
        height: 100%;
        padding: 2rem 15px 2rem 0;
        margin-right: -15px;
    }
    .search-filters .search-filter-button>a:before {
        content: '';
        background: url('icons/icon-filter.png') no-repeat center center transparent;
        width: 1.8rem;
        height: 1.8rem;
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
    }
}

.search-filters .search-filter-button>a.active {
    background-color: #e6f2f7;
}

.search-filters .search-filter-button span {
    color: #555;
    font-size: 1.4rem;
    line-height: 2.2rem;
    display: block;
    padding: 1.5rem 0 1.5rem 1rem;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
    .search-filters .search-filter-button span {
        font-size: 1.8rem;
        line-height: 2rem;
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        text-transform: none;
        font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    }
}

.search-filters-list {
    position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 10;
    border: 1px solid #eee;
    left: -1px;
    right: -15px;
    display: none;
}

@media (max-width: 767px) {
    .search-filters-list {
        display: block !important;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        border: none;
    }
}

.search-filters-list ul {
    margin: 0;
}

.search-filters-list .search-filter {
    background: none;
    padding: 0;
    border-top: 1px solid #eee;
}

@media (min-width: 768px) {
    .search-filters-list .search-filter:first-child {
        border-top: none;
    }
}

.search-filters-list .search-filter a {
    text-decoration: none;
    color: #555;
    padding: 1.2rem 1rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
    display: block;
}

.search-filters-list .search-filter.filter-active a {
    color: #0000fa;
    padding-right: 3.2rem;
    position: relative;
    background-color: #e6f2f7;
}

@media (min-width: 768px) {
    .search-filters-list .search-filter.filter-active a {
        background-color: transparent;
    }
}

.search-filters-list .search-filter.filter-active a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 3.2rem;
    background: url('icons/tick-blue.png') no-repeat center center transparent;
}

.search-filters-list .search-filter a:hover,
.search-filters-list .search-filter a:focus {
    background-color: #e6f2f7;
}

.search-mobile-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 5.2rem;
}

@media (min-width: 768px) {
    .search-mobile-close {
        display: none;
    }
}

.search-mobile-close a {
    width: 100%;
    height: 100%;
    display: block;
    background: url('icons/cross_black.png') no-repeat center center transparent;
}


/* Imagenes escala de grises */


/*! Gray v1.5.0 (https://github.com/karlhorky/gray) | MIT */

.carousel-thumb img {
    /* filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale"); */
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    filter: gray;
    transition: filter .5s;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .carousel-thumb img {
        -webkit-transition: -webkit-filter .5s;
        transition: -webkit-filter .5s;
    }
}

.carousel-item.active .carousel-thumb img,
.carousel-item a:hover .carousel-thumb img,
.carousel-item a:focus .carousel-thumb img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.carousel-thumb img.grayscale-replaced {
    -webkit-filter: none;
    filter: none;
}

.carousel-thumb img.grayscale-replaced>svg {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 1;
}

.carousel-item.active .carousel-thumb img.grayscale-replaced>svg,
.carousel-item a:hover .carousel-thumb img.grayscale-replaced>svg {
    opacity: 0;
}

.carousel-item.active .carousel-thumb img,
.carousel-item a:hover .carousel-thumb img {
    filter: none;
}


/*************
        Sticky nav
*************/

.page-wrapper.sticky-nav #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
}

.page-wrapper.sticky-nav.sticky-disable #header {
    position: relative;
    top: auto;
    left: auto;
}

.lolopo-links,
.lolopo-title {
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.sticky-nav .lolopo-links,
.sticky-nav .lolopo-title {
    visibility: hidden;
    opacity: 0;
}

.sticky-nav.sticky-disable .lolopo-links,
.sticky-nav.sticky-disable .lolopo-title {
    visibility: visible;
    opacity: 1;
}

.sticky-nav .panels {
    position: fixed;
    top: 0;
    height: 100%;
    padding-top: 5.9rem;
    z-index: 0;
}

@media (max-width: 991px) {
    .sticky-nav .panels {
        height: 100% !important;
    }
}

.sticky-nav.sticky-disable .panels {
    position: absolute;
    width: 100%;
    height: auto;
    top: auto;
    padding-top: 0;
}

@media (min-width: 992px) {
    .sticky-nav .panels {
        top: 8rem;
        padding-top: 0;
        height: auto;
        z-index: 900;
    }
    .sticky-nav.sticky-disable .panels {
        top: auto;
        padding-top: 0;
        height: auto;
    }
}

.sticky-nav .header {
    box-shadow: 0 0 2rem 0 #666;
}

.sticky-nav.sticky-disable .header {
    box-shadow: none;
}

.sticky-nav .header-bottom .container {
    margin-bottom: 0;
}

.sticky-nav.sticky-disable .header-bottom .container {
    margin-bottom: inherit;
}

.sticky-nav .header-topbar,
.sticky-nav>.articulo_ligero {
    display: none;
}

.sticky-nav.sticky-disable .header-topbar,
.sticky-nav.sticky-disable>.articulo_ligero,
.sticky-nav .search-open .header-topbar {
    display: inherit;
}

.sticky-nav.sticky-disable #page {
    margin-top: 0 !important;
}


/*********************************
    Operativa no disponible
*********************************/

.operativa-close a {
    background: transparent url("icons/icon_close.png") no-repeat scroll center center;
    text-decoration: none;
    text-indent: -9999px;
    color: transparent;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 2;
    width: 14px;
    height: 13px;
}

.operativa-mid-center {
    display: table;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}

.operativa-mid-r {
    display: table-row;
}

.operativa-mid-c {
    display: table-cell;
    vertical-align: middle;
}

.operativa-mid-text {
    text-align: center;
    padding: 0 1rem;
    margin: 2rem 0;
}

.operativa-mid-text:before {
    content: '';
    display: block;
    background: url('../css/icons/ic_alert.png') no-repeat center center transparent;
    width: 6rem;
    height: 6rem;
    margin: 1.5rem auto;
}

.operativa-mid-text p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #555;
    font-weight: normal;
    margin-bottom: 1.5rem;
}

.operativa-mid-text p strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    line-height: 2.6rem;
    color: #555;
    font-weight: normal;
}

.operativa .button_wrap a .btn.btn-blue {
    max-width: none;
    width: auto;
}


/*********************************
    Tarjetas Buscador
**********************************/

@media (max-width: 991px) {
    .bg-dark-blue {
        margin-top: 2rem;
    }
}

.card-search {
    margin: 0 -15px;
}

@media (min-width: 992px) {
    .card-search {
        margin: 0;
    }
}

.card-search-banner-r {
    position: relative;
}

@media (min-width: 992px) {
    .card-search-banner {
        display: table;
        width: 100%;
    }
    .card-search-banner-r {
        display: table-row;
    }
}

.card-search-image {
    position: relative;
    top: 0;
    left: 0;
    width: 12.5rem;
}

@media (min-width: 480px) {
    .card-search-image {
        width: 14.5rem;
    }
}

@media (min-width: 992px) {
    .card-search-image {
        display: table-cell;
        vertical-align: middle;
        width: 18rem;
    }
}

.card-search-image img {
    margin-top: -1rem;
    max-width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .card-search-image img {
        margin: -1rem 0;
    }
}

.card-search-text {
    position: absolute;
    bottom: 5rem;
    right: 0;
    padding-left: 13.5rem;
    width: 100%;
}

@media (min-width: 480px) {
    .card-search-text {
        padding-left: 15.5rem;
    }
}

@media (min-width: 992px) {
    .card-search-text {
        display: table-cell;
        vertical-align: middle;
        width: auto;
        padding: 0 1rem;
        position: relative;
        bottom: auto;
        right: auto;
    }
}

.card-search-text h2 {
    margin-top: 0;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #fff;
}

@media (min-width: 480px) {
    .card-search-text h2 {
        font-size: 1.8rem;
        line-height: 2rem;
    }
}

.card-search-text p {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-top: 0.5rem;
    color: #fff;
}

@media (min-width: 480px) {
    .card-search-text p {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
}

.card-search-form {
    margin: 1rem 0 2rem;
}

@media (min-width: 992px) {
    .card-search-form {
        width: 54rem;
        display: table-cell;
        vertical-align: middle;
        margin: 0;
    }
}

.card-search-form p {
    margin: 0;
}

.card-search-form form {
    padding-left: 4rem;
    padding-right: 8.5rem;
    position: relative;
    background-color: #3298be;
}

@media (max-width: 991px) {
    .card-search-form form {
        top: -1rem;
    }
}

.card-search-form form:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 4rem;
    background: url('icons/search-white.png') no-repeat center center transparent;
    top: 0;
    left: 0;
}

.card-search-form input[type="search"] {
    color: #fff;
    font-size: 1.4rem;
    background-color: #3298be;
    border: none;
    width: 100%;
    display: block;
    padding: 0;
    height: 3.5rem;
}

.card-search-form input[type="submit"] {
    position: absolute;
    display: block;
    width: 7.5rem;
    background-color: #3298be;
    border: none;
    color: #fff;
    top: 0;
    right: 0;
    height: 3.5rem;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
}


/***********************
    landing buscador
***********************/

.card-search.card-search-landing {
    margin: 0 -15px;
}

@media (min-width: 768px) {
    .card-search.card-search-landing {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .card-search.card-search-landing {
        margin: 0 -15px;
    }
}

@media (min-width: 992px) {
    .card-search-landing .card-search-banner {
        display: block;
        padding: 0 15px;
    }
}

.card-search-landing .card-search-banner-r {
    margin-bottom: 7rem;
}

@media (min-width: 768px) {
    .card-search-landing .card-search-banner-r {
        margin-bottom: 0;
        display: block;
    }
}

.card-search-landing .heading-group {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.card-search-landing .card-search-image {
    width: 15rem;
    margin-left: -1rem;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
}

@media (min-width: 768px) {
    .card-search-landing .card-search-image {
        width: 23rem;
        margin-left: -2rem;
    }
}

.card-search-landing .card-search-image img {
    display: block;
    margin: 0;
}

.card-search-landing .card-search-text,
.card-search-landing .card-search-form {
    display: block;
    position: relative;
}

.card-search-landing .card-search-text {
    padding: 2rem 0 0 15rem;
    min-height: 7.3rem;
    position: static;
    bottom: auto;
}

@media (min-width: 768px) {
    .card-search-landing .card-search-text {
        padding: 2rem 0 0 23rem;
        min-height: 0;
    }
}

.card-search-landing .card-search-text p {
    color: #8a8a8a;
    padding-bottom: 0.5rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.card-search-landing .card-search-form input[type="search"] {
    color: black;
    background-color: #f1f1f1;
    width: 100%;
}

.card-search-landing .card-search-form {
    position: absolute;
    top: 100%;
    width: 100%;
    margin: 0 0 1rem;
    border-top: 1px solid #eee;
    padding: 1rem 0;
}

.card-search-landing .card-search-form form {
    background-color: transparent;
}

@media (min-width: 768px) {
    .card-search-landing .card-search-form {
        position: relative;
        top: auto;
        padding: 0 0 2rem 23rem;
        margin: 1rem 0 0;
        border-top: none;
    }
}

@media (max-width: 768px) {
    .card-search-landing .card-search-form form {
        top: 0.8rem;
    }
    .card-search-banner .card-search-form form {
        top: 0.4rem;
    }
}

.card-search-landing .card-search-form form:before {
    background: url('icons/search.png') no-repeat center center #f1f1f1;
}


/***********************
        error 404
***********************/

.banner-large {
    padding: 3rem 0;
    margin: 0 -15px;
}

@media (min-width: 992px) {
    .banner-large {
        margin: 0;
    }
}

.banner-large:after {
    content: '';
    display: block;
    clear: both;
}

.banner-large .banner-large-title {
    display: block;
    text-align: center;
}

@media (min-width: 992px) {
    .banner-large .banner-large-title {
        text-align: left;
        overflow: hidden;
    }
}

.banner-large h1 {
    font-size: 2.6rem;
    line-height: 2.8rem;
    color: #000;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
}

@media (min-width: 992px) {
    .banner-large h1 {
        font-size: 4rem;
        line-height: 4.6rem;
        color: #1a1a1a;
        padding: 1rem 0;
    }
}

.banner-large .banner-large-image {
    max-width: 18rem;
    margin: 0 auto 2rem;
}

@media (min-width: 992px) {
    .banner-large .banner-large-image {
        max-width: 26.8rem;
        margin: 0 auto;
        float: left;
        margin-right: 2rem;
    }
}

.banner-large .banner-large-image img {
    width: 100%;
    display: block;
    margin: 0;
    height: auto;
}


/* BLUE BLOCKS */

.options-nav {
    margin: 2rem -15px;
}

@media (min-width: 768px) {
    .options-nav {
        margin: 2rem 0;
    }
}

.options-nav .options-nav-title p,
.options-nav-title h2 {
    color: #fff;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
}

.options-nav .options-nav-title p {
    font-size: 1.8rem;
}

.options-nav-title h2 {
    margin-top: 1rem;
    font-size: 2rem;
}

.options-nav .options-nav-list {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .options-nav .options-nav-list {
        column-count: 2;
        column-gap: 1rem;
    }
}

@media (min-width: 1200px) {
    .options-nav .options-nav-list {
        column-count: 3;
        column-gap: 3rem;
    }
}

.options-nav .options-nav-list .option-nav-item {
    background: none;
    padding: 1rem 0 0;
}

@media (min-width: 992px) {
    .options-nav .options-nav-list .option-nav-item {
        min-height: 7rem;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
}

.options-nav .option-nav-item a {
    display: block;
    text-decoration: none;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #fff;
    padding-bottom: 0.5rem;
}

.options-nav .option-nav-item .option-nav-item-text {
    font-size: 1.4rem;
    color: #fff;
    opacity: 0.7;
    line-height: 1.6rem;
}


/* WHITE BLOCKS */

.options-nav-badges.options-nav {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 4rem;
}

.options-nav-badges.options-nav .options-nav-list {
    column-count: 1;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.options-nav-badges.options-nav .option-nav-item {
    width: 100%;
    min-height: 0;
    display: block;
    padding: 0 0 2rem;
}

@media (min-width: 768px) {
    .options-nav-badges.options-nav .option-nav-item {
        padding: 0 15px 2rem;
    }
}

@media (min-width: 992px) {
    .options-nav-badges.options-nav .option-nav-item {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .options-nav-badges.options-nav .option-nav-item {
        width: 33.333%;
    }
}

.options-nav-badges .option-nav-title {
    height: 8rem;
    padding: 0;
    position: relative;
    display: table;
    width: 100%;
}

.options-nav-badges .option-nav-title p {
    color: #0000fa;
    margin: 0;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    line-height: 2.4rem;
    display: table-cell;
    vertical-align: middle;
    padding-left: 1.5rem;
    width: 100%;
}

.options-nav-badges .options-nav-title-badge {
    display: table-cell;
    vertical-align: middle;
    padding: 0 2rem;
}

.options-nav-badges .options-nav-title-badge img {
    margin-top: 0;
}

.options-nav-badges .options-nav-sublist ul {
    margin-top: 0;
    padding: 1.5rem;
}

.options-nav-badges .options-nav-sublist ul li {
    background: none;
    padding: 0 0 0.5rem;
}

.options-nav-badges .options-nav-sublist ul li a {
    color: #1a1a1a;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-decoration: none;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    padding: 0;
}

#error .c-highlights .c-highlight {
    padding: 0 15px 2rem;
}

#error .c-highlight-image {
    display: none;
    padding-bottom: 0;
}

#error .c-highlight .c-highlight-content h3 {
    margin: 0;
}

#error .c-highlight .c-highlight-content h3 a {
    display: block;
    text-decoration: none;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.8rem;
    padding-bottom: 0.5rem;
}


/****************************************
    landing subhome puntos estrella
*****************************************/

.bg-dark-blue .col-xs-12 {
    position: static;
}

.form-ptos {
    margin: 0 -15px;
}

.form-ptos .form-ptos-image {
    background: #007ba8 url("images/bg_form_ptos_estrella_mv.jpg") no-repeat right top / 100% 100%;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.form-ptos .form-ptos-top,
.form-ptos .form-ptos-bottom {
    display: table;
    position: relative;
    width: 100%;
    z-index: 1;
}

.form-ptos .form-ptos-top .form-ptos-top-left {
    display: table-cell;
    width: 59%;
    padding-right: 1%;
}

.form-ptos .form-ptos-top .form-ptos-top-right::before {
    background: url("images/ico_cesta.png") no-repeat;
    content: "";
    display: block;
    float: left;
    height: 32px;
    margin: 0.5rem 1.5rem 1rem 0;
    width: 40px;
}

.form-ptos .form-ptos-top .form-ptos-top-right {
    display: table-cell;
    width: 45%;
}

.form-ptos .form-ptos-top .form-ptos-top-left h2 {
    color: #fff;
    font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
    margin-top: 1.5rem;
    font-size: 1.8rem;
    line-height: 2rem;
}

.form-ptos .form-ptos-top .form-ptos-top-left p {
    color: #fff;
    margin-top: 0.5rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.form-ptos .form-ptos-top .form-ptos-top-right p,
.form-ptos .form-ptos-top .form-ptos-top-right span,
.form-ptos .form-ptos-top .form-ptos-top-right a {
    color: #fff;
    margin-top: 0.5rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.form-ptos .form-ptos-top .form-ptos-top-right a {
    text-decoration: none;
    color: #fff;
}

.form-ptos .form-ptos-bottom form {
    margin: 1.5rem 0;
}

.form-ptos .form-ptos-bottom .form-ptos-p,
.form-ptos .form-ptos-bottom .form-ptos-n,
.form-ptos .form-ptos-bottom .form-ptos-s {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    float: left;
}

.form-ptos-bottom form label {
    display: block;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: normal;
    color: #fff;
    opacity: 0.6;
}

.form-ptos-bottom form input[type="text"] {
    background-color: #3298be;
    border: medium none;
    color: #fff;
    font-size: 1.4rem;
    height: 3.5rem;
    padding: 0 0 0 2%;
    width: 45%;
}

.form-ptos-bottom form .form-ptos-n input[type="text"] {
    padding-left: 2%;
    width: 100%;
}

.form-ptos-bottom form .form-ptos-select {
    position: relative;
    width: 16rem;
    display: inline-block;
}

.form-ptos-bottom form select {
    background: transparent;
    border: 0 none;
    padding: 0;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-top: 0.6rem;
}

.form-ptos-bottom form select option {
    width: 100%;
    text-shadow: none;
    background: #fff;
    color: #555555;
    text-shadow: none;
}

.ie9 .form-ptos-bottom form select option {
    background: transparent;
}

.form-ptos-bottom form select::-ms-expand {
    display: none;
}

.form-ptos-bottom form .form-ptos-form-select::after {
    background: transparent url("images/arrow-select-down.png") no-repeat scroll right center;
    content: "";
    display: block;
    height: 4rem;
    padding-left: 1rem;
    vertical-align: middle;
    width: 2.1rem;
    position: absolute;
    right: 0;
    top: -3px;
}

.form-ptos-bottom form .form-ptos-form-select {
    display: block;
    padding: 0 1rem 0 0;
    position: absolute;
    width: 100%;
}

.form-ptos-select {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: transparent;
}

.form-ptos-select select {
    position: relative;
    width: 130%;
    margin: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0) !important;
    -webkit-appearance: none;
}

.form-ptos-select select:focus {
    outline: none;
}

.form-ptos-bottom form span {
    color: #fff;
    font-size: 1.2rem;
    padding: 0 0.3rem;
}

.form-ptos-bottom form .bt-submit {
    -moz-user-select: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0.2rem solid #fff;
    border-radius: 0.2rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    height: 4rem;
    line-height: 1.4rem;
    max-width: none;
    padding: 1.2rem 2rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    float: right;
}

.title-dest-ptos h2 {
    font-family: "OpenSans", Arial, sans-serif;
    font-size: 3rem;
    padding-bottom: 1.5rem;
}

.title-dest-ptos {
    display: inline-block;
    vertical-align: middle;
}

.dest-ptos form {
    float: right;
    position: relative;
    vertical-align: middle;
    width: 12rem;
    margin-top: 4rem;
    display: none;
}

.dest-ptos .form-dest-ptos-form-select::after {
    background: #fff url("icons/arrow_down.png") no-repeat scroll right center;
    content: "";
    display: block;
    height: 4rem;
    padding-left: 1rem;
    vertical-align: middle;
    width: 2.1rem;
    position: absolute;
    right: 0;
    top: -8px;
}

.dest-ptos .form-dest-ptos-form-select {
    display: block;
    padding: 0 1rem 0 0;
    position: absolute;
    width: 100%;
    border: 0 none;
}

.dest-ptos select {
    border: 0 none;
    width: 100%;
}

.ico-ptos::before {
    border-bottom: 1px solid #eee;
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 21.9rem;
    width: 900rem;
}

.ico-ptos::after {
    border-bottom: 1px solid #eee;
    content: "";
    display: block;
    left: 100%;
    position: absolute;
    top: 21.9rem;
    width: 900rem;
}

.ico-ptos {
    border-bottom: 1px solid #eee;
    display: block;
    margin-top: 3rem;
    position: relative;
    text-align: center;
    width: 100%;
}

.ico-ptos-top::before {
    border-top: 1px solid #eee;
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    width: 900rem;
}

.ico-ptos-top::after {
    border-top: 1px solid #eee;
    content: "";
    display: block;
    left: 100%;
    position: absolute;
    top: 0;
    width: 900rem;
}

.ico-ptos-top {
    border-top: 1px solid #eee;
    display: block;
    padding: 3rem 0;
}

.ico-ptos .icons {
    display: inline-block;
    margin-bottom: 1rem;
    width: 100%;
}

.ico-ptos .icons img {
    clear: both;
    display: block;
    margin: 0 auto 1rem;
}

.ico-ptos .icons p {
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.ico-ptos .icons p {
    margin: 0;
}

.ico-ptos .ico1 {
    display: inline-block;
    width: 48%;
}

@media (min-width: 480px) {
    .form-ptos .form-ptos-top .form-ptos-top-left {
        width: 60%;
    }
    .form-ptos .form-ptos-top .form-ptos-top-right {
        width: 25%;
    }
}

@media (min-width: 410px) {
    .form-ptos .form-ptos-image {
        background: #007ba8 url("images/bg_form_ptos_estrella_mv.jpg") no-repeat right top / 100% auto;
    }
}

@media (min-width: 631px) {
    .ico-ptos::before {
        border-bottom: 1px solid #eee;
        content: "";
        display: block;
        position: absolute;
        right: 100%;
        top: 20.3rem;
        width: 900rem;
    }
    .ico-ptos::after {
        border-bottom: 1px solid #eee;
        content: "";
        display: block;
        left: 100%;
        position: absolute;
        top: 20.3rem;
        width: 900rem;
    }
}

@media (min-width: 768px) {
    .form-ptos {
        margin: 0;
        min-height: 16rem;
    }
    .form-ptos .form-ptos-image {
        background: #007ba8 url("images/bg_form_ptos_estrella.jpg") no-repeat right top / auto auto;
    }
    .form-ptos .form-ptos-top .form-ptos-top-left {
        width: 80%;
        padding-right: 0;
    }
    .form-ptos .form-ptos-top .form-ptos-top-left h2 {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
    .form-ptos .form-ptos-top .form-ptos-top-left p {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .form-ptos .form-ptos-top .form-ptos-top-right {
        width: 20%;
    }
    .form-ptos .form-ptos-top .form-ptos-top-right p,
    .form-ptos .form-ptos-top .form-ptos-top-right span,
    .form-ptos .form-ptos-top .form-ptos-top-right a {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .form-ptos .form-ptos-bottom .form-ptos-p,
    .form-ptos .form-ptos-bottom .form-ptos-n,
    .form-ptos .form-ptos-bottom .form-ptos-s {
        display: table-cell;
        padding-right: 1rem;
        width: 30%;
    }
    .form-ptos .form-ptos-bottom .form-ptos-s {
        padding-right: 0;
        width: 40%;
    }
    .form-ptos-bottom form label {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .form-ptos-bottom form input[type="text"] {
        font-size: 1.2rem;
        width: 45%;
        padding-left: 5%;
    }
    .form-ptos-bottom form select {
        font-size: 1.2rem;
    }
    .form-ptos-bottom form .form-ptos-n input[type="text"] {
        padding-left: 5%;
    }
    .form-ptos-bottom form .form-ptos-select {
        width: 14rem;
    }
    .dest-ptos form {
        display: block;
    }
    .ico-ptos::before {
        border-bottom: 1px solid #eee;
        content: "";
        display: block;
        position: absolute;
        right: 100%;
        top: 10.5rem;
        width: 900rem;
    }
    .ico-ptos::after {
        border-bottom: 1px solid #eee;
        content: "";
        display: block;
        left: 100%;
        position: absolute;
        top: 10.5rem;
        width: 900rem;
    }
    .ico-ptos .icons {
        display: inline-block;
        text-align: left;
        width: 70%;
    }
    .ico-ptos .icons+.icons {
        width: 29%;
    }
    .ico-ptos .icons img {
        vertical-align: middle;
        margin: 0 1rem 0 0;
        float: left;
    }
    .ico-ptos .icons p {
        font-size: 1.2rem;
        line-height: 1.4rem;
        margin: 0;
    }
    .ico-ptos .ico1+.ico1 {
        float: right;
    }
    .ico-ptos .ico1+.ico1 img {
        float: none;
        display: inline-block;
    }
    .ico-ptos .ico1+.ico1 p {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .form-ptos .form-ptos-top .form-ptos-top-left {
        width: 85%;
    }
    .form-ptos .form-ptos-bottom .form-ptos-p,
    .form-ptos .form-ptos-bottom .form-ptos-n,
    .form-ptos .form-ptos-bottom .form-ptos-s {
        display: table-cell;
        padding-right: 1rem;
        width: 35%;
    }
    .form-ptos .form-ptos-bottom .form-ptos-p {
        width: 25%;
    }
    .form-ptos .form-ptos-bottom .form-ptos-n {
        width: 40%;
    }
    .ico-ptos .icons+.icons {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .form-ptos-bottom form .bt-submit {
        padding: 1.2rem 6rem;
    }
    .ico-ptos .icons+.icons {
        width: 18%;
    }
    .ico-ptos .icons {
        width: 50%;
    }
}


/***************************
    PREHOME
****************************/

.main-prehome-block {
    background-color: #efefef;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.pr-highlights-large .pr-highlights-list,
.pr-highlights-large .pr-highlight-description ul {
    margin-top: 0;
}

.pr-highlights-large {
    margin: 0 -21px;
}

@media (min-width: 768px) {
    .pr-highlights-large {
        margin: 0 -6px;
    }
}

.pr-highlights-large .pr-highlights-list {
    width: 100%;
}

.pr-highlights-large .pr-highlights-list .pr-highlight {
    background: none;
    padding: 6px;
    max-width: 46rem;
}

@media (max-width: 767px) {
    .pr-highlights-large .pr-highlights-list .pr-highlight {
        margin: 0 auto;
        float: none;
    }
}

@media (min-width: 768px) {
    .pr-highlights-large .pr-highlights-list .pr-highlight {
        max-width: none;
    }
}

.pr-highlights-large .pr-highlight a {
    display: block;
    position: relative;
}

.pr-highlights-large .pr-highlight-image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) {
    .pr-highlights-large .pr-highlight-image {
        height: 22rem;
    }
    .pr-highlights-large .pr-highlight-image-wrap {
        width: 200%;
        left: -50%;
        position: relative;
        height: 100%;
    }
}

.pr-highlights-large .pr-highlight-image-wrap img {
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: block;
}

@media (min-width: 768px) {
    .pr-highlights-large .pr-highlight-image-wrap img {
        height: 100%;
        width: auto;
        min-width: 50%;
    }
}

.pr-highlights-large .pr-highlight-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 1rem;
}

.pr-highlights-large .pr-highlight-title h2 {
    color: #fff;
    font-size: 1.8rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    line-height: 2rem;
    margin-top: 0;
}

@media (min-width: 992px) {
    .pr-highlights-large .pr-highlight-title h2 {
        font-size: 2rem;
        line-height: 2.2rem;
    }
}

.pr-highlights-large .pr-highlight-description ul {
    margin: 1rem 0 0;
    padding-left: 2rem;
}

.pr-highlights-large .pr-highlight-description li {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    margin-bottom: 0.5rem;
    background: none;
    padding: 0;
}

.pr-highlights-small .pr-highlights-list,
.pr-highlights-small .pr-highlight-description ul {
    margin-top: 0;
}

.pr-highlights-small {
    margin: 0 -21px;
}

@media (min-width: 768px) {
    .pr-highlights-small {
        margin: 0 -6px;
    }
}

.pr-highlights-small .pr-highlights-list {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

@media (min-width: 768px) {
    .pr-highlights-small .pr-highlights-list {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
}

.pr-highlights-small .pr-highlights-list .pr-highlight {
    background: none;
    padding: 6px;
    max-width: 35rem;
}

@media (min-width: 768px) {
    .pr-highlights-small .pr-highlights-list .pr-highlight {
        max-width: none;
    }
}

.pr-highlights-small .pr-highlight a {
    display: block;
    position: relative;
    background-color: #fff;
    height: 100%;
}

.pr-highlights-small .pr-highlight-image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) {
	/*
    .pr-highlights-small .pr-highlight-image {
        height: 13rem;
    }
	*/
	/* Anulación alto para destacados home */
	
	
    .pr-highlights-small .pr-highlight-image-wrap {
        width: 200%;
        left: -50%;
        position: relative;
        height: 100%;
    }
}

.pr-highlights-small .pr-highlight-image-wrap img {
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: block;
}

@media (min-width: 768px) {
    .pr-highlights-small .pr-highlight-image-wrap img {
        height: 100%;
        width: auto;
        min-width: 50%;
    }
}

.pr-highlights-small .pr-highlight-title {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}

.pr-highlights-small .pr-highlight-title h2 {
    color: #fff;
    font-size: 1.8rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    line-height: 2rem;
    margin-top: 0;
}

@media (min-width: 992px) {
    .pr-highlights-small .pr-highlight-title h2 {
        font-size: 2rem;
        line-height: 2.2rem;
    }
}

.pr-highlights-small .pr-highlight-text {
    padding: 1rem;
    min-height: 8rem;
}

@media (min-width: 768px) {
    .pr-highlights-small .pr-highlight-text {
        min-height: 0;
    }
}

.pr-highlights-small .pr-highlight-description p {
    color: #555555;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    margin-top: 0;
    padding: 0;
}


/* Promo */

.pr-promo {
    padding-top: 6px;
    margin: 0 -15px;
}

@media (min-width: 768px) {
    .pr-promo {
        margin: 0;
    }
}

.pr-promo a {
    text-decoration: none;
    display: block;
    max-width: 33.8rem;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .pr-promo a {
        max-width: none;
    }
}

.pr-promo-wrap {
    background-color: #fff;
    width: 100%;
}

@media (min-width: 768px) {
    .pr-promo-wrap {
        display: table;
    }
    .pr-promo-wrap .pr-promo-image {
        display: table-cell;
        vertical-align: middle;
    }
}

.pr-promo-wrap .pr-promo-text {
    padding: 1.5rem 2rem;
    position: relative;
}

@media (min-width: 768px) {
    .pr-promo-wrap .pr-promo-text {
        display: table-cell;
        vertical-align: top;
        width: 100%;
    }
}

.pr-promo-image-wrap img {
    margin-top: 0;
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .pr-promo-image-wrap img {
        width: 30.7rem;
    }
}

.pr-promo-wrap .pr-promo-sbt {
    color: #004f70;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    margin-bottom: 1rem;
    max-width: 50rem;
}

@media (min-width: 768px) {
    .pr-promo-wrap .pr-promo-sbt {
        font-size: 1.8rem;
        line-height: 2rem;
        margin-bottom: 1.5rem;
    }
}

.pr-promo-wrap .pr-promo-title h2 {
    color: #1a1a1a;
    margin: 0;
    font-size: 1.8rem;
    line-height: 2rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    max-width: 50rem;
}

@media (min-width: 768px) {
    .pr-promo-wrap .pr-promo-title h2 {
        font-size: 2.2rem;
        line-height: 2.4rem;
    }
}

.pr-promo-wrap .pr-promo-title {
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .pr-promo-wrap .pr-promo-title {
        margin-bottom: 5rem;
    }
}

@media (min-width: 768px) {
    .pr-promo-link {
        bottom: 1.5rem;
        left: 2rem;
        position: absolute;
    }
}

.pr-promo-link .button_wrap {
    margin: 0;
}

.pr-promo-link .button_wrap .btn.btn-yellow {
    background-color: #f4c53d;
    border: 0.2rem solid #f4c53d;
    color: #000;
}

.pr-promo-link .button_wrap>.icon_people {
    padding-left: 3.7rem;
}

.pr-promo-link .button_wrap .btn {
    max-width: none;
    width: auto;
}

.pr-promo-link .button_wrap .btn {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    background-color: #fff;
    border: 0.2rem solid #0000fa;
    color: #0000fa;
    padding: 1.2rem 1rem;
    border-radius: 0.2rem;
    line-height: 1.4rem;
    font-size: 1.4rem;
    min-height: 4rem;
    position: relative;
    background: none;
    display: inline-block;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    width: 100%;
    max-width: 320px;
    transition: all 0.3s ease-in;
}

.pr-promo-link .btn-yellow.icon_people:before {
    position: relative;
    display: inline-block;
    height: 2.3rem;
    vertical-align: middle;
    margin-bottom: 0.2rem;
}

.pr-promo-link .button_wrap>.icon_people:before {
    background: url('icons/icon_people_blue.png') no-repeat center center transparent;
}

.pr-promo-link .button_wrap>.btn-yellow.icon_people:before {
    background-image: url('icons/icon_people.png');
}

.pr-promo-link .btn.btn-yellow.icon_people {
    padding-left: 50px;
}

.pr-promo-link .btn.btn-yellow.icon_people:before {
    background-image: url("../css/icons/icon_people.png");
    content: '';
    width: 37px;
    height: 23px;
    position: absolute;
    left: 10px;
    top: 20%;
    bottom: 24%;
}

@media (min-width: 992px) {
    .prehome #desplegable-idiomas {
        position: absolute;
        right: 0;
        margin-left: 0;
        width: 6rem;
        top: 50%;
        margin-top: -1rem;
    }
    .prehome footer#footer {
        padding: 1rem 0;
    }
}

@media (max-width: 991px) {
    .prehome .header-bottom .row {
        display: table;
        width: 100%;
        margin: 0;
    }
    .prehome .header-bottom .column {
        display: table-cell;
        float: none;
        vertical-align: middle;
        padding: 0;
        width: auto;
    }
    .prehome #desplegable-idiomas {
        position: absolute;
        right: 0;
        margin-left: 0;
        border: none;
        padding: 0;
        width: 6rem;
        top: 50%;
        margin-top: -1rem;
    }
    .prehome #desplegable-idiomas.links-group-panel .mobile-link-open a {
        font-size: 1.2rem;
    }
}


/****************************/


/** Fix in Grey background **/


/****************************/

.bg-grey .carousel-item .carousel-item-title p,
.page-wrapper .bg-grey .article-content li,
.page-wrapper .bg-grey .article-content li a,
.page-wrapper .bg-grey .article-content li p,
.bg-grey table.table>thead>tr>th,
.bg-grey table.table>tbody>tr>td,
.bg-grey table.table>tbody>tr>th,
.bg-grey table>thead>tr>th,
.bg-grey table>tbody>tr>td,
.bg-grey .p-highlights-promo .p-highlight-info p a,
.bg-grey .p-highlights-promo .p-highlight-title h2,
.bg-grey .p-highlights-promo .p-highlight-title h3,
.bg-grey .p-highlights-promo .p-highlight-title h4,
.bg-grey .p-highlights-promo .p-highlight-title p,
.bg-grey table>tbody>tr>th,
.bg-grey .c-highlight-link a,
.bg-grey .tabs-item .tabs-item-title>p,
.bg-grey .button_wrap .btn_info {
    color: #fff;
}

.bg-grey table tbody td.blackback {
    color: #555 !important;
}

.bg-grey button.btn.btn-default,
.bg-grey .buttons_group .button_wrap .btn a {
    background-color: white;
    color: #0000fa;
}

.bg-grey .dropdown-menu li.checkbox-row label,
.bg-grey .dropdown-content.article-content p {
    color: #555;
}

.bg-grey li.h-highlight .h-highlight-content.article-content p,
.bg-grey .tabs-item .tabs-item-title-active>p {
    color: #017cac;
}

.bg-grey .tabs-item .tabs-item-title.tabs-item-title-active,
.bg-grey .tabs-item .tabs-item-title.tabs-item-title-active:hover {
    border-bottom: 3px solid #037eae;
}

.bg-grey .tabs-group .tabs-arrow-left a {
    background: url(icons/arrow-left-white.png) no-repeat center center transparent;
    border-right: 1px solid #fff;
}

.bg-grey .tabs-group .tabs-arrow-right a {
    background: url(icons/arrow-right-white.png) no-repeat center center transparent;
    border-left: 1px solid #fff;
}

.bg-grey .tabs-group .tabs-arrow-right a {
    border-left: 1px solid #fff;
}

.bg-grey .tabs-arrow {
    background: #545454;
}


/****************************/


/** Fix in Blue background **/


/****************************/

.bg-blue table tbody td.blackback {
    background-color: #fff;
}

.bg-blue table.table>thead>tr>th,
.bg-blue table.table>tbody>tr>td,
.bg-blue table.table>tbody>tr>th,
.bg-blue table>thead>tr>th,
.bg-blue table>tbody>tr>td,
.bg-blue table>tbody>tr>th {
    border-bottom: 0.1rem solid #cccccc;
}

.bg-blue .v-highlight,
.bg-blue .p-highlights.main-component .p-highlight-wrap {
    border: 1px solid #cccccc;
}

.bg-blue .p-highlights-promo .p-highlight-wrap {
    border: 0 !important;
}

.bg-blue .h-highlights-promo .h-highlight>a,
.bg-blue .h-highlight>a,
.bg-blue .h-highlight .h-highlight-nolink {
    background-color: transparent;
}

.bg-blue .tabs-group .tabs-arrow-left a {
    border-right: 1px solid #d6dbdf;
}

.bg-blue .tabs-group .tabs-arrow-right a {
    border-left: 1px solid #d6dbdf;
}

.bg-blue .tabs-arrow {
    background: #e5f5fc;
}


/***************************
    Estilos focus
***************************/

.link-group-links ul li a:hover,
.link-group-links ul li a:focus,
.header-top .link-group-head a:hover,
.header-top .link-group-head a:focus,
#desplegable-idiomas.links-group-panel .mobile-link-open a:hover,
#desplegable-idiomas.links-group-panel .mobile-link-open a:focus,
.cotizacion .html-snippet span:hover,
.cotizacion .html-snippet span:focus,
.link-text-footer ul li a:hover,
.link-text-footer ul li a:focus {
    /* color: #004f70; */
    color: rgb(0, 0, 250); /* Nuevo color */
}

.header-top .links-group-panel .links-group-panel-links li a:hover,
.header-top .links-group-panel .links-group-panel-links li a:focus,
.footer-middle-top .link-group-links ul li a:hover,
.footer-middle-top .link-group-links ul li a:focus {
    /* color: #007BAD; */
    color: rgb(0, 0, 250); /* Nuevo color */
}

.dropdown-group .dropdown-item .dropdown-title a:focus,
.dropdown-group .dropdown-item .dropdown-title a:focus,
.dropdown-group .dropdown-item .dropdown-title a:focus {
    outline: none;
    border: none;
}

.dropdown-group .dropdown-item .dropdown-title a:focus h2,
.dropdown-group .dropdown-item .dropdown-title a:focus h3,
.dropdown-group .dropdown-item .dropdown-title a:focus h4 {
    background: #0000fa;
    color: #fff;
    outline: none;
    border: none;
}

.tabs-item a:focus .tabs-item-title {
    border-bottom: 3px solid #eee;
}

.tabs-item a:focus .tabs-item-title.tabs-item-title-active {
    border-bottom: 3px solid #037eae;
}

.sh-tabs.tabs-group .tabs-item a:focus p {
    color: #0000fa;
}

.submenu-linkgroup.tabs-group .tabs-item a:focus .tabs-item-title p {
    color: #0000fa;
}

.bottom_sticky .cmn-cta a:focus {
    outline: none;
}

.bottom_sticky .cmn-cta a:focus .cmn-text,
.footer .search-group input[type="submit"]:focus,
.card-search-form input[type="submit"]:focus {
    -webkit-box-shadow: 0 0 10px -3px #404040;
    -moz-box-shadow: 0 0 10px -3px #404040;
    box-shadow: 0 0 10px -3px #404040;
    transition: all 0.3s ease-in;
}

.header .search input[type="submit"]:focus,
.lolopo-f-submit .bt-submit:focus {
    -webkit-box-shadow: 0 0 10px -3px #404040;
    -moz-box-shadow: 0 0 10px -3px #404040;
    box-shadow: 0 0 10px -3px #404040;
    transition: all 0.3s ease-in;
    outline: none;
    border: 0;
}

.sh-highlights .sh-highlight>a:hover,
.sh-highlights .sh-highlight>a:focus,
.hm-cmp .hm-cmp-item a:hover,
.hm-cmp .hm-cmp-item a:focus,
.hm-lw-item a:hover,
.hm-lw-item a:focus {
    outline: none;
    -webkit-box-shadow: 0 0 20px 0px #404040;
    -moz-box-shadow: 0 0 20px 0px #404040;
    box-shadow: 0 0 20px 0px #404040;
    transition: all 0.3s ease-in;
}

#panel-menu .menu-linkgroup .menu-link a:focus,
#panel-menu .menu-campaign a:focus {
    display: block;
}

#panel-menu .menu-linkgroup .menu-linkgroup-heading a:focus {
    color: #004f70;
    outline: none;
}


/* Destacados legales cookies */

.tb-text {
    width: 100%;
    border: 0.1rem solid #efefef;
}

@media (min-width: 768px) {
    .tb-text {
        display: table;
    }
}

@media (min-width: 768px) {
    .tb-text .tb-text-r {
        display: table-row;
    }
}

.tb-text .tb-text-c {
    border-top: 0.1rem solid #efefef;
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .tb-text .tb-text-c {
        display: table-cell;
        vertical-align: top;
    }
}

.tb-text .tb-text-r:first-child .tb-text-c {
    border-top: none;
}

@media (max-width: 767px) {
    .tb-text .tb-text-r .tb-text-c.tb-text-right {
        border-top: none;
    }
}

.tb-text .tb-text-c.tb-text-right {
    padding-top: 0;
}

@media (min-width: 768px) {
    .tb-text .tb-text-c.tb-text-right {
        padding-left: 0;
        padding-top: 1.5rem;
    }
}

.tb-text .tb-text-c h4 {
    display: inline;
    color: #555;
    font-size: 1.6rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
}

.tb-text .tb-text-c p {
    display: inline;
}

.tb-text .tb-text-c ul {
    display: table;
    margin: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .tb-text .tb-text-c ul {
        width: auto;
    }
}

.tb-text .tb-text-c li {
    display: table-row;
    padding: 0;
    background: none;
}

.tb-text .tb-text-c li strong,
.tb-text .tb-text-c li a {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    padding-top: 1rem;
}

@media (min-width: 768px) {
    .tb-text .tb-text-c li strong,
    .tb-text .tb-text-c li a {
        padding-top: 1.5rem;
    }
}

.tb-text .tb-text-c li:first-child strong,
.tb-text .tb-text-c li:first-child a {
    padding-top: 0;
}

.tb-text .tb-text-c li strong {
    color: #555;
    padding-right: 1.5rem;
}

.tb-text .tb-text-c li a {
    text-align: right;
}


/******************************************
    Estilos jquery-ui-1.9.2.custom.css
*******************************************/

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    zoom: 1;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

* html .ui-autocomplete {
    width: 1px;
    height: 100px;
}


/* without this, the menu expands to 100% in IE6 */

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    width: 100%;
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.2;
    zoom: 1;
    font-weight: normal;
    text-align: left;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
    cursor: default;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 0.95em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #000000;
}

.ui-widget-content a {
    color: #000000;
}

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828;
    color: #ffffff;
    font-weight: bold;
}

.ui-widget-header a {
    color: #ffffff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #cccccc;
    background: #f6f6f6;
    font-weight: bold;
    color: #1c94c4;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #00A0DD;
    background: #00A0DF 50% 50% repeat-x;
    font-weight: bold;
    color: #FFFFFF;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #c77405;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #fbd850;
    background: #ffffff;
    font-weight: bold;
    color: #eb8f00;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none;
}

.ui-autocomplete-loading {
    background: url("images/loading_tarjetas.gif") no-repeat scroll right center white;
}


/*************************

    scroll animation

**************************/


/*.scroll-icon {
    position: fixed;
    top: 90%;
    left: 50%;
    z-index: 1000;
    background: #4d4d4d url(icons/scrolldown.png) no-repeat center center;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 26px;
}
*/

.scroll-icon {
    position: absolute;
    top: 95%;
    left: 50%;
    background: #4d4d4d;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 26px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1000;
}

.scroll-icon span {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    top: -0.7rem;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: opacity .3s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: effect 2s infinite;
    animation: effect 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes effect {
    0% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
        opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    70% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    }
}

@keyframes effect {
    0% {
        transform: rotate(-45deg) translate(-10px, 10px);
        opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    70% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
    }
}

.promo .bg-dark-blue .col-xs-12 {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 66.6667%;
}

@media (max-width: 991px) {
    .promo .bg-dark-blue .col-xs-12 {
        width: 100%;
    }
    .promo .bg-dark-blue {
        margin-top: 0;
    }
}

.promo .bg-dark-blue h2,
.promo .bg-dark-blue h3,
.promo .bg-dark-blue p,
.promo .bg-dark-blue p span,
.promo .bg-dark-blue ul li {
    color: #fff;
}


/* Fix bugs prebuscador */

::-ms-clear {
    display: none;
}

.header .search-field {
    margin-left: 55px;
    padding-left: 6px;
}

@media (max-width: 1200px) {
    .header .search-field {
        max-width: 52%;
    }
}

@media (min-width: 1200px) {
    .header .search-field {
        max-width: 70%;
    }
}

.header .search-field {
    padding-left: 0\0 !important;
    margin-left: 55px\0 !important;
}

.ps-block.ps-proposal .ps-content li {
    max-height: 50px;
}

.bg-blue a {
    color: #00739E;
}


/* Fix banner */

.csstransforms .video-layer #cboxLoadedContent {
    top: 20% \0 !important;
}

.video-wrapper.neo-brightcove_v2-video.neo-video-responsive div:first-child {
    margin: 0 auto;
}


/* Playlist */

.neo-vjs-playlist .vjs-playlist-duration {
    left: 32px !important;
    color: #fff !important;
}

.responsive-playlist-player-wrapper .vjs-fluid,
.responsive-playlist-player-wrapper .vjs-16-9,
.responsive-playlist-player-wrapper .vjs-4-3 {
    min-height: 380px !important;
}

.vjs-mouse.neo-vjs-playlist .vjs-selected .vjs-playlist-thumbnail::before {
    color: #fff !important;
    left: 32px;
}

.vjs-mouse.neo-vjs-playlist .vjs-playlist-item:focus .vjs-playlist-thumbnail::before,
.vjs-mouse.neo-vjs-playlist .vjs-playlist-item:hover .vjs-playlist-thumbnail::before {
    left: 70.5px !important;
}

.video-inline {
    height: 100% !important;
    padding-bottom: 0 !important;
}

@media (min-width: 1199px) {
    .vjs-playlist-name {
        color: white;
        display: none !important;
    }
}

@media (min-width: 749px) and (max-width: 991px) {
    .vjs-playlist-name {
        color: white;
        display: none !important;
    }
}

.vjs-playlist-name {
    color: white;
}

.vjs-playlist-ad-overlay {
    display: none;
}


/*****************
*  Ticket #61598 *
*****************/

@media (max-width: 992px) {
    .sh-highlights .sh-highlight.sh-h-double .sh-h-text {
        height: auto;
    }
}


/*****************
*  Ticket #65009 *
*****************/


/* Fix subhome tarjetas (textos / buscador) */

@media (max-width: 335px) {
    .card-search-banner .card-search-banner-r {
        min-height: 14rem;
    }
    .card-search-banner .card-search-form form {
        top: 3rem;
    }
}

@media (max-width: 375px) {
    .sh-highlights .sh-highlight .sh-h-description p {
        font-size: 1.5rem;
        line-height: 1.55rem;
    }
    .sh-highlights .sh-highlight.sh-h-double .sh-h-text {
        height: 100%;
    }
}


/*****************
*  Ticket #62578 *
*****************/

.pr-highlight {
    position: relative !important;
}


/*****************
*  Ticket #62644 *
*****************/

@media (max-width: 519px) {
    .neo-vjs-playlist cite {
        display: block;
        font-style: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        min-height: 100%;
    }
}

.page-wrapper ol li {
    list-style: none;
}

@media (max-width: 600px) {
    .vjs-mouse.neo-vjs-playlist .vjs-selected .vjs-playlist-thumbnail:before {
        left: 34px !important;
        content: '' !important;
    }
}

@media (max-width: 768px) {
    .responsive-playlist-player-wrapper .video-js {
        flex: 1 100% !important;
    }
}


/*****************
*  Ticket #61570 *
*****************/

.lineaabierta-placeholder-ie {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    padding-left: 0.5rem;
    padding-top: 0.9rem;
    font-weight: normal;
}


/* Submenu Windows Phone*/

@-ms-viewport {
    width: auto;
    margin-left: -50%;
}


/*****************
*  Ticket #62618 *
*****************/

body {
    overflow: hidden;
}


/* Titulo ventanas modales accesibilidad */

#modalTitle {
    position: absolute;
    left: -999px;
    width: 1px;
    height: 1px;
    top: auto;
}

@media (min-width: 992px) {
    #modalTitle {
        display: none;
    }
}

@media (min-width: 992px) {
    #panel-menu .menu-linkgroup .tabs-item>a {
        height: 6rem;
    }
    #panel-menu .tabs-items-scroll {
        height: 6rem;
    }
}


/*****************
*  Ticket #63117 *
*****************/

#planes_pensiones_promos .v-highlight-right .button_wrap {
    min-width: 120px;
    text-align: left;
}

.component_wrapper[data-name="inicio_menu"] {
    display: none;
}

.component_wrapper[data-name="inicio_menu"] a:after {
    background: none;
}

@media (max-width: 767px) {
    .component_wrapper[data-name="inicio_menu"] {
        display: block;
    }
}


/** placeholder buscador oficinas footer **/

*#office-footer::-webkit-input-placeholder {
    color: #777777 !important;
}

*#office-footer:-moz-placeholder {
    color: #777777 !important;
}

*#office-footer::-moz-placeholder {
    color: #777777 !important;
}

*#office-footer:-ms-input-placeholder {
    color: #777777 !important;
}


/*error busqueda*/

.s-results #error .s-r-product-c.s-r-left {
    background-color: #e6f2f7;
    padding: 20px;
}

.s-results #error .s-r-product-c.s-r-right {
    background-color: #e6f2f7;
    padding-right: 90px;
}

.s-results #error .s-r-product-c.s-r-right p.s-result-text-error {
    font-size: 2rem;
}

.s-results #error .s-r-product-c.s-r-right p.s-result-text-error span {
    color: #0000fa;
}

.s-results #error h2 {
    margin-top: 20px;
}

.s-results #error ul {
    margin-left: 2px;
    margin-bottom: 10px;
}

.s-results #error .s-r-left img {
    margin: 0;
    padding-right: 2rem;
    border-right: 1px solid #0000fa;
}

@media (max-width: 767px) {
    .s-results #error .s-r-product-c.s-r-left {
        width: 100%;
        display: inline-block;
        padding: 2rem 2rem 0 2rem;
    }
    .s-results #error .s-r-left img {
        margin: 0;
        border-right: 0;
        width: 11rem;
    }
    .s-results #error .s-r-product-c.s-r-right {
        padding: 0 2rem 2rem 2rem;
    }
    .s-results #error .s-r-product-c.s-r-right p.s-result-text-error {
        margin-top: 1rem;
    }
}


/*Nuevo bloque descarga app - ticket #63230*/

.detalle_producto_descarga {
    margin-top: 1rem;
}

.detalle_producto_descarga_img {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    margin-top: 1rem;
}

.detalle_producto_descarga_desc {
    width: 84%;
    display: inline-block;
    vertical-align: top;
    margin-top: 1rem;
    padding-right: 6rem;
}

.adquirir_producto_descarga_links {
    width: 48%;
    vertical-align: top;
    display: inline-block;
}

.adquirir_producto_descarga_links p {
    padding: 0.5rem 0 1rem 0;
    line-height: 1.5rem;
    font-size: 1.1rem;
}

.adquirir_producto_descarga_form {
    width: 48%;
    vertical-align: top;
    display: inline-block;
}

.adquirir_producto_descarga_form p {
    padding: 0.5rem 0 1rem 0;
    line-height: 1.5rem;
    font-size: 1.1rem;
}

.adquirir_producto_descarga_form input[type="text"] {
    background: #f1f1f1;
    border: none;
    height: 4.8rem;
    width: 68%;
    margin-right: 0.5rem;
}

.adquirir_producto_descarga_form input[type="submit"] {
    background: #0289b7;
    color: #fff;
    border: none;
    height: 4.8rem;
    width: 28%;
}

.botones_descarga_store a img {
    width: 13rem;
    margin: 0 1rem 0 0rem;
}

@media (max-width: 640px) {
    .detalle_producto_descarga_img {
        width: 100%;
        text-align: center;
    }
    .detalle_producto_descarga_desc {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .detalle_producto_descarga_desc ul li {
        text-align: left;
    }
    .adquirir_producto_descarga_links {
        width: 100%;
        margin-top: 2rem;
    }
    .adquirir_producto_descarga_form {
        width: 100%;
        padding: 2rem 0 2rem 0;
    }
    .botones_descarga_store {
        width: 100%;
        text-align: center;
    }
    .botones_descarga_store a img {
        margin: 10px;
    }
}

@media (max-width: 420px) {
    .botones_descarga_store a img {
        width: 45%;
        margin: 5px;
    }
}

#panel-menu .menu-linkgroup-heading.active+.menu-linkgroup-links {
    display: block !important;
}

@media (max-width: 767px) {
    #links-top .links-group-panel-links a.current {
        background: #e5f2fe;
    }
    #desplegable-idiomas .links-group-panel-links a.current.active {
        background: #e5f2fe;
    }
    #panel-menu .menu-campaigns .menu-linkgroup-heading.active {
        background: #fff;
    }
}

@media (max-width: 767px) {
    .b-link-image-wrap img {
        width: 100%;
        height: auto;
    }
    .b-link .b-link-item {
        max-width: 100%;
        height: auto;
    }
    .b-link-image-wrap {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 767px) {
    #panel-menu .menu-linkgroup .menu-link.active {
        background: #e5f2fe;
    }
    .component_wrapper[data-name="inicio_menu"] .menu-linkgroup-heading.active {
        background: #fff !important;
    }
}


/*****************
*  Ticket #64560 *
*****************/

@media (min-width: 540px) {
    #caixabankpay_destacados.p-highlights-promo .p-highlight-title {
        min-height: 8.8rem;
    }
}

#caixabankpay_destacados.p-highlights-promo .p-highlight-text-t {
    min-height: 15.8rem;
}


/*****NUEVAS ANIMACIONES Y ROLLOVER: BOTONES****/

.button_wrap a>.btn-yellow.icon_lock:before,
.button_wrap .btn-yellow.icon_lock>a:before,
.article-content .boton.naranja>a:before,
.article-content a>.boton.naranja:before {
    font-family: "fontello";
    font-style: normal;
    content: '\e900';
    font-size: 2rem;
    margin-top: 10px;
}

.button_wrap .btn.btn-yellow>a:hover,
.button_wrap a>.btn.btn-yellow:hover,
.button_wrap button.btn.btn-yellow:hover,
.article-content .boton.naranja>a:hover,
.article-content a>.boton.naranja:hover {
    -webkit-box-shadow: inset 500px -1px 5px 0px rgba(219, 177, 55, 1);
    -moz-box-shadow: inset 500px -1px 5px 0px rgba(219, 177, 55, 1);
    box-shadow: inset 500px -1px 5px 0px rgba(219, 177, 55, 1);
    transition: 1s all ease-out;
}

.button_wrap .btn.btn-blue>a:hover,
.button_wrap a>.btn.btn-blue:hover,
.button_wrap button.btn.btn-blue:hover,
.article-content .boton_azul>a:hover,
.article-content .boton.azul_turquesa>a:hover,
.article-content .boton_azul_oscuro>a:hover,
.article-content a>.boton_azul:hover,
.article-content a>.boton.azul_turquesa:hover,
.article-content a>.boton.azul_oscuro:hover {
    -webkit-box-shadow: inset 770px -1px 5px 0px #0000b3;
    -moz-box-shadow: inset 770px -1px 5px 0px #0000b3;
    box-shadow: inset 770px -1px 5px 0px #0000b3;
    transition: 0.3s all ease-out;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle):hover {
    -webkit-box-shadow: inset 300px -1px 5px 0px #006f99;
    -moz-box-shadow: inset 300px -1px 5px 0px #006f99;
    box-shadow: inset 300px -1px 5px 0px #006f99;
    transition: 0.3s all ease-out;
    color: #fff;
}

.card-search-form input[type="submit"]:hover {
    -webkit-box-shadow: inset 200px -1px 5px 0px #006f99;
    -moz-box-shadow: inset 200px -1px 5px 0px #006f99;
    box-shadow: inset 200px -1px 5px 0px #006f99;
    transition: 1s all ease-out;
}

.lt span.boton_azul a:hover {
    -webkit-box-shadow: inset 300px -1px 5px 0px #006f99;
    -moz-box-shadow: inset 300px -1px 5px 0px #006f99;
    box-shadow: inset 300px -1px 5px 0px #006f99;
    transition: 1s all ease-out;
}

.lt span.boton_mediano:before {
    font-family: "fontello";
    font-style: normal;
    content: '\e903';
    top: 0;
    font-size: 2rem;
    line-height: 3.5rem;
    padding-right: 1rem;
}

.lt span.boton_mediano:hover {
    -webkit-box-shadow: inset 300px -1px 5px 0px rgba(219, 177, 55, 1);
    -moz-box-shadow: inset 300px -1px 5px 0px rgba(219, 177, 55, 1);
    box-shadow: inset 300px -1px 5px 0px rgba(219, 177, 55, 1);
    transition: 0.5s all ease-out;
}

.lt span.boton_pequeno a:before,
.lt .product_link span.button a:before,
.lt a span.boton_pequeno:before {
    font-family: "fontello";
    font-style: normal;
    content: '\e900';
    font-size: 2rem;
    line-height: 2.5rem;
    padding-right: 2rem;
    top: 0;
}

.lt span.boton_pequeno a:hover,
.lt .product_link span.button a:hover,
.lt a span.boton_pequeno:hover {
    -webkit-box-shadow: inset 250px -1px 5px 0px rgba(219, 177, 55, 1);
    -moz-box-shadow: inset 250px -1px 5px 0px rgba(219, 177, 55, 1);
    box-shadow: inset 250px -1px 5px 0px rgba(219, 177, 55, 1);
    transition: 0.5s all ease-out;
}

.lt #form_iphone5.detalle_formulario .contenido_formulario form#envianum p input#enviar.botonAzul:hover {
    -webkit-box-shadow: inset 100px -1px 5px 0px #006f99;
    -moz-box-shadow: inset 100px -1px 5px 0px #006f99;
    box-shadow: inset 100px -1px 5px 0px #006f99;
    transition: 0.3s all ease-out;
}


/*****************
*  Ticket #65117 *
*****************/

#ventajas_tarjetas .carousel-items-list .carousel-items-wrap-scroll {
    min-height: 12.5rem;
    width: 101%;
}

#ventajas_tarjetas~.h-highlights .h-highlight>a {
    text-decoration: none;
}

#tarjetas_destacadas {
    margin: 4.5rem 0;
}

#tarjetas_destacadas .p-highlight-item-0 .p-highlight-text-t {
    background-color: #c6d9f1;
}

#tarjetas_destacadas ul.p-highlight-list .p-highlight .p-highlight-link .button_wrap span a {
    line-height: 4.3rem;
}

#tarjetas_destacadas ul.p-highlight-list .p-highlight .p-highlight-link .button_wrap span a:before {
    font-family: "fontello";
    font-style: normal;
    content: '\e900';
    font-size: 2.3rem;
    line-height: 2.1rem;
    background: none;
}

.sh-highlight.sh-h-product a {
    overflow: hidden !important;
}

.sh-h-nri {
    display: block;
    font-family: 'Arial Regular', Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #909090;
    position: absolute;
    font-weight: bold;
    bottom: 0.4rem;
    left: 1.3rem;
}

.sh-highlight.sh-h-product .sh-h-nri {
    position: absolute;
    bottom: 0.6rem;
    left: 40%;
    font-size: 1.3rem;
    color: #fff;
}

#dest_seg_fondo_amarillo .sh-highlight.sh-h-product .sh-h-nri {
    color: #000;
}

.sh-highlights .sh-highlight.sh-h-product .sh-h-description {
    margin: 0 auto 3rem;
}

@media (max-width: 992px) {
    .sh-highlights .sh-highlight.sh-h-double .sh-h-text {
        height: auto;
        padding-bottom: 4rem;
    }
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight>a {
        min-height: 34rem;
    }
    .sh-highlights .sh-highlight .sh-highlight-wrap {
        min-height: 34rem;
    }
    .sh-highlights .sh-highlight.sh-h-double .sh-h-image,
    .sh-highlights .sh-highlight.sh-h-product .sh-h-image {
        height: 34rem;
    }
    .sh-highlights .sh-highlight.sh-h-double .sh-h-text {
        left: -1px;
        bottom: -1px;
    }
    .sh-highlights .sh-highlight.sh-h-product .sh-h-text {
        padding: 4.5rem 1.2rem;
    }
}

@media (min-width: 992px) {
    .hm-slide-image-nri {
        transform: initial;
    }
}

.blue_bg .sh-h-nri {
    color: #fff;
}

.sh-highlight.sh-h-double a {
    overflow: hidden !important;
}


/********************************
*  Ticket #64953 - OM_RIESGO_3  *
********************************/

.om-right .om-value ul.om_riesgo_3 li {
    background-color: #d4d4d4;
    color: #9f9f9f;
}

.om-right .om-value ul.om_riesgo_3 li:nth-child(3) {
    background-color: #000;
    color: #fff;
}


/*********************************************
*  Ticket #65196 - Banner Producto Estrella  *
*********************************************/

#img_sombra_estrella.sh-highlights .sh-highlight .sh-highlight-wrap .sh-h-text .sh-h-description {
    display: none;
}

#img_sombra_estrella.sh-highlights .sh-highlight.sh-h-product .sh-highlight-wrap .sh-h-text {
    padding: 2rem 1.2rem;
}


/*Video B8*/

.app-group .product_media a::after {
    background: transparent url("icons/icon-play.png") no-repeat scroll center center;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.app-group .product_media a {
    display: block;
    position: relative;
}


/***********************************************************************************
*  Ticket #65380 - Menn (Aparece en blanco y lo necesitamos en azul)  *
***********************************************************************************/

.texto-azul .page-banner.channel-title .page-title h1 {
    color: #0000fa;
}


/***********************************************
*  Ticket #65384 - HolaBank - Resaltar texto   *
***********************************************/

#my_home_carousel .article-content .multicols~h4 {
    background: #ededed;
    padding: 2rem 0 0 2rem;
    border-radius: 6px 6px 0 0;
}

#my_home_carousel .article-content .multicols~ul {
    background: #ededed;
    padding: 1.5rem;
    margin: 0;
}

#my_home_carousel .article-content .multicols~p {
    background: #ededed;
    padding: 0 1.5rem 2rem 1.5rem;
    margin-top: 0;
}

#my_home_carousel .article-content .multicols~p:nth-last-child(2) {
    border-radius: 0 0 6px 6px;
}

#my_home_carousel .article-content .multicols~p:last-child {
    background: none;
}


/****************************************************
*  Ticket #65383 - Page-Layout para landing Family  *
****************************************************/

.family .banner {
    background: #fff;
}

.family .banner+.article-main .container-fluid:first-child {
    border: none;
}

.family .banner-image-group::after {
    opacity: 0;
}

.family .page-banner .page-video {
    opacity: 0;
}

.family .page-banner .page-video a {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.family .container-fluid.banner:nth-child(2) .page-video {
    position: relative;
    left: -30px;
    top: 33px;
    height: 280px;
    padding-bottom: 0;
}

.family h2 {
    color: #000;
}

.family .banner-media {
    max-height: 100%;
}

.family .container-fluid.banner .banner-text .page-video {
    top: 0;
}

.family .page-description h2 {
    font-size: 3em;
    line-height: 1em;
    width: 75%;
    margin: 0 auto;
}

@media(max-width: 992px) {
    .family .banner-text .page-banner {
        padding: 0;
    }
    .family .banner-text {
        /*         display: none; */
        position: absolute;
        top: 0;
    }
}

@media(max-width: 775px) {
    .family .page-description h2 {
        font-size: 2.8rem;
        width: 50%;
    }
}

@media(max-width: 640px) {
    .family .banner-text {
        position: static;
    }
    .family .banner:nth-of-type(2) .banner-text .page-banner .page-description h2 {
        padding: 3rem 0;
    }
    .family .page-description h2 {
        width: 90%;
    }
    .family .page-description #img_mobile {
        position: absolute;
        top: 0;
        left: 30%;
    }
}


/****************************************************
*    Logo "Family Seguros" del banner de cabecera   *
****************************************************/

#img_mobile {
    display: none;
}

@media (max-width: 992px) {
    #img_mobile {
        display: block;
        /*      margin-top: -35px; */
    }
    #img_desktop {
        display: none;
    }
}


/**********************************************************************************************************
*  Ticket #65124 - CMB flotante Nuevo Portal Particulares: Conexion con servicios de Call Center externos *
**********************************************************************************************************/

#form .family .error {
    color: red;
    font-weight: bold;
    display: none;
    width: 60%;
    margin: 5px auto;
}


/******************
*  Franja Blanca  *
******************/

.sh-h-description .normal.contenedor_doscolumnas::before {
    background: #fff;
    content: "";
    display: block;
    height: 54px;
    left: -2.8rem;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}

.sh-h-description .normal.contenedor_doscolumnas {
    margin-left: 0;
    margin-top: 15px;
    padding: 0;
    position: relative;
    width: 100%;
}

.sh-h-description .normal.contenedor_doscolumnas .ancho25 {
    float: left;
    padding-right: 0;
    width: auto;
    position: relative;
}

.sh-h-description .normal.contenedor_doscolumnas .ancho25 img {
    margin: 0 !important;
}

@media (min-width: 992px) {
    .sh-h-description .normal.contenedor_doscolumnas .ancho25 {
        padding-left: 0;
    }
}

.sh-h-description .normal.contenedor_doscolumnas .ancho75 {
    padding: 10px 0 0 0;
    width: 65%;
    text-align: left;
    position: relative;
    float: left;
}

.sh-h-description .normal.contenedor_doscolumnas p {
    margin: 0;
}

.sh-h-description .normal.contenedor_doscolumnas .ancho75 p {
    font-size: 1.2rem !important;
    line-height: 1.4rem;
    margin: 0 0 0.5rem;
}

.sh-h-description .normal.contenedor_doscolumnas .rojo_granate {
    color: #cc0000;
}


/*** A1 Interior *****/

.bg-white-banner-image {
    padding: 0;
}

.article-main .bg-white-banner-image .banner-media:last-child {
    display: block;
}

.article-main .bg-white-banner-image .banner-image-group::after {
    display: block;
}

.container-fluid.bg-white-banner {
    background: #ececec;
    position: inherit;
}

@media (min-width: 992px) {
    .article-main .bg-white-banner-image .banner-media {
        position: absolute;
        max-height: 360px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .container-fluid.bg-white-banner {
        background: transparent;
    }
}

.page-banner .page-title h1 {
    font-size: 2.6rem;
    line-height: 3rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #0000fa;
}

.page-banner .page-title h1 {
    font-size: 2.6rem;
    line-height: 3rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #0000fa;
}

@media (min-width: 992px) {
    .page-banner .page-title h1 {
        color: #fff;
        font-size: 5.5rem;
        line-height: 5.7rem;
    }
    .page-banner .no-image .page-title h1 {
        color: #0000fa;
    }
}

.page-banner .page-description p {
    margin-top: 1rem;
}

@media (min-width: 992px) {
    .page-banner .page-description p {
        color: #fff;
        font-size: 2rem;
        margin-top: 2rem;
    }
    .page-banner .no-image .page-description p {
        color: inherit;
    }
}

.page-banner .column {
    position: static;
}

.page-banner .page-video {
    position: absolute;
    top: -9rem;
    left: 0;
    width: 100%;
    height: 0;
    padding: 12.25%;
}

@media (min-width: 460px){
    .page-banner .page-video {
        top: -15rem;
    }
}
@media (min-width: 640px){
    .page-banner .page-video {
        top: -20rem;
    }
}
@media (min-width: 768px){
    .page-banner .page-video {
        top: -21rem;
    }
}

.page-banner .page-video .product-media {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

.page-banner .page-video a {
    margin: -2.4rem auto 0;
    width: 4.8rem;
    height: 4.8rem;
    background: url('icons/icon-play.png') no-repeat center center transparent;
    display: block;
}

.page-banner .page-video a span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media (min-width: 992px) {
    .page-banner .column {
        position: relative;
    }
    .page-banner .page-video {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        top: 0;
    }
    .page-banner .page-video .product-media {
        position: static;
        width: auto;
        height: auto;
    }
    .page-banner .page-video a {
        margin: 2rem auto 0;
    }
}


/*Fix pseudoelementos en botones*/

.button_wrap .btn.btn-yellow>a:before {
    margin-top: 7px;
}

.article-content .boton.naranja>a:before {
    margin-top: 7px;
}

.button_wrap a>.btn-yellow.icon_lock:before {
    margin-top: 7px;
}

.button_wrap .btn-yellow.icon_lock>a:before {
    margin-top: 7px;
}

#bottom_sticky .button_wrap .btn-yellow.icon_lock>a:before {
    margin-top: 7px;
    line-height: 30px;
}

.article-content .boton.naranja>a:before {
    margin-top: 12px;
}

.article-content a>.boton.naranja:before {
    margin-top: 12px;
}

.button_wrap a>.btn-yellow.icon_people:before {
    margin-top: 12px;
}

.button_wrap .btn-yellow.icon_people>a:before {
    margin-top: 2px;
}

@media (min-width: 768px) {
    .bottom_sticky .buttons_group .button_wrap span a {
        padding: 1.7rem 3rem 0 5rem;
    }
}

.button_wrap .btn.btn-blue>a {
    padding-top: 1.1rem;
}


/*** Franja Blanca ***/

.sh-h-description .normal.contenedor_doscolumnas::before {
    background: #fff;
    content: "";
    display: block;
    height: 54px;
    left: -2.8rem;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}

.sh-h-description .normal.contenedor_doscolumnas {
    margin-left: 0;
    margin-top: 15px;
    padding: 0;
    position: relative;
    width: 100%;
}

.sh-h-description .normal.contenedor_doscolumnas .ancho25 {
    float: left;
    padding-right: 0;
    width: auto;
    position: relative;
}

.sh-h-description .normal.contenedor_doscolumnas .ancho25 img {
    margin: 0 !important;
}

@media (min-width: 992px) {
    .sh-h-description .normal.contenedor_doscolumnas .ancho25 {
        padding-left: 0;
    }
}

.sh-h-description .normal.contenedor_doscolumnas .ancho75 {
    padding: 10px 0 0 0;
    width: 65%;
    text-align: left;
    position: relative;
    float: left;
}

.sh-h-description .normal.contenedor_doscolumnas p {
    margin: 0;
}

.sh-h-description .normal.contenedor_doscolumnas .ancho75 p {
    font-size: 1.2rem !important;
    line-height: 1.4rem;
    margin: 0 0 0.5rem;
}

.sh-h-description .normal.contenedor_doscolumnas .rojo_granate {
    color: #cc0000;
}


/* Ticket #65714 - CMN :: Abre en capa en vez de expandir */

@media (max-width: 767px) {
    .cmn-sticky .cmn-layer.open {
        height: 410px;
    }
}

#lineaabierta:before {
    top: 15px;
}


/* Ticket #65930 - Landings Salud en Portal Particulares: Cuadro dico */

#cuadro-medico .v-highlight-content {
    display: table-cell;
    height: 92px;
    vertical-align: middle;
}


/*CSS SLIDER SUBHOME*/

.container-fluid.section-prom .hm-slider .hm-slide-title h2 {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 3.4rem;
    line-height: 4rem;
}

.container-fluid.section-prom .hm-slider-bullets img {
    margin-top: 0;
}

.hm-slider-controls {
    width: 100%
}

.hm-slider-controls .slick-arrow.slick-prev {
    left: 10px
}

.hm-slider-controls .slick-arrow.slick-next {
    right: 10px
}


/* Ticket #65951 - Nueva OM Planes */

.om_especifica_planes {
    padding-bottom: 2.5rem;
}

#om_especifica_planes .om-group .om-left {
    border-right: none;
}

#om_especifica_planes .om-right {
    width: 30rem;
}

#om_especifica_planes .om-right .om-value {
    width: 100%;
    float: right;
}

#om_especifica_planes .om-right .om-value>p {
    float: left;
    clear: both;
    width: 8.5rem;
    padding-top: 0.3rem;
}

#om_especifica_planes .om-right .om-value ul {
    padding: 0.5rem 0 0;
    width: 18rem;
}

#om_especifica_planes .om-right .om-value p:first-child,
#om_especifica_planes .om-right .om-value p+p+p+p+ul {
    padding-top: 3.5rem;
}

#om_especifica_planes .om-right .om-value ul.om_riesgo_3 li,
#om_especifica_planes .om-right .om-value p+p+p+p+ul.om_riesgo_3>li+li+li+li+li,
#om_especifica_planes .om-right .om-value p+p+p+p+ul.om_riesgo_3+ul.om_riesgo_3>li+li+li+li+li+li,
#om_especifica_planes .om-right .om-value p+p+p+p+ul.om_riesgo_3+ul.om_riesgo_3+ul.om_riesgo_3>li+li+li+li+li+li,
#om_especifica_planes .om-right .om-value p+p+p+p+ul.om_riesgo_3+ul.om_riesgo_3+ul.om_riesgo_3+ul.om_riesgo_3>li+li+li+li+li+li {
    background-color: #d4d4d4;
    color: #9f9f9f;
}

#om_especifica_planes .om-right .om-value p+p+p+p+ul.om_riesgo_3>li+li+li+li,
#om_especifica_planes .om-right .om-value p+p+p+p+ul.om_riesgo_3+ul.om_riesgo_3>li+li+li+li+li,
#om_especifica_planes .om-right .om-value p+p+p+p+ul.om_riesgo_3+ul.om_riesgo_3+ul.om_riesgo_3>li+li+li+li+li,
#om_especifica_planes .om-right .om-value p+p+p+p+ul.om_riesgo_3+ul.om_riesgo_3+ul.om_riesgo_3+ul.om_riesgo_3>li+li+li+li+li {
    background: #000;
    color: #fff;
}

@media (max-width: 640px) {
    #om_especifica_planes .om-right {
        float: none;
        margin: 0 auto;
    }
}


/* Boton flotante con imagen */

.bottom_sticky {
    bottom: -30rem;
}

.button-float {
    display: table-cell;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .button-float {
        width: 30rem;
        display: none;
        bottom: -3rem;
        position: relative;
        padding-bottom: 3rem;
        overflow: hidden;
    }
    .button-close {
        position: absolute;
        top: 1rem;
        right: 1rem;
        background-image: url("images/button_close.png");
        width: 24px;
        height: 24px;
        cursor: pointer;
        z-index: 2;
    }
}

.button-float a {
    text-decoration: none;
}

.button-float img {
    display: none;
}

@media (min-width: 768px) {
    .button-float img {
        display: inherit;
    }
    .button-float .button-image img {
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
    }
    .button-float a:hover .button-image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.button-text {
    background: #000;
    text-align: center;
    padding: 1rem;
    position: relative;
    margin-bottom: 0.2rem;
}

@media (min-width: 768px) {
    .button-text {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
}

.button-text p {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    color: #fff;
    line-height: 2.4rem;
}

.button-text:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 7px solid black;
    position: absolute;
    content: '';
    bottom: -6px;
    left: 48%;
}

.button-link {
    padding: 0.5rem 0 0;
    text-align: center;
    background: transparent;
}

.button-link .button_wrap {
    width: 100%;
}

.button-link .button_wrap .btn {
    width: 100%;
}

.button-link .button_wrap .btn a {
    width: 100%;
    padding: 2rem 0 !important;
    height: auto;
}

.bottom_sticky .button-link .button_wrap .btn a {
    box-shadow: inherit !important;
    -webkit-box-shadow: inherit !important;
}

.button-link .button_wrap .btn a:hover {
    width: 100%;
}

@media (min-width: 768px) {
    .button-link .button_wrap .btn a {
        border-radius: 30px;
    }
}

.button-link .button_wrap .icon_people>a::before,
.button-link .button_wrap .icon_chat>a::before,
.button-link .button_wrap .icon_phone>a::before,
.button-link .button_wrap .icon_download>a::before,
.button-link .button_wrap .icon_lock>a::before {
    left: 12%;
    margin: 0;
    line-height: 40px;
}

@media (min-width: 768px) {
    .button-link .button_wrap .icon_people>a::before,
    .button-link .button_wrap .icon_chat>a::before,
    .button-link .button_wrap .icon_phone>a::before,
    .button-link .button_wrap .icon_download>a::before,
    .button-link .button_wrap .icon_lock>a::before {
        left: 12%;
        margin-top: 7px;
        line-height: 40px;
    }
}

.button-link .button_wrap .btn.btn-blue>a:hover {
    -webkit-box-shadow: inset 1000px -1px 5px 0px #006f99 !important;
    -moz-box-shadow: inset 1000px -1px 5px 0px #006f99 !important;
    box-shadow: inset 1000px -1px 5px 0px #006f99 !important;
    transition: 0.3s all ease-out;
}

.button-link .button_wrap .btn.btn-yellow>a:hover {
    -webkit-box-shadow: inset 1000px -1px 5px 0px rgba(219, 177, 55, 1) !important;
    -moz-box-shadow: inset 1000px -1px 5px 0px rgba(219, 177, 55, 1) !important;
    box-shadow: inset 1000px -1px 5px 0px rgba(219, 177, 55, 1) !important;
    transition: 1s all ease-out;
}


/* Ticket #66167 - anadir bullets a Cuenta Family */

@media (min-width: 992px) {
    .banner.no-opacity .banner-image-group:after {
        opacity: 0;
    }
    .banner.no-opacity.black-text .banner-text .page-title h1,
    .banner.no-opacity.black-text .banner-text .page-description p {
        color: #000;
    }
}


/* Ticket #66238 - Cuenta Family: Eliminar region gris del A1 */

.banner.no-opacity .banner-text .page-banner {
    padding: 0;
}

.article-main.ventajas .bg-white .p-highlights.main-component .p-highlight-list .p-highlight-content>p+p {
    background: transparent url("images/lux-bullet-ul.png") no-repeat scroll left 5px;
    padding-left: 1.5rem;
    text-align: left;
    display: block;
}

.article-main.ventajas .bg-white .p-highlights.main-component .p-highlight-list .p-highlight-content>p:first-child {
    margin-bottom: 10px;
}


/* Ticket #66300 - Landing Family :: Aparece icono play */

.family .page-banner .page-video a {
    background: none;
}


/* Ticket #66303 - Plantilla particulares landing family */

.family .article-main .banner-media:last-child,
.family .article-main .banner-image-group::after {
    display: block;
}

.family .banner+.article-main .banner-image-group>picture {
    position: relative;
    display: inline;
    top: 0px;
}

@media(max-width: 640px) {
    .family .banner-text {
        position: absolute;
    }
}


/* Ticket #66387 - Fondos: icono boton */

.button_wrap .btn-blue.icon_lock>a.layer::before {
    top: 14px;
}


/* Ticket #66415 - error en tablet landing segmento family */


/* Regla especifica para iPad2 */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .banner-image-group>picture {
        top: 0;
        transform: translateY(0%);
    }
}


/* Nuevo Destacado Subhome */

.sh-highlights .sh-highlight.sh-h-double-family {
    width: 100%;
}

@media (min-width: 992px) {
    .sh-highlights .sh-highlight.sh-h-double-family {
        width: 50%;
    }
}

.sh-highlights .sh-highlight.sh-h-double-family .sh-h-text {
    padding: 0.8rem 0.6rem;
    position: absolute;
    display: inline-table;
    bottom: 0;
    left: 0;
    width: calc(100% + 1px);
    height: auto;
    min-height: 0;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-double-family .sh-h-text {
        height: 31%;
    }
}

.sh-highlights .sh-highlight.sh-h-double-family .sh-h-text:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    opacity: 0.85;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.no-csscalc .sh-highlights .sh-highlight.sh-h-double-family .sh-h-text {
    width: 100%;
}

.sh-highlights .sh-highlight.sh-h-double-family .sh-h-text {
    display: block;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-double-family .sh-h-text {
        padding: 1rem 1.2rem;
    }
}

.sh-highlights .sh-highlight.sh-h-double-family .sh-h-title,
.sh-highlights .sh-highlight.sh-h-double-family .sh-h-description {
    position: relative;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-double-family .sh-h-image {
        height: 34rem;
    }
    .sh-highlights .sh-highlight.sh-h-double-family .sh-h-text {
        left: -1px;
        bottom: -1px;
    }
}

.sh-highlights .sh-highlight.sh-h-double-family .sh-h-logo {
    position: absolute;
    z-index: 1;
    top: 1rem;
    left: 1rem;
    width: 33%;
}

.sh-highlights .sh-highlight.sh-h-double-family .sh-h-logo img {
    width: 100%;
    height: auto;
}

.sh-highlights .sh-highlight.sh-h-double-family .sh-h-logo p {
    margin: 0;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-double-family .sh-h-logo {
        top: 2rem;
        left: 2rem;
        width: 33%;
    }
    .sh-highlights .sh-highlight.sh-h-double-family .sh-h-logo img {
        width: auto;
        margin: 0;
        max-width: inherit;
    }
}

.sh-highlights .sh-highlight.sh-h-double-family .sh-h-description {
    display: block;
}

.sh-highlights .sh-highlight.sh-h-double-family .sh-h-description p {
    width: 55%;
    vertical-align: top;
    display: table-cell;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-double-family .sh-h-description p {
        width: 70%;
    }
}

.sh-highlights .sh-highlight.sh-h-double-family .sh-h-description p .boton_azul {
    padding: 1.2rem 0.5rem;
    margin-top: -1rem;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-double-family .sh-h-description p .boton_azul {
        padding: 1.2rem 1rem;
        margin: 0;
    }
}

.sh-highlights .sh-highlight.sh-h-double-family .sh-h-title h2,
.sh-highlights .sh-highlight.sh-h-double-family .sh-h-title h3,
.sh-highlights .sh-highlight.sh-h-double-family .sh-h-title p,
.sh-highlights .sh-highlight.sh-h-double-family .sh-h-description p {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-double-family .sh-h-title h2,
    .sh-highlights .sh-highlight.sh-h-double-family .sh-h-title h3,
    .sh-highlights .sh-highlight.sh-h-double-family .sh-h-title p,
    .sh-highlights .sh-highlight.sh-h-double-family .sh-h-description p {
        font-size: 1.6rem;
    }
}


/* Nuevo Banner A1 con video */

.bg-video .banner-image-group::after {
    background-color: transparent;
}

.bg-video .banner-image-group {
    width: 200%;
    position: absolute;
    left: -50%;
    top: 0;
    overflow: hidden;
}

.bg-video .banner-image-group img {
    display: block;
    position: relative;
    margin: 0 auto;
    height: auto;
    width: auto;
}

@media (min-width: 992px) {
    .banner-media.bg-video .banner-image-group {
        height: 360px;
    }
    .bg-video .banner-image-group>img {
        display: block;
        position: relative;
        margin: 0 auto;
        height: 100%;
        width: auto;
        max-width: none;
        top: 0;
        transform: translateY(0);
    }
    .no-csstransforms .bg-video .banner-image-group>img {
        height: 100%;
        width: auto;
        max-width: none;
        top: auto;
    }
    .bg-video .banner-image-group>picture {
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .no-csstransforms .bg-video .banner-image-group>picture {
        top: 0;
    }
    .bg-video .banner-image-group>picture img {
        display: block;
        position: relative;
        margin: 0 auto;
        height: 100%;
        width: auto;
        max-width: none;
    }
    .no-csstransforms .bg-video .banner-image-group>picture img {
        height: 100%;
        width: auto;
        max-width: none;
        top: auto;
    }
}

@media (min-width: 1440px) {
    .bg-video .banner-image-group>img {
        height: auto;
        width: 100%;
        max-width: 50%;
    }
    .bg-video .banner-image-group>picture img {
        height: auto;
        width: 100%;
        max-width: 50%;
        top: 50%;
        transform: translateY(-50%);
    }
    .no-csstransforms .bg-video .banner-image-group>picture img {
        height: auto;
        width: 100%;
        max-width: 50%;
        top: 0;
    }
}

.page-banner.media {
    padding: 3rem 0;
    display: inline-block;
}

.page-banner.media .page-banner-wrap {
    display: inline;
}

.page-banner-text {
    text-align: center;
    position: relative;
}

.page-banner.media.white .page-banner-text {
    text-align: center;
}

@media (min-width: 991px) {
    .page-banner.media.white .page-banner-text {
        text-align: left;
        padding: 1rem;
    }
}

.page-banner.media.white::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    opacity: 0.75;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}

@media (min-width: 991px) {
    .page-banner.media.white::before {
        left: -50%;
        height: 90%;
        top: auto;
        border-radius: 1rem;
    }
}

.page-banner.media.white {
    padding: 2rem 0;
}

.page-banner-media {
    padding-top: 1rem;
    position: relative;
}

@media (min-width: 991px) {
    .page-banner.media {
        display: table;
        width: 150%;
        left: -25%;
        position: relative;
    }
    .page-banner.media .page-banner-wrap {
        display: table-row;
    }
    .page-banner-text {
        display: table-cell;
        width: 50%;
    }
    .page-banner-media {
        display: table-cell;
        vertical-align: top;
        padding: 0;
        width: 50%;
    }
    .page-banner.media.white .page-banner-media {
        vertical-align: middle;
    }
}

.page-banner-text .page-entradilla,
.page-banner-text .page-title,
.page-banner-text .page-description,
.page-banner-text .page-nri {
    position: relative;
}

.page-banner-text .page-title h1 {
    color: #000;
    font-size: 3.8rem;
    line-height: 3.8rem;
}

.page-banner-text .page-description p {
    color: #000;
    font-size: 1.8rem;
    margin-top: 1rem;
}

.page-banner-text .page-description .boton_mediano.boton_azul a {
    max-width: none;
    vertical-align: middle;
    display: inline-block;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    background-color: #0000fa;
    border: 0.2rem solid #0000fa;
    color: #fff;
    padding: 1.3rem 1rem;
    border-radius: 0.2rem;
    line-height: 1.4rem;
    font-size: 1.4rem;
    height: 4rem;
    position: relative;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.page-banner-text .page-description img {
    margin: 0;
    vertical-align: middle;
    padding-right: 1rem;
}

.page-banner-text .page-description p strong {
    font-size: 14px;
}

.page-banner-text .page-nri p {
    font-size: 10px;
    margin-top: 1rem;
    color: #000;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
}

.page-banner-text .page-entradilla p {
    color: #0000fa;
    font-weight: 700;
}

/* Ticket #66834 - Particulares: nuevo diseno nuevos clientes */

.container-fluid.bg-white .app-group.main-component .app_content .app-item p span.boton.naranja {
    padding-left: 2rem;
}

#panel-cotizacion h1 {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 1.42857;
    padding-bottom: 1rem;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
}

.tabs-item a:focus .tabs-item-title,
.submenu-linkgroup.tabs-group .tabs-item.tabs-dropdown>a:focus,
.search #search-field:focus,
.search #office-footer:focus {
    outline: none;
    color: #0000fa;
}

.lolopo-link-right .sr-only:focus {
    clear: left;
    clip: inherit;
    float: left;
    height: auto;
    margin: 0;
    position: relative;
    width: auto;
    transition: all 0.3s ease-in;
}

/* Ticket #66897 - Tarjetas - Carne Joven */

#mapa-tarjetas #mapa.contenido_articulo img {
    display: inline;
    margin: 0;
}

#mapa-tarjetas #mapa .mapa-provincias {
    width: auto;
}

#mapa-tarjetas #mapa .mapa-provincias {
    float: left;
    height: 355px;
    margin-top: -355px;
}

@media(max-width: 500px) {
    #mapa-tarjetas #mapa .mapa-provincias img {
        max-width: 100%;
        height: auto;
    }
}

#mapa-tarjetas #mapa .mapa-click {
    float: left;
    height: 355px;
    width: 470px;
}

#mapa-tarjetas #mapa.contenido_articulo #mapa-original.mapa-original {
    display: block !important;
    float: left;
    height: 360px;
    margin: 10px auto;
    width: 470px;
    background: url("/deployedfiles/particulares/CSS/Estaticos/images/3.jpg") no-repeat scroll 0 0 transparent;
}

html[lang="ca"] #mapa_tarjetas #mapa.contenido_articulo #mapa-original.mapa-original {
    background: url("/deployedfiles/particulares/CSS/Estaticos/images/3_ca.jpg") no-repeat scroll 0 0 transparent;
}

@media(max-width: 500px) {
    #mapa-tarjetas #mapa.contenido_articulo #mapa-original.mapa-original {
        height: 360px;
        background-size: 100%;
        width: 100%;
    }
}

@media(max-width: 450px) {
    #mapa-tarjetas #mapa.contenido_articulo #mapa-original.mapa-original {
        height: 290px;
    }
}

@media(max-width: 400px) {
    #mapa-tarjetas #mapa.contenido_articulo #mapa-original.mapa-original {
        height: 250px;
    }
}

@media(max-width: 375px) {
    #mapa-tarjetas #mapa.contenido_articulo #mapa-original.mapa-original {
        height: 225px;
    }
}

#mapa-tarjetas #mapa.contenido_articulo {
    margin: 0 auto;
    width: 470px;
}

@media(max-width: 500px) {
    #mapa-tarjetas #mapa.contenido_articulo {
        margin: 0 auto;
        width: 100%;
    }
}

#mapa-tarjetas .title h1 {
    clear: both;
    display: block;
    float: left;
    font-size: 1.4rem;
    font-style: italic;
    line-height: normal;
    margin-left: 15px;
    width: 100%;
    color: #0000fa;
}

@media(max-width: 900px) {
    #tipos_tarjetas {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
}

#tipos_tarjetas li {
    background: none;
}

#tipos_tarjetas li.highlight .title h1 {
    background: none repeat scroll 0 0 #f0f4f7;
    color: #0099dd;
    float: left;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    line-height: normal;
}

#tipos_tarjetas li.highlight .text .contenedor_trescolumnas .ancho33 {
    text-align: center;
    float: left;
    width: 33%;
    padding: 0 15px;
}

@media(max-width: 900px) {
    #tipos_tarjetas li.highlight .text .contenedor_trescolumnas .ancho33 {
        width: 100%;
    }
}

#tipos_tarjetas li.highlight .text .contenedor_trescolumnas .ancho33 h4 {
    background: #019ee1;
    text-align: center;
    padding: 5px 0 5px 0;
    color: #fff;
    width: 100%;
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.1rem;
}

#tipos_tarjetas li.highlight .text .contenedor_trescolumnas .ancho33 p {
    background: none;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

#tipos_tarjetas li.highlight .text .contenedor_trescolumnas .ancho33 a {
    text-decoration: none;
}

#tipos_tarjetas li.highlight .text .contenedor_trescolumnas .ancho33 .boton.boton_flecha_mediano {
    background: #f4c53d url(images/icn_candadocerradonegro.png) no-repeat 15px center !important;
    clear: both;
    color: #000 !important;
    display: block;
    width: 160px;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    border: 0;
    border-radius: 4px;
    height: 100%;
    overflow: hidden;
    padding: 8px 15px 8px 44px;
    word-break: normal;
    margin: 0 auto;
}

#tipos_tarjetas li.highlight {
    display: none;
}

#tipos_tarjetas li.highlight.highlight3 {
    display: block;
}

/*ticket: 66935 */

#design_textWhite h1,
#design_textWhite .page-banner-text .page-description p {
    color: #ffffff;
}

#design_textWhite span.gris {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: auto;
}

#design_textWhite span.gris a {
    color: #0000fa;
    background-color: #ffffff;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    /*border: 0.2rem solid #19818B;*/
    padding: 1.3rem 1rem;
    border-radius: 0.2rem;
    line-height: 1.4rem;
    font-size: 1.4rem;
    height: 4rem;
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    width: 100%;
    transition: all 0.3s ease-in;
}

#design_textWhite span.gris a:hover,
#design_textWhite span.gris a:active,
#design_textWhite span.gris a:focus {
    box-shadow: 0 0 10px -3px #404040;
}

/* Ticket #67009 - Homes - Color icono comunicacion pie */

html[lang='en'] .footer-middle-top .multicols3,
html[lang='fr'] .footer-middle-top .multicols3,
html[lang='de'] .footer-middle-top .multicols3 {
    width: 500px !important;
}

@media (max-width: 992px) {
    html[lang='en'] .footer-middle-top .multicols3,
    html[lang='fr'] .footer-middle-top .multicols3,
    html[lang='de'] .footer-middle-top .multicols3 {
        width: 525px !important;
    }
}

/*#66980 - provisional hasta crear nuevo pageLayout*/

.only-logo #header .bg-grey.header-top {
    display: none;
}

.only-logo .header-bottom .column:first-child {
    min-width: 0;
}

@media(min-width: 992px) {
    .only-logo .header-bottom .main-title {
        margin: 0 auto;
    }
}

.only-logo .hm-slide-title h2 {
    font-size: 3.4rem;
}


/* Nuevo Terrat Subhome */

.page-terrat {
    position: relative;
    margin: 0 -15px;
}

.page-terrat-wrap {
    margin-right: auto;
    margin-left: auto;
    display: table;
}

.page-terrat a {
    text-decoration: none;
}

.terrat-image-group img {
    display: block;
    position: relative;
    margin: 0 auto;
    height: auto;
    width: 200%;
    transform: translateX(-45%);
}

.page-terrat .page-terrat-text {
    padding: 15px;
}

.page-terrat.white .page-terrat-text {
    text-align: center;
}

.page-terrat-text .page-entradilla p {
    color: #0000fa;
    font-size: 1.6rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    margin: 0;
    font-weight: 700;
}

.page-terrat .page-terrat-text .page-title h1 {
    color: #000;
    font-size: 3.8rem;
    line-height: 3.8rem;
    padding: 0;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.page-terrat.sub .page-terrat-text .page-title h1 {
    color: #fff;
    line-height: 4.8rem;
    background: #000;
    display: inline;
    font-weight: 700;
}

.page-terrat-text .page-entradilla,
.page-terrat-text .page-title,
.page-terrat-text .page-description,
.page-terrat-text .page-nri {
    position: relative;
}

.page-terrat-text .page-description p {
    color: #000;
    font-size: 1.8rem;
    margin-top: 1rem;
}

.page-terrat-text .page-description .boton_mediano.boton_azul {
    max-width: none;
    vertical-align: middle;
    display: inline-block;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    background-color: #0000fa;
    border: 0.2rem solid #0000fa;
    color: #fff;
    padding: 1.3rem 1rem;
    border-radius: 0.2rem;
    line-height: 1.4rem;
    font-size: 1.4rem;
    height: 4rem;
    position: relative;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    width: 100%;
}

.page-terrat-text .page-description img {
    margin: 0;
    vertical-align: middle;
    padding-right: 1rem;
}

.page-terrat-text .page-description p strong {
    font-size: 14px;
}

.page-terrat-text .page-nri {
    font-size: 10px;
    margin-top: 1rem;
    color: #000;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    text-align: center;
    font-weight: 700;
}

@media (min-width: 992px) {
    .page-terrat {
        height: 360px;
    }
    .page-terrat-text .page-nri {
        text-align: left;
    }
    .page-terrat-wrap {
        width: 970px
    }
    .page-terrat-media {
        position: absolute;
        max-height: 360px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .terrat-image-group {
        width: 200%;
        position: absolute;
        left: -50%;
        top: 0;
        height: 100%;
        overflow: hidden;
    }
    .terrat-image-group>img {
        display: block;
        position: relative;
        margin: 0 auto;
        height: 100%;
        width: auto;
        max-width: none;
        top: 0;
        transform: translateY(0);
    }
    .no-csstransforms .terrat-image-group>img {
        height: 100%;
        width: auto;
        max-width: none;
        top: auto;
    }
    .terrat-image-group>picture {
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .no-csstransforms .terrat-image-group>picture {
        top: 0;
    }
    .terrat-image-group>picture img {
        display: block;
        position: relative;
        margin: 0 auto;
        height: 100%;
        width: auto;
        max-width: none;
        transform: translateX(0);
    }
    .no-csstransforms .terrat-image-group>picture img {
        height: 100%;
        width: auto;
        max-width: none;
        top: auto;
    }
    .page-terrat .page-terrat-text {
        text-align: left;
        width: 45%;
        padding: 15px;
        height: 360px;
    }
    .page-terrat-text .page-description .boton_mediano.boton_azul {
        width: auto;
    }
    .page-terrat-text .page-nri p {
        text-align: left;
    }
    .page-terrat.white .page-terrat-text::before {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff;
        opacity: 0.75;
        left: -1rem;
        height: 90%;
        width: 50%;
        top: 5%;
        border-radius: 1rem;
    }
    .page-terrat.white .page-terrat-text {
        text-align: left;
    }
}

@media (min-width:1200px) {
    .page-terrat-wrap {
        width: 1170px
    }
    .page-terrat .page-terrat-text {
        padding: 30px 15px;
    }
}

@media (min-width: 1440px) {
    .terrat-image-group>img {
        height: auto;
        width: 100%;
        max-width: 50%;
    }
    .terrat-image-group>picture img {
        height: auto;
        width: 100%;
        max-width: 50%;
        top: 50%;
        transform: translateY(-50%);
    }
    .no-csstransforms .terrat-image-group>picture img {
        height: auto;
        width: 100%;
        max-width: 50%;
        top: 0;
    }
}


/* Nuevo Video Interior */

.video-int-content {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.video-int-content .page-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
}

.video-int-content .page-title h2,
.video-int-content .page-title h3 {
    color: #fff;
    margin: auto;
    font-size: 5rem;
    line-height: 5rem;
    position: relative;
    top: 35%;
}

.video-int-content .page-title h2:after {
    left: 45%;
    margin: 1rem auto 0;
    width: 4.8rem;
    height: 4.8rem;
    background: url(icons/icon-play.png) no-repeat center center transparent;
    display: block;
    position: absolute;
    content: '';
}

.video-int-content .video-inline {
    height: 100% !important;
    padding: 0;
}

.video-int-content .video-inline .video-wrapper div {
    max-width: 100% !important;
}

@media (max-width: 1300px) {
    .video-int-content .page-title h2,
    .video-int-content .page-title h3 {
        width: 100%;
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    .video-int-content .page-title {
        top: 15%;
    }
}


/* Fix linea negra debajo de destacados cuentas */

.container-fluid.bg-white::after {
    opacity: 0;
}


/* End Fix linea negra debajo de destacados cuentas */

#footer p span.azul_turquesa a {
    color: #0000fa;
    font-size: 14px;
    font-family: arial, Helvetica, sans-serif;
    font-weight: bold;
    background: url("images/lux_icon_sobre.png") no-repeat 0 center;
    padding: 0 0 0 30px;
}

#footer p.texto_derecha.texto_aclarativo {
    font-size: 10px;
}

#header-title .article_intelligent_displayview .text a {
    background: transparent url("images/icono_entrar.png") no-repeat scroll 15px 7px;
    color: #fff;
    display: block;
    font-family: arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 0 30px;
    width: 100%;
    height: 43px;
    vertical-align: middle;
    text-align: center;
}

.home #main {
    background: #eee;
    margin-top: 0 !important;
}

footer#footer {
    padding-bottom: 2rem;
    border-top: 1px solid #eee;
}

input {
    height: 3.7rem;
    margin: 0.2rem 0 2rem 0;
    display: inline-block;
    padding: 0.5rem;
}

select {
    height: 3.7rem;
    display: inline-block;
    padding: 0.5rem;
    margin: 0.2rem 0 2rem 0;
}

.anch-20 {
    display: inline-block;
    width: 20%;
    float: left;
}

.anch-80 {
    display: inline-block;
    width: 80%;
    float: left;
}

.anch-15 {
    display: inline-block;
}

.anch-15 input[type=radio] {
    display: inline-block;
    height: 1.2rem;
    margin: 0.2rem 0 2rem 0;
}

.anch-15 label {
    display: inline-block;
    margin-right: 1rem;
}

.anch-30 input[type=radio] {
    display: inline-block;
    height: 1.2rem;
    margin: 0.2rem 0 2rem 0;
}

.anch-30 label {
    display: inline-block;
    margin-right: 1rem;
}

input[type="text"] {
    width: 100%;
}

textarea {
    width: 100%;
    height: 10rem;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 1.5rem 0;
}

input[type="submit"] {
    height: 50px;
    background: #0000fa;
    box-shadow: none;
    border: 0px;
    color: #fff;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    line-height: 51px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 0.25%;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    cursor: pointer;
    width: 260px;
    margin: 1rem 0;
}

.boton_enviar {
    text-align: center;
}

.contenido_formulario {
    width: 600px;
    margin: 0 auto;
}

.anch-20 {
    display: inline-block;
    width: 20%;
    float: left;
}

.anch-80 {
    display: inline-block;
    width: 80%;
    float: left;
}

@media (max-width: 768px) {
    .contenido_formulario {
        width: 100%;
    }
    #footer .article.normal {
        text-align: left;
        padding: 1rem;
    }
    #footer .article.normal .texto_centrado {
        text-align: left;
    }
    #footer .article.normal .texto_derecha {
        text-align: left;
    }
}

@media (max-width: 500px) {
    .anch-20 {
        width: 40%;
    }
    .anch-80 {
        width: 60%;
    }
}

.normal.contenedor_doscolumnas {
    margin: 5rem;
}

a.enlace-lineaabierta {
    background: #0000fa;
    text-decoration: none;
    transition: all 0.3s ease-in;
    padding: 1rem 2rem 1rem 5.5rem;
    color: #fff;
    /*background: #007eae url(images/icono_entrar.png) no-repeat scroll 2rem 7px;*/
    background: rgb(0, 0, 250) url(images/icono_entrar.png) no-repeat scroll 2rem 7px; /* Nuevo color */
    font-size: 1.4rem;
}

div#linea-abierta {
    margin: 2rem auto;
    text-align: center;
}

@media (min-width: 991px) {
    div#linea-abierta {
        text-align: right;
    }
}

.article.normal {
    width: 100%;
    overflow: hidden;
    margin: 2rem 0 1rem 0;
}

.article .article_intro img {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 280px;
}

.article .article_text p {
    margin-top: 0;
}

.article .article_intro {
    float: right;
    width: 30%;
    min-width: 215px;
    padding-left: 10px;
    margin-top: 0;
}

.article .article_intro p {
    margin-top: 0;
}

.article .article_intro p span.texto_aclarativo {
    font-size: 11px;
    max-width: 270px;
    display: block;
    margin: 0 auto;
}

.article .article_title {
    margin-bottom: 20px;
}

.article .article.media {
    float: right;
    margin-top: 0;
    width: 30%;
}

.article .article.media img {
    margin-top: 0;
}

.article .article_footer {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .article .article.media {
        float: right;
        margin-top: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .article .article_text {
        float: left;
        width: 100%;
        padding-right: 0;
    }
    .article .article_intro {
        float: right;
        width: 100%;
        min-width: 215px;
        padding-left: 0;
        margin: 0 auto 10px;
        text-align: center;
    }
}

._normal_appearance .article .article_text {
    width: 100%;
}

._special_appearance .article .media {
    text-align: center;
    float: none;
    width: 80%;
    margin: 0 auto;
}

._special_appearance .article .media img {
    width: 100%;
    height: auto;
    max-width: 640px;
}

._special_appearance .article .article_text {
    float: none;
    width: 100%;
}

._special_appearance .article .article_intro {
    width: 80%;
    float: none;
    margin: 0 auto 15px;
    max-width: 640px;
    text-align: left;
}

._special_appearance .article .article_intro p span.texto_aclarativo {
    width: 100%;
    max-width: 100%;
}

#linea-abierta p {
    line-height: 3.2rem;
}

.row.error {
    background-color: #fefed6;
    margin-bottom: 2.5rem;
    width: 100%;
    padding: 2rem;
}

.row.error ul {
    padding: 10px 10px 10px 0px;
}

.row.error ul li {
    background: none;
    font-size: 1.4rem;
    line-height: 2.5rem;
    list-style-type: disc;
    padding: 0;
    margin: 0 0 0 4rem;
    color: #e01313;
}

.row.error .imagen_error {
    float: left;
    padding: 1em;
}

.row.error .texto_error {
    float: left;
    padding: 1em 0;
    width: 100%;
}

.row.error .texto_error p {
    font-size: 1.4rem;
    color: #1b1212;
}

div#popup {
    width: 85%;
    margin: auto;
}

div#popup .titulo_articulo {
    margin: 1rem 0;
}

.texto_derecha .texto_entradilla a {
    font-size: 1rem;
    /* text-decoration: none; */
    color: #000;
}


/***************/


/* Estilos CBK */


/***************/

#cbk {
    margin: 4px auto 0;
    position: relative;
    width: 81.2em;
	display: none;	/* A eliminar cuando funcione */
}

#cbk a#header-caixabank {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 1px solid #ffffff;
    float: right;
    height: 22px;
    line-height: 1em;
    outline: medium none;
    padding: 2px 0 0 0.4em;
    text-align: left;
    width: 230px;
    text-decoration: none;
    color: #141414;
}

#cbk .bt-arrowdown {
    display: block;
    font-size: 12px;
}

#cbk .bt-arrowdown>span {
    background: transparent url("images/sprites-lists.png") no-repeat scroll right -91px;
    font-size: 100%;
    padding-right: 11px;
}

#cbk .color-lcblue,
#cbk #header-caixabank .azul {
    color: #0000fa !important;
    font-size: 100%;
}

#cbk .sp {
    background-color: transparent;
    background-image: url("images/sprites.png");
    background-repeat: no-repeat;
    border: 0 none;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

#cbk .sp-graficas {
    background-position: -185px -130px;
    height: 14px;
    width: 17px;
}

#cbk .ib {
    display: inline-block;
}

#cbk #l-caixabank {
    background: white url("images/bg_header-caixabank-border.gif") repeat-x scroll 0 238px;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
    top: 20px;
    float: left;
    width: 100%;
    margin-top: 10px;
}

#cbk .l {
    position: relative;
    z-index: 100;
}

#cbk #l-caixabank div {
    clear: none;
    margin: 0 auto;
    padding-top: 0;
    width: 100%;
}

#cbk .l-wrapper {
    min-width: 350px;
}

#cbk #l-caixabank .l-wrapper #close {
    display: block;
}

#cbk .l-wrapper #close {
    color: #ffffff;
}

#cbk .sp.bt-l-close {
    background-position: -222px -131px;
    clear: both;
    float: right;
    height: 10px;
    position: relative;
    right: 3px;
    text-indent: -9999px;
    width: 10px;
    z-index: 1000;
}

#cbk #l-caixabank .l-content {
    clear: both;
    overflow: hidden;
}

#cbk #l-caixabank #tabs1::after {
    clear: both;
    content: "";
    display: block;
}

#cbk #l-caixabank #tabs1 {
    margin: 0 auto;
    width: 950px;
}

#cbk #l-caixabank .graph {
    float: left;
    margin-left: 63px;
    position: relative;
    width: 190px;
}

#cbk #l-caixabank #tabs1-1d.graph {
    margin-left: 0;
}

#cbk #l-caixabank img.upper {
    margin-top: 7px;
}

#cbk #l-caixabank .timestampImg {
    float: none;
    height: auto;
    margin-left: 0;
    width: auto;
}

#cbk #l-caixabank .datetime {
    font-family: sans-serif;
    font-size: 8px;
    position: absolute;
    right: 5px;
    text-align: right;
    top: 0;
    width: 65px;
}

#cbk #l-caixabank .values {
    font-family: sans-serif;
    font-size: 8px;
    position: absolute;
    right: 5px;
    text-align: right;
    top: 9px;
    width: 65px;
}

#cbk .l-content p a.button-arrowright {
    background: rgba(0, 0, 0, 0) url("images/img_arrow-right-blue.png") no-repeat scroll right 2px;
    color: #0000fa;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-top: 5px;
    padding-right: 10px;
    text-decoration: none;
    font-size: 11px;
}

#cbk a#header-caixabank:hover span {
    color: #00A7E2;
}

#layer-caixabank-link .button-arrowright {
    background: rgba(0, 0, 0, 0) url(images/img_arrow-right-blue.png) no-repeat scroll right 5px;
    color: #00a0df;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-top: 5px;
    padding-right: 10px;
    text-decoration: none;
}

@media (max-width: 1200px) {
    #cbk #l-caixabank {
        float: right;
        width: 1000px;
    }
}

@media (max-width: 1000px) {
    #cbk {
        display: none;
    }
}


/******************** silder sin a  *****************/

@media (min-width: 992px) {
    .hm-slide>div { height: 30rem }
}
@media (min-width: 1200px) {
    .hm-slide>div { height: 36rem }
}


/*******************/


/* Fin Estilos CBK */


/*******************/

.article .article_text p.margin-top30 {
    margin-top: 3rem;
}

.article .article_text div.numsection {
    margin-left: 5rem;
}

div.numsection p {
    padding-bottom: 2rem;
}


/* Ajuste botón Login  */

@media (min-width: 976px) and (max-width: 1200px) {
    a.enlace-lineaabierta {
        background: #0000fa;
        text-decoration: none;
        transition: all 0.3s ease-in;
        padding: 1rem 1rem 1rem 4.2rem;
        color: #fff;
        background: #0000fa url(images/icono_entrar.png) no-repeat scroll 7px;
        font-size: 1.2rem;
        margin-left: 40px;
    }
}
/* Our values */
#our-values-list h3 {
    display: flex;
    align-items: center;
}
#our-values-list p {
    margin-left: 65px;
    transform: translateY(-1rem);
}
#our-values-list h3 img {
    width: 60px;
    min-width: 60px;
    height: auto;
    margin-top: 0;
    margin-right: .5rem;
}
/* Our values End */
/* Home destacados */
#home-destacado-our-services .hm-lw-title {
/*     text-align: center; */
}
.hm-lw .hm-lw-title {
    font-size: 18px;
    color: #fff;
}
/* Home destacados fin */
.hm-lw-image-wrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.5) 100%);
}

.carousel-item .carousel-thumb img {
    width: 75%;
}

.carousel-items-list .carousel-item:not(:last-child) {
    margin-right: 3rem;
}

/*** Productos alternos ***/
.content_alternative {
    display: block;
    margin: 0 -15px;
}

.content_alternative .media {
    display: inline;
}


.content_alternative .media img {
    margin: 0;
    width: 100%;
    display: block;
    height: auto;
}

.content_alternative .media .video-inline {
    padding: 0;
}

.hm-slide-wrapper .video-wrapper.neo-brightcove_v2-video.neo-video-responsive div:first-child,
.banner-media .video-wrapper.neo-brightcove_v2-video.neo-video-responsive div:first-child {
    max-width: 120%!important;
    width: 120%;
    height: 100%;
    left: -10%;
}

.content_alternative .content {
    padding: 0 15px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.content_alternative .content .title h2,
.content_alternative .content .title h3 {
    color: rgb(0, 0, 250);
    margin-top:1rem;
    font-size: 2.6rem;
    line-height: 3rem;
}
.content_alternative .content .button_wrap {
    display: block;
    margin: 2rem 0 4rem;
}

.content_alternative .media .aviso_cookies{
    width: 100%!important;
}

@media (min-width: 991px) {
    .content_alternative {
        display: flex;
        align-items: center;
        width:103%;
        max-height: 450px; /* Ticket #77211 - Particulares // Ahorro // Descubre nuestras formas de ahorro // revisar responsive */
        overflow: hidden;
    }

    .content_alternative .media, .content_alternative .content {
        width: 50%;
        text-align: left;
        height: 100%;
    }

    .content_alternative .content {
        padding: 0 4%;
    }

    .content_alternative.right {
        flex-direction: row-reverse;
    }

    .content_alternative .media .video-inline {
        background: #000;
    }

    .content_alternative .media .video-inline .video-wrapper.neo-brightcove_v2-video.neo-video-responsive div:first-child {
        max-width: initial!important;
        /*position: inherit!important;*/
        /*height: 400px;*/
    }

}

@media (min-width: 1200px) {
    .content-box { margin: 8% 0; }
    .content_alternative .content { padding: 0 5% 0 10%; }
    .content_alternative.right .content { padding: 0 10% 0 5%; }
}

@media (min-width: 1700px) {
    .content_alternative { max-height: none; }
    .content_alternative .media img {
        /* transform: translateY(-30%); */
        height: auto;
    }
}

/* #83250 - Portal / Particulares / Modulo Componentes Alternos */
.container-fluid > .container .container_alternative{ margin: 0 -15px; }

/*** Productos alternos ***/

/* Font color */
.font-site { color: rgb(0, 0, 250) !important; }

/********************
    ID ALIGN TEXTS
********************/
.page-banner#textBannerRight { position: block; left:auto; right: auto; }
@media (min-width: 992px) {
    .page-banner#textBannerRight { position: relative; left:260px; }
}
@media (min-width: 1400px) {
    .page-banner#textBannerRight { position: relative; left:370px; }
}
@media (min-width: 1800px) {
    .page-banner#textBannerRight { position: relative; left:450px; }
}

.page-banner#textBannerLeft { position: block; left:auto; right: auto;}
@media (min-width: 992px) {
    .page-banner#textBannerLeft { position: relative; right:260px; }
}
@media (min-width: 1400px) {
    .page-banner#textBannerLeft { position: relative; right:370px; }
}
@media (min-width: 1800px) {
    .page-banner#textBannerLeft { position: relative; right:450px; }
}

/* Our values terrat */
@media (min-width: 992px) {
    .page-banner#textBannerLeft.our-values-terrat { left: 0; width: 45rem; }
    .page-banner#textBannerLeft.our-values-terrat .page-title { text-align: left; }
}
@media (min-width: 1200px) {
    .page-banner#textBannerLeft.our-values-terrat { width: 55rem; }
}
@media (min-width: 1440px) {
    .page-banner#textBannerLeft.our-values-terrat { padding-left: 0; }
}
/* Our values terrat fin */

.anchor-break-all { display: block; word-break: break-all; }

/* Esconder faldon cookies en NEO */
#vext-gen1042 #cookies-region.articulo_ligero { display: none !important; }
/* Esconder faldon cookies en NEO fin */
#cbk #l-caixabank { display: none !important; }
.om .breadcrumb ul { margin-top: 0; }


/* Ajustes destacados Home (21/9/2020) */
/*
.hm-lw .hm-lw-description p, .page-wrapper .hm-lw-description ul li { color: #fff;}
.hm-lw .hm-lw-description p:first-child { margin-top: 1rem;	}
.page-wrapper .hm-lw-description ul li { background: none; list-style: disc; margin-left: 20px; padding: 0 0 0 0.2rem; }
*/
ul.pr-highlights-list li.pr-highlight a { text-decoration: none; }

.pr-highlight-image-wrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.5) 100%); */
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.5) 100%);
}

.page-wrapper ul.pr-highlights-list li .pr-highlight-description ul li { font-size: 1.4rem; }

@media (min-width: 992px){
	.hm-slide-text-wrap { width: 67%; }
}
@media (min-width: 1200px){
	.pr-highlights-small .pr-highlight-text { min-height: 175px; display: table; }
	.pr-highlight-description { display: table-cell; vertical-align: middle;}
}

/* Estilos párrafos páginas Claims (25/2/2021) */
#claimstext p { margin-top: 1rem; }
#claimstext h4 { margin-top: 3rem; }
#claimstext .article ul li { margin-left: 2rem; }

@media (min-width: 992px) {
	.banner-text .no-image #terrat-white-title .page-title h1 { color: #fff; }
}