/***********************
ESTILOS GENERALES
************************/

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Regular.eot?'), url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/OpenSans-Bold.eot?'), url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-ExtraboldItalic';
    src: url('fonts/OpenSans-ExtraboldItalic.eot?'), url('fonts/OpenSans-ExtraboldItalic.eot?#iefix') format('embedded-opentype'), 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;
}*/

@font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.eot?'), url('fonts/fontello.eot?#iefix') format('embedded-opentype'), url('fonts/fontello.woff') format('woff'), url('fonts/fontello.ttf') format('truetype'), url('fonts/fontello.svg#svgFontName') format('svg');
    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;
    font-size: 10px;
}

@media (max-width: 991px) {
    html.no-scroll {
        overflow: hidden;
    }
}

h1,
.h1 {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    font-weight: normal;
    color: #4a4a4a;
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: 0;
}
@media(min-width: 1200px) {
    /*MEDIDAS DESKTOP*/
    h1,
    .h1 {
        font-size: 4rem;
        line-height: 4.8rem;
    }
}

h2,
.h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #333;
    font-weight: normal;
    letter-spacing: 0;
}
@media(min-width: 1200px) {
    /*MEDIDAS DESKTOP*/
    h2,
    .h2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }
}

h3,
.h3 {
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #333;
    font-weight: normal;
}
@media(min-width: 1200px) {
    /*MEDIDAS DESKTOP*/
    h3,
    .h3 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}

h4,
.h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #333;
    font-weight: normal;
    letter-spacing: 0;
}
@media(min-width: 1200px) {
    /*MEDIDAS DESKTOP*/
    h4,
    .h4 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #666;
}

.center-block,
.row>.center-block {
    float: none;
}

strong {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    font-weight: bold;
}

a {
    color: #007eae;
    text-decoration: underline;
    transition: all 0.3s ease-in;
}

a:hover,
a:focus,
a:active {
    color: #004f70;
}

a:focus {
    outline: 1px dotted black;
    transition: all 0s;
}

a:disabled {
    color: #1a1a1a;
}

.page-wrapper ul li {
    font-size: 1.6rem;
    line-height: 2.2rem;
    display: list-item;
    list-style: none;
    color: #555;
    background: none;
    padding: 0 0 1rem 0;
}

.freeContent.main .article-content ul li {
    background: none;
}

.article-content.article-text ul li {
    padding: 0 0 0 3.2rem;
}

.article-content.article-text ul li:before {
    content: "";
    position: relative;
    display: block;
    margin-bottom: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #007EAE;
    border-right: 2px solid #007EAE;
    transform: rotate(45deg);
    top: 15px;
    left: -25px;
}

.article-content.article-text ul.lista_alternativa li:first-child {
    padding-left: 0;
}

.article-content.article-text ul.lista_alternativa li:before {
    display: 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\0 {
    .page-wrapper ol li:before {
        padding: 2px 5px 3px 3px;
        line-height: normal;
    }
}

.page-wrapper ol li {
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 0 0 2rem 4rem;
    list-style-type: decimal;
    position: relative;
    color: #666666;
}

.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: 2rem;
}

.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-ExtraboldItalic', 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-grey {
    background-color: #545454;
}*/

.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: #007eae;
    position: relative;
}
.bg-dark-blue.double-curved {
    padding-bottom: 8rem;
    border-bottom-right-radius: 95% 5%;
    border-bottom-left-radius: 95% 5%;
    overflow: hidden;
    margin: 0;
    padding-top: 8rem;
    z-index: 1;
}

.bg-dark-blue.double-curved .card-search {
    margin-top: 6rem;
}

.bg-dark-blue.double-curved:before{
    content:"";
    width: 120%;
    background:#fff;
    height: 88px;
    position:absolute;
    top: -20px;
    left: -10%;
    right: -10%;
    border-radius: 64%;
}

.bg-yellow {
    background-color: #fdf5e1;
    position: relative;
}
.bg-yellow.curved {
    padding-bottom: 8rem;
    border-bottom-right-radius: 95% 15%;
    border-bottom-left-radius: 95% 15%;
    overflow: hidden;
    margin: 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 29%, #fdf5e1 100%);
    background: -webkit-linear-gradient(top, #ffffff 29%,#fdf5e1 100%);
    background: linear-gradient(to bottom, #ffffff 29%,#fdf5e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdf5e1',GradientType=0 );
    z-index: 1;
}
.bg-blue.double-curved {
    padding-bottom: 8rem;
    border-bottom-right-radius: 95% 5%;
    border-bottom-left-radius: 95% 5%;
    overflow: hidden;
    margin: 0;
    padding-top: 8rem;
    z-index: 1;
    margin-bottom: 4.8rem;
}
.bg-blue.double-curved:before{
    content:"";
    width: 120%;
    background:#fff;
    height: 88px;
    position:absolute;
    top: -20px;
    left: -10%;
    right: -10%;
    border-radius: 64%;
}
.bg-blue.curved-gradient {
    padding-bottom: 8rem;
    border-bottom-right-radius: 95% 15%;
    border-bottom-left-radius: 95% 15%;
    overflow: hidden;
    margin: 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 29%, #e5f5fc 100%);
    background: -webkit-linear-gradient(top, #ffffff 29%,#e5f5fc 100%);
    background: linear-gradient(to bottom, #ffffff 29%,#e5f5fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5f5fc',GradientType=0 );
    z-index: 1;
}

.bg-dark-blue.curved.mt-n {
    padding-bottom: 8rem;
    border-bottom-right-radius: 95% 5%;
    border-bottom-left-radius: 95% 5%;
    overflow: hidden;
    margin: 0;
    padding-top: 8rem;
    margin-top: -2rem;
    z-index: 0;
}

.bg-grey-gradient.curved-gradient {
    padding-bottom: 8rem;
    border-bottom-right-radius: 95% 15%;
    border-bottom-left-radius: 95% 15%;
    overflow: hidden;
    margin: 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 29%, #F0F0F0 100%);
    background: -webkit-linear-gradient(top, #ffffff 29%,#F0F0F0 100%);
    background: linear-gradient(to bottom, #ffffff 29%,#F0F0F0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdf5e1',GradientType=0 );
    z-index: 1;
}

@media (max-width: 992px) {
    .bg-dark-blue.curved.mt-n {
        margin-top: -5rem;
    }

}

@media (max-width: 992px) {
    .bg-blue.double-curved, .bg-yellow.curved, .bg-blue.curved-gradient {
        border-bottom-right-radius: 95% 5%;
        border-bottom-left-radius: 95% 5%;
    }

    .bg-grey-gradient.curved-gradient {
        border-bottom-right-radius: 95% 3%;
        border-bottom-left-radius: 95% 3%;
    }
}
.bg-site {
    background-color: #007eae !important;
    position: relative;
}

.bg-navyblue {
    background-color: #1D2546;
    position: relative;
}

.bg-greenishblue {
    background-color: #19818B;
    position: relative;
}

.bg-dark-cyan {
    background-color: #007EAE;
    position: relative;
}

.bg-dark-cyan .p-highlight-title h3,
.bg-greenishblue .p-highlight-title h3,
.bg-navyblue .p-highlight-title h3,
.bg-medium-blue .p-highlight-title h3,
.bg-dark-cyan h2,
.bg-greenishblue h2,
.bg-navyblue h2,
.bg-medium-blue h2,
.bg-dark-cyan p,
.bg-greenishblue p,
.bg-navyblue p,
.bg-medium-blue p,
.bg-dark-cyan li,
.bg-greenishblue li,
.bg-navyblue li,
.bg-medium-blue li {
    color: #FFF !important;
}

.bg-vgreen {
    background-color: #E6F4EA;
    position: relative;
}

.bg-vprom {
    background: linear-gradient(0deg, rgba(253,245,217,1) 0%, rgba(255, 255, 255, 1) 100%);
    position: relative;
}

.bg-blue-degra {
    background: linear-gradient(0deg, rgba(216, 234, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);
    position: relative;
}


/* Ticket #69309 - Family // Aplicar nuevos colores fondo */

.bg-light-grey {
    background-color: #F0F0F0;
    position: relative;
}
.bg-light-grey.double-curved {
    padding-bottom: 8rem;
    border-bottom-right-radius: 95% 5%;
    border-bottom-left-radius: 95% 5%;
    overflow: hidden;
    margin: 0;
    padding-top: 8rem;
    z-index: 1;
}

.bg-light-grey.double-curved:before{
    content:"";
    width: 120%;
    background:#fff;
    height: 88px;
    position:absolute;
    top: -20px;
    left: -10%;
    right: -10%;
    border-radius: 64%;
}

.bg-light-grey-blue {
    background-color: #d2dce1;
    position: relative;
}

.bg-medium-blue {
    background-color: #064f70;
    position: relative;
}

.bg-medium-blue li.carousel-item img,
.bg-dark-cyan li.carousel-item img {
    filter: none !important;
}

.bg-medium-blue li.carousel-item img:hover,
.bg-dark-cyan li.carousel-item img:hover {
    filter: opacity(50%) !important;
    transition: filter 0.5s ease 0s;
}


/* FIN Ticket #69309 - Family // Aplicar nuevos colores fondo */

.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-component .article-content.article-text h2 {
    margin-top: 4.8rem;
}

@media (min-width: 1200px) {
    .main-component .article-content.article-text h2 {
        margin-top: 6rem;
    }
}


.main h2 {
    margin-top: 4.8rem;
    margin-bottom: 3.2rem;
}

@media (min-width: 992px) {
    .main h2 {
        margin-top: 4.8rem;
        margin-bottom: 4.8rem;
    }
}

.main h3,
.main h4 {
    margin-top: 1.6rem;
}

.main .article-title h2,
.main .article-title h3,
.main .article-title h4 {
    margin-top: 3rem;
}

.main li>p,
.main li>ul,
.main li>ol,
.main li>img {
    margin-top: 0;
}

.main p {
    margin-top: 2rem;
}

.main p,
.main ul,
.main ol,
.main img,
.main object,
.main iframe {
    /*     margin-top: 2rem; */
    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: 0rem 0;
        margin-bottom: 4rem;
    }
}

.article-main .container-fluid {
    position: relative;
}

.aside-main .container-fluid {
    position: relative;
}


@media (min-width: 768px) {
    .article-content.article-footer {
        padding: 1rem 0;
        margin: 0;
    }
}

.mt-0, .mt-0 h2 {margin-top:0!important;}
.mt-4 {margin-top:4rem!important;}
.mt-6 {margin-top:6rem!important;}
.mt-8 {margin-top:6rem!important;}
@media (min-width: 768px) {
    .mt-8 {margin-top:8rem!important;}
}
.mb-9 {margin-bottom:9rem!important;}


/******************************
        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;
}

.contenedor_cuatro_columnas .encabezado_columnas {
    margin-top: 3.2rem;
    float: left;
    width: 100%;
    padding: 0 15px;
}

@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_bis .estilo_col_derecha_alternativo_bis {
        float: left;
    }
    .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_tres_columnas .estilo_col_izquierda .imagen_centrada,
    .contenedor_tres_columnas .estilo_col_medio .imagen_centrada,
    .contenedor_tres_columnas .estilo_col_derecha .imagen_centrada {
        margin: auto;
    }
    .contenedor_cuatro_columnas .encabezado_columnas {
        margin-top: 4.8rem;
    }
    .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;
    }
    .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 */

.texto_derecha {
    text-align: right;
}

.button_wrap.texto_derecha {
    display: block;
}


/* fin texto derecha */

.caja_texto {}

h2.texto_centrado {
    text-align: center;
    margin-bottom: 1rem;
}

.texto_centrado {
    text-align: center;
}

.caja_texto_2 {}

.colorbox {}

.center {
    text-align: center;
}

.article-content .texto_entradilla {}

.article-content .texto_izquierda {
    text-align: left;
}

.article-content .texto_inferior {}

.article-content .texto_color_site {
    color: #007eae;
}

.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 .bullet_azul {}

.article-content .bullet_amarillo {}

.article-content .bullet_rojo {}

.article-content .enlace_especial {}

.article-content .titulo_entradilla {
    font-size: 2.6rem;
    font-family: 'OpenSans-ExtraboldItalic', Helvetica, Arial, sans-serif;
    line-height: 3rem;
    color: #000;
    margin-bottom: 2rem;
}

.article-content .rojo_granate {}

.article-content .azul_turquesa {
    color: #0099cc;
}

.article-content .azul_oscuro {
    color: #004f70
}

.article-content .verde {}

.article-content .naranja {
    color: #f4c53d;
}

.article-content .gris {}


/******************************
        AVISO DE COOKIES
*******************************/

#acookie {
    background-color: #ededed;
    z-index: 100!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!important;
}

#header {
    z-index: 100;
    background-color: #fff;
    position: relative;
}

#header .bg-grey {
    background-color: transparent!important;
}

.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: auto;
}

.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!important;
    }
    .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: 37%*/
        min-width: 370px
    }
    .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;
    }
    .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 #007eae;
        border-right: 1px solid #007eae;
        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;
}


/*******************************
   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 {
    border-left: 1px solid #ededed;
    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;
    }
}

#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;
    }
    #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;
    margin: 0 -15px;
    padding: 0;
    min-width: 15rem;
}

@media (min-width: 992px) {
    .header-bottom .main-title {
        background: url('../css/images/logo.png') center center no-repeat transparent;
        width: 233px;
        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;
}

.section-title .main-title span.subtitle {
    font-size: 1rem;
}

@media (min-width: 768px) {
    .section-title .main-title span {
        font-size: 3.6rem;
        line-height: 6rem;
        padding: 0;
    }
    .section-title .main-title span.subtitle {
        font-size: 1.8rem;
        line-height: 0rem;
        padding-top: 2rem;
    }
}

.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, .custom-breadcrumb {
    display: none;
    padding: 7px 0;
    list-style: none;
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .breadcrumb, .custom-breadcrumb {
        display: block;
    }
}

.breadcrumb .current, .custom-breadcrumb .current {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
}
/* Ticket #109514 - diferencias tamanio fuente breadcrumb PRE vs PRO */
.breadcrumb .crumb, .custom-breadcrumb .crumb {
    display: inline;
    background-image: none;
    color: #555;
    font-size: 1.12rem;
    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, .custom-breadcrumb .crumb a {
    text-decoration: none;
    color: #555;
    font-size: 1.12rem;
}

.breadcrumb ul li.current, .custom-breadcrumb ul li.current {
    text-decoration: none;
    color: #555;
    font-size: 1.12rem;
}
/* FIN Ticket #109514 - diferencias tamanio fuente breadcrumb PRE vs PRO */

/*******************************
    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;
    font-size: 0.5rem;
}

@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;
}

.footer-middle-top .container .col-links>li {
    padding: 0 15px;
}

.link-group-title a p {
    color: #007eae;
    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;
    }
}


/*#69314 Particulares // Home // Nuevo icono Premios en el footer */

@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-1 {
        width: 16%;
    }
    .footer-middle-top .col-links .col-md-2 {
        padding: 0 10px;
        width: 29%;
    }
    .footer-middle-top .col-links .col-md-4 {
        padding: 0;
        width: 39%;
        float: right;
    }
    .footer-middle-top .multicols3 {
        padding: 0;
        width: 38%;
    }
    .footer-middle-top .col-links .multicols3+.multicols3 {
        margin-top: 2rem;
    }
    /*START Multiidioma en, fr, de*/
    .homeContainer100 .footer-middle-top .col-links .col-md-4,
    html[lang="en"] .footer-middle-top .col-links .col-md-4 {
        width: 51%;
    }
    /*END   Multiidioma en, fr, de*/
    .footer-middle-top .multicols3 .link-group-links ul li a img {
        margin: 0.5rem 0;
    }
}


/* FIN #69314 Particulares // Home // Nuevo icono Premios en el footer */

@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"]:hover img {
    background: #007eae;
    transition: all 0.3s ease-in;
}

.link-group-links ul li a[title*="Veure m"]:hover img {
    background: #007eae;
    transition: all 0.3s ease-in;
}

.link-group-links ul li a[title*="See more"]:hover img {
    background: #007eae;
    transition: all 0.3s ease-in;
}


/* INICIO - Ticket #69314 - Particulares // Home // Nuevo icono Premios en el footer */

.link-group-links ul li a[title*="Pr"]:hover img {
    background: #FFCD00;
    transition: all 0.3s ease-in;
}

.link-group-links ul li a[title*="Awards"]:hover img {
    background: #FFCD00;
    transition: all 0.3s ease-in;
}

.link-group-links ul li a[title*="Sariak"]:hover img {
    background: #FFCD00;
    transition: all 0.3s ease-in;
}


/* FIN - Ticket #69314 - Particulares / footer / Maquetar espacio footer portal para nuevo icono y acceso  */


/* INICIO - Ticket #84673 - Particulares // Home // Nuevo icono Premios en el footer */

.link-group-links ul li a[title*="Cultura"]:hover img {
    background: #FFCD00;
    transition: all 0.3s ease-in;
}

.link-group-links ul li a[title*="Cultura"] {
    display: inline-block;
    width: 120%;
}


/* FIN - Ticket #84673 - Particulares / footer / Maquetar espacio footer portal para nuevo icono y acceso */

.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-Bold', Helvetica, Arial, sans-serif;
    opacity: 1;
}

.footer .search-group #office-footer::-moz-placeholder {
    font-size: 1.4rem;
    color: #555;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    opacity: 1;
}

.footer .search-group #office-footer:-ms-input-placeholder {
    font-size: 1.4rem;
    color: #555;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    opacity: 1;
}

.footer .search-group #office-footer:-moz-placeholder {
    font-size: 1.4rem;
    color: #555;
    font-family: 'OpenSans-Bold', 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: #007EAE;
}

@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;
    }
}
*/

@media (min-width: 992px) and (max-width: 1200px) {
    .linkgroup-images-footer {
        max-width: 20rem;
    }
}

.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;
    }
    .mod-promo-2 .mod-promo-2__link-col .button_wrap {

        margin: 0 1rem 1rem 1rem;

    }
}

.button_wrap .btn {
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .button_wrap .btn {
        width: auto;
    }
}

.button_wrap .btn>a,
a .button_wrap .btn,
.hm-slide .hm-slide-text-wrap .hm-slide-description .button_wrap .btn,
.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 #007eae;
    color: #007eae;
    padding: 1.1rem 2rem;
    border-radius: 5rem;
    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,
    a .button_wrap .btn,
    .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 button.btn:hover,
.button_wrap a:hover>.btn,
.article-content .boton>a:hover,
.article-content a:hover>.boton,
.article-content .boton_azul>a:hover,
.article-content a:hover>.boton_azul,
.article-content .boton_gris>a:hover,
.article-content a:hover>.boton_gris {
    background: none;
    color: #007eae;
    border-color: #007eae;
    -webkit-box-shadow: 0 0 10px -1px #404040;
    -moz-box-shadow: 0 0 10px -1px #404040;
    box-shadow: 0 0 10px -1px #404040;
}

.button_wrap .btn>a:focus,
.button_wrap button.btn:focus,
.button_wrap a:focus>.btn,
.article-content a:focus>.boton,
.article-content a:focus>.boton,
.article-content .boton_azul>a:focus,
.article-content a:focus>.boton_azul,
.article-content .boton_gris>a:focus,
.article-content a:focus>.boton_gris {
    background: none;
    color: #007eae;
    -webkit-box-shadow: 0 0 10px -1px #404040;
    -moz-box-shadow: 0 0 10px -1px #404040;
    box-shadow: 0 0 10px -1px #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: #007eae;
    border-color: #007eae;
    -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-white>a,
a .button_wrap .btn.btn-white,
.button_wrap a>.btn.btn-white,
.button_wrap button.btn.btn-white,
.article-content .boton.naranja>a,
.article-content a>.boton.naranja {
    color: #007EAE;
    background-color: #ffffff;
    border: solid 2px #ffffff;
}

.button_wrap .btn.btn-white>a:hover,
.button_wrap a:hover>.btn.btn-white,
.button_wrap button.btn.btn-white:hover,
.article-content .boton.naranja>a:hover,
.article-content a:hover>.boton.naranja {
    color: #007EAE;
    background-color: #ffffff;
    /*-webkit-box-shadow: 0 0 10px -1px #404040;
    -moz-box-shadow: 0 0 10px -1px #404040;
    box-shadow: 0 0 10px -1px #404040;*/
    border: solid 2px #ffffff;
    outline: none;
}

.button_wrap .btn.btn-white>a:focus,
.button_wrap a:focus>.btn.btn-white,
.button_wrap button.btn.btn-white:focus,
.article-content .boton.naranja>a:focus,
.article-content a:focus>.boton.naranja {
    color: #007EAE;
    background-color: #ffffff;
    /*-webkit-box-shadow: 0 0 10px -1px #404040;
    -moz-box-shadow: 0 0 10px -1px #404040;
    box-shadow: 0 0 10px -1px #404040;*/
    border: solid 2px #ffffff;
    outline: none;
}

.button_wrap .btn.btn-white>a:active,
.button_wrap .btn.btn-white.active>a,
.button_wrap a:active>.btn.btn-white,
.button_wrap a>.btn.btn-white.active,
.button_wrap button.btn.btn-white:active,
.button_wrap button.btn.btn-white.active,
.article-content .boton.naranja>a:active,
.article-content a:active>.boton.naranja {
    color: #fff;
    background-color: #007EAE;
    border: solid 2px #007EAE;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.button_wrap .btn.btn-white.disabled>a,
.button_wrap a>.btn.btn-white.disabled {
    color: #666;
    border: 0.2rem solid #ccc;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.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,
a .button_wrap .btn.btn-yellow,
.hm-slide .hm-slide-text-wrap .hm-slide-description .button_wrap .btn.btn-yellow
{
    color: #000;
    background-color: #f4c53d;
    border: solid 2px #f4c53d;
}

.button_wrap .btn.btn-yellow>a:hover,
.button_wrap a:hover>.btn.btn-yellow,
.button_wrap button.btn.btn-yellow:hover,
.article-content .boton.naranja>a:hover,
.article-content a:hover>.boton.naranja {
    color: #000;
    background-color: #f4c53d;
    /*-webkit-box-shadow: 0 0 10px -1px #404040;
    -moz-box-shadow: 0 0 10px -1px #404040;
    box-shadow: 0 0 10px -1px #404040;*/
    border: solid 2px #f4c53d;
    outline: none;
    margin-bottom: 0;
}

.button_wrap .btn.btn-yellow>a:focus,
.button_wrap a:focus>.btn.btn-yellow,
.button_wrap button.btn.btn-yellow:focus,
.article-content .boton.naranja>a:focus,
.article-content a:focus>.boton.naranja {
    color: #000;
    background-color: #f4c53d;
    /*-webkit-box-shadow: 0 0 10px -1px #404040;
    -moz-box-shadow: 0 0 10px -1px #404040;
    box-shadow: 0 0 10px -1px #404040;*/
    border: solid 2px #f4c53d;
    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: solid 2px #e2b33d;
    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,
a .button_wrap .btn.btn-blue,
.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: #007eae;
    border: 0.2rem solid #007eae;
    color: #fff;
}

.button_wrap .btn.btn-blue>a:hover,
.button_wrap button.btn.btn-blue:hover,
.button_wrap a:hover>.btn.btn-blue,
.article-content .boton_azul>a:hover,
.article-content .boton.azul_turquesa>a:hover,
.article-content .boton.azul_oscuro>a:hover,
.article-content a:hover>.boton_azul,
.article-content a:hover>.boton.azul_turquesa,
.article-content a:hover>.boton.azul_oscuro {
    background-color: #007eae;
    border-color: #007eae;
    color: #fff;
    /*-webkit-box-shadow: 0 0 10px 0px #404040;
    -moz-box-shadow: 0 0 10px 0px #404040;
    box-shadow: 0 0 10px 0px #404040;*/
}

.button_wrap .btn.btn-blue>a:focus,
.button_wrap button.btn.btn-blue:focus,
.button_wrap a:focus>.btn.btn-blue,
.article-content .boton_azul>a:focus,
.article-content .boton.azul_turquesa>a:focus,
.article-content .boton.azul_oscuro>a:focus,
.article-content a:focus>.boton_azul,
.article-content a:focus>.boton.azul_turquesa,
.article-content a:focus>.boton.azul_oscuro {
    background-color: #007eae;
    color: #fff;
    /*-webkit-box-shadow: 0 0 10px 0px #404040;
    -moz-box-shadow: 0 0 10px 0px #404040;
    box-shadow: 0 0 10px 0px #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,
a .button_wrap .icon_lock,
.button_wrap a>.button_wrap,
.button_wrap .button_wrap>a,
a .button_wrap .button_wrap,
.hm-slide .hm-slide-text-wrap .hm-slide-description .button_wrap .button_wrap,
.button_wrap a>.icon_people,
.button_wrap .icon_people>a,
a .button_wrap .icon_people,
.button_wrap a>.icon_chat,
.button_wrap .icon_chat>a,
a .button_wrap .icon_chat,
.button_wrap a>.icon_phone,
.button_wrap .icon_phone>a,
a .button_wrap .icon_phon,
.button_wrap a>.icon_download,
.button_wrap .icon_download>a,
a .button_wrap .icon_download,
.article-content .boton.naranja>a,
.article-content a>.boton.naranja {
    padding-left: 4.4rem;
}

.button_wrap a>.icon_lock:before,
.button_wrap .icon_lock>a:before,
a .button_wrap .icon_lock:before,
.button_wrap a>.button_wrap:before,
.button_wrap .button_wrap>a:before,
a .button_wrap .button_wrap:before,
.hm-slide .hm-slide-text-wrap .hm-slide-description .button_wrap .button_wrap:before,
.button_wrap a>.icon_people:before,
.button_wrap .icon_people>a:before,
a .button_wrap .icon_people:before,
.button_wrap a>.icon_chat:before,
.button_wrap .icon_chat>a:before,
a .button_wrap .icon_chat:before,
.button_wrap a>.icon_phone:before,
.button_wrap .icon_phone>a:before,
a .button_wrap .icon_phone:before,
.button_wrap a>.icon_download:before,
.button_wrap .icon_download>a:before,
a .button_wrap .icon_download:before,
.article-content .boton.naranja>a:before,
.article-content a>.boton.naranja:before {
    content: '';
    display: inline;
    position: absolute;
    left: 1rem;
    top: 0;
    height: 100%;
    padding: 0;
    width: 3.7rem;
    line-height: 3.5rem;
}

@media screen and (min-width:0\0) {
    .button_wrap a>.icon_lock:before,
    .button_wrap .icon_lock>a:before,
    a .button_wrap .icon_lock:before,
    .button_wrap a>.button_wrap:before,
    .button_wrap .button_wrap>a:before,
    a .button_wrap .button_wrap:before,
    .button_wrap a>.icon_people:before,
    .button_wrap .icon_people>a:before,
    a .button_wrap .icon_people:before,
    .button_wrap a>.icon_chat:before,
    .button_wrap .icon_chat>a:before,
    a .button_wrap .icon_chat:before,
    .button_wrap a>.icon_phone:before,
    .button_wrap .icon_phone>a:before,
    a .button_wrap .icon_phone:before,
    .button_wrap a>.icon_download:before,
    .button_wrap .icon_download>a:before,
    a .button_wrap .icon_download:before,
    .article-content .boton.naranja>a:before,
    .article-content a>.boton.naranja:before {
        padding-top: 1.7rem;
    }
}

.button_wrap a>.icon_lock:before,
.button_wrap .icon_lock>a:before,
a .button_wrap .icon_lock:before,
.button_wrap a>.button_wrap:before,
.button_wrap .button_wrap>a:before,
a .button_wrap .button_wrap:before,
.hm-slide .hm-slide-text-wrap .hm-slide-description .button_wrap .button_wrap:before {
    font-family: "fontello";
    font-style: normal;
    content: '\e900';
    font-size: 2rem;
}

.button_wrap a>.btn-blue.icon_lock:before,
.button_wrap .btn-blue.icon_lock>a:before,
a .button_wrap .btn-blue.icon_lock:before,
.button_wrap a>.btn-blue.button_wrap:before,
.button_wrap .btn-blue.button_wrap>a:before,
a .button_wrap .btn-blue.button_wrap:before {
    font-family: "fontello";
    font-style: normal;
    content: '\e900';
    font-size: 2rem;
}

.button_wrap a>.icon_people:before,
.button_wrap .icon_people>a:before,
a .button_wrap .icon_people:before {
    /*font-family: "fontello";
    font-style: normal;
    content: '\e903';
    color: #437eae;
    font-size: 2.3rem;*/
    background: url("icons/ic_user_blue.png") no-repeat center center transparent;
}

.button_wrap a>.btn-blue.icon_people:before,
.button_wrap .btn-blue.icon_people>a:before,
a .button_wrap .btn-blue.icon_people:before {
    /*font-family: "fontello";
    font-style: normal;
    content: '\e903';
    color: #fff;
    font-size: 2.3rem;*/
    background: url("icons/ic_user_white.png") no-repeat center center transparent;
}

.button_wrap a>.btn-yellow.icon_people:before,
.button_wrap .btn-yellow.icon_people>a:before,
a .button_wrap .btn-yellow.icon_people:before {
    /*font-family: "fontello";
    font-style: normal;
    content: '\e903';
    color: #000;
    font-size: 2.3rem;*/
    background: url("icons/ic_user.png") no-repeat center center transparent;
}

.button_wrap a>.icon_chat:before,
.button_wrap .icon_chat>a:before,
a .button_wrap .icon_chat: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,
a .button_wrap .btn-blue.icon_chat: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,
a .button_wrap .btn-yellow.icon_chat:before {
    background-image: url("icons/icon_chat.png");
}

.button_wrap a>.icon_phone:before,
.button_wrap .icon_phone>a:before,
a .button_wrap .icon_phone: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,
a .button_wrap .btn-blue.icon_phone: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,
a .button_wrap .btn-yellow.icon_phone:before {
    background-image: url("icons/icon_phone.png");
}

.button_wrap a>.icon_download:before,
.button_wrap .icon_download>a:before,
a .button_wrap .icon_download: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,
a .button_wrap .btn-blue.icon_download: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,
a .button_wrap .btn-yellow.icon_download:before {
    background-image: url("icons/icon_download.png");
}


/***************************
    A1 - Banner de titulo
***************************/

.banner {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    background-color: #ececec;
    /*z-index: 30;*/
}

.article-main .container-fluid,
.aside-main .container-fluid {
    position: relative;
}

.banner-image-group img {
    display: block;
    position: relative;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

@media (min-width: 1200px) {
    .banner-media {
        position: absolute;
        max-height: 300px;
        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,
    .terrat-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: auto;
        width: auto;
        max-width: none;
        top: 0;
        transform: translateY(0);
    }
    .no-csstransforms .banner-image-group>img {
        height: auto;
        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: auto;
        width: auto;
        max-width: none;
    }
    .no-csstransforms .banner-image-group>picture img {
        height: auto;
        width: auto;
        max-width: none;
        top: auto;
    }
}

@media (min-width: 1200px) {
    .banner-media {
        max-height: 360px;
    }
    .banner-image-group>img {
        height: 100%;
    }
    .no-csstransforms .banner-image-group>img {
        height: 100%;
    }
    .banner-image-group>picture img {
        /*height: 100%;*/
        /*TICKET #103838*/
        width: 100%;
        max-width: 60%;
        top: 50%;
        transform: translateY(-50%);
        /*FIN TICKET #103838*/
    }
    .no-csstransforms .banner-image-group>picture img {
        height: 100%;
    }
}

@media (min-width: 1440px) {
    .banner-image-group>img {
        height: auto;
        width: 100%;
        max-width: 50%;
    }
    .banner-image-group>picture {}
    .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%;
    padding: 10px 0;
}

@media (min-width: 1200px) {
    .banner-text {
        width: 970px;
        border-bottom: none;
        margin-bottom: 0;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .banner-text {
        width: 1170px;
    }
}

.page-banner {
    padding: 3rem 0;
    display: table;
    width: 100%;
}

.page-banner.channel-title {
    margin-bottom: -3rem;
}

@media (min-width: 1200px) {
    .page-banner {
        height: 300px;
    }
    .page-banner.channel-title {
        padding: 4rem 0;
        margin-bottom: 0;
    }
    .page-banner.channel-title .page-title h1 {
        height: auto;
        line-height: 4rem;
    }
}

@media (min-width: 1200px) {
    .page-banner {
        height: 360px;
    }
}

.page-banner-wrap {
    display: table-row;
}

.page-banner-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.banner-text .page-title h1 {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #333;
}

.banner-text .page-title h1 sup {
    top: -.8em;
    font-size: 50%;
}

.banner-text .page-title h2, .banner-text .page-title h3 {
    margin-top:0;
}


@media (min-width: 1200px) {
    .banner-text .page-title h1 {
        /*
        font-size: 5rem;
        line-height: 5.7rem;
        desktop aÃƒÂ±adido
        */
        font-size: 4rem;
        line-height: 4.8rem;
        color: #fff;
        letter-spacing: 0;

    }

    .banner-text .page-title h2{
        color:#fff;
    }

    .banner-text .page-title h3 {
        color:#fff;
    }
}

.banner-text .page-description p {
    margin-top: 2.4rem;
    margin-bottom: 0rem;
}

@media (min-width: 1200px) {
    .banner-text .page-description p {
        color: #fff;
        font-size: 2rem;
        margin-top: 2.rem;
    }
    .banner-text .no-image .page-description p {
        color: inherit;
    }
}

.banner-text .column {
    position: static;
}

.banner-text .page-video {
    position: absolute;
    /* top: 20%; */
    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: 1200px) {
    .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: auto!important;
    float: none!important;
    padding-bottom: 0;
    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: 30;
    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::before {
    position: absolute;
    width: 25px;
    height: 26px;
    left: 6px;
    top: -2px;
    content: '';
    z-index: 2;
    border: 5px solid #f4c53d;
}

.banner-promotion a p {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    padding-left: 2.5rem;
    color: #000;
    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 {
    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 .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 (max-width:768px) {
    .promotion_image img,
    .promotion_video img {
        max-width: 80%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 2rem;
    }
}

@media (min-width:768px) {
    .promotion_image img,
    .promotion_video img {
        width: auto;
    }
    .promotion_image,
    .promotion_video {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        float: left;
        position: relative;
        width: 38.6%;
        height: 210px;
    }
    .promotion_content {
        float: left;
        position: relative;
        width: 58.4%;
    }
    .promotion_content_left {
        float: left;
        padding: 1.5rem 1.5rem 1.5rem 0;
        position: relative;
        width: 70%;
        height: 100%;
        min-height: 210px;
    }
    .promotion_content_right {
        float: left;
        padding-right: 0;
        position: relative;
        width: 30%;
        height: 100%;
        min-height: 210px;
    }
}

@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: auto;
        min-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;
    float: left;
}

.article-content {
    margin-top: 1.6rem;
}

.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: 1.1rem;
}

.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;
}


/*START - #83637 - Empresas: Componente video en landing de marruecos*/

.article-content.article-video>script {
    display: none;
}

.article-block._normal_appearance .video-inline iframe {
    position: relative;
}

.article-block._normal_appearance .video-inline .aviso_cookies {
    width: 100% !important;
}


/*END - #83637 - Empresas: Componente video en landing de marruecos*/

@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: #333;
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 2.6rem;
}

@media (min-width: 1200px) {
    .p-highlight-title h2,
    .p-highlight-title h3,
    .p-highlight-title h4 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

.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: center;
    justify-content: center;
    width: 100%;
    margin-top: 0;
}

.p-highlights .p-highlight {
    background: none;
    padding: 2rem 2px 0;
    margin: 0;
    width: 100%;
}

@media (min-width: 640px) {
    .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;
    }
    /* #98597 - Seguros > MyBox > CTAS responsive en destacados */
    .p-highlights .p-highlight.p-highlight-simple .p-highlight-wrap .p-highlight-info {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .p-highlights .p-highlight {
        width: 33.333333%;
    }
    .p-highlights .p-highlight-list-2-items .p-highlight {
        width: 49%;
    }
    .p-highlights.highlights-narrow .p-highlight-list-2-items .p-highlight {
        width: 33%;
    }
    .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;
    margin-bottom: 2rem;
}

.p-highlight-link .button_wrap {
    margin: 0;
}

.p-highlight-content.article-content {
    margin-top: 2rem;
}

.destacados-myBox .p-highlight-content.article-content {
    margin-top: 0rem;
    padding: 0 2rem 2rem;
    display: flex;
    flex-direction: column;
    height: 80%;
    justify-content: space-between;

}

.p-highlight-content.article-content p span {
    max-width: 233px;
}

.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;
    background: none;
    padding: 0 0 0 3.2rem;
    text-align: left;
}

.p-highlight-content.article-content ul li:before {
    content: "";
    position: relative;
    display: block;
    margin-bottom: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #007EAE;
    border-right: 2px solid #007EAE;
    transform: rotate(45deg);
    top: 15px;
    left: -25px;
}

@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-ExtraboldItalic', Helvetica, Arial, sans-serif;
    color: #004f70;
    font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: 0;
}

.p-highlights-promo .p-highlight-image {
    margin-top: 0;
    height: 10%;
}

.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: #007eae;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
}


/*******************************
            16 MenuInterior
********************************/

.full-width {
    position: relative;
    margin: 0 -30px;
    padding: 0 30px;
    background: #007eae;
}

.full-width:before,
.full-width:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 960rem;
    right: 100%;
    background: #007eae;
}

.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: #007eae;
}

.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;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-items-scroll {
    height: 6.3rem;
}

.tabs-items-wrap {
    overflow: auto;
    padding-bottom: 3rem;
}

.tabs-group .tabs-items {
    position: relative;
    text-align: left;
    margin: 0;
    white-space: nowrap;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-items {
    position: initial;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-items:after {
    content: "";
    height: 2px;
    background: #dfdfdf;
    position: absolute;
    left: -100%;
    right: -100%;
    bottom: 0;
    z-index: 99;
}

.tabs-group .tabs-item {
    background-image: none;
    padding: 0;
    vertical-align: middle;
    max-width: 40rem;
    display: inline-block;
    white-space: normal;
}


/* Ticket #95233 - Poner el ti­tulo de tab en una sola li­nea*/

.talks li.tabs-item.tab-opener {
    max-width: 100%;
}


/* FIN Ticket #95233 - Poner el ti­tulo de tab en una sola li­nea*/

.tabs-item>a {
    display: table;
    text-decoration: none;
    height: 8.3rem;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-item>a {
    height: 6.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;
}

.tabs-item .tabs-item-title:hover {
    border-bottom: 3px solid #eee;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-item .tabs-item-title:hover>p {
    color: #007eae;
    font-weight: bold;
    text-decoration: none;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-item .tabs-item-title.tabs-item-title-active,
.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-item .tabs-item-title.tabs-item-title-active:hover {
    position: relative;
    border: 2px solid #dfdfdf;
    border-radius: 5px 5px 0 0;
    transition: none;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-item .tabs-item-title.tabs-item-title-active:after {
    content: "";
    position: absolute;
    bottom: -5px;
    height: 13px;
    background: url(icons/arrow-down-blue.png) no-repeat center center #fff;
    width: 100%;
    z-index: 999;
    left: 0;
}

.tabs-item .tabs-item-title>p {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: #555;
    margin: 0;
    text-align: center;
    transition: all 0.3s ease-in;
    line-height: 100%;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-item .tabs-item-title>p {
    font-size: 1.8rem;
}

.tabs-item .tabs-item-title-active>p {
    color: #007eae;
    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;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-arrow-right {
    border-left: 2px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf;
    z-index: 999;
}

.tabs-group .tabs-arrow-left {
    left: 0;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-arrow-left {
    border-right: 2px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf;
    z-index: 999;
}

.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;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-arrow-right a {
    border: none;
}

.tabs-group .tabs-arrow-left a {
    background: url('icons/arrow-left.png') no-repeat center center transparent;
    border-right: 1px solid #eee;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-arrow-left a {
    border: none;
}

.tabs-content.article-content {
    display: none;
    margin-top: 20px;
}


/*#86965 - Particulares // Colectivos // Intouch Telefonica // Video no responsive*/

@media (max-width: 768px) {
    .tabs-content.article-content iframe {
        width: 100%;
    }
}


/****************************
    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: #007eae;
        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: #007eae;
        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: #007eae;
        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: 99%;
        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: 99%;
        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;
        height: 54px;
    }
    .submenu-linkgroup .tabs-arrow-right {
        right: 0;
        height: 54px;
    }
    .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: #555555;
        position: relative;
        font-size: 1.8rem;
    }
    .submenu-linkgroup.tabs-group .tabs-item.active .tabs-item-title p {
        color: #007eae;
        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;
    }
    .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: #555;
        outline: 0;
    }
    .tabs-group .tab-dropdown-link a:hover,
    .tabs-group .tab-dropdown-link a:focus {
        color: #007eae;
        font-weight: bold;
    }
    .tabs-group .tab-dropdown-link.active a {
        color: #007eae;
        font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    }
}


/*************************
    SUBHOME TABS
*************************/

.sh-tabs.tabs-group {
    margin: 1rem 0;
    position: relative;
    display: block;
    max-width: 100%;
}

.sh-tabs.tabs-group .tabs-items-list {
    margin: 0 -15px;
    border-bottom: 1px solid #007eae;
    position: relative;
}

@media (min-width: 992px) {
    .sh-tabs.tabs-group .tabs-items-list {
        margin: 0 -2rem;
        width: 103.5%;
    }
    .sh-tabs.tabs-group .tabs-items-list:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 2rem;
        background-color: transparent;
        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: transparent;
        z-index: 1;
    }
    .sh-tabs.tabs-group .tabs-arrow-left {
        /* Ticket #77450 - Particulares/prestamos/shflechas_URGENTE left: 1rem; */
        left: 0;
    }
    .sh-tabs.tabs-group .tabs-arrow-right {
        /* Ticket #77450 - Particulares/prestamos/shflechas_URGENTE right: 1rem; */
        right: 0;
    }
}

.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;
}


/* #77565 - Empresas: arreglar los estilos del menu de banca digital
.sh-tabs.tabs-group:before {
    content: '';
    display: block;
    position: absolute;
    top: 7.4rem;
    right: 100%;
    width: 900rem;
    border-bottom: 1px solid #007eae;
}
.sh-tabs.tabs-group:after {
    content: '';
    display: block;
    position: absolute;
    top: 7.4rem;
    left: 100%;
    width: 900rem;
    border-bottom: 1px solid #007eae;
}
*/

.sh-tabs.tabs-group .tabs-dropdown .tab-dropdown {
    /*padding-top: 4rem;*/
    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: #007eae;
}

.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 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin: 0 0 1rem;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    color: #004f70;
    letter-spacing: 0;
}

@media (min-width: 768px) {
    .sh-tabs.tabs-group .tabs-content h2 {
        font-size: 2.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;
}


/* Ticket#85699 - CMN Central :: Vista desde navegador movil */

.dropdown-item .dropdown-content iframe {
    width: 100%;
}

@media (max-width: 1200px) {
    .dropdown-item .dropdown-content iframe {
        height: 535px !important;
    }
}

@media (max-width: 992px) {
    .dropdown-item .dropdown-content iframe {
        height: 320px !important;
    }
}

@media (max-width: 739px) {
    .dropdown-item .dropdown-content iframe {
        height: 370px !important;
    }
}

@media (max-width: 700px) {
    .dropdown-item .dropdown-content iframe {
        height: 535px !important;
    }
}

@media (min-width: 1200px) {
    .dropdown-item .dropdown-content iframe {
        height: 320px !important;
    }
}


/* FIN Ticket#85699 - CMN Central :: Vista desde navegador movil */

.dropdown-item .dropdown-title h3 {
    margin: 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{
    display: block;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    font-size: 2.4rem;
    text-decoration: none;
    line-height: 3.2rem;
    margin: 0;
    background: #eee;
    border-radius: 2px 2px 0 0;
    transition: all 0.3s ease-in;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #333333;
    letter-spacing: 0;

}
.dropdown-item .dropdown-title a h3 {
    display: block;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    text-decoration: none;
    background: #eee;
    margin: 0;
    border-radius: 2px 2px 0 0;
    transition: all 0.3s ease-in;
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #333333;
    letter-spacing: 0;
}
.dropdown-item .dropdown-title a h4 {
    display: block;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #333333;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0;
    border-radius: 2px 2px 0 0;
    transition: all 0.3s ease-in;
}
.dropdown-item .dropdown-title h2 a,
.dropdown-item .dropdown-title h3 a,
.dropdown-item .dropdown-title h4 a {
    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,
.dropdown-item .dropdown-title h2 a.active,
.dropdown-item .dropdown-title h3 a.active,
.dropdown-item .dropdown-title h4 a.active {
    background: #007eae;
    color: #fff;
}

.dropdown-item .dropdown-title a:hover h2 {
    background: #007eae;
    transition: all .3s ease-in;
    color: #fff;
}
.dropdown-item .dropdown-title a:hover h3,
.dropdown-item .dropdown-title a:hover h4,
.dropdown-item .dropdown-title h2 a:hover,
.dropdown-item .dropdown-title h3 a:hover,
.dropdown-item .dropdown-title h4 a:hover {
    background: #007eae;
    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 {
    font-size: 2rem;
    line-height: 2.8rem;
    color: #007eae;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
}

.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 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    background-color: transparent;
    color: #007eae;
    padding-left: 0;
    letter-spacing: 0;
}


/*****************
    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;
    padding-top: 10px;
}

.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;
    padding-bottom: 3rem;
}


/* Fix carouseles scroll #66870 : hidden*/

@media(min-width: 1200px) {
    .carousel-items-list .carousel-items-wrap {
        overflow: hidden!important;
    }
}


/* End Fix carouseles*/

.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;
    margin: 0 5px;
}

/*
.carousel-items .carousel-item.active img {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.75);
}
*/

.carousel-items .carousel-item.active .carousel-thumb {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.75);
}

.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.2rem;
    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: #004f70;
}

.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-group .gallery-item .gallery-item-zoom a>img {
    width: auto;
    height: auto;
    padding: 1.1rem 0;
    margin-top: 0.5rem;
}

.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-item.gallery-item-playing>a+.gallery-item-video-box {}

.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: relative;
    top: 210px;
    height: 100%;
    z-index: 40;
    background: none;
}

.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;
}

.gallery-item-zoom a:focus {
    outline: 3px dotted #fff;
}

.gallery-group .gallery-arrow a img {
    margin: 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
*********************/

#cboxOverlay,
#cboxWrapper,
#colorbox {
    z-index: 9999999!important;
}

#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;
    background: none;
    text-indent: 0;
    width: 60px;
    height: 60px;
}

.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;
        width: 80%;
        /* #78040 - landing DPO // alinear botones */
    }
    .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 p,
.v-highlight-content h2,
.v-highlight-content h3,
.v-highlight-content h4 {
    margin-top: 0;
}

.v-highlight-content h2{
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #555;
    letter-spacing: 0;
}

.v-highlight-content h3 {
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #555;
    letter-spacing: 0;
}
.v-highlight-content h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #555;
    letter-spacing: 0;

}

.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 {
    height: 100%;
}

.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;*/
        justify-content: center;
        /*#87411*/
        -webkit-justify-content: center;
        /*#87411*/
    }
}

.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;
}


/*Por accesibilidad los titulos de los destacados no deben ser encabezados*/

.c-highlight-text p span.titulo_entradilla {
    margin-top: 3rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-family: 'OpenSans-ExtraboldItalic', Arial, sans-serif;
    color: #004f70;
    font-weight: normal;
    display: block;
}

.c-highlight-link a {
    color: #007eae;
    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: #333;
    line-height: 1.8rem;
    /*Ticket #104955 - Particular // Seguros // MyBox Salud > Estilo Destacados*/
    /*font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;*/
    font-family: 'OpenSans', Arial, serif;
    /*FIN Ticket #104955 - Particular // Seguros // MyBox Salud > Estilo Destacados*/
}

@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: bottom;
    width: 50%;
}

@media (min-width: 768px) {
    .h-highlights-promo .h-highlight-content {
        padding: 1.2rem;
    }
}

.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-ExtraboldItalic', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 1rem;
}

.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 {
    color: #477dab;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-decoration: underline;
}

.h-highlights-promo .h-highlight {
    width: 100%;
}

@media (min-width: 768px) {
    .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-subtitle {
    margin-top: 1rem;
}*/


/*******************************
    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;
    box-shadow: none;
    /*#72694*/
}

#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 #007eae;
    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: #007eae;*/
    color: #004f70;
    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: #007eae;
}

#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: 1.8rem;
    line-height: 2.2rem;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
}

#panel-menu .menu-campaign.menu-campaign-h .menu-campaign-title {
    font-family: 'OpenSans-ExtraboldItalic', 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;
}

#panel-cotizacion .agrupacion_enlaces_ssi {}

@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 #007eae;
    color: #007eae;
    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: #007eae;
    border-color: #007eae;
    -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 #007EAE;
    }
}

.header .search-field {
    height: 3.8rem;
    background: none;
    border: none;
    padding-left: 5.5rem;
    width: 100%;
}


/*.header .search-field:focus {*/


/*color:#007EAE;*/


/*}*/

.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: #007EAE;
}

.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: #007eae;
}

.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: #007eae;
    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: #007eae;
    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: #007eae;
    line-height: 1.8rem;
}

.ps-block .ps-item-title:hover {
    color: #007eae;
}

.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: #007eae;
    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;
}


/* Accesibilidad Prebuscador */

.search-group ul,
.search-group li {
    padding: 0!important;
    list-style: none!important;
}

.search-group li.ps-suggested-results {
    background: none!important;
}

.ps-content p {
    display: block!important;
}


/* END PREBUSCADOR */

.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;
}


/* Ticket #67333 - Error foco acceso LA en Explorer */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    /*solo para ie10*/
    .lolopo-fields input {
        padding: 0;
    }
}


/* Fix Ticket #67333 - Error foco acceso LA en Explorer */

.lolopo iframe {
    display: block;
}

.lolopo-fields input:focus {
    border-bottom: 1px solid #007CA4;
}

#lolopo span.cboxClose:focus {
    outline: 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: #007eae;
    border-color: #007eae;
    border-radius: 5rem;
}

.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: #007eae;
    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;}*/

#la-header-mobile-button *:nth-child(4) {
    display: none;
}

@media (max-width: 991px) {
    .sticky-nav .header-bottom .column:last-child {
        float: right;
        width: auto;
        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 *:nth-child(4) {
    display: inline-block;
}

.sticky-nav #la-header-mobile-button .button_wrap:last-child .btn>a {
    padding-left: 2.5rem;
    padding-right: 1rem;
}

.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: normal;
    width: 2rem;
    top: 0px;
    margin-top: 7px;
    left: 0.5rem;
}

@media screen and (min-width:0\0) {
    .sticky-nav #la-header-mobile-button .button_wrap:last-child .btn>a:before {
        padding: 0;
    }
}

.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;
}

#cboxOverlay.lo-layer {}


/*Layer Internas*/

#colorbox.layer #cboxClose {
    background-image: url('icons/cross_black.png');
    z-index: 999;
}


/***********************
    Orden ministerial
************************/

.om {
    background-color: #fff;
    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: #fff;
    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,
.om-group p strong {
    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;
    }
}


/*** nuevas layout de OM  **/

.main .om-group .om-right p,
.main .om-group .om-right li {
    font-size: 0.9rem;
    color: #555;
}


/* Ticket #75105 ajustar Orden Ministerial */

.freeContent.banner-image .om-group .om-value ul {
    margin: 1.2rem 0 .7rem 0;
}


/* fin Ticket #75105 */

.main .om-group.complex_om .om-right p,
.main .om-group.complex_om .om-right li {
    line-height: 1.4rem;
    margin-bottom: 2.4rem;
}

.om-title,
.om-group p strong {
    font-weight: bold;
}

.om-box .om-value {
    /*border: 1px solid #c1c1c1;*/
    border: 1px solid #000;
    /* Ticket #67625 */
    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;*/
    /*color: #9e9e9e;*/
    color: #bdbdbd;
    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;
    }
}

.main .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-3-to-6 .om-right .om-value li:nth-child(2) {
    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: #fff;
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    top: 0;
    left: -100%;
    height: 100%;
}

.om-group.dropdown:before {
    background-color: #fff;
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    top: 0;
    right: -100%;
    height: 100%;
}

.om-group {
    width: 100%;
}

.om-group.dropdown {
    position: relative;
    background-color: #fff;
    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: #007eae;
        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>a {
    display: block;
    background-color: #efefef;
    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: 110%;*/
        /*left: -5%;*/
        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;*/
    min-height: 14.5rem;
    /* Ticket #77507 - Particulares/prestamos/responsive_URGENTE */
}

@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 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #007eae;
    letter-spacing: 0;
    margin-top: 0;
    text-decoration: none;
    word-break: break-word;
}

.sh-highlights .sh-highlight .sh-h-title h2,
.sh-highlights .sh-highlight .sh-h-title h3 {
    color: #004f70;
}

@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.6rem;
        line-height: 2.4rem;
    }
}


/*
.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;
    word-break: break-word;
}

.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: #007eae;
    transition: all 0.3s ease-in;
    line-height: 1.4rem;
    padding: 1.2rem 2rem;
    border-radius: 0.2rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    border: 0.2rem solid #007eae;
    max-width: 25rem;
    min-width: 15rem;
    height: auto;
}

.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: #007eae;
    border-color: #007eae;
    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: #004f70;
    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: 0rem 0 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: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans-ExtraboldItalic', Helvetica, Arial, sans-serif;
    color: #1a1a1a;
    letter-spacing: 0;
    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: 2.4rem;
        line-height: 3.2rem;
        color: #fff;
    }
}

.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-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.sh-h-product.sh-h-promo>a {
    margin: 0rem -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: #007eae;
    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;
    display: inline-block;
    font-size: 1.3rem;
    width: auto;
    max-width: none;
}

@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: -1rem;
    }
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo.sh-h-white .sh-h-nri {
        right: 1rem;
    }
}

@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: #007eae;
        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: 0;
}

@media (min-width: 992px) {
    .hm-slider {
        padding-bottom: 0;
    }
}

.hm-slider-list {
    width: 100%;
}


/* START - #73291 - Particulares // Ahorro // Mi hucha // efecto slider */

.hm-slider-list .hm-slide:not(:first-child) {
    opacity: 0;
    position: absolute;
    left: -100%;
}


/* END - #73291 - Particulares // Ahorro // Mi hucha // efecto slider */

.hm-slider .hm-slide {
    background: none;
    padding: 0;
}

.hm-slide>a {
    display: block;
    text-decoration: none;
}

@media (min-width: 992px) {
    .hm-slide>a, .hm-slide > .hm-slide-wrapper {
        height: 30rem;
    }
}

@media (min-width: 1200px) {
    .hm-slide>a, .hm-slide > .hm-slide-wrapper {
        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%;
    margin-top: 0;
}

@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-text-right .hm-slide-image-nri {
        left: auto;
        right: 0.5rem;
        transform: rotate(-90deg) translateX(100%);
        transform-origin: bottom right;
    }
    */
}

.hm-slide-text {
    padding: 1.5rem;
    margin-top: .2re;
}

@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;
    }
}

.hm-text-contrast .hm-slide-text-wrap {
    padding: 1.5rem;
    padding-bottom: 0;
}

.hm-text-contrast-hight .hm-slide-text-wrap {
    padding: 1.5rem;
    padding-bottom: 3rem;
}

.hm-text-center .hm-slide-image-nri {
    width: 94%;
    text-align: center;
}

@media (min-width: 992px) {
    .hm-slide-text-wrap {
        /*width: 50%;*/
        width: 52%;
        /* Ticket #65031 */
        margin: 0 auto;
        position: relative;
        display: inline-table;
    }
    .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: 0.5rem 1.5rem 2rem;
    }
    .hm-text-contrast-hight .hm-slide-text-wrap {
        padding: 0.5rem 1.5rem 2rem
    }
    .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: 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-contrast-hight .hm-slide-text-wrap:before {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff;
        opacity: 1;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        border-radius: 1rem
    }
    .hm-text-right.hm-text-contrast-hight .hm-slide-text-wrap:before {
        left: 0;
        right: auto;
        width: 101%;
        background: #fff;
        /*background:-webkit-linear-gradient(90deg,#fff 40rem,#ddd);background:-o-linear-gradient(90deg,#fff 40rem,#ddd);background:-moz-linear-gradient(90deg,#fff 40rem,#ddd);background:linear-gradient(90deg,#fff 40rem,#ddd)*/
    }
    .hm-text-left.hm-text-contrast-hight .hm-slide-text-wrap:before {
        left: auto;
        right: 0;
        width: 101%;
        background: #fff;
        /*background:-webkit-linear-gradient(-90deg,#fff 40rem,#ddd);background:-o-linear-gradient(-90deg,#fff 40rem,#ddd);background:-moz-linear-gradient(-90deg,#fff 40rem,#ddd);background:linear-gradient(-90deg,#fff 40rem,#ddd)*/
    }
}

@media (min-width: 1200px) {
    .hm-text-contrast .hm-slide-text-wrap {
        padding: 1.5rem;
        padding-bottom: 3rem;
    }
    .hm-text-contrast-hight .hm-slide-text-wrap {
        padding: 1.5rem;
        padding-bottom: 3rem;
    }
}

.hm-slide-sbt {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    color: #007eae;
    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: #007eae;
    }
    .hm-text-contrast-hight .hm-slide-sbt {
        padding: 0 4rem;
        color: #007eae
    }
}

.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-text-contrast-hight .hm-slide-title {
        padding: 0 4rem
    }
}

.hm-slide-title h2 {
    /*Estilos de H1*/
    font-size: 3.2rem;
    line-height: 4rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #191919;
    margin-top: 0;
}

@media (min-width: 992px) {
    .hm-slide-title h2 {
        color:#fff;
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
    .hm-text-contrast .hm-slide-title h2 {
        color: #1a1a1a;
    }
    .hm-text-contrast-hight .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;
        width: 100%;
    }
    .hm-text-contrast .hm-slide-description {
        padding: 0 4rem;
    }
    .hm-text-contrast-hight .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-text-contrast-hight .hm-slide-description p {
        color: #555
    }
}


/* Ticket #92955 - Particulares // texto aclarativo en slider no se ve en responsive */


/*
.hm-slide-description .texto_aclarativo {
    display: none;
}
*/


/* FIN Ticket #92955 - Particulares // texto aclarativo en slider no se ve en responsive */

@media (min-width: 992px) {
    .hm-slide-description p.texto_aclarativo {
        font-family: 'OpenSans', Helvetica, Arial, sans-serif;
        font-size: 1.1rem;
        line-height: 1.4rem;
        color: #909090;
        display: block;
        font-weight: bold;
    }
}

@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;
        width: 100%;
        /* Ticket #67732 - Particulares // Ahorro // Terrat subhome*/
    }
    .hm-text-left.hm-text-contrast-hight .hm-slide-sbt,
    .hm-text-left.hm-text-contrast-hight .hm-slide-title,
    .hm-text-left.hm-text-contrast-hight .hm-slide-description {
        padding-left: 4rem;
        width: 100%;
        /* Ticket #67732 - Particulares // Ahorro // Terrat subhome*/
    }
}

@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: 4rem;
    }
    .hm-text-left.hm-text-contrast-hight .hm-slide-sbt,
    .hm-text-left.hm-text-contrast-hight .hm-slide-title,
    .hm-text-left.hm-text-contrast-hight .hm-slide-description {
        padding-left: 4rem
    }
}

@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;
        width: 100%;
        /* Ticket #67732 - Particulares // Ahorro // Terrat subhome */
    }
    .hm-text-right.hm-text-contrast-hight .hm-slide-sbt,
    .hm-text-right.hm-text-contrast-hight .hm-slide-title,
    .hm-text-right.hm-text-contrast-hight .hm-slide-description {
        padding-right: 4rem;
        width: 100%;
    }
}

@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;
        /*padding-right: 0;*/
        width: 100%;
    }
    .hm-text-right.hm-text-contrast-hight .hm-slide-sbt,
    .hm-text-right.hm-text-contrast-hight .hm-slide-title,
    .hm-text-right.hm-text-contrast-hight .hm-slide-description {
        padding-right: 10rem;
        /*padding-right: 0;*/
        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: #007eae;
    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 #007eae;
    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: #007eae;
        border-color: #007eae;
        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-slide a:focus .hm-slide-description .boton_azul {
        font-weight: bold;
        text-decoration: underline!important;
    }
}

.hm-slider-controls {
    display: none;
}

@media (min-width: 992px) {
    .hm-slider-controls {
        max-width: 100%;
        /*max-width: 970px;*/
        margin: 0 auto;
        padding: 0 15px;
        height: 0;
        position: relative;
        z-index: 20;
        display: block;
    }
}

@media (min-width: 1200px) {
    .hm-slider-controls {
        /*max-width: 1170px;*/
    }
}

.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.5rem 0.5rem 0 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;
    margin: 0.3rem 0 0 0;
}

.hm-slider-b-play a.paused img {
    /*top: 0;*/
}


/*******************************************
    Slider interno con promocion
*******************************************/


/*.hm-slide > .banner-promotion > a{
    padding-left: 3.5rem;

}*/

.hm-slide>.banner-promotion>a>span {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
}

.slick-list {
    overflow: visible!important;
}


/***********************
    HOME Highlights title (Article content)
************************/

.main-home .heading-group h2 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #191919;
    letter-spacing: 0;
}

@media (min-width: 992px) {
    .main-home .heading-group h2 {
        font-size: 2.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: center;
}

@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-9 {
        order: 9;
    }
    .hm-cmp-item-order-10 {
        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: auto;
    max-width: 100%;
    max-height: 21rem;
}

@media (min-width: 992px) {
    .hm-cmp-image-wrap img {
        height: 100%;
        max-width: auto;
        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: #007eae;
}

.hm-cmp .hm-cmp-title h2,
.hm-cmp .hm-cmp-title h3 {
    font-size: 2.4rem;
    color: #007eae;
    letter-spacing: 0;
    margin: 0.5rem 0;
}



@media (min-width: 992px) {
    .hm-cmp .hm-cmp-title h2 {
        /*font-size: 1.8rem;*/
        font-size: 2.4rem;
    }
    .hm-cmp .hm-cmp-title h3 {
        /*font-size: 1.8rem;*/
        font-size: 2rem;
    }
}

.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: 3.2rem;
    font-family: 'OpenSans-ExtraboldItalic', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #1a1a1a;
    letter-spacing: 0;
    margin: 0 0 0.5rem;
}

@media (min-width: 992px) {
    .hm-cmp .hm-cmp-item-promo .hm-cmp-title h2 {
        font-size: 2.4rem;
        line-height: 3.2rem;
        margin: 0 0 1.5rem;

    }
    .hm-cmp .hm-cmp-item-promo .hm-cmp-title h3 {
        margin: 0 0 1.5rem;
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

.hm-cmp .hm-cmp-item-promo.hm-cmp-item-double .hm-cmp-title h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;


}
.hm-cmp .hm-cmp-item-promo.hm-cmp-item-double .hm-cmp-title h3 {
    font-size: 2rem;
    line-height: 2.8rem;

}

@media (min-width: 992px) {
    .hm-cmp .hm-cmp-item-promo.hm-cmp-item-double .hm-cmp-title h2 {
        /*font-size: 3.4rem;
        line-height: 3.4rem;*/

        font-size: 2.4rem;
        line-height: 3.2rem;

    }
    .hm-cmp .hm-cmp-item-promo.hm-cmp-item-double .hm-cmp-title h3 {
        /*font-size: 3.4rem;
        line-height: 3.4rem;*/

        font-size: 2rem;
        line-height: 2.8rem;

    }
}

.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: #007eae;
}

.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: #007eae;
}

.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: #007eae;
}

.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 {
    margin: 0;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans-ExtraboldItalic', Helvetica, Arial, sans-serif;
    color: #1a1a1a;
    letter-spacing: 0;
}
.hm-lw .hm-lw-title h3 {
    margin: 0;
    font-size: 2rem;
    line-height: 2.2rem;
    font-family: 'OpenSans-ExtraboldItalic', Helvetica, Arial, sans-serif;
    color: #1a1a1a;
    letter-spacing: 0;
}

@media (min-width: 410px) {
    .hm-lw .hm-lw-title h2{
        /*font-size: 2.2rem;
        line-height: 2.4rem;*/
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
    .hm-lw .hm-lw-title h3 {
        /*font-size: 2.2rem;
        line-height: 2.4rem;*/
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

@media (min-width: 768px) {
    .hm-lw .hm-lw-title h2 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
    .hm-lw .hm-lw-title h3 {
        /*font-size: 2rem;
        line-height: 2.2rem;*/
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

@media (min-width: 1200px) {
    .hm-lw .hm-lw-title h2 {
        /*font-size: 2.2rem;
        line-height: 2.4rem;*/
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
    .hm-lw .hm-lw-title h3 {
        /*font-size: 2.2rem;
        line-height: 2.4rem;*/
        font-size: 2rem;
        line-height: 2.8rem;

    }
}

.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: #007eae;
    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: #007eae;
}

.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;
}


/***********************
    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;
    /* margin: 0 auto;*/
}

@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;
    /*height: 100%;*/
}

.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%;
    margin: 0 auto;
}

.gallery-video .video-inline {
    padding: 0 0 56.25% 0!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>.button_wrap:before,
.bottom_sticky .button_wrap .button_wrap>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;
    line-height: 4.5rem;
}

@media screen and (min-width:0\0) {
    .bottom_sticky .button_wrap a>.icon_lock:before,
    .bottom_sticky .button_wrap .icon_lock>a:before,
    .bottom_sticky .button_wrap a>.button_wrap:before,
    .bottom_sticky .button_wrap .button_wrap>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 {
        padding-top: 2rem;
    }
}

.bottom_sticky .cmn-sticky .cmn-cta {
    padding: 14px;
    background-color: #007EAE;
    min-height: 4.8rem;
}

.bottom_sticky .cmn-sticky .cmn-cta p{
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .bottom_sticky .cmn-sticky .cmn-cta {
        display: block;
        position: relative;
        z-index: 11;
        padding: 0;
        background-color: transparent;
    }
    .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,
    .bottom_sticky .button_wrap a>.button_wrap:before,
    .bottom_sticky .button_wrap .button_wrap>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,
    .bottom_sticky .button_wrap a>.button_wrap:before,
    .bottom_sticky .button_wrap .button_wrap>a:before {
        position: absolute;
        margin: 0;
        left: 1.2rem;
        display: inline;
        height: 100%;
        line-height: 4.5rem;
    }
    .bottom_sticky .cmn-cta a {
        text-decoration: none;
        display: block;
    }
    .bottom_sticky .cmn-icon {
        display: none;
        /*#85587 - CMN Flotante :: Cambios UX*/
        /* display: inline-block; */
        height: 5rem;
        width: 5rem;
        border-radius: 3rem;
        background: url('icons/icon_phone_white.png') #007eae center center no-repeat;
        vertical-align: bottom;
        border: 1px solid white;
    }
    .bottom_sticky .cmn-text {
        display: inline-block;
        position: relative;
        border-radius: 3rem;
        height: 5rem;
        vertical-align: bottom;
        border: 1px solid white;
        /*background: #007eae;
        padding: 1.6rem 3rem;*/
        background: url('icons/icon_phone_white.png') #007eae 1.8rem center no-repeat;
        /*#85587 - CMN Flotante :: Cambios UX*/
        padding: 1.6rem 3rem 1.6rem 5rem;
        /*#85587 - CMN Flotante :: Cambios UX*/
    }
    .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>a {
        padding: 0;
        line-height: 4.3rem;
    }
}

.cmn-sticky .cmn-layer {
    position: fixed;
    width: 100%;
    right: 0;
    transition: all 0.4s ease-out;
    /*height: 100%;
    bottom: -100%;*/
    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;
    }
}


/* Widget Hazte Cliente */

.boton-hazte-client {
    background: url(../css/icons/more-info-button.png) #f4c43c;
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: 1.5rem;
    height: 7.5rem;
    width: 7.5rem;
    border-radius: 50%;
    right: 0;
    position: relative;
    bottom: -14rem;
    transition: all 0.2s;
    box-shadow: 0.1rem 0.1rem 0.6rem #7b7b7b;
    cursor: pointer;
}

.boton-hazte-client p {
    height: 100%;
}

.boton-hazte-client p a {
    color: transparent;
    width: 100%;
    height: 100%;
    display: block;
}

.boton-hazte-client.active {
    bottom: 0;
    transition: all 0.6s;
    z-index: 999;
}

.container-hazte-cliente {
    width: 100%;
    z-index: 100;
    background: #f4c43c;
    height: 10rem;
    position: fixed;
    bottom: -13rem;
    transition: bottom 0.6s;
    left: 0;
}

.container-hazte-cliente .promo-img {
    position: absolute;
    bottom: -0.5rem;
    left: 5rem;
}

.container-hazte-cliente.active {
    bottom: 0;
    transition: all 0.6s;
}

.bloque-hazte-cliente {
    margin: 2.2rem 0 0 27rem;
    width: 49%;
    display: inline-block;
}

.bloque-hazte-cliente h2 {
    font-size: 2.4rem;
    color: #000;
    margin: 0 0 1.5rem;
}

.bloque-hazte-cliente p {
    font-size: 1.7rem;
    color: #000;
}

.cerrar-hazte-cliente {
    background: #fff;
    color: #636161;
    height: 2.5rem;
    width: 2.5rem;
    position: absolute;
    right: 1rem;
    top: 1rem!important;
    text-align: center;
    border-radius: 50%;
    font-size: 2.3rem;
    line-height: 2.7rem;
    cursor: pointer;
}

.col-enlace-hazte-cliente {
    margin: 3rem 10% 0 0;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.container-hazte-cliente span.boton.boton_mediano {
    background: url(../css/icons/icon_lock_cta.png) #fff;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: 2rem 1rem;
    padding: 1.3rem 3rem 1.3rem 6rem;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    margin: 1rem 0 2rem 0;
    font-size: 1.7rem;
    border-radius: 0;
    display: inline;
}

.nri-hazte-cliente {
    font-size: 1rem;
    margin-top: 2rem;
    font-weight: bold;
}

.hazte-cliente-inner {
    height: 100%;
}

@media (max-width: 991px) {
    .container-hazte-cliente span.boton.boton_mediano {
        display: none;
    }
    .container-hazte-cliente {
        height: 12rem;
    }
    .container-hazte-cliente .promo-img {
        left: 1rem;
    }
    .container-hazte-cliente .promo-img img {
        width: 80%;
        height: auto;
    }
    .bloque-hazte-cliente {
        margin: 1.2rem 0 0 18.4rem;
        display: inline-block;
        width: 50%;
    }
    .bloque-hazte-cliente h2 {
        font-size: 2.4rem;
        line-height: 3.2rem;
        letter-spacing: 0;
        margin: 0;
    }
    .bloque-hazte-cliente p {
        font-size: 100%;
        line-height: 1.5rem;
    }
    .col-enlace-hazte-cliente {
        margin: 0;
        text-align: left;
        position: relative;
    }
    .container-hazte-cliente.round .promo-img img {
        width: 100%;
    }
    .container-hazte-cliente.round .col-enlace-hazte-cliente .enlace-hazte-cliente {
        display: inline;
    }
}


/*ROUND STYLES*/

.container-hazte-cliente.round {
    width: 28rem;
    z-index: 100;
    background: #f4c43c;
    height: 28rem;
    position: fixed;
    bottom: -30rem;
    right: -30rem;
    transition: all 0.6s;
    border-top-left-radius: 121%;
    left: auto;
}

.container-hazte-cliente.round.active {
    bottom: 0;
    right: 0;
    transition: all 0.6s;
}

.container-hazte-cliente.round .promo-img {
    right: 0;
    bottom: inherit;
    left: inherit;
}

.container-hazte-cliente.round .cerrar-hazte-cliente {
    top: initial;
    bottom: 1rem;
    z-index: 1;
}

.container-hazte-cliente.round .bloque-hazte-cliente {
    margin: 0;
    width: 88%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    height: 41%;
    right: 0;
    text-align: left;
}

.container-hazte-cliente.round span.boton.boton_mediano {
    background: none;
    position: relative;
    padding: 0;
    margin: 0;
}

.container-hazte-cliente.round .col-enlace-hazte-cliente {
    position: relative;
    margin: 0;
    text-align: left;
}

.container-hazte-cliente.round .nri-hazte-cliente {
    margin-top: 0;
    padding: 1rem 0 0 1rem;
}

.container-hazte-cliente.round .bloque-hazte-cliente p {
    font-size: 1.7rem;
    color: #000;
    line-height: 1.9rem;
    padding: 0 0 0.2rem 1rem;
}

.boton-hazte-client.round {
    right: -10rem;
}

.boton-hazte-client.round.active {
    right: 0;
}


/*HC ROUND MOVIL*/

@media (max-width: 768px) {
    .boton-hazte-client {
        float: right;
        margin: 0 2rem 2rem 0;
    }
    #bottom_sticky {
        box-shadow: none;
    }
}


/* Widget HC Ampliacion Permisos Editores*/

.container-hazte-cliente.bg-site {
    background: #007EAE;
    position: fixed;
}

.boton-hazte-client.bg-site {
    background: url(../css/icons/more-info-button.png) #007EAE;
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: 1.5rem;
}

.container-hazte-cliente.bg-light-Blue {
    background: #E1F2FB;
    position: fixed;
}

.boton-hazte-client.bg-light-Blue {
    background: url(../css/icons/more-info-button.png) #E1F2FB;
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: 1.5rem;
}

.container-hazte-cliente.bg-dark-Blue {
    background: #007EAE;
    position: fixed;
}

.boton-hazte-client.bg-dark-Blue {
    background: url(../css/icons/more-info-button.png) #007EAE;
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: 1.5rem;
}

.container-hazte-cliente.bg-navy-Blue {
    background: #1D2546;
    position: fixed;
}

.boton-hazte-client.bg-navy-Blue {
    background: url(../css/icons/more-info-button.png) #1D2546;
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: 1.5rem;
}

.container-hazte-cliente.bg-green {
    background: #19818B;
    position: fixed;
}

.boton-hazte-client.bg-green {
    background: url(../css/icons/more-info-button.png) #19818B;
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: 1.5rem;
}

.container-hazte-cliente.bg-light-grey {
    background: #F0F0F0;
    position: fixed;
}

.boton-hazte-client.bg-light-grey {
    background: url(../css/icons/more-info-button.png) #F0F0F0;
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: 1.5rem;
}

.container-hazte-cliente.bg-grey {
    background: #D6DBDF;
    position: fixed;
}

.boton-hazte-client.bg-grey {
    background: url(../css/icons/more-info-button.png) #D6DBDF;
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: 1.5rem;
}

.container-hazte-cliente.bg-garnet {
    background: #6A150E;
    position: fixed;
}

.boton-hazte-client.bg-garnet {
    background: url(../css/icons/more-info-button.png) #6A150E;
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: 1.5rem;
}

.container-hazte-cliente.bg-orange {
    background: #C4471A;
    position: fixed;
}

.boton-hazte-client.bg-orange {
    background: url(../css/icons/more-info-button.png) #C4471A;
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: 1.5rem;
}

.container-hazte-cliente.bg-dark-orange {
    background: #C4471A;
    position: fixed;
}

.boton-hazte-client.bg-dark-orange {
    background: url(../css/icons/more-info-button.png) #C4471A;
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: 1.5rem;
}

.container-hazte-cliente.bg-light-Yellow {
    background: #FFF8C5;
    position: fixed;
}

.boton-hazte-client.bg-light-Yellow {
    background: url(../css/icons/more-info-button.png) #FFF8C5;
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: 1.5rem;
}

.container-hazte-cliente.bg-Yellow {
    background: #F4C43C;
    position: fixed;
}

.boton-hazte-client.bg-Yellow {
    background: url(../css/icons/more-info-button.png) #F4C43C;
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: 1.5rem;
}

.container-hazte-cliente.bg-light-pink {
    background: #FDEAEE;
    position: fixed;
}

.boton-hazte-client.bg-light-pink {
    background: url(../css/icons/more-info-button.png) #FDEAEE;
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: 1.5rem;
}

.container-hazte-cliente.bg-rose {
    background: #BC1350;
    position: fixed;
}

.boton-hazte-client.bg-rose {
    background: url(../css/icons/more-info-button.png) #BC1350;
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: 1.5rem;
}

.container-hazte-cliente.bg-dark-rose {
    background: #5D1B3A;
    position: fixed;
}

.boton-hazte-client.bg-dark-rose {
    background: url(../css/icons/more-info-button.png) #5D1B3A;
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: 1.5rem;
}

.container-hazte-cliente.bg-red {
    background: #DE3532;
    position: fixed;
}

.boton-hazte-client.bg-red {
    background: url(../css/icons/more-info-button.png) #DE3532;
    background-repeat: no-repeat;
    background-size: 4rem;
    background-position: 1.5rem;
}


/***************************
    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;
    border-bottom: 1px solid #555;
}

.main .search .search-field {
    width: 100%;
    position: relative;
    height: 100%;
    background-color: transparent;
    border: none;
    padding: 0 1rem;
    font-size: 1.4rem;
}

.main .search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 10rem;
    height: 100%;
    border: none;
    font-size: 1.4rem;
}

.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 {
    margin-top: 0;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans-ExtraboldItalic', Helvetica, Arial, sans-serif;
    color: #004f70;
}

.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: 2rem 1rem;
        padding: 0rem;
    }
}

.s-result>a {
    display: inline-block;
    text-decoration: none;
    width: auto;
    margin: 0;
    padding: 2rem;
    /* height: 230px; */
}

@media (min-width: 768px) {
    .s-result>a:hover,
    .s-result>a:focus {
        background-color: #e6f2f7;
    }
    .s-result>a:focus .s-result-title,
    .s-result>a:hover .s-result-title,
    .s-result>a:focus .s-result-title strong,
    .s-result>a:hover .s-result-title strong,
    .s-result>a:focus .s-result-url,
    .s-result>a:hover .s-result-url,
    .s-result>a:focus .s-result-url span,
    .s-result>a:hover .s-result-url span {
        color: #004f70;
    }
}

.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: #007eae;
}

.s-result-url span {
    word-break: break-word;
}

@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;
        position: relative;
        bottom: .2rem;
    }
}

.s-results .s-recommend-product.s-result {
    margin-bottom: 0.75rem;
    background: #e6f2f7;
}

.s-recommend-product>a {
    display: table;
    width: 100%;
    height: auto;
}

.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: #007eae;
}

@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: 1rem 0 5rem;
    }
}

.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: #007eae;
}

.pager .pager-list li.active>span {
    color: #007eae;
    border-bottom: 3px solid #007eae;
}

.s-header {
    background-color: #e6f2f7;
    padding: 0;
    margin-bottom: 0;
}

.s-header h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans-ExtraboldItalic', Helvetica, Arial, sans-serif;
    color: #004f70;
    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: #007eae;
    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: #007eae;
    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: #007eae;
    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: #007eae;
    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: #007eae;
}

.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: #007eae;
    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: 9999;
    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 0;
}

@media (min-width: 992px) {
    .card-search {
        margin: 0 0 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-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #fff;
    letter-spacing: 0;
}

@media (min-width: 480px) {
    .card-search-text h2 {
        /*font-size: 1.8rem;
        line-height: 2rem;*/
        font-size: 2.4rem;
        line-height: 3.2rem;
        margin-bottom: 0;
    }
}

.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: #007eae;
    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: #555;
    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: 3.2rem;
    line-height: 4rem;
    color: #000;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    letter-spacing: 0;

}

@media (min-width: 992px) {
    .banner-large h1 {
        /*font-size: 4rem;
        line-height: 4.6rem;
        color: #1a1a1a;
        */
        padding: 1rem 0;
        font-size: 3.2rem;
        line-height: 4rem;
        color: #1a1a1a;
        letter-spacing: 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: 2.4rem;
}

.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: #007eae;
    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;*/

    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans', Arial, serif;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0;
    margin-top: 1.5rem;

}

.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-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans', Arial, serif;
    color: #333333;
    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;*/

        font-size: 2.4rem;
        line-height: 3.2rem;
    }
    .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 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #fff;
    letter-spacing: 0;
    margin-top: 0;
}

@media (min-width: 992px) {
    .pr-highlights-large .pr-highlight-title h2 {
        /*font-size: 2rem;
        line-height: 2.2rem;*/
        font-size: 2.4rem;
        line-height: 3.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;
    }
    .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 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #fff;
    letter-spacing: 0;
    margin-top: 0;
}

@media (min-width: 992px) {
    .pr-highlights-small .pr-highlight-title h2 {
        /*font-size: 2rem;
        line-height: 2.2rem;*/
        font-size: 2.4rem;
        line-height: 3.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-ExtraboldItalic', 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 {

    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans-ExtraboldItalic', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #1a1a1a;
    letter-spacing: 0;
    max-width: 50rem;
}

@media (min-width: 768px) {
    .pr-promo-wrap .pr-promo-title h2 {
        /*font-size: 2.2rem;
        line-height: 2.4rem;*/

        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}

.pr-promo-wrap .pr-promo-title {
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .pr-promo-wrap .pr-promo-title {
        margin-bottom: 5rem;
    }
}

.pr-promo-link {}

@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 #007eae;
    color: #007eae;
    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/ic_user_blue.png") no-repeat center center transparent;
    /*background: url('icons/icon_people_blue.png') no-repeat center center transparent;*/
}

.pr-promo-link .button_wrap>.btn-yellow.icon_people:before {
    background: url("icons/ic_user.png") no-repeat center center transparent;
    /*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: url("icons/ic_user.png") no-repeat center center transparent;
    /*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;
}


/**TICKET #97628 Particulares // Tarjetas // Boti³n naranja candado > interaccii³n blanco
.bg-grey button.btn.btn-default,
.bg-grey .buttons_group .button_wrap .btn a {
    background-color: white;
    color: #007eae;
}**/

.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
}

.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
}

.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{
    outline: none;
    border: none;
    background: #007eae;
    color: #fff;
    letter-spacing: 0;

}
.dropdown-group .dropdown-item .dropdown-title a:focus h3{
    background: #007eae;
    color: #fff;
    outline: none;
    border: none;
}
.dropdown-group .dropdown-item .dropdown-title a:focus h4 {
    background: #007eae;
    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: #007eae;
}

.submenu-linkgroup.tabs-group .tabs-item a:focus .tabs-item-title p {
    color: #007eae;
}

.bottom_sticky .cmn-cta a:focus {
    outline: none;
}

.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;
}

.bottom_sticky .cmn-cta a:focus .cmn-text,
.bottom_sticky .cmn-cta a:focus .cmn-icon {
    -webkit-box-shadow: 0 0 10px -1px #404040;
    -moz-box-shadow: 0 0 10px -1px #404040;
    box-shadow: 0 0 10px -1px #404040;
    transition: all 0.3s ease-in;
    border: 1px solid #007eae;
    text-decoration: underline!important;
    color: #fff;
}

.header .search input[type="submit"]:focus,
.lolopo-f-submit .bt-submit:focus {
    -webkit-box-shadow: 0 0 10px -1px #404040;
    -moz-box-shadow: 0 0 10px -1px #404040;
    box-shadow: 0 0 10px -1px #404040;
    transition: all 0.3s ease-in;
    outline: none;
    border: 0;
}

.lolopo-f-submit .bt-submit:focus {
    font-weight: bold;
}

.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;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;*/
color: #555;
}

.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;
    font-size: 1.4rem;
}

@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;
    min-width: 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;
}


/****************************************************************
                    START - NUEVOS COMPONENTES
****************************************************************/


/********************************
   START - Productos Visuales
********************************/

#productos-visuales {
    position: relative;
}

#productos-visuales .media-desktop {
    display: none;
}


/*Destacados*/

#productos-visuales .producto {
    position: relative;
    overflow: hidden;
    background: transparent;
}


/* ACTIVE HIGHLIGHT */

#productos-visuales .producto.active .media {
    max-height: 375px;
    /*max-height: none;*/
    /*min-height: 500px;*/
}

#productos-visuales .producto.active .media:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
}

#productos-visuales .producto.active .content .content-box {
    background: transparent;
}

#productos-visuales .producto.active .content .content-box .dropdown-content {
    display: block;
    height: 77%;
}

#productos-visuales .producto.active .content .dropdown-link>.title p,
#productos-visuales .producto.active .content .dropdown-link>.subtitle h3 {
    color: #004F70;
}

#productos-visuales .producto.active .content .content-box .dropdown-link {
    background: url(icons/up-arrow-blue.png) no-repeat 93% center;
}

#productos-visuales .producto .media {
    padding: 0;
    /*margin: 0 -15px;*/
    max-height: 100px;
    min-height: 130px;
}

#productos-visuales .producto .media img {
    display: block;
    /* width: 170%; */
    height: auto;
    margin: 0;
    position: relative;
    left: -70%;
}

#productos-visuales .producto .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    max-width: 991px;
}

#productos-visuales .producto .content .content-box {
    height: 100%;
    margin: 0;
    background: #fff;
}

#productos-visuales .producto .content .content-box .dropdown-link,
#productos-visuales .producto .content .content-box .dropdown-content {
    display: table;
    width: 100%;
}

#productos-visuales .producto .content .content-box .dropdown-link {
    height: auto;
    height: 23%;
    padding: 1rem;
    padding-left: 2.5rem;
    padding-right: 5rem;
    background: url("icons/down-arrow-blue.png") no-repeat 93% center;
}

#productos-visuales .producto .content .content-box .dropdown-link.active {
    background: url("icons/up-arrow.png") no-repeat 93% center;
}

#productos-visuales .producto .content .content-box .dropdown-content {
    height: 0;
    display: none;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

#productos-visuales .producto .content .content-box .description {
    display: table;
    width: 100%;
    /*height: 68%;*/
    padding: 0 2.5rem;
}

#productos-visuales .producto .content .content-box .description * {
    color: #000!important;
    font-weight: bold;
}

#productos-visuales .producto .content .content-box .button_wrap {
    display: table;
    height: 25%;
    width: 100%;
    margin: 0;
}

#productos-visuales .producto .content .content-box .button_wrap .btn {
    width: 100%;
    display: table-cell;
}

#productos-visuales .producto .content .content-box .button_wrap .btn a {
    width: auto;
    padding-left: 3rem;
    padding-right: 3rem;
}


/*Desplegables*/

#productos-visuales .producto .content .dropdown-link>.icon,
#productos-visuales .producto .content .dropdown-link>.title {
    /*float: left;*/
    width: 15%;
    min-height: 75px;
    display: table-cell;
    vertical-align: middle;
}

#productos-visuales .producto .content .dropdown-link>.subtitle {
    /*float: left;*/
    width: 85%;
    min-height: 75px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 1rem;
}

#productos-visuales .producto .content .dropdown-link>.icon p,
#productos-visuales .producto .content .dropdown-link>.icon p img,
#productos-visuales .producto .content .dropdown-link>.title p,
#productos-visuales .producto .content .dropdown-link>.subtitle h3 {
    margin: 0;
}

#productos-visuales .producto .content .dropdown-link>.icon p img {
    /*max-width: 35px;*/
    height: auto;
    display: block;
    /*margin: 0 auto;*/
    margin-top: 0.5rem;
}

#productos-visuales .producto .content .dropdown-link>.title p {
    font-size: 8rem;
    line-height: 7rem;
    font-family: 'OpenSans-ExtraboldItalic', Arial, sans-serif;
    color: #004F70;
    /* text-align: center; */
}

#productos-visuales .producto .content .dropdown-link>.subtitle h3 {
    margin-top: 0.5rem;
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: 'OpenSans', Arial, serif;
    color: #004F70;
    letter-spacing: 0;
}


/*Hover icon*/

#productos-visuales .producto .content .dropdown-link>.icon p img.hover-image {
    display: none;
}

@media (min-width: 320px) {
    #productos-visuales .producto.active .content .content-box .dropdown-link {
        height: 17%;
    }
    #productos-visuales .producto.active .content .content-box .dropdown-content {
        height: 83%;
    }
}

@media (min-width: 374px) {
    #productos-visuales .producto .media img {
        /* max-width: 100%; */
        /* left: -20%; */
    }
    #productos-visuales .producto.active .content .content-box .dropdown-link {
        height: 23%;
    }
    #productos-visuales .producto.active .content .content-box .dropdown-content {
        height: 77%;
    }
    #productos-visuales .producto .content .content-box .description {
        /*height: 75%;*/
    }
    #productos-visuales .producto .content .content-box .button_wrap {
        height: 25%;
    }
}

@media (min-width: 460px) {
    #productos-visuales .producto .media img {
        /* max-width: 100%; */
        left: -10%;
    }
    #productos-visuales .producto.active .content .content-box .dropdown-link {
        height: 23%;
    }
    #productos-visuales .producto.active .content .content-box .dropdown-content {
        height: 77%;
    }
}

@media (min-width: 640px) {
    #productos-visuales .producto .media img {
        /* max-width: 137%; */
        left: 0;
        /* Cortamos asi la caja ya que la maquetacion
         esta hecha para adaptarse al alto de la imagen
         de cada destacado y han pedido ahora que no lleve imagen */
    }
    #productos-visuales .producto.active .content .content-box .dropdown-link {
        height: 18%;
    }
    #productos-visuales .producto.active .content .content-box .dropdown-content {
        height: 82%;
    }
}

@media (min-width: 768px) {
    #productos-visuales .producto.active .content .content-box .dropdown-link {
        height: 14%;
    }
    #productos-visuales .producto.active .content .content-box .dropdown-content {
        height: 86%;
    }
}

@media (min-width: 991px) {
    #productos-visuales .producto.active .content .content-box .dropdown-link {
        height: 11%;
    }
    #productos-visuales .producto.active .content .content-box .dropdown-content {
        height: 89%;
    }
    #productos-visuales {
        height: 600px;
        overflow: hidden;
        display: table;
        width: 102%;
        left: -1%;
    }
    #productos-visuales .media-desktop {
        display: block;
        position: absolute;
        height: 600px;
        top: 0;
        left: 0;
        width: 100%;
    }
    #productos-visuales .media-desktop .media-desktop-wrap {
        left: -100%;
        width: 300%;
        height: 600px;
        position: absolute;
        top: 0;
        overflow: hidden;
    }
    #productos-visuales .media-desktop .media-desktop-wrap picture {
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    #productos-visuales .media-desktop .media-desktop-wrap picture img {
        width: auto;
        height: auto;
        display: block;
        position: relative;
        margin: 0 auto;
        filter: grayscale(100%);
    }
    #productos-visuales .media-desktop+.row {
        height: 100%;
        display: table-row;
    }
    #productos-visuales .producto {
        /*Filtro blanco para regular la opacidad de la imagen*/
        background: rgba(255, 255, 255, 0.3);
        margin: 0;
        display: table-cell;
        float: none;
        /*padding-top: 7%;*/
        vertical-align: middle;
    }
    /*
     #productos-visuales .producto:hover{
        background: rgba(255, 255, 255, 0)
    }
    */
    /* Ticket #102323 Particulares Hipotecas Subhome Error componente*/
    #productos-visuales .producto:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /*background: rgba(255, 255, 255, 0.8);*/
        background: rgba(255, 255, 255, 0.6);
    }
    #productos-visuales .producto:hover:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /*background: rgba(0, 123, 173, 0.8);*/
        background: rgba(0, 123, 173, 0.6);
    }
    /* FIN Ticket #102323 Particulares Hipotecas Subhome Error componente*/
    #productos-visuales .producto .media {
        margin: 0;
        position: absolute;
        display: none;
    }
    #productos-visuales .producto .content {
        min-height: 320px;
        position: relative;
    }
    #productos-visuales .producto .content .content-box {
        min-height: 350px;
        height: 350px;
        margin: 0;
    }
    #productos-visuales .producto .content .content-box .dropdown-link,
    #productos-visuales .producto.active .content .content-box .dropdown-link {
        background: none;
    }
    #productos-visuales .producto .content .content-box .dropdown-link>.title,
    #productos-visuales .producto .content .content-box .dropdown-link>.subtitle {
        float: left;
        width: 100%;
    }
    #productos-visuales .producto .content .dropdown-link>.icon {
        float: left;
    }
    #productos-visuales .producto .content .content-box .dropdown-link>.subtitle {
        padding-left: 0;
        min-height: auto;
    }
    #productos-visuales .producto .content .content-box .description * {
        color: #555555!important;
    }
    #productos-visuales .producto .content .dropdown-link>.title p,
    #productos-visuales .producto .content .dropdown-link>.subtitle h3 {
        color: #004F70!important;
    }
    #productos-visuales:not(.no-desktop-image) .producto:hover .content .dropdown-link>.title p,
    #productos-visuales:not(.no-desktop-image) .producto:hover .content .dropdown-link>.subtitle h3,
    #productos-visuales:not(.no-desktop-image) .producto:hover .content .content-box .description * {
        color: #fff!important
    }
    #productos-visuales .producto .content .content-box .button_wrap {
        padding: 0 2.5rem;
        text-align: center;
        position: absolute;
        bottom: 60px;
    }
    #productos-visuales .producto .content .content-box .button_wrap .btn {
        text-align: left;
    }
    /* ACTIVE HIGHLIGHT */
    #productos-visuales .producto .media {
        max-height: none;
    }
    #productos-visuales .producto .content .content-box {
        background: transparent;
    }
    #productos-visuales .producto .content .content-box .dropdown-content {
        display: block;
        height: 70%;
    }
    #productos-visuales .producto .content .dropdown-link>.title p,
    #productos-visuales .producto .content .dropdown-link>.subtitle h3 {
        color: #fff;
    }
    #productos-visuales .producto .content .content-box .dropdown-link {
        background: none;
    }
    #productos-visuales .producto.active .content .content-box .dropdown-link {
        height: 30%;
    }
    #productos-visuales .producto.active .content .content-box .dropdown-content {
        height: 70%;
    }
    #productos-visuales .producto .content .content-box .button_wrap .btn a {
        width: auto;
    }
    /*Hover icon*/
    #productos-visuales .producto .content .dropdown-link>.icon p img.hover-image {
        display: none;
    }
    #productos-visuales .producto:hover .content .dropdown-link>.icon p img.hover-image {
        display: block;
    }
    #productos-visuales .producto:hover .content .dropdown-link>.icon p img:not(.hover-image) {
        display: none;
    }
}


/* Adaptar imagen destacado como media-desktop */

@media(max-width: 992px) {
    #productos-visuales .producto .media img {
        width: auto;
        height: auto;
        display: block;
        position: relative;
        margin: 0 auto;
    }
    #productos-visuales .producto .media {
        display: block;
        /* position: absolute; */
        height: 600px;
        top: 0;
        left: 0;
        width: 100%;
    }
    #productos-visuales .producto:not(:last-child) .content .content-box {
        border-bottom: 2px solid #F0F0F0;
    }
    #productos-visuales .producto .media .media-wrap {
        left: -100%;
        width: 300%;
        height: 375px;
        position: absolute;
        top: 0;
        overflow: hidden;
    }
    #productos-visuales .producto .media .media-wrap picture {
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    #productos-visuales .producto .media .media-wrap picture img {
        width: auto;
        height: 100%;
        display: block;
        position: relative;
        margin: 0 auto;
        left: 0;
    }
    #productos-visuales.no-opacity .producto.active .media:after {
        background: rgba(255, 255, 255, 0) !important;
    }
    #productos-visuales.no-opacity .producto .content .dropdown-link>.subtitle h3,
    #productos-visuales.no-opacity .producto .content .content-box .description * {
        color: #004f70 !important;
    }
    #productos-visuales.no-opacity .producto.active .content .dropdown-link>.subtitle h3,
    #productos-visuales.no-opacity .producto.active .content .content-box .description * {
        color: #fff !important;
    }
    #productos-visuales.no-opacity .producto.active .content .content-box .dropdown-link {
        background: url(icons/up-arrow.png) no-repeat 93% center;
    }
}

@media (max-width: 375px) {
    #productos-visuales .producto .media .media-wrap.parent-img {
        left: -115%;
    }
}

@media (max-width: 340px) {
    #productos-visuales .producto .media {
        display: block;
        /* position: absolute; */
        height: 600px !important;
        top: 0;
        left: 0;
        width: 100%;
    }
    #productos-visuales .producto .media .media-wrap.parent-img {
        left: -140%;
    }
}


/********************************
   END - Productos Visuales
********************************/


/************************************
   START - Ventajas Dispositivos
************************************/


/* Dispositivos moviles hasta 768px */


/*
#ventajas-dispositivos .media-desktop {
    display: none;
}
*/

.container-fluid.bg-2cols>.row>.bg-dark-blue {
    float: none;
}

#ventajas-dispositivos .producto:not(.active) :not(.media) {
    filter: grayscale(100%);
    opacity: 1;
    transition: opacity .9s ease-out;
}

#ventajas-dispositivos .producto.active :not(.media) {
    filter: grayscale(0%);
    transition: opacity .9s ease-out;
    opacity: 1;
}

#ventajas-dispositivos .producto .description {
    margin-top: 4rem;
}

#ventajas-dispositivos .producto .media {
    position: relative;
    height: 214px;
    background: #007eae;
    overflow: visible;
}

#ventajas-dispositivos .producto .media img {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 12em;
    /*height: 25em;*/
    max-width: 100%;
    height: auto;
    /*opacity: 0;*/
}

#ventajas-dispositivos .producto .media img:first-child {
    opacity: 0;
}

#ventajas-dispositivos .producto.active .media img:first-child {
    opacity: 1;
    transition: opacity 0.2s ease-out;
}

#ventajas-dispositivos .producto .content {
    text-align: left;
}


/* Ticket #92739 Particulares // Pago movil // Version responsive moible*/

#ventajas-dispositivos .producto.imgsFree .media img {
    /*max-width: 550px;
    width: 100%;*/
    width: auto;
    height: 300px;
}


/* FIN Ticket #92739 Particulares // Pago movil // Version responsive moible*/

#ventajas-dispositivos .producto.mobile .content,
#ventajas-dispositivos .producto.imgsFree .content {
    margin-top: 160px;
}

#ventajas-dispositivos .producto.monitor .content {
    margin-top: 65px;
}

#ventajas-dispositivos .producto .content .description {
    padding: 0 1.5rem;
    text-align: center;
    margin-bottom: 15px;
}

#ventajas-dispositivos .producto .content h3 {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: 0;
    text-align: center;
    padding: 0 1.5rem;
}

#ventajas-dispositivos .producto .content .button_wrap {
    margin: 3rem 0 6rem 0;
    display: block;
}

#ventajas-dispositivos .producto .content .button_wrap .btn {
    width: 100%;
}

#ventajas-dispositivos .producto .content .button_wrap a {
    /*width: 100%;*/
    width: 180px;
    height: 46px;
    display: inline-block;
    line-height: 2rem;
}


/*
#ventajas-dispositivos .producto .media {
    filter: drop-shadow(0px 0px 36px rgba(0,0,0,0.18));
}
*/

#ventajas-dispositivos .producto.monitor .media {
    filter: none;
}

#ventajas-dispositivos .producto.monitor .media img {
    width: auto;
}

.opacidad {
    opacity: 1;
    transition: opacity 1s ease-out;
}

@media (min-width: 400px) {
    #ventajas-dispositivos .producto.monitor .content {
        margin-top: 135px;
    }
}


/* Desktop */

@media (min-width: 992px) {
    /* Region Layout - Azul 25% - Blanco 75% */
    .container-fluid.bg-2cols {
        padding: 0;
        margin: 0;
    }
    .container-fluid.bg-2cols>.row {
        display: table;
        height: 100%;
        width: 100%;
    }
    .container-fluid.bg-2cols>.row>.bg-dark-blue,
    .container-fluid.bg-2cols>.row>.bg-white {
        display: table-cell;
        height: 100%;
        padding: 0.1%
    }
    .container-fluid.bg-2cols>.row>.bg-white {
        width: 100%;
    }
    #ventajas-dispositivos .producto.mobile .dispFijo,
    #ventajas-dispositivos .producto.imgsFree .dispFijo {
        top: 26% !important;
        left: -51.4% !important;
        position: fixed !important;
    }
    #ventajas-dispositivos .producto.mobile .dispMovil,
    #ventajas-dispositivos .producto.imgsFree .dispMovil {
        top: auto !important;
        left: -100% !important;
        bottom: 160px;
    }
    #ventajas-dispositivos .producto.monitor .dispFijo {
        top: 31% !important;
        left: -0.5% !important;
        position: fixed !important;
    }
    #ventajas-dispositivos .producto.monitor .dispMovil {
        top: auto!important;
        bottom: 280px;
    }
    /*
    #ventajas-dispositivos {
        height: 670px;
        overflow: hidden;
    }
    */
    #ventajas-dispositivos>.row {
        overflow: auto;
        max-height: 100%;
        margin-right: -100px;
        padding-right: 100px;
    }
    #ventajas-dispositivos .producto {
        margin: 200px 0;
    }
    #ventajas-dispositivos .producto:first-child {
        /* margin-top: 0; */
    }
    #ventajas-dispositivos .producto:last-child {
        /* margin-bottom: 0; */
    }
    #ventajas-dispositivos .producto.monitor .media img {
        width: 650px;
        height: 418px;
        top: 170px;
        left: -32.6%;
        margin: 0;
        z-index: 1;
    }
    #ventajas-dispositivos .producto.mobile .media img {
        width: 260px;
        height: 500px;
        top: 160px;
        left: -100%;
        z-index: 1;
        border-radius: 40px;
    }
    #ventajas-dispositivos .producto.imgsFree .media img {
        width: auto;
        height: auto;
        top: 160px;
        left: -100%;
        z-index: 1;
        /*border-radius: 40px;*/
    }
    #ventajas-dispositivos .producto.mobile .media img:nth-child(2) {
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    }
    #ventajas-dispositivos .producto .media {
        background: #fff;
        height: auto;
        /*display: none;*/
        position: inherit;
    }
    #ventajas-dispositivos .producto.mobile .content,
    #ventajas-dispositivos .producto.imgsFree .content {
        margin-top: 0;
    }
    #ventajas-dispositivos .producto .content {
        width: 100%;
        margin: 0 auto;
    }
    #ventajas-dispositivos .producto .content h3 {
        text-align: left;
        padding: 0;
        font-size: 2rem;
        line-height: 2.8rem;
        letter-spacing: 0;

    }
    #ventajas-dispositivos .producto .content .description {
        padding: 0;
        text-align: left;
    }
    #ventajas-dispositivos .producto .content .button_wrap {
        display: inline-block;
    }
    #ventajas-dispositivos .producto .content .button_wrap a {
        padding: 1.5rem 5rem;
        width: 100%;
    }
    #ventajas-dispositivos .producto.mobile .content,
    #ventajas-dispositivos .producto.imgsFree .content {
        padding-left: 17rem;
    }
    #ventajas-dispositivos .producto.imgsFree .content {
        padding-left: 250px;
    }
    #ventajas-dispositivos .producto.monitor .content {
        padding-left: 403px;
    }
    #ventajas-dispositivos .producto .content {
        max-width: 670px;
    }
}

#ventajas-dispositivos .producto .content p {
    font-size: 1.6rem;
    margin-top: 2rem;
}

@media (min-width: 1200px) {
    #ventajas-dispositivos .producto.monitor .content {
        padding-left: 300px;
        max-width: 800px;
    }
}

@media (min-width: 1400px) {
    #ventajas-dispositivos .producto.monitor .content {
        padding-left: 250px;
    }
}

@media (min-width: 1600px) {
    #ventajas-dispositivos .producto.monitor .content {
        padding-left: 100px;
    }
    #ventajas-dispositivos .producto.imgsFree .content {
        padding-left: 0;
    }
}


/************************************
   END - Ventajas Dispositivos
************************************/


/************************************
    START - CARRUSEL VENTAJAS V2
************************************/


/*CONTAINER & GENERAL*/

.carousel-container {
    position: relative;
    width: auto;
    margin: 5rem 0 9rem 0;
}

.bg-blue-v-gradient {
    background: rgba(0, 125, 174, 1);
    background: -moz-linear-gradient(top, rgba(0, 125, 174, 1) 0%, rgba(0, 78, 112, 1) 79%, rgba(0, 78, 112, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 125, 174, 1)), color-stop(79%, rgba(0, 78, 112, 1)), color-stop(100%, rgba(0, 78, 112, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 125, 174, 1) 0%, rgba(0, 78, 112, 1) 79%, rgba(0, 78, 112, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 125, 174, 1) 0%, rgba(0, 78, 112, 1) 79%, rgba(0, 78, 112, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 125, 174, 1) 0%, rgba(0, 78, 112, 1) 79%, rgba(0, 78, 112, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 125, 174, 1) 0%, rgba(0, 78, 112, 1) 79%, rgba(0, 78, 112, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#007dae', endColorstr='#004e70', GradientType=0);
}

.bg-light-Blue .carousel-ventajas-header h2,
.bg-light-Blue .carousel-ventajas-header p,
.bg-yellow .carousel-ventajas-header h2,
.bg-yellow .carousel-ventajas-header p,
.bg-light-Yellow .carousel-ventajas-header h2,
.bg-light-Yellow .carousel-ventajas-header p,
.bg-white .carousel-ventajas-header h2,
.bg-white .carousel-ventajas-header p,
.bg-light-grey .carousel-ventajas-header h2,
.bg-light-grey .carousel-ventajas-header p {
    color: #004f70;
}

.bg-blue-v-gradient .col-md-10 {
    padding: 0;
}

@media (min-width: 991px) {
    .bg-blue-v-gradient .col-md-10 {
        padding: 0 15px;
    }
}


/*TITULO*/

.carousel-container>.carousel-ventajas-header {
    margin: 0 3rem;
}

.carousel-container>.carousel-ventajas-header h2 {
    margin-top: 0;
}

.carousel-container>.carousel-ventajas-header h2 {
    color: #fff;

}
.carousel-container>.carousel-ventajas-header p {
    color: #fff;
}

@media (min-width: 1441px) {
    .carousel-container>.carousel-ventajas-header {
        padding: 0 20%;
    }
}


/*CAROUSEL*/

.carrusel-ventajas-v2 {
    position: relative;
    font-size: 12px;
    font-family: Arial;
    min-height: 560px;
}


/*TRACKER*/

.carrusel-ventajas-v2 .carousel-feature .slide-content .tracker-summation-container {
    position: absolute;
    z-index: 9;
    top: -3rem;
    left: 2rem;
    color: #fff;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .tracker-summation-container {
    left: 0;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .tracker-summation-container span {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}

.carrusel-ventajas-v2 .tracker-individual-container {
    display: none!important;
}


/*SLIDE*/

.carrusel-ventajas-v2 .carousel-feature {
    position: relative;
    font-size: 12px;
    font-family: Arial;
}

.carrusel-ventajas-v2 .carousel-feature.center-slide {
    opacity: 1!important;
    overflow: visible!important;
}

.carrusel-ventajas-v2 .carousel-feature.back-slide {
    position: absolute;
    opacity: 0.4!important;
    pointer-events: none;
}


/*IMAGE*/

.carrusel-ventajas-v2 .carousel-feature .slide-media {
    position: relative;
}

.carrusel-ventajas-v2 .carousel-feature .slide-media .carousel-image {
    border: 0;
    display: block;
    margin: 0;
}


/*CONTENT*/

.carrusel-ventajas-v2 .carousel-feature .slide-content {
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: auto;
    width: 100%;
    background-color: #fff;
    padding: 0;
    text-align: left;
    text-shadow: none;
    color: inherit;
    opacity: 1;
}

.carrusel-ventajas-v2 .carousel-feature.back-slide .slide-content {
    opacity: 0!important;
}

.carrusel-ventajas-v2 .slide.caja-flotante .slide-content {
    width: 80%;
    margin: 0 auto;
    bottom: -40px;
}


/*DESTACADOS*/

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap:before,
.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap:after {
    display: none;
    /*Fix Descuadre IOS*/
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight {
    padding: 1rem 2rem;
    text-align: left;
    text-shadow: none;
    min-height: 90px;
}

.carrusel-ventajas-v2 .carousel-feature.botones-flotantes .slide-content .slide-highlights-wrap .slide-highlight {
    margin-bottom: 2rem;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight:after {
    content: '';
    position: absolute;
    top: 25%;
    left: 0;
    display: block;
    width: 2px;
    background: #F1F1F1;
    height: 50%;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight:first-child:after {
    display: none;
}

.carrusel-ventajas-v2 .carousel-feature.botones-flotantes .slide-content .slide-highlights-wrap .slide-highlight:not(.with-button) .item-content {
    margin-bottom: 1rem;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-logo {
    position: absolute;
    top: -35px;
    right: 25px;
    left: auto;
    z-index: 1;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-logo img {
    margin-top: 0.5rem;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-title {
    min-height: 78px;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-title h3 {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: 0;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-text {
    /* padding-bottom: 1rem; */
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight.with-button .item-content .item-text {
    min-height: 130px;
}

.carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-text {
    margin-top: 2.5rem;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-text p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin: 0;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight.with-button .item-content .item-text p {
    min-height: 110px;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-button {
    margin: 1rem 0;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-button .button_wrap {
    display: block;
    margin: 0;
    text-align: center;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-button .button_wrap .btn a {
    font-size: 1.4rem;
    text-decoration: none;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-button .button_wrap .btn-white a {
    background: #fff;
}


/*BOTONES AGRUPACION*/

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-buttons {
    text-align: right;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-buttons .button_wrap {
    margin: 1rem;
}

.carrusel-ventajas-v2 .carousel-feature.botones-flotantes .slide-content .slide-highlights-wrap .slide-buttons {
    position: absolute;
    bottom: -30px;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-buttons .btn:not(.btn-yellow):not(.btn-blue):not(btn-white) a {
    border: none;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .button_wrap .btn>a:focus {
    box-shadow: none;
}


/*NRI Flotante - Normal*/

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .nri {
    float: left;
    bottom: -25px;
    position: absolute;
    left: 0px;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .nri p {
    font-size: 1rem;
    margin: 0;
    color: #fff;
}


/*NRI Flotante - Botones Flotantes*/

.carrusel-ventajas-v2 .carousel-feature.botones-flotantes .slide-content .slide-highlights-wrap .nri {
    bottom: 0;
}

.carrusel-ventajas-v2 .carousel-feature.botones-flotantes .slide-content .slide-highlights-wrap .nri p {
    padding: 2rem 2rem 1rem;
}


/*VIDEO*/

.carrusel-ventajas-v2 .carousel-feature .slide-media .vjs-big-play-button {
    top: 25%;
}

.carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-media .vjs-big-play-button {
    top: 50%;
}

.carrusel-ventajas-v2 .carousel-feature.back-slide .slide-media .vjs-big-play-button {
    display: none;
}

.carrusel-ventajas-v2 .carousel-feature .slide-media .video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.carrusel-ventajas-v2 .carousel-feature.back-slide .slide-media .video-placeholder {
    overflow: hidden;
}

.carrusel-ventajas-v2 .carousel-feature .slide-media .video-placeholder>div {
    max-width: none!important;
}

.carrusel-ventajas-v2 .carousel-feature .slide-media .video-placeholder>div>div {
    padding-top: 56.25%!important;
}

.carrusel-ventajas-v2 .carousel-feature .slide-media .video-placeholder .vjs-poster {
    background-color: transparent;
    background-size: 100%;
}

.carrusel-ventajas-v2 .carousel-feature .slide-media .video-placeholder.popup {
    position: fixed;
    top: 170px;
    left: 0;
    margin: 0 auto;
    z-index: 99;
    width: 80%;
    bottom: auto;
    border-radius: 7px;
}

.sticky-nav .carrusel-ventajas-v2 .carousel-feature .slide-media .video-placeholder.popup {
    top: 100px;
}

.carrusel-ventajas-v2 .carousel-feature .closeButton {
    height: 50px;
    width: 50px;
    display: block;
    color: #000;
    z-index: 999;
    position: absolute;
    font-size: 4rem;
    text-decoration: none;
    line-height: 4rem;
    text-align: center;
    right: 0;
    background: url(images/icon-close-cb.png) no-repeat center center;
}


/*Popup video inner arrows*/

.carrusel-ventajas-v2 .video-placeholder .vjs-control-bar>.inner-arrow-left {
    background: url('images/flecha-derecha.png') no-repeat center center transparent;
    -webkit-transform: rotate(180deg);
    /* safari - Chrome*/
    -moz-transform: rotate(180deg);
    /* Firefox */
    -o-transform: rotate(180deg);
    /* Opera */
    transform: rotate(180deg);
    left: 0%;
    z-index: 999;
    position: relative;
    top: 0;
    width: 56px;
    height: 42px;
}

.carrusel-ventajas-v2 .video-placeholder .vjs-control-bar>.inner-arrow-right {
    background: url('images/flecha-derecha.png') no-repeat center center transparent;
    right: 0%;
    z-index: 999;
    position: relative;
    top: 0;
    width: 56px;
    height: 42px;
}


/*ARROWS*/

.carrusel-ventajas-v2~#carousel-left,
.carrusel-ventajas-v2 .carousel-feature .inner-arrow-left {
    width: 47px;
    height: 48px;
    background: url('https://www.caixabank.es//deployedfiles/common/R2016/Estaticos/images/icons/hm-slider-arrow-left.png') no-repeat center center transparent;
    position: absolute;
    top: 45%;
    left: 0%;
    z-index: 999;
    background-size: 3rem;
    cursor: pointer;
}

.carrusel-ventajas-v2~#carousel-right,
.carrusel-ventajas-v2 .carousel-feature .inner-arrow-right {
    width: 47px;
    height: 48px;
    background: url('https://www.caixabank.es//deployedfiles/common/R2016/Estaticos/images/icons/hm-slider-arrow-right.png') no-repeat center center transparent;
    position: absolute;
    top: 45%;
    right: 0%;
    z-index: 999;
    background-size: 3rem;
    cursor: pointer;
}

.carrusel-ventajas-v2 .carousel-feature .inner-arrow-left {
    left: -5%;
}

.carrusel-ventajas-v2 .carousel-feature .inner-arrow-right {
    right: -5%;
}

.carrusel-ventajas-v2 .carousel-feature.back-slide .inner-arrow-left,
.carrusel-ventajas-v2 .carousel-feature.back-slide .inner-arrow-right {
    opacity: 0;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-buttons .button_wrap .btn {
    width: auto;
}


/*RESPONSIVE*/

@media(max-width: 991px) {
    .carousel-container>.carousel-ventajas-header {
        margin-bottom: 3rem;
    }
    .carrusel-ventajas-v2 {
        min-height: auto!important;
    }
    .carrusel-ventajas-v2 .carousel-feature {
        width: 100%!important;
        height: auto!important;
        left: 0!important;
        top: 0!important;
    }
    .carrusel-ventajas-v2 .carousel-feature.center-slide {
        opacity: 1!important;
        transition: opacity 1s;
        overflow: visible!important;
    }
    .carrusel-ventajas-v2 .carousel-feature.back-slide {
        opacity: 0!important;
        transition: opacity 1s;
        overflow: visible!important;
    }
    .carrusel-ventajas-v2 .carousel-feature .slide-media .carousel-image {
        width: 100%!important;
        height: auto!important;
    }
    .carrusel-ventajas-v2 .carousel-feature .slide-content {
        position: relative;
        display: block!important;
    }
    .carrusel-ventajas-v2 .carousel-feature.back-slide .slide-content {
        opacity: 1!important;
    }
    .carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content {
        bottom: 0;
        width: 100%;
    }
    .carrusel-ventajas-v2 .carousel-feature .slide-content .tracker-summation-container {
        left: 2rem;
    }
    .carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .tracker-summation-container {
        left: 2rem;
    }
    .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight {
        position: relative;
        margin-top: 4.5rem;
        padding: 3rem 1rem 2rem;
    }
    .carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .slide-highlights-wrap {
        padding: 1rem 0;
    }
    .carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .slide-highlights-wrap .slide-highlight {
        width: 100%;
        margin: 0;
        padding: 2rem;
    }
    .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight:after {
        top: -0.5rem;
        left: 1rem;
        height: 2.5px;
        background: #F1F1F1;
        width: 80%;
    }
    .carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .slide-highlights-wrap .slide-highlight:after {
        content: '';
        position: absolute;
        top: 0rem;
        left: 2rem;
        right: 2rem;
        display: block;
        height: 2px;
        background: #F1F1F1;
        width: auto;
    }
    .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight:first-child:after {
        display: block;
    }
    .carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .slide-highlights-wrap .slide-highlight:first-child:after {
        display: none;
    }
    .carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .slide-highlights-wrap .slide-highlight .item-content {
        display: flex;
        align-items: center;
    }
    .carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .slide-highlights-wrap .slide-highlight:not(.with-button) .item-content {
        margin: 0;
    }
    .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-logo {
        left: 1rem;
    }
    .carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-logo {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        padding-right: 1rem;
    }
    .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-logo img {
        margin-top: 0;
    }
    .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-title h3 {
        margin: 0;
    }
    .carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .slide-highlights-wrap .slide-highlight .item-logo+.item-text {
        margin: 0;
    }
    .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-text p {
        font-size: 1.4rem;
    }
    .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-button {
        margin: 1rem 0 0;
    }
    .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .nri {
        position: relative;
        width: 100%;
        bottom: -40px;
        left: auto;
        text-align: center;
    }
    .carrusel-ventajas-v2 .carousel-feature.botones-flotantes .slide-content .slide-highlights-wrap .nri {
        bottom: -50px;
    }
    .carrusel-ventajas-v2 .carousel-feature.botones-flotantes.caja-flotante .slide-content .slide-highlights-wrap .nri {
        bottom: 0;
    }
    .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .nri p {
        padding: 0 0 1.5rem 0;
    }
    .carrusel-ventajas-v2 .carousel-feature.botones-flotantes.caja-flotante .slide-content .slide-highlights-wrap .nri p {
        padding: 0 2rem 2rem;
    }
    /*VIDEO*/
    .carrusel-ventajas-v2 .carousel-feature .slide-media .vjs-big-play-button {
        top: 50%;
    }
    .carrusel-ventajas-v2 .carousel-feature .slide-media .vjs-control-bar {
        z-index: 10;
    }
    /*ARROWS*/
    .carrusel-ventajas-v2 .carousel-feature .slide-media>.inner-arrow-left,
    .carrusel-ventajas-v2 .carousel-feature .slide-media>.inner-arrow-right {
        top: 40%
    }
    .carrusel-ventajas-v2 .carousel-feature .slide-media>.inner-arrow-left {
        left: 0;
        background-position: left;
    }
    .carrusel-ventajas-v2 .carousel-feature .slide-media>.inner-arrow-right {
        right: 0;
        background-position: right;
    }
}

@media(max-width: 400px) {
    .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-button .button_wrap .btn a {
        font-size: 1rem;
    }
}


/*Fix 1024px arrows*/

@media (max-width: 1200px) and (min-width: 991px) {
    .carrusel-ventajas-v2 .carousel-feature .inner-arrow-left {
        background-position: 24px 0;
        background-size: 2.5rem;
    }
    .carrusel-ventajas-v2 .carousel-feature .inner-arrow-right {
        background-position: 0 0;
        background-size: 2.5rem;
    }
}

@media (min-width: 991px) {
    .carrusel-ventajas-v2 {
        width: 960px;
        margin: 0 0 0 -8%;
    }
    .carousel-container>.carousel-ventajas-header {
        padding: 0 1.2%;
        width: 960px;
        margin: 0 0 0 -8%;
    }
}

@media (min-width: 1150px) {
    .carrusel-ventajas-v2 {
        margin: 0 auto;
    }
    .carousel-container>.carousel-ventajas-header {
        margin: 0 auto;
    }
}


/*COLORES DE FONDO PARA DESTACADOS*/

.carrusel-ventajas-v2 .slide .slide-content.bg-site {
    background: #007EAE!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-site .item-title h3,
.carrusel-ventajas-v2 .slide .slide-content.bg-site .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-site .nri p {
    color: #fff!important;
}


/**/

.carrusel-ventajas-v2 .slide .slide-content.bg-light-Blue {
    background: #E1F2FB!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-Blue .slide-highlight:after {
    background: #004f70!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-Blue .item-title h3 {
    color: #004f70!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-Blue .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-light-Blue .nri p {
    color: #555!important;
}


/**/

.carrusel-ventajas-v2 .slide .slide-content.bg-dark-Blue {
    background: #007EAE!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-dark-Blue .item-title h3,
.carrusel-ventajas-v2 .slide .slide-content.bg-dark-Blue .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-dark-Blue .nri p {
    color: #fff!important;
}


/**/

.carrusel-ventajas-v2 .slide .slide-content.bg-navy-Blue {
    background: #1D2546!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-navy-Blue .item-title h3,
.carrusel-ventajas-v2 .slide .slide-content.bg-navy-Blue .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-navy-Blue .nri p {
    color: #fff!important;
}


/**/

.carrusel-ventajas-v2 .slide .slide-content.bg-green {
    background: #19818B!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-green .item-title h3,
.carrusel-ventajas-v2 .slide .slide-content.bg-green .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-green .nri p {
    color: #fff!important;
}


/**/

.carrusel-ventajas-v2 .slide .slide-content.bg-light-grey {
    background: #F0F0F0!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-grey .slide-highlight:after {
    background: #004f70!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-grey .item-title h3 {
    color: #004f70!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-grey .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-light-grey .nri p {
    color: #555!important;
}


/**/

.carrusel-ventajas-v2 .slide .slide-content.bg-grey {
    background: #D6DBDF!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-grey .slide-highlight:after {
    background: #000!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-grey .item-title h3 {
    color: #004f70!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-grey .item-text p,
.carrusel-ventajas-v2 .slide.botones-flotantes .slide-content.bg-grey .nri p {
    color: #555!important;
}


/**/

.carrusel-ventajas-v2 .slide .slide-content.bg-garnet {
    background: #6A150E!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-garnet .item-title h3,
.carrusel-ventajas-v2 .slide .slide-content.bg-garnet .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-garnet .nri p {
    color: #fff!important;
}


/**/

.carrusel-ventajas-v2 .slide .slide-content.bg-orange {
    background: #C4471A!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-orange .item-title h3,
.carrusel-ventajas-v2 .slide .slide-content.bg-orange .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-orange .nri p {
    color: #fff!important;
}


/**/

.carrusel-ventajas-v2 .slide .slide-content.bg-dark-orange {
    background: #C4471A!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-dark-orange .item-title h3,
.carrusel-ventajas-v2 .slide .slide-content.bg-dark-orange .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-dark-orange .nri p {
    color: #fff!important;
}


/**/

.carrusel-ventajas-v2 .slide .slide-content.bg-light-Yellow {
    background: #FFF8C5!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-Yellow .slide-highlight:after {
    background: #004f70!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-Yellow .item-title h3 {
    color: #004f70!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-Yellow .item-text p,
.carrusel-ventajas-v2 .slide.botones-flotantes .slide-content.bg-light-Yellow .nri p {
    color: #555!important;
}


/**/

.carrusel-ventajas-v2 .slide .slide-content.bg-Yellow {
    background: #F4C43C!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-Yellow .slide-highlight:after {
    background: #004f70!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-Yellow .item-title h3 {
    color: #004f70!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-Yellow .item-text p,
.carrusel-ventajas-v2 .slide.botones-flotantes .slide-content.bg-Yellow .nri p {
    color: #555!important;
}


/**/

.carrusel-ventajas-v2 .slide .slide-content.bg-light-pink {
    background: #FDEAEE!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-pink .slide-highlight:after {
    background: #004f70!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-pink .item-title h3 {
    color: #004f70!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-pink .item-text p,
.carrusel-ventajas-v2 .slide.botones-flotantes .slide-content.bg-light-pink .nri p {
    color: #555!important;
}


/**/

.carrusel-ventajas-v2 .slide .slide-content.bg-rose {
    background: #BC1350!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-rose .item-title h3,
.carrusel-ventajas-v2 .slide .slide-content.bg-rose .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-rose .nri p {
    color: #fff!important;
}


/**/

.carrusel-ventajas-v2 .slide .slide-content.bg-dark-rose {
    background: #5D1B3A!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-dark-rose .item-title h3,
.carrusel-ventajas-v2 .slide .slide-content.bg-dark-rose .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-dark-rose .nri p {
    color: #fff!important;
}


/**/

.carrusel-ventajas-v2 .slide .slide-content.bg-red {
    background: #DE3532!important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-red .item-title h3,
.carrusel-ventajas-v2 .slide .slide-content.bg-red .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-red .nri p {
    color: #fff!important;
}


/************************************
    END - CARRUSEL VENTAJAS V2
************************************/


/*******************************************
   START - Mejoras Banner A1/Slider Promo
*******************************************/


/* BLOQUE Banner Promo */


/*Fixed container*/

.banner-highlights.slider-highlights-fixed {
    position: fixed;
    top: 59px;
    left: 0;
    z-index: 100;
    box-shadow: 0 7px 2rem -7px #666;
}

.slider-promotion .promotion-content {
    text-align: center;
}

@media (min-width: 991px) {
    .page-wrapper .banner-highlights.slider-highlights-fixed {
        top: 0;
    }
    .page-wrapper.sticky-nav .banner-highlights.slider-highlights-fixed {
        top: 85px;
    }
    .slider-promotion .promotion-heading {
        width: 20%;
    }
    .slider-promotion .promotion-content {
        width: 75%;
    }
}

.hm-slider .slider-promotion {
    background-color: #fdf5e1;
    padding-bottom: 2rem;
    margin: 0;
}


/*Image*/

.slider-promotion .promotion-heading .promotion-image {
    text-align: center;
}


/*Title*/

.slider-promotion .promotion-heading .promotion-title {
    padding: 0;
}

.slider-promotion .promotion-heading .promotion-title h2 {
    /*estilos H1*/
    font-size: 3.2rem;
    line-height: 4rem;
    margin-top: 2.5rem;
    text-align: center;

}


/*Text*/

.slider-promotion .promotion-content .promotion-text .promotion-description {
    padding: 0;
}

.slider-promotion .promotion-content .promotion-text .promotion-description p {
    text-align: center;
    color: #000;
}

.slider-promotion .promotion-content .promotion-text .promotion-date img {
    position: relative;
    top: 3px;
    display: inline;
}

.slider-promotion .promotion-content .promotion-text .promotion-date p {
    text-align: center;
    font-size: 1.2rem;
}

.slider-promotion .promotion-content .promotion-nri {
    position: absolute;
    right: 68px;
    top: 75px;
}

.hm-slider .slider-promotion .promotion-content .promotion-nri {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
}

.slider-promotion .promotion-title .promotion-nri {
    margin-top: 1rem;
}

.banner-highlights:not(.slider-highlights-fixed) .slider-promotion .promotion-title .promotion-nri,
.hm-slider .slider-promotion .promotion-title .promotion-nri {
    display: none!important;
}

.slider-promotion .promotion-nri p {
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin: 0;
}

.banner.banner-promo .banner-text .page-description p {
    color: #fff;
    font-family: 'OpenSans-ExtraboldItalic', Arial, sans-serif;
}

@media(max-width: 992px) {
    .slider-promotion .promotion-heading {
        overflow: hidden;
        /*width: 80%;*/
        margin: 0 auto;
        display: table;
    }
    .banner-highlights:not(.slider-highlights-fixed) .slider-promotion .promotion-heading,
    .hm-slider .slider-promotion .promotion-heading {
        overflow: visible;
    }
    /*Image*/
    .slider-promotion .promotion-heading .promotion-image {
        position: relative;
        width: 20%;
        display: table-cell;
        vertical-align: top;
    }
    .banner-highlights:not(.slider-highlights-fixed) .slider-promotion .promotion-heading .promotion-image,
    .hm-slider .slider-promotion .promotion-heading .promotion-image {
        width: 100%;
        position: absolute;
        top: -25px;
        left: 0;
    }
    .banner-highlights:not(.slider-highlights-fixed) .slider-promotion .promotion-heading .promotion-image {
        position: relative;
        top: 0;
    }
    .slider-promotion .promotion-heading .promotion-image img {
        max-width: 100%;
        height: auto;
        margin: 2.5rem 0 0 0;
        min-width: 125px;
        box-shadow: 5px 5px 20px 5px #ECECEC;
        webkit-box-shadow: 5px 5px 20px 5px #ECECEC;
        moz-box-shadow: 5px 5px 20px 5px #ECECEC;
    }
    .banner-highlights:not(.slider-highlights-fixed) .slider-promotion .promotion-heading .promotion-image img,
    .hm-slider .slider-promotion .promotion-heading .promotion-image img {
        max-width: 128px;
        margin: 0;
        display: inline;
    }
    .banner-highlights:not(.slider-highlights-fixed) .slider-promotion .promotion-heading .promotion-image img {
        box-shadow: none;
    }
    /*Title*/
    .slider-promotion .promotion-heading .promotion-title {
        display: table-cell;
        vertical-align: top;
        padding-left: 2rem;
    }
    .banner-highlights:not(.slider-highlights-fixed) .slider-promotion .promotion-heading .promotion-title,
    .hm-slider .slider-promotion .promotion-heading .promotion-title {
        padding: 0;
    }
    .slider-promotion .promotion-heading .promotion-title h2 {
        font-size: 2.4rem;
        line-height: 3.2rem;
        text-align: left;

    }
    .banner-highlights:not(.slider-highlights-fixed) .slider-promotion .promotion-heading .promotion-title h2,
    .hm-slider .slider-promotion .promotion-heading .promotion-title h2 {
        margin-top: 7rem;
        text-align: center;
    }
    .slider-promotion .promotion-content .promotion-text .promotion-description {
        display: none;
    }
    .banner-highlights:not(.slider-highlights-fixed) .slider-promotion .promotion-content .promotion-text .promotion-description,
    .hm-slider .slider-promotion .promotion-content .promotion-text .promotion-description {
        display: block;
    }
    /*Text*/
    .slider-promotion .promotion-content .promotion-text .promotion-description p {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    /*Button*/
    .slider-promotion .promotion-content .promotion-button {
        text-align: center;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 1;
    }
    .banner-highlights:not(.slider-highlights-fixed) .slider-promotion .promotion-content .promotion-button,
    .hm-slider .slider-promotion .promotion-content .promotion-button {
        position: relative;
    }
    .slider-promotion .promotion-content .promotion-button .button_wrap {
        margin: 0;
        display: block;
        width: 100%;
    }
    .slider-promotion .promotion-content .promotion-button .button_wrap .btn {
        border: none;
        width: 100%;
    }
    .banner-highlights:not(.slider-highlights-fixed) .slider-promotion .promotion-content .promotion-button .button_wrap .btn,
    .hm-slider .slider-promotion .promotion-content .promotion-button .button_wrap .btn {
        display: inline-block;
        width: auto;
    }
    .slider-promotion .promotion-content .promotion-button .button_wrap .btn>a {
        display: block;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 1rem;
    }
    .banner-highlights:not(.slider-highlights-fixed) .slider-promotion .promotion-content .promotion-button .button_wrap .btn>a {
        padding: 0 1rem 0 2rem;
        margin-bottom: 2rem;
    }
    .hm-slider .slider-promotion .promotion-content .promotion-button .button_wrap .btn>a {
        padding: 0 1rem 0 2rem;
    }
    .slider-promotion .promotion-content .promotion-button .button_wrap .btn.icon_lock>a:before {
        position: relative;
        left: -7px;
        font-size: 1.6rem;
    }
    .slider-promotion .promotion-content .promotion-text .promotion-date .contenedor_exterior_columnas .estilo_col_derecha,
    .slider-promotion .promotion-content .promotion-text .promotion-date .contenedor_exterior_columnas .estilo_col_izquierda {
        width: 50%;
        float: left;
    }
    .slider-promotion .slider-promotion-wrapper {
        padding: 0;
        top: -50px;
    }
    .slider-promotion .promotion-content .promotion-text .promotion-date {
        margin-bottom: 1.5rem;
    }
}

@media(min-width: 991px) {
    /* Containers */
    /*
    .slider-promotion .promotion-heading .promotion-image,
    .slider-promotion .promotion-heading .promotion-title,
    .slider-promotion .promotion-content .promotion-text,
    .slider-promotion .promotion-content .promotion-button{
        float: left;
    }
    .slider-promotion .promotion-heading .promotion-image,
    .slider-promotion .promotion-content .promotion-button{
        width: 25%;
    }
    .slider-promotion .promotion-heading .promotion-title,
    .slider-promotion .promotion-content .promotion-text{
        width: 75%;
    }
    */
    .slider-promotion .slider-promotion-wrapper {
        display: table;
    }
    .slider-promotion .promotion-heading,
    .slider-promotion .promotion-heading .promotion-image,
    .slider-promotion .promotion-heading .promotion-title,
    .slider-promotion .promotion-content,
    .slider-promotion .promotion-content .promotion-text,
    .slider-promotion .promotion-content .promotion-button {
        display: table-cell;
        float: none;
        vertical-align: top;
    }
    .slider-promotion .promotion-heading .promotion-image {
        vertical-align: top;
        width: 20rem;
        position: relative;
        top: 3rem;
        z-index: 1;
    }
    /*Content*/
    .slider-promotion .promotion-content:before {
        content: "";
        width: 2px;
        background: #ECECEC;
        position: absolute;
        top: 20%;
        left: 0;
        height: 60%;
    }
    /*Title*/
    .slider-promotion .promotion-heading .promotion-title {
        padding: 0 1.5rem 0 1.5rem;
    }
    .slider-promotion .promotion-heading .promotion-title h2 {
        text-align: left;
        padding-bottom: 2.5rem;
    }
    /*Text*/
    .slider-promotion .promotion-content .promotion-text .promotion-date p {}
    .slider-promotion .promotion-content .promotion-text .promotion-date .contenedor_exterior_columnas {
        margin: 0;
        width: 200%;
        margin-bottom: 2.5rem;
    }
    .slider-promotion .promotion-content .promotion-text .promotion-date .contenedor_exterior_columnas .estilo_col_derecha,
    .slider-promotion .promotion-content .promotion-text .promotion-date .contenedor_exterior_columnas .estilo_col_izquierda {
        width: auto;
        float: left;
    }
    .slider-promotion .promotion-content .promotion-text .promotion-description {
        padding: 0 1.5rem;
    }
    .slider-promotion .promotion-content .promotion-text .promotion-description p {
        text-align: left;
    }
    .slider-promotion .promotion-content .promotion-text .promotion-description p:first-child {
        margin-top: 2.5rem;
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .slider-promotion .promotion-content .promotion-text .promotion-date p {
        margin-top: 0;
        text-align: left;
    }
    /*Image*/
    .slider-promotion .promotion-heading .promotion-image {
        text-align: left;
    }
    .slider-promotion .promotion-heading .promotion-image img {
        margin-top: 0rem;
        box-shadow: 5px 5px 20px 5px #ECECEC;
        webkit-box-shadow: 5px 5px 20px 5px #ECECEC;
        moz-box-shadow: 5px 5px 20px 5px #ECECEC;
        max-width: 100%;
        border-radius: 3px;
        width: 100%;
        height: auto;
    }
    /*Button*/
    .slider-promotion .promotion-content .promotion-button {
        text-align: left;
    }
    .slider-promotion .promotion-content .promotion-button .button_wrap {
        margin: 2.5rem 1rem 2rem 1rem;
    }
    .slider-promotion .promotion-content .promotion-button .button_wrap .btn>a {
        padding: 0.9rem 1rem;
        padding-left: 3.7rem;
    }
    .slider-promotion .promotion-content .promotion-button .button_wrap .btn.no_icon_lock>a {
        padding: 0.9rem 1rem;
        padding-left: auto;
    }
    .banner.banner-promo {
        padding-bottom: 4rem;
        background: transparent;
    }
}


/*Banner Opacidad + Texto blanco Movil*/

@media(max-width: 1200px) {
    .banner.banner-promo .banner-media {
        height: 217px;
        position: relative;
    }
    .banner.banner-promo .banner-image-group {
        width: 300%;
        position: absolute;
        left: -100%;
        top: 0;
        height: 100%;
        overflow: hidden;
    }
    .banner.banner-promo .banner-image-group>picture {
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .banner.banner-promo .banner-image-group>picture img {
        display: block;
        position: relative;
        margin: 0 auto;
        height: auto;
        width: auto;
        max-width: none;
    }
    .banner.banner-promo .page-banner {
        position: absolute;
        z-index: 9;
        top: 0;
        left: 0;
        background: transparent;
    }
    .banner.banner-promo .page-banner h1 {
        /*color: #fff;*/
        color: #333333;
    }
    .banner.banner-promo .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)";
    }
}

@media screen and (min-width: 1200px) and (max-width: 1200px) {
    .banner.banner-promo .page-banner {
        position: absolute;
        z-index: 9;
        top: -230px;
        left: 0;
    }
}


/* FIN BLOQUE Banner Promo */


/********************
    ID ALIGN TEXTS
********************/

.page-banner#textBannerRight {
    position: block;
    left: auto;
    right: auto;
}

@media (min-width: 1200px) {
    .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: 1200px) {
    .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;
    }
}


/* BLOQUE Banner A1 */

.banner .slider-highlights {
    background: #007eae;
    position: relative;
}

@media(min-width: 992px) {
    .banner .slider-highlights .slider-highlights-wrapper {
        display: table;
    }
}

.banner .slider-highlights .slider-highlights-wrapper .slider-highlight {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.banner .slider-highlights .button-close {
    position: absolute;
    top: 1rem;
    right: 3rem;
    background-image: url(images/button_close.png);
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 2;
}

.banner .slider-highlights .button-close {
    display: none;
}

.banner .slider-highlights-fixed .button-close {
    display: block;
}

.banner .slider-highlights-fixed-notop .button-close {
    display: block;
}


/*
.banner .slider-highlight:after {
    content: '';
    position: absolute;
    top: 25%;
    left: 0;
    display: block;
    width: 2px;
    background: #F1F1F1;
    height: 85px;
}
*/

.banner .banner-highlights .slider-highlight-link {
    display: table;
    height: auto;
    margin: 0 auto;
}

.banner .banner-highlights .slider-highlight-link .btn.btn-yellow {
    display: table-cell;
    vertical-align: middle;
}

.banner .banner-highlights .slider-highlight-link .btn.btn-yellow a {
    background: #f4c53d;
    text-decoration: none;
    font-weight: bold;
    /*padding: 10px;*/
    color: #000;
    border-radius: 0.2rem;
}

.banner .slider-highlights .slider-highlight .slider-highlight-link .button_wrap {
    margin-bottom: 0;
}

.banner .slider-highlight:first-child:after {
    display: none;
}

.banner .slider-highlights .slider-highlight-image {
    text-align: center;
    margin-top: -40px;
    transition: all 0.5s;
}

@media(min-width: 991px) {
    .banner .banner-highlights:not(.slider-highlights-fixed) .slider-highlight-image {
        top: 0px;
        left: 0;
        right: 0;
    }
    .banner .banner-highlights:not(.slider-highlights-fixed-notop) .slider-highlight-image {
        top: 0px;
        left: 0;
        right: 0;
    }
}

.banner .slider-highlights .slider-highlight-image img {
    width: 78px;
    margin-top: 0;
}

.banner .slider-highlights .slider-highlight-image.icon-left {
    /*float: left;*/
    margin: 0;
    padding: 1rem;
    display: table-cell;
    vertical-align: middle;
}

.banner .slider-highlights .slider-highlight-text {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.banner .slider-highlights .slider-highlight-text p {
    color: #fff;
    /*display: table-cell;*/
    vertical-align: top;
    /*height: 110px;*/
    padding: 2rem 0;
}

.banner .slider-highlights-fixed {
    position: fixed;
    /*top: 11%;
    left: 1%;*/
    width: 100%;
    z-index: 1000;
    margin: 0;
}

.banner .slider-highlights-fixed-notop {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    margin: 0;
}

@media(min-width: 992px) {
    .banner .slider-highlights .slider-highlight-image img {
        margin-top: 1rem;
    }
    .banner .slider-highlights .slider-highlight-text {
        display: block;
    }
    .banner .slider-highlights-fixed .slider-highlights .slider-highlight-text {
        display: table-cell;
    }
    .banner .slider-highlights-fixed-notop .slider-highlights .slider-highlight-text {
        display: table-cell;
    }
}


/* FIN BLOQUE Banner A1 */


/* BLOQUE Slider Destacados */

.hm-slide>a {
    position: relative;
}

.hm-slider .slider-highlights {
    background: #007eae;
    position: relative;
    padding-bottom: 1rem;
    margin: 0;
}

.hm-slider .slider-highlights .slider-highlights-wrapper {
    padding: 0;
}

.hm-slider .slider-highlights .slider-highlights-wrapper .slider-highlight {
    display: table-cell;
    /*float: none;*/
    vertical-align: middle;
}

.hm-slider .slider-highlights .button-close {
    position: absolute;
    top: 1rem;
    right: 3rem;
    background-image: url(images/button_close.png);
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 2;
}

.hm-slider .slider-highlights .button-close {
    display: none;
}


/* .hm-slider  .slider-highlight:after {
    content: '';
    position: absolute;
    top: 25%;
    left: 0;
    display: block;
    width: 2px;
    background: #F1F1F1;
    height: 85px;
} */


/* .hm-slider .slider-highlights .slider-highlight:first-child:after {
    display: none;
} */

.hm-slider .slider-highlights .slider-highlight .slider-highlight-link {
    display: table;
    height: auto;
    margin: 0 auto;
}

.hm-slider .slider-highlights .slider-highlight .slider-highlight-link .button_wrap {
    margin-bottom: 0;
}

.hm-slider .slider-highlights .slider-highlight .slider-highlight-link .button_wrap .btn.btn-yellow {
    display: table-cell;
    vertical-align: middle;
}

.hm-slider .slider-highlights .slider-highlight .slider-highlight-link .button_wrap .btn.btn-yellow a {
    background: #f4c53d;
    text-decoration: none;
    font-weight: bold;
    /*padding: 10px;*/
    color: #000;
    border-radius: 0.2rem;
}

.hm-slider .slider-highlights .slider-highlight .slider-highlight-image {
    text-align: center;
    margin-top: -40px;
    transition: all 0.5s;
}

.hm-slider .slider-highlights .slider-highlight .slider-highlight-image img {
    width: 78px;
    margin-top: 0;
    display: inline;
}

.hm-slider .slider-highlights .slider-highlight .slider-highlight-image.icon-left {
    /*float: left;*/
    margin: 0;
    padding: 1rem;
    display: table-cell;
    vertical-align: middle;
}

.hm-slider .slider-highlights .slider-highlight .slider-highlight-text {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.hm-slider .slider-highlights .slider-highlight .slider-highlight-text p {
    color: #fff;
    /*display: table-cell;*/
    vertical-align: top;
    /*height: 110px;*/
    padding: 2rem 0;
}

@media(max-width: 426px) {
    .hm-slider .slider-highlights {
        padding: 0;
    }
    .hm-slider .slider-highlights .slider-highlight {
        width: 100%;
    }
    .hm-slider .slider-highlights .slider-highlights-wrapper .slider-highlight {
        float: left;
    }
    .hm-slider .slider-highlights .slider-highlight .slider-highlight-image {
        margin-top: 0;
        display: table-cell;
        vertical-align: middle;
        padding-right: 1rem;
    }
    .hm-slider .slider-highlights .slider-highlight .slider-highlight-image img {
        width: auto;
        display: block;
    }
    .hm-slider .slider-highlights .slider-highlight .slider-highlight-text p {
        margin: 0;
    }
}

@media(min-width: 991px) {
    .hm-slider .slider-highlights .slider-highlights-wrapper {
        display: table;
    }
    .hm-slider .slider-highlights .slider-highlight .slider-highlight-image {
        top: 0px;
        position: absolute;
        left: 0;
        right: 0;
    }
    .hm-slider .slider-highlights .slider-highlight .slider-highlight-text {
        padding-top: 4rem;
    }
    .hm-slider .slider-highlights .slider-highlight .slider-highlight-image img {
        margin-top: 1rem;
    }
    .hm-slider .slider-highlights .slider-highlight .slider-highlight-text {
        display: block;
    }
}


/* FIN BLOQUE Slider Destacados */


/*******************************************
   END - Mejoras Banner A1/Slider Promo
*****************************************/


/*********************************/


/* START - Banner Hazte Cliente */


/*********************************/

.banner-hc {
    margin: 0 -15px;
}

.banner-hc .banner-hc__title h2 {
    color: #fff;
    margin: 0;


}

.banner-hc .banner-hc__description {
    background: #007EAE;
    padding: 1.5rem 1.5rem 10rem;
    margin-bottom: 10rem;
}

.banner-hc .banner-hc__text {
    /*display: none;*/
    margin: 1.5rem 0;
}

.banner-hc .banner-hc__text p {
    color: #fff;
    margin: 0;
}

.banner-hc .banner-hc__footer {
    color: #fff;
    font-size: 1.6rem;
    margin: 1.5rem 0;
}

.banner-hc .banner-hc__buttons {
    display: none;
}

.banner-hc .banner-hc__buttons .buttons_group .button_wrap .btn:not(.btn-blue):not(.btn-yellow) a {
    background: #fff;
}

.banner-hc .banner-hc__image {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    z-index: 1;
}

.banner-hc .banner-hc__image img {
    margin: 0 auto;
    max-width: 287px;
    height: auto;
    display: block;
}

.banner-hc .banner-hc__image:before {
    content: "";
    display: block;
    position: absolute;
    top: -1rem;
    bottom: 0;
    left: -4.5rem;
    right: 0;
    background: #FFB300;
    z-index: -1;
    width: 270px;
    height: 80%;
    margin: 0 auto;
}

@media(min-width: 767px) {
    .banner-hc .banner-hc__title h2 {
        /*font-size: 5.2rem;
        line-height: 6rem;*/

        font-size: 2.4rem;
        line-height: 3.2rem;

    }
}

@media(min-width: 991px) {
    .banner-hc {
        display: flex;
        max-width: 95%;
        margin: 0 auto 3rem auto;
        align-items: center;
        position: relative;
    }
    .banner-hc .banner-hc__title h2 {
        /*font-size: 5.2rem;
        line-height: 6rem;*/
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
    .banner-hc .banner-hc__description {
        background: #007EAE;
        width: 60%;
        margin: 0;
        padding: 3rem 14rem 3rem 3.5rem;
    }
    .banner-hc .banner-hc__buttons {
        display: block;
        position: absolute;
        bottom: -21px;
    }
    .banner-hc .banner-hc__buttons .buttons_group {
        margin: 0;
    }
    .banner-hc .banner-hc__buttons .buttons_group .button_wrap {
        margin-bottom: 0;
    }
    .banner-hc .banner-hc__image {
        right: 0;
        left: auto;
        bottom: auto;
    }
    .banner-hc .banner-hc__image:before {
        display: none;
    }
    .banner-hc .banner-hc__image img {
        margin: 0 auto;
        max-width: 85%;
        height: auto;
        display: block;
        float: right;
    }
}

@media(min-width: 1200px) {
    .banner-hc {
        margin: 6rem auto 5rem auto;
    }
    .banner-hc .banner-hc__description {
        width: 60%;
        padding: 1% 15rem 1% 3%;
    }
    .banner-hc .banner-hc__image img {
        max-width: 100%;
    }
}

@media(min-width: 1439px) {
    .banner-hc .banner-hc__description {
        width: 90%;
        padding: 2.5% 55rem 2% 3%;
    }
}


/*********************************/


/*  END  - Banner Hazte Cliente  */


/*********************************/


/*********************************/


/*    START  - Valoracion APP    */


/*********************************/

.bg-58white-42blue-v {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(229, 245, 252, 1) 25%, rgba(229, 245, 252, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(25%, rgba(255, 255, 255, 1)), color-stop(25%, rgba(229, 245, 252, 1)), color-stop(100%, rgba(229, 245, 252, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(229, 245, 252, 1) 25%, rgba(229, 245, 252, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(229, 245, 252, 1) 25%, rgba(229, 245, 252, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(229, 245, 252, 1) 25%, rgba(229, 245, 252, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(229, 245, 252, 1) 25%, rgba(229, 245, 252, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5f5fc', GradientType=0);
}

#valoracion-app {
    margin: 2rem -1.5rem;
}

#valoracion-app .media img {
    display: block;
    max-width: 220px;
    height: auto;
    margin: 0 auto;
}

#valoracion-app .article_title {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    margin: 1.5rem 0 0 0;
}

#valoracion-app .article_title h2,
#valoracion-app .article_title h3 {
    font-family: OpenSans-Bold;
    font-size: 2.4rem;
    margin: 0.5rem 0;

}

#valoracion-app .article_intro img {
    display: block;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}

#valoracion-app .article_intro p {
    margin: 0;
}

#valoracion-app .article_text {
    margin: 1.5rem 0;
}

#valoracion-app .article_text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
    color: #000;
    margin: 0;
}

#valoracion-app .article_text img {
    margin-top: 1.5rem;
}

#valoracion-app .article_footer {
    margin: 1.5rem 0;
}

@media (min-width: 991px) {
    .bg-58white-42blue-v {
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 42%, rgba(229, 245, 252, 1) 42%, rgba(229, 245, 252, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(42%, rgba(255, 255, 255, 1)), color-stop(42%, rgba(229, 245, 252, 1)), color-stop(100%, rgba(229, 245, 252, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 42%, rgba(229, 245, 252, 1) 42%, rgba(229, 245, 252, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 42%, rgba(229, 245, 252, 1) 42%, rgba(229, 245, 252, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 42%, rgba(229, 245, 252, 1) 42%, rgba(229, 245, 252, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 42%, rgba(229, 245, 252, 1) 42%, rgba(229, 245, 252, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5f5fc', GradientType=0);
    }
    #valoracion-app {
        margin: 6rem 0;
        overflow: hidden;
    }
    #valoracion-app .media img {
        max-width: none;
    }
    #valoracion-app .media,
    #valoracion-app .article_header,
    #valoracion-app .article_intro,
    #valoracion-app .article_text {
        width: 48%;
        float: left;
    }
    #valoracion-app .article_header,
    #valoracion-app .article_intro,
    #valoracion-app .article_text {
        margin: 2.5rem 0 1.5rem 4%;
    }
    #valoracion-app .article_intro {
        margin: 0 0 0 4%;
    }
    #valoracion-app .article_header hgroup,
    #valoracion-app .article_text p {
        text-align: left;
    }
    #valoracion-app .article_title h2,
    #valoracion-app .article_title h3 {
        font-size: 2.4rem;
        line-height: 3.2rem;
        margin: 0;
    }
    #valoracion-app .article_text img {
        margin-top: 3rem;
    }
    #valoracion-app .article_intro img {
        margin: 0;
        max-width: 60%;
    }
}


/*********************************/


/*     END  - Valoracion APP     */


/*********************************/


/*********************************/


/*  START  - FAQs Hazte Cliente  */


/*********************************/

#faqs-hc .heading-group-title {
    text-align: center;
}

#faqs-hc .dropdown-item {
    margin: 0;
}

#faqs-hc .dropdown-item .dropdown-title {
    border-top: 1px solid rgba(0, 126, 174, 0.1);
    padding: 1.5rem 0;
}

#faqs-hc .dropdown-item:first-child .dropdown-title {
    border: none;
}

#faqs-hc .dropdown-item .dropdown-title a:after {
    background: transparent url(/deployedfiles/particulares/Pruebas/Nuevos_Componentes/Estaticos/Imagenes/arrow-faqs-hc.png) no-repeat center center;
    transition: transform 0.5s;
}

#faqs-hc .dropdown-item .dropdown-title a.active:after {
    transform: rotate(180deg);
}

#faqs-hc .dropdown-item .dropdown-title a h2,
#faqs-hc .dropdown-item .dropdown-title a h3,
#faqs-hc .dropdown-item .dropdown-title a h4 {
    padding: 0 4rem 0 0;
    background: #fff;
    color: #2F2F2F;
    border-radius: 0;
}


#faqs-hc .dropdown-item .dropdown-title a.active h2,
#faqs-hc .dropdown-item .dropdown-title a.active h3,
#faqs-hc.dropdown-item .dropdown-title a.active h4 {
    background: none;
    color: #2F2F2F;
}

#faqs-hc .dropdown-item .dropdown-content {
    border: none;
    padding: 0 0 1.5rem 0;
}

#faqs-hc .dropdown-item .dropdown-content ul li {
    background: transparent url(/deployedfiles/particulares/Pruebas/Nuevos_Componentes/Estaticos/Imagenes/tick-hc.png) no-repeat left 5px;
}


/*********************************/


/*   END  - FAQs Hazte Cliente   */


/*********************************/


/*******************************************/


/*  START  - Comp. Alternos Hazte Cliente  */


/*******************************************/

#alternos-hc .content {
    padding: 0 10% 0 10%;
}

#alternos-hc .content h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;

}

#alternos-hc .media {
    overflow: visible;
}

#alternos-hc .media .video-js {
    overflow: visible;
}

#alternos-hc .media .video-js .vjs-big-play-button {
    background-color: rgba(250, 250, 250, 1);
    color: #007EAE;
}

@media(min-width: 992px) {
    #alternos-hc .media .video-js .vjs-big-play-button {
        left: 0;
    }
}

#alternos-hc .media .video-js .vjs-big-play-button:before {
    font-size: 5.4rem;
}

#alternos-hc .content_alternative.bg-site h2 {
    color: #fff;
}

#alternos-hc .content_alternative.bg-site p {
    color: #fff;
}


/********************************************/


/*   END  - Comp. Alternos  Hazte Cliente   */


/********************************************/


/************************************************/


/*   START  - Nuevos Destacados Hazte Cliente   */


/************************************************/

.highlights-hc {
    margin: 3rem 0;
}

.highlights-hc__highlight {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.highlights-hc__title {
    text-align: center;
    font-size: 3.5rem;
    margin-bottom: 3rem;
    line-height: 4rem;
}

.highlight-hc__description {
    margin-left: 10px;
}

.highlight-hc__description p {
    font-family: 'OpenSans', Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #111;
}

.highlight-hc__description p strong {
    font-family: 'OpenSans-ExtraBoldItalic', Arial, sans-serif;
    font-style: italic;
}

.highlights-hc__highlight .content-left {
    max-width: 15%;
}

.highlights-hc__highlight .content-left img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

.highlights-hc__highlight .content-right {
    margin-left: 1rem;
}

#om-hazte-cliente {
    margin: 2rem 0 0 0;
}

#om-hazte-cliente .om-left {
    width: 49%;
    float: left;
}

#om-hazte-cliente .om-right {
    width: 49%;
    float: left;
    margin: 0 0 0 2%;
}

#om-hazte-cliente .om-right .om-value {
    margin: 0;
}

@media (min-width: 992px) {
    .highlights-hc__highlight {
        border: 2px solid #C8EBF8;
        border-right: none;
    }
    .highlights-hc__highlight:last-child {
        border-right: 2px solid #C8EBF8;
    }
    .highlights-hc__highlight .content-left {
        max-width: none;
    }
    .highlights-hc__highlight .content-left img {
        max-width: none;
        margin-top: 1rem;
    }
    .highlights-hc__highlight .content-right {
        margin: 0;
    }
    #destacados-om-hc .highlights-hc__highlight:first-child:before {
        content: "";
        display: block;
        width: 2px;
        height: 25rem;
        background: #C8EBF8;
        position: absolute;
        top: -25rem;
        left: 10rem;
    }
    #destacados-om-hc .highlights-hc__highlight:first-child:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border: 2px solid #C8EBF8;
        position: absolute;
        top: -25.7rem;
        left: 9.7rem;
        border-radius: 4px;
    }
    #destacados-om-hc.highlights-hc {
        margin-top: 20rem;
    }
    #om-hazte-cliente {
        position: absolute;
        top: -18rem;
        width: 85%;
        right: 0;
        margin: 0;
    }
    #om-hazte-cliente .om-left {
        width: 59%;
    }
    #om-hazte-cliente .om-right {
        width: 39%;
        margin: 0 0 0 2%;
    }
}


/**********************************************/


/*   END  - Nuevos Destacados Hazte Cliente   */


/**********************************************/


/**************************************/


/*   START  - Redes Sociales Family   */


/**************************************/

.social-media-family {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*margin: 6rem 0;*/
    margin-top: 3rem;
}

.social-media-family h2,
.social-media-family p,
.social-media-family img {
    margin: 0;
    max-width: 100%;
    height: auto;
}

.social-media-family__text h2 {
    /*font-family: 'OpenSans-Bold';
    font-size: 2.2rem;
    text-align: center;*/

    font-size: 2.4rem;
    text-align: center;
    font-family: 'OpenSans', Arial, serif;
}

.social-media-family__text h2 .font-site {
    font-family: 'OpenSans';
    font-style: italic;
}

.social-media-family__text p {
    font-family: 'OpenSans';
    text-align: center;
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.social-media-family__social {
    margin-top: 7rem;
    max-width: 100%;
    height: 120px;
}

.social-media-family__bg-image {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: 120px;
}

.social-media-family__bg-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 123, 173, 0.8);
    z-index: 1;
}

.social-media-family__social-buttons {
    display: flex;
    flex-direction: row;
    position: relative;
    top: -5rem;
    z-index: 2;
}

.social-media-family__social-buttons .social-media-family__button {
    width: 21rem;
    text-align: center;
    position: relative;
}

.social-media-family__social-buttons .social-media-family__button:before {
    content: "";
    display: block;
    position: absolute;
    height: 3rem;
    width: 2px;
    bottom: -0.5rem;
    right: 0;
    background: #339EC2;
}

.social-media-family__social-buttons .social-media-family__button:last-child:before {
    display: none;
}

.social-media-family__social-buttons .social-media-family__button a {
    text-decoration: none;
    outline: none;
}

.social-media-family__social-buttons .social-media-family__button a p {
    color: #fff;
}


/*Banner Image*/

.social-media-family__bg-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 120px;
}

.social-media-family__bg-image-group,
.social-media-family__bg-image-group>picture img {
    height: 120px;
}

.social-media-family__bg-image-group {
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    overflow: hidden;
}

.social-media-family__bg-image-group>picture {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 100%;
    width: 100%;
    transform: translateY(-50%);
}

.social-media-family__bg-image-group>picture img {
    position: relative;
    display: block;
    top: 50%;
    width: auto;
    /*max-width: 50%;*/
    margin: 0 auto;
    transform: translateY(-50%);
}

.social-media-family__content {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
}

.social-media-family__title,
.social-media-family__description p {
    color: #FFF;
}

.social-media-family__title {
    font-size: 2.2rem;
    order: -1;
    margin-right: 25px;
    text-align: right;
}

@media (max-width: 768px) {
    .social-media-family {
        /*margin: 2rem 0;*/
    }
    .social-media-family__bg-image {
        height: 60px;
    }
    .social-media-family__bg-image-wrap {
        max-height: 60px;
    }
    .social-media-family__bg-image-group,
    .social-media-family__bg-image-group>picture img {
        height: 60px;
    }
    .social-media-family__social {
        height: 60px;
    }
    .social-media-family__social .social-media-family__social-buttons {
        top: -4rem;
        margin: 0 -15px;
    }
    .social-media-family__social-buttons .social-media-family__button {
        /*width: 20%;*/
    }
    .social-media-family__social-buttons .social-media-family__button:before,
    .social-media-family__social-buttons .social-media-family__button a p {
        display: none;
    }
    .social-media-family__image {
        margin-left: 20%;
    }
    .social-media-family__title {
        order: 0;
        text-align: left;
        margin-right: 0;
    }
    .social-media-family__description {
        display: none;
    }
}


/************************************/


/*   END  - Redes Sociales Family   */


/************************************/


/****************************************************************
                    END - NUEVOS COMPONENTES
****************************************************************/


/*****************
*  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: #007eae;
}

.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 #007eae;
}

@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*/

.app-download-wrapper h2 {
    margin: 0;
}

.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-top: 0.35rem;
    line-height: 1.5rem;
    font-size: 1.1rem;
    text-align: center;
}

.adquirir_producto_descarga_links .button_wrap {
    margin: 2.5rem auto;
    display: block;
}

.adquirir_producto_descarga_links .btn {
    width: auto;
}

.adquirir_producto_descarga_links .btn a {
    width: 100%;
}

.adquirir_producto_descarga_form {
    width: 48%;
    vertical-align: top;
    display: inline-block;
    padding-left: 2%;
}

.adquirir_producto_descarga_form p {
    padding-bottom: 1rem;
    line-height: 1.5rem;
    font-size: 1.1rem;
    margin: 0;
}

.adquirir_producto_descarga h4 {
    margin: 0;
}

.adquirir_producto_descarga_form input[type="text"] {
    background: #f1f1f1;
    border: none;
    height: 4rem;
    width: 68%;
    margin-right: 0.5rem;
    padding: 1rem;
}

.adquirir_producto_descarga_form input[type="submit"] {
    background: #0289b7;
    color: #fff;
    border: none;
    height: 4rem;
    width: 28%;
    border-radius: 5rem;
}

.botones_descarga_store a img {
    width: 13rem;
    margin: 0 1rem 0 0rem;
    height: auto;
}

@media (max-width: 768px) {
    .adquirir_producto_descarga_links {
        width: 100%;
        /*margin-top: 2rem;*/
    }
    .adquirir_producto_descarga_form {
        width: 100%;
        /*padding:2rem 0 2rem 0;*/
    }
    .botones_descarga_store {
        text-align: center;
    }
}

@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;
    }
    .botones_descarga_store a img {
        margin: 10px;
    }
    .adquirir_producto_descarga_form {
        display: none;
    }
}

@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,
.button_wrap a>.btn-yellow.button_wrap:before,
.button_wrap .btn-yellow.button_wrap>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;
}

.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 #006f99;
    -moz-box-shadow: inset 770px -1px 5px 0px #006f99;
    box-shadow: inset 770px -1px 5px 0px #006f99;
    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 .product_link span.button a:before,*/

.lt span.boton_pequeno 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 y #70927 *
**************************/

#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 .p-highlight-item-0 .p-highlight-text-t {
    background-color: #c6d9f1;
}

#tarjetas_destacadas.p-highlights-promo .p-highlight-link .button_wrap a {
    padding: 0.5rem 2rem 0.5rem 4rem;
}

#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;
    margin-left: 0;
}


/*
#tarjetas_destacadas{
    margin: 4.5rem 0;
}

#tarjetas_destacadas ul.p-highlight-list .p-highlight .p-highlight-link .button_wrap span a{
    line-height: 4.3rem;
}
*/

.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: #555;
    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 - Menu presentacion (Aparece en blanco y lo necesitamos en azul)  *
***********************************************************************************/

.texto-azul .page-banner.channel-title .page-title h1 {
    color: #007eae;
}


/***********************************************
*  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-image-group::after {
    /*opacity: 0;*/
}


/****************************************************
*    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 #67053 - Particulares/Family: Propuesta para la nueva estructura *
****************************************************************************/

.family .video-inline.container {
    padding: 0;
}

.family h2.heading-group-title {
    /*font-size: 3rem;*/
}


/********************************************************************************
*   FIN Ticket #67053 - Particulares/Family: Propuesta para la nueva estructura *
*********************************************************************************/


/**********************************************************************************************************
*  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  *
******************/

.hm-slide-description .normal.contenedor_doscolumnas::before {
    background: #fff;
    content: "";
    display: block;
    height: 63px;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}

.hm-slide-description .normal.contenedor_doscolumnas {
    width: 122.5%;
    padding: 0;
    margin-left: 0;
    position: relative;
}

@media (max-width: 1200px) {
    .hm-slide-description .normal.contenedor_doscolumnas::before {
        width: 103.5%
    }
    .hm-slide-description .normal.contenedor_doscolumnas {
        width: 106.5%;
    }
}

.hm-slide-description .normal.contenedor_doscolumnas .ancho25 {
    float: left;
    padding-right: 15px;
    width: auto;
    position: relative;
}

@media (min-width: 992px) {
    .hm-slide-description .normal.contenedor_doscolumnas .ancho25 {
        padding-left: 0;
    }
}

.hm-slide-description .normal.contenedor_doscolumnas .ancho75 {
    padding: 6px 15px 0 15px;
    width: 75%;
    text-align: left;
    position: relative;
    float: left;
}

@media (min-width: 1200px) {
    .hm-slide-description .normal.contenedor_doscolumnas .ancho75 {
        width: 83%;
    }
}

@media (max-width: 460px) {
    .hm-slide-description .normal.contenedor_doscolumnas .ancho25 {
        width: 25%;
        padding: 0;
    }
    .hm-slide-description .normal.contenedor_doscolumnas .ancho75 {
        width: 75%;
        padding: 0 15px 0 0;
    }
}

.hm-slide-description .normal.contenedor_doscolumnas p {
    font-weight: 700;
    margin: 0;
}

.hm-slide-description .normal.contenedor_doscolumnas p img {
    margin: 0;
}

.hm-slide-description .normal.contenedor_doscolumnas .ancho75 p {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin: 0 0 0.5rem;
}

.hm-slide-description .normal.contenedor_doscolumnas .azul_turquesa {
    color: #007eae;
}

.hm-slide-description .normal.contenedor_doscolumnas .rojo_granate {
    color: #cc0000;
}

.hm-text-left .hm-slide-description .normal.contenedor_doscolumnas::before {
    left: -160rem;
    right: 0;
    width: 200rem;
}

@media (min-width: 1200px) {
    .hm-text-left .hm-slide-description .normal.contenedor_doscolumnas::before {
        left: -156rem;
    }
}

.hm-text-left .hm-slide-description .normal.contenedor_doscolumnas .ancho75 {
    padding: 6px 0 0 0;
    width: auto;
    float: left;
}

.hm-text-left .hm-slide-description .normal.contenedor_doscolumnas .ancho25 {
    padding-right: 0;
    padding-left: 15px;
    float: left;
}

@media (min-width: 992px) {
    .hm-slide-description .normal.contenedor_doscolumnas .ancho75 {
        width: 100%;
        float: none;
    }
    .hm-text-left .hm-slide-description .normal.contenedor_doscolumnas .ancho25 {
        padding-left: 0;
        float: right;
    }
}


/*** 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;
    }
    */
}

.container-fluid.bg-white-banner .page-banner .page-title h1 {
    font-size: 3.2rem;
    line-height: 4rem;
    font-family: 'OpenSans-ExtraboldItalic', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #007eae;
    letter-spacing: 0;

}

@media (min-width: 992px) {
    .container-fluid.bg-white-banner .page-banner .page-title h1 {
        font-size: 3.2rem;
        line-height: 4rem;
        font-family: 'OpenSans', Arial, serif;
        color: #007eae;
        letter-spacing: 0;

    }
    .container-fluid.bg-white-banner .page-banner .no-image .page-title h1 {
        color: #007eae;
    }
}

.container-fluid.bg-white-banner .page-banner .page-description p {
    margin-top: 1rem;
}

@media (min-width: 992px) {
    .container-fluid.bg-white-banner .page-banner .page-description p {
        /*color: #fff;*/
        font-size: 2rem;
        margin-top: 2rem;
    }
    .container-fluid.bg-white-banner .page-banner .no-image .page-description p {
        color: inherit;
    }
}

.container-fluid.bg-white-banner .page-banner .column {
    position: static;
}

.container-fluid.bg-white-banner .page-banner .page-video {}

.container-fluid.bg-white-banner .page-banner .page-video {
    position: absolute;
    top: -9rem;
    left: 0;
    width: 100%;
    height: 0;
    padding: 12.25%;
}

@media (min-width: 460px) {
    .container-fluid.bg-white-banner .page-banner .page-video {
        top: -15rem;
    }
}

@media (min-width: 640px) {
    .container-fluid.bg-white-banner .page-banner .page-video {
        top: -20rem;
    }
}

@media (min-width: 768px) {
    .container-fluid.bg-white-banner .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-big.png) no-repeat center center transparent;
    display: block;
    background-size: 100%;
}

.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: 1200px) {
    .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;
    }
}


/*** 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 {
        /* Ticket #102755 - Particulares: Cambios y consulta de CMN */
        /*height: 410px;*/
        bottom: 4.8rem;
        /* FIN Ticket #102755 - Particulares: Cambios y consulta de CMN */
    }
}


/* Ticket #65930 - Landings Salud en Portal Particulares: Cuadro Medico */

#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 h1,
.container-fluid.section-prom .hm-slider .hm-slide-title h2
    /* en este h1 para accesibilidad de Cultura Financiera */
{
    font-size: 3.2rem;
    line-height: 4rem;
    /*font-family: 'OpenSans-ExtraboldItalic', Helvetica, Arial, sans-serif;*/
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 2.4rem;
}

@media (min-width:1200px) {
    .container-fluid.section-prom .hm-slider .hm-slide-title h1,
    .container-fluid.section-prom .hm-slider .hm-slide-title h2 {
        font-size: 4rem;
        line-height: 4.8rem;
        margin-bottom: 1.4rem;
    }

}

/* FIN Ticket #105909 - Correccion estilos ti­tulo terrat subhomes */

.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;
    }
}


/*#86725  - Empresas: Modificar OM landing planes de pensiones OM Multiple Planes*/

#om_multiple_planes .om-right {
    width: 39rem;
    padding-left: 25rem;
}

#om_multiple_planes .om-right .om-value {
    display: flex;
    flex-direction: column;
    width: 190px;
}

#om_multiple_planes .om-right .om-value ul {
    position: relative;
    padding-bottom: 3px !important;
}

#om_multiple_planes .om-right .om-value ul.om-legend {
    padding-bottom: 1.7rem;
    padding-top: 4rem;
}

#om_multiple_planes .om-right .om-value ul:not(.om-legend) {
    padding: 0 0 1.7rem 0;
}

#om_multiple_planes .om-right .om-value ul li {
    background-color: #d4d4d4;
    color: #9f9f9f;
}

#om_multiple_planes .om-right .om-value ul li.risk {
    background-color: #000;
    color: #fff;
}

#om_multiple_planes .om-right .om-value ul li.om-product {
    position: absolute;
    left: -23rem;
    background-color: #fff;
    width: 22rem;
    text-align: left;
    color: #555;
    border: none;
    padding: 0;
    line-height: 1.2rem;
}

#om_multiple_planes .om-right .om-value ul li span.titulo_entradilla {
    text-align: right;
    min-width: 8.3rem;
}

#om_multiple_planes .om-right .om-value ul li span.texto_inferior {
    color: #9f9f9f;
}

#om_multiple_planes .om-right .om-value ul li.om-product+li span.titulo_entradilla {
    left: 0;
    text-align: left;
}

@media(max-width: 640px) {
    #om_multiple_planes .om-right {
        width: 29rem;
        padding-left: 9rem;
        margin: 1.5rem auto;
    }
    #om_multiple_planes .om-right .om-value ul li.om-product {
        left: -8.6rem;
        width: 8.6rem;
    }
}


/* Boton flotante con imagen */

.bottom_sticky {
    bottom: -30rem;
}

.button-float {
    vertical-align: bottom;
    z-index: 11;
    position: relative;
}

@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-close:focus {
        outline: -webkit-focus-ring-color auto 5px;
        background-image: url("images/button_close_black.png");
    }
}

.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-ExtraboldItalic', 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%;
    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;
        /*padding: 2rem 0!important;*/
        padding: 0;
        line-height: 5.5rem;
    }
}

.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: 4.5rem;
}

@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: 0%;
        line-height: 5.5rem;
        position: relative;
    }
}

.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 */


/* Ticket #94158 - Landing 1 Col Highlights No Opacity > tiene opacity a resoluciones peque0as */

.banner.no-opacity .banner-image-group:after {
    /*opacity: 0;*/
}


/* FIN Ticket #94158 - Landing 1 Col Highlights No Opacity > tiene opacity a resoluciones peque0as */

@media (min-width: 992px) {
    .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/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 #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,
.sh-highlights .sh-highlight.sh-h-double .sh-h-text {
    padding: 0.8rem 0.6rem;
    position: relative;
    display: inline-table;
    bottom: 0;
    left: 0;
    width: calc(100% + 1px);
    height: auto;
    min-height: 0;
}

@media (min-width: 775px) {
    .sh-highlights .sh-highlight.sh-h-double-family .sh-h-text,
    .sh-highlights .sh-highlight.sh-h-double .sh-h-text {
        position: absolute;
    }
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-double-family .sh-h-text,
    .sh-highlights .sh-highlight.sh-h-double .sh-h-text {
        height: 31%;
    }
}

.sh-highlights .sh-highlight.sh-h-double-family .sh-h-text:before,
.sh-highlights .sh-highlight.sh-h-double .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,
.sh-highlights .sh-highlight.sh-h-double .sh-h-text {
    width: 100%;
}

.sh-highlights .sh-highlight.sh-h-double-family .sh-h-text,
.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-family .sh-h-text,
    .sh-highlights .sh-highlight.sh-h-double .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,
.sh-highlights .sh-highlight.sh-h-double .sh-h-title,
.sh-highlights .sh-highlight.sh-h-double .sh-h-description {
    position: relative;
    margin: 0;
}

@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,
    .sh-highlights .sh-highlight.sh-h-double .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;
    padding-bottom: 2rem;
    /*Ticket#67709*/
}

.sh-highlights .sh-highlight.sh-h-double-family .sh-h-description p,
.sh-highlights .sh-highlight.sh-h-double .sh-h-description p {
    vertical-align: top;
    display: table-cell;
}

.sh-highlights .sh-highlight.sh-h-double-family .sh-h-description p+p,
.sh-highlights .sh-highlight.sh-h-double .sh-h-description p+p {
    width: 30%;
    padding: 1% 0;
    text-align: center;
}

.sh-highlights .sh-highlight.sh-h-double-family .sh-h-description p .boton_azul {
    /*margin-top: -1rem;*/
    /*Ticket#67709*/
}

@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{
    /*font-size: 1.4rem;*/

    font-size: 2.4rem;

}

.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 {
        /*font-size: 1.6rem;*/
        font-size: 2.4rem;
    }
    .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: 300px;
    }
    .bg-video .banner-image-group>img {
        display: block;
        position: relative;
        margin: 0 auto;
        height: auto;
        width: auto;
        max-width: none;
        top: 0;
        transform: translateY(0);
    }
    .no-csstransforms .bg-video .banner-image-group>img {
        height: auto;
        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: auto;
        width: auto;
        max-width: none;
    }
    .no-csstransforms .bg-video .banner-image-group>picture img {
        height: auto;
        width: auto;
        max-width: none;
        top: auto;
    }
}

@media (min-width: 1200px) {
    .banner-media.bg-video .banner-image-group {
        height: 360px;
    }
    .bg-video .banner-image-group>img {
        height: 100%;
    }
    .no-csstransforms .bg-video .banner-image-group>img {
        height: 100%;
    }
    .bg-video .banner-image-group>picture img {
        height: 100%;
    }
    .no-csstransforms .bg-video .banner-image-group>picture img {
        height: 100%;
    }
    #capa-blanca10.page-banner.media.white::before {
        height: 10%;
    }
    #capa-blanca20.page-banner.media.white::before {
        height: 20%;
    }
    #capa-blanca30.page-banner.media.white::before {
        height: 30%;
    }
    #capa-blanca40.page-banner.media.white::before {
        height: 40%;
    }
    #capa-blanca50.page-banner.media.white::before {
        height: 50%;
    }
    #capa-blanca60.page-banner.media.white::before {
        height: 60%;
    }
    #capa-blanca70.page-banner.media.white::before {
        height: 70%;
    }
    #capa-blanca80.page-banner.media.white::before {
        height: 80%;
    }
}

@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;
    vertical-align: middle;
}

.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: 0;
        height: 90%;
        top: auto;
        border-radius: 1rem;
        width: 50%;
    }
}

.page-banner.media.white {
    padding: 2rem 0;
}

.page-banner-media {
    padding-top: 1rem;
    position: relative;
    vertical-align: middle;
}

.page-banner-media .video-inline {
    height: auto!important;
}

@media (min-width: 991px) {
    .page-banner-media .video-inline {
        height: 105%!important;
    }
}

@media (min-width: 1440px) {
    .page-banner-media .video-inline {
        height: auto!important;
    }
}

@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 {
    font-size: 3.2rem;
    line-height: 4rem;
    /*color: #000;*/
    letter-spacing: 0;
}

.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: #007eae;
    border: 0.2rem solid #007eae;
    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: #007eae;
    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 {
    font-size: 3.2rem;
    line-height: 4rem;
    font-family: 'OpenSans', Arial, serif;
    font-weight: bold;
    color: #1a1a1a;
    letter-spacing: 0;

}

.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: #007eae;
}

.lolopo-link-right .sr-+:focus {
    clear: left;
    clip: inherit;
    float: left;
    height: auto;
    margin: 0;
    position: relative;
    width: auto;
    transition: all 0.3s ease-in;
}


/* Ticket #66897 - Tarjetas - Carnet 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-style: italic;
    margin-left: 15px;
    width: 100%;
    font-size: 3.2rem;
    line-height: 4rem;
    font-family: 'OpenSans', Arial, serif;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0;

}

@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;
    float: left;
    height: auto;
    color: #0099dd;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: 0;

}

#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.8rem;
    line-height: 2.8rem;
}

#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: #007eae;
    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;
}


/*#67340 - PageLayout emalings - Cabecera solo logo - footer simple*/

.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;*/

    font-size: 2.4rem;

}


/* Nuevo Terrat Subhome */

.page-terrat {
    position: relative;
    margin: 0 -15px;
}


/* en interiores */

.banner-image .page-terrat {
    margin: auto;
}


/**/

.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: 100%;
    /* 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: #007eae;
    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 {
    padding: 0;
    font-size: 3.2rem;
    line-height: 4rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #000;
    letter-spacing: 0;

}

.page-terrat.sub .page-terrat-text .page-title h1 {
    background: #000;
    display: inline;
    font-size: 3.2rem;
    line-height: 4rem;
    color: #fff;
    letter-spacing: 0;

}

.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;
    line-height: 2.4rem;
    margin-top: 1rem;
}

@media (min-width: 1199px) {
    .page-terrat .page-terrat-text .page-description p {
        line-height: 1.8rem;
    }
}

.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: #007eae;
    border: 0.2rem solid #007eae;
    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: 1200px) {
    .page-terrat {
        height: auto;
    }
    .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: 100%;
        position: absolute;
        left: 0;
        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);
        -webkit-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%);
        -webkit-transform: translateY(-50%);
    }
    .no-csstransforms .terrat-image-group>picture {
        top: 0;
    }
    .terrat-image-group>picture img {
        display: block;
        position: relative;
        margin: 0 auto;
        height: auto;
        width: 100%;
        max-width: none;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    .no-csstransforms .terrat-image-group>picture img {
        height: auto;
        width: 100%;
        max-width: none;
        top: auto;
    }
    .page-terrat .page-terrat-text {
        text-align: left;
        width: 45%;
        padding: 15px;
        height: auto;
        position: relative;
        min-height: 250px;
    }
    .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: 0;
        height: 90%;
        width: 100%;
        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: 80px 15px;
        min-height: 360px;
    }
    .terrat-image-group>picture img {
        width: auto;
        max-width: none;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }
    .terrat-image-group {
        width: 200%;
        position: absolute;
        left: -50%;
        top: 0;
        height: 100%;
        overflow: hidden;
    }
}

@media (min-width: 1440px) {
    .terrat-image-group,
    .page-terrat .page-terrat-media,
    .page-terrat .page-terrat-text,
    .page-terrat {
        height: 480px;
        max-height: 480px;
    }
    .terrat-image-group {
        width: 300%;
        left: -100%;
    }
    .terrat-image-group>picture img {
        height: 480px;
        width: auto;
        max-width: 50%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .no-csstransforms .terrat-image-group>picture img {
        height: auto;
        width: 100%;
        max-width: 50%;
        top: 0;
    }
    .page-terrat .page-terrat-text {
        padding: 90px 15px;
    }
}


/** START TICKET #73584 - Particulares // Tarjetas // Samsung Pay // Banner A1 con capa **/

@media (min-width: 1200px) {
    #terrat-only-title.page-terrat.white .page-terrat-text::before {
        height: 70%;
        top: 15%;
    }
}

@media (min-width: 1440px) {
    #terrat-only-title.page-terrat .page-terrat-text {
        padding: 120px 15px;
    }
    #terrat-only-title.page-terrat.white .page-terrat-text::before {
        height: 50%;
        top: 20%;
    }
}

@media (max-width: 1200px) {
    #terrat-only-title.page-terrat .page-terrat-text {
        padding: 36px;
    }
}


/** END TICKET #73584 - Particulares // Tarjetas // Samsung Pay // Banner A1 con capa **/


/* Nuevo Video Interior */

.video-int-content {
    width: 100%;
    position: relative;
    margin: 0 0 3rem 0;
    padding: 0;
}

.video-int-title.page-title::after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.94) 85%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.94) 85%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.94) 85%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-int-title.page-title:hover+.container-video-int .video-inline .video-wrapper .bc-player-SkEHxhdZx_default .vjs-big-play-button {
    background-color: #d52484;
}

.video-int-title.page-title:hover {
    cursor: pointer;
}

.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 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;
    margin: auto;
    position: relative;
    top: 66%;
    z-index: 2;
    width: 75%;
}
.video-int-content .page-title h3 {
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: 'OpenSans', Arial, serif;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;
    width: 75%;
    position: relative;
    top: 66%;
    z-index: 2;
}

.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: 768px) {
    .video-int-content .page-title h2 {
        /*width: 100%;
        font-size: 3.5rem;
        line-height: 3.5rem;*/

        font-size: 2.4rem;
        line-height: 3.2rem;
        width: 100%;
    }
    .video-int-content .page-title h3 {
        /*width: 100%;
        font-size: 3.5rem;
        line-height: 3.5rem;*/

        width: 100%;
        font-size: 2rem;
        line-height: 2.8rem;

    }
    /* Ticket #67790 - Incluir CMN en landings de Portal Particulares */
    #seguros.cmn-sticky .buttons_group {
        display: none;
    }
    #seguros.cmn-sticky .cmn-cta {
        display: block;
        padding: 14px;
        text-align: center;
        background: #007eae;
        /*#77790 - Seguros: Te llamamos, boton no aparece en movil*/
        position: relative;
        z-index: 11;
    }
    #seguros.cmn-sticky .cmn-cta a:focus .cmn-text,
    #seguros.cmn-sticky .cmn-cta a:focus .cmn-icon {
        text-decoration: none!important;
        box-shadow: none;
        border: none;
    }
    #seguros.cmn-sticky .cmn-cta a:focus,
    #seguros.cmn-sticky .cmn-cta a:focus {
        text-decoration: none!important;
    }
    #seguros.cmn-sticky .cmn-cta .cmn-text p {
        color: #fff;
        font-size: 1.5rem;
        font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
    }
    #seguros.cmn-sticky .cmn-cta .cmn-text p:before {
        font-family: fontello;
        content: "\e902";
        margin-right: 0.5rem;
    }
}

@media (max-width: 475px) {
    .video-int-content .page-title h2,
    .video-int-content .page-title h3 {
        position: absolute;
        bottom: 2rem;
        top: auto;
    }
}


/* Fix linea negra debajo de destacados cuentas */

.container-fluid.bg-white::after {
    opacity: 0;
}


/* End Fix linea negra debajo de destacados cuentas */


/************************************************************/


/**  Ticket #66113 - Consulta home espejo para app         **/


/************************************************************/

.ocultar_espejo {
    margin-top: 0!important;
}

#footer.ocultar_espejo {
    padding: 0
}


/*#67411 : pageLayout : Home 1 col - containerFluid-100*/

.homeContainer100 .main-home {
    overflow: hidden;
}


/* Ticket #67516 - COMPRA ESTRELLA / logica origen landing samsung */

#alto-reducido-h1.page-banner {
    height: auto;
    padding: 4rem 0;
}


/* Ticket #67411 - Particulares // HolaBank // video subhome */

.page-banner.media#design_textWhite .page-banner-text {
    vertical-align: middle;
}


/* Escalado el texto a 200% */

@media (min-width: 1200px) {
    .om-home-boton {
        min-height: 2.5rem;
    }
    .container {
        min-width: 73rem;
    }
    .header .search-group {
        min-width: 22rem;
        width: 280px;
    }
    .header .search form {
        min-width: 22rem;
        width: 280px;
    }
}

.linkgroup-images-footer ul li a:focus img {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


/* Ticket #67411 - Particulares // HolaBank // video subhome */

@media (min-width: 1440px) {
    .page-banner.media.white#banner_video_holabank {
        padding: 9rem 0;
    }
}

#banner_video_holabank .page-banner-text {
    vertical-align: middle;
    text-align: center;
}

#banner_video_holabank .page-banner-text .page-title h1 {
    color: #333333;
}

#banner_video_holabank .page-banner-text .page-description p {
    color: #555;
    font-size: 1.8rem;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    line-height: 2.2rem;
}

#banner_video_holabank.page-banner.media.white::before {
    height: 50%;
    top: 25%;
}

@media (max-width: 1200px) {
    #banner_video_holabank.page-banner.media.white::before {
        height: 70%;
        top: 17%;
    }
}

@media (max-width: 992px) {
    #banner_video_holabank.page-banner.media.white::before {
        height: 101%;
        top: -1px;
    }
}


/* Anadir whatsapp a redes sociales*/

.rrss .social-network li {
    margin: 0 0.7rem;
}

.rrss .bt-whatsapp a {
    background: transparent url("icons/whatsapp-button.png") no-repeat scroll center center;
}

@media (min-width: 768px) {
    .rrss .social-network li {
        margin: 0 1rem;
    }
    .rrss .social-network li:last-child {
        display: none;
    }
}


/*** Nuevo div prebuscador ***/

.search-group-module {
    display: inline;
}


/*** Nuevo div prebuscador ***/


/*** NUEVA OM ***/

.banner-image .om-group {
    display: none;
    /* Ticket #109003 - Hazte cliente autonomos*/
    /*height: 0;*/
    /* FIN Ticket #109003 - Hazte cliente autonomos*/
}

.container-fluid.om+.container-fluid.banner .om-group {
    display: block;
}

@media (min-width: 1200px) {
    .banner-image .om-group {
        margin: 0;
        position: absolute;
        z-index: 2;
        width: 100%;
        display: block;
    }
}

.banner-image .om-content {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #ededed;
    display: block!important;
    padding: 1rem 8px!important;
    height: auto!important;
}

@media (min-width: 1200px) {
    .banner-image .om-content {
        width: 768px;
        float: right;
    }
    .banner-image .om-content.om-box {
        width: 400px;
    }
}

.banner-image .om-box .om-left {
    display: table-cell;
    vertical-align: top;
    border-right: none;
    padding-right: 7px;
    /*ticket 109003*/
    padding-left: 7px;

}

.banner-image .om-box .om-right {
    padding-left: 15px;
    display: table-cell;
    vertical-align: top;
    margin-top: 0;
    width: 50%;
}

.banner-image .om-box .om-value {
    border: 1px solid #000;
}

.banner-image .om-right .om-value .texto_grande .gris {
    /*color: #9e9e9e;*/
    color: #bdbdbd;
}

.banner-image .om-left {
    display: inherit;
    border-right: 0;
    padding: 0;
}

.banner-image .om-right {
    display: inherit;
    width: auto;
    padding: 0;
    margin-top: 0.8rem;
}

.banner-image .om-content .contenedor_doscolumnas .ancho50 {
    float: none;
    width: 100%;
}

.banner-image .om-description>p strong {
    display: block;
    padding-bottom: 5px;
}

.banner-image .om-right .om-value ul {
    padding: 2rem 0;
}

@media (min-width: 991px) {
    .banner-image .om-left {
        padding-right: 15px;
        display: table-cell;
        border-right: 1px solid #c1c1c1;
        vertical-align: top
    }
    .banner-image .om-right {
        padding-left: 15px;
        display: table-cell;
        vertical-align: top;
        margin-top: 0;
        width: 25%;
    }
    .banner-image .om-description>p {
        color: #000;
        display: table-cell;
        vertical-align: top;
        padding-right: 7px;
        font-size: 0.9rem;
        width: 33%;
    }
    .banner-image .om-box .om-description>p {
        display: inherit;
        padding: 0;
        width: 100%;
    }
    .banner-image .om-content .contenedor_doscolumnas {
        display: table-cell;
    }
    .banner-image .om-title {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }
    .banner-image .om-box .om-title,
    .banner-image .complex_om .om-title {
        width: auto;
    }
    .banner-image .om-content .contenedor_doscolumnas .ancho50 {
        float: left;
        padding: 0 7px;
        width: 50%;
        margin-top: -54px;
    }
    .banner-image .om-right .om-value ul {
        padding: 2rem 0 1rem;
    }
}

@media (min-width: 1250px) {
    .banner-image .om-content .contenedor_doscolumnas .ancho50 {
        margin-top: -38px;
    }
}

@media (min-width: 1700px) {
    .banner-image .om-content .contenedor_doscolumnas .ancho50 {
        margin-top: -26px;
    }
}

.hm-slide .om-group {
    margin: 0;
}

@media (min-width: 991px) {
    .hm-slide .om-group {
        position: absolute;
        z-index: 2;
        width: 100%;
    }
}

.hm-slide .om-content {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #ededed;
    display: block!important;
    padding: 1rem 8px!important;
    height: auto!important;
}

@media (min-width: 991px) {
    .hm-slide .om-content {
        width: 768px;
        float: right;
    }
    .hm-slide .om-content.om-box {
        width: 400px;
    }
}

.hm-slide .om-box .om-left {
    display: table-cell;
    vertical-align: top;
    border-right: none;
    padding-right: 7px
}

.hm-slide .om-box .om-right {
    padding-left: 15px;
    display: table-cell;
    vertical-align: top;
    margin-top: 0;
    width: 50%;
}

.hm-slide .om-box .om-value {
    border: 1px solid #000;
}

.hm-slide .om-right .om-value .texto_grande .gris {
    /*color: #9e9e9e;*/
    color: #bdbdbd;
}

.hm-slide .om-left {
    display: inherit;
    border-right: 0;
    padding: 0;
}

.hm-slide .om-right {
    display: inherit;
    width: auto;
    padding: 0;
    margin-top: 0.8rem;
}

.hm-slide .om-content .contenedor_doscolumnas .ancho50 {
    float: none;
    width: 100%;
}

.hm-slide .om-box .om-description>p strong {
    display: block;
    padding-bottom: 5px;
}

.hm-slide .om-right .om-value ul {
    padding: 2rem 0;
}

@media (min-width: 991px) {
    .hm-slide .om-left {
        padding-right: 15px;
        display: table-cell;
        border-right: 1px solid #c1c1c1;
        vertical-align: top
    }
    .hm-slide .om-right {
        padding-left: 15px;
        display: table-cell;
        vertical-align: top;
        margin-top: 0;
        width: 25%;
    }
    .hm-slide .om-description>p {
        color: #000;
        display: table-cell;
        vertical-align: top;
        padding-right: 10px;
        font-size: 0.9rem;
        width: 33%;
    }
    .hm-slide .om-box .om-description>p {
        display: inherit;
        padding: 0;
        width: 100%;
        color: #555;
    }
    .hm-slide .om-content .contenedor_doscolumnas {
        display: table-cell;
    }
    .hm-slide .om-title {
        width: 26%;
        font-size: 0.9rem;
    }
    .hm-slide .om-box .om-title {
        width: auto;
    }
    .hm-slide .om-content .contenedor_doscolumnas .ancho50 {
        float: left;
        padding: 0 7px;
        width: 50%;
        margin-top: -54px;
    }
    .hm-slide .om-right .om-value ul {
        padding: 2rem 0 1rem;
    }
}

@media (min-width: 1250px) {
    .hm-slide .om-content .contenedor_doscolumnas .ancho50 {
        margin-top: -38px;
    }
}

@media (min-width: 1700px) {
    .hm-slide .om-content .contenedor_doscolumnas .ancho50 {
        margin-top: -26px;
    }
}


/*** NUEVA OM ***/


/*** 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 .icon {
    margin-top: -2rem;
}
*/

.content_alternative .content .title h2,
.content_alternative .content .title h3 {
    margin-top: 1rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #333333;
}


.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;
        /* background-color: #EFF8FB; */
    }
    .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 6rem 0 8%;
    }
}

@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;
}


/* #98667 - Particulares // Tarjetas // MyCard > Margen Negro Vi­deos */

.container_alternative .media .video-inline .neo-video-responsive {
    margin: 0;
}


/*** Productos alternos ***/


/* Ticket #68433 - Att.Cliente//campo anadir documento adjunto */

#contingut form .fila .gris {
    color: #a9aaaa;
    float: right;
}

#contingut form .fila #fichero {
    width: 50%;
}


/***************************************************************/


/* Ticket #68880 - Particulares//Ahorro: Nuevo diseno Mi Hucha */


/***************************************************************/

#slider-to-banner .hm-slide-title h2 {
    /*font-size: 5rem;
    line-height: 5rem;
    font-weight: 900;*/

    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: bold;

}

#slider-to-banner .hm-slide-text-wrap {
    width: 65%;
    margin: 0 auto;
}


/* Estilos boton naranja */


/*#slider-to-banner .hm-slide-description p,*/

#mi-hucha-3-pasos .page-description p {
    /*margin-top: 3rem;*/
    color: #007eae;
    text-decoration: underline;
    transition: all 0.3s ease-in 0s;
}

#mi-hucha-3-pasos .page-description p {
    text-decoration: none;
}

#slider-to-banner .hm-slide-text-wrap .hm-slide-description .boton.boton_mediano.naranja,
#mi-hucha-3-pasos .page-description p a .boton.boton_mediano.naranja {
    font-weight: bold;
    padding: 13px;
    padding-left: 3.7rem;
    background-color: #f4c53d;
    max-width: none;
    width: auto;
    -moz-user-select: none;
    border-radius: 0.2rem;
    display: inline-block;
    font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.4rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in 0s;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: 12px;
    border-radius: 5rem;
}

#slider-to-banner .hm-slide-text-wrap .hm-slide-description .boton.boton_mediano.naranja::before,
#mi-hucha-3-pasos .page-description p a .boton.boton_mediano.naranja::before {
    content: "\e900";
    font-family: "fontello";
    font-size: 2rem;
    margin-top: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 3.7rem;
}


/* Texto izquierdo componente central */

#mi-hucha-3-pasos .page-banner-wrap .page-description p {
    height: 190px;
    text-align: left;
}

#mi-hucha-3-pasos .page-banner-wrap .page-description p+p {
    height: auto;
}

#mi-hucha-3-pasos .page-banner-wrap .page-description p,
#mi-hucha-3-pasos .page-banner-wrap .page-description p strong {
    font-family: 'OpenSans', Arial, sans-serif;
    color: #004f70;
    line-height: 3.5rem;
    font-size: 3rem;
}

#mi-hucha-3-pasos .page-banner-wrap .page-description p strong {
    font-family: 'OpenSans-ExtraboldItalic', Arial, sans-serif;
}


/* GIF animado */

#mi-hucha-3-pasos .page-banner-wrap .page-banner-media img {
    height: auto;
    /*width: 100%;*/
}

@media (max-width: 1200px) {
    #mi-hucha-3-pasos .page-banner-wrap .page-description p {
        height: 165px;
    }
}

@media (min-width: 992px) {
    #mi-hucha-3-pasos .page-banner-wrap .page-description {
        float: right;
        margin-right: 10rem;
    }
}

@media (max-width: 992px) {
    #mi-hucha-3-pasos .page-banner-wrap .page-description p {
        height: auto;
        text-align: center;
    }
    #mi-hucha-3-pasos .page-banner-media {
        text-align: center;
    }
}

#mi-hucha-3-pasos .page-banner-text,
#mi-hucha-3-pasos .page-banner-media {
    vertical-align: middle;
}


/* Fin Ticket #68880 - Particulares//Ahorro: Nuevo diseno Mi Hucha */


/* Ticket #69251 - Desarrollo hipotecas//Estilos imagen principal A1 */

#compra_estrella .page-description p .boton.boton_mediano.naranja,
#compra_estrella_fondo_negro .page-description p .boton.boton_mediano.naranja {
    font-weight: bold;
    padding: 13px;
    padding-left: 3.7rem;
    background-color: #f4c53d;
    max-width: none;
    width: auto;
    -moz-user-select: none;
    border-radius: 0.2rem;
    display: inline-block;
    font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.4rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in 0s;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: 12px;
}

#compra_estrella .page-description p .boton.boton_mediano.naranja a,
#compra_estrella_fondo_negro .page-description p .boton.boton_mediano.naranja a {
    color: #000;
}

#compra_estrella .page-description p .boton.boton_mediano.naranja::before,
#compra_estrella_fondo_negro .page-description p .boton.boton_mediano.naranja::before {
    content: "\e900";
    font-family: "fontello";
    font-size: 2rem;
    margin-top: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 3.7rem;
}

#compra_estrella .page-description p span.azul_turquesa {
    font-size: 1.9rem;
    font-weight: bold;
    color: #0099cc;
}


/* Fin - Ticket #69251 - Desarrollo hipotecas//Estilos imagen principal A1 */


/* Start - Ticket #72761 - Particulares // Compra Estrella // Play 4 // imagenes A1 */

@media (min-width: 991px) {
    #sh-terrat-small-title .page-terrat-text .page-title h1 {
        font-size: 3.2rem;
        line-height: 4rem;
    }
    #sh-terrat-small-title .page-terrat-text .page-description p {
        line-height: 1.3rem;
    }
}

@media (min-width: 1199px) {
    #sh-terrat-small-title .page-terrat-text .page-title h1 {
        font-size: 2.4rem;
        line-height: 2.7rem;
    }
    #sh-terrat-small-title .page-terrat-text .page-description p {
        line-height: 1.7rem;
    }
}

@media (min-width: 1439px) {
    #sh-terrat-small-title .page-terrat-text .page-title h1 {
        /* font-size: 3.8rem;
         line-height: 3.8rem;*/
        font-size: 3.2rem;
        line-height: 4rem;
    }
    #sh-terrat-small-title .page-terrat-text .page-description p {
        line-height: 2.2rem;
    }
}

#sh-terrat-small-title .page-description p .boton.boton_mediano.naranja {
    font-weight: bold;
    padding: 13px;
    padding-left: 3.7rem;
    background-color: #f4c53d;
    max-width: none;
    width: auto;
    -moz-user-select: none;
    border-radius: 0.2rem;
    display: inline-block;
    font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.4rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in 0s;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: 0;
}

#sh-terrat-small-title .page-description p .boton.boton_mediano.naranja a {
    color: #000;
}

#sh-terrat-small-title .page-description p .boton.boton_mediano.naranja::before {
    content: "\e900";
    font-family: "fontello";
    font-size: 2rem;
    margin-top: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 3.7rem;
}


/* Fin - Ticket #72761 - Particulares // Compra Estrella // Play 4 // imagenes A1 */


/* Ticket #69287 - Microdonativos :: Landings leche Windows Phone */

@media screen and (-ms-high-contrast: active) and (max-width: 30em),
(-ms-high-contrast: none) and (max-width: 30em) {
    .table-responsive tr td img {
        width: 145%;
        max-width: none;
        margin: auto -0.8rem;
    }
}


/* Fin - Microdonativos :: Landings leche Windows Phone */


/* Ticket #66818 - estudiar slider homes y subhomes para imagenes */

@media (min-width: 1440px) {
    .banner-media {
        max-height: 480px;
        position: absolute;
    }
    .page-banner.media {
        padding: 4rem 0;
    }
    .page-banner,
    .banner-image-group,
    .banner-media.bg-video .banner-image-group,
    .banner-image-group>picture img,
    .bg-video .banner-image-group>picture img {
        height: 480px;
    }
    .banner-image-group,
    .bg-video .banner-image-group {
        left: -100%;
        width: 300%;
    }
    .banner-image-group>picture img,
    .bg-video .banner-image-group>picture img {
        width: auto;
    }
}


/* Fin Ticket #66818 - estudiar slider homes y subhomes para imagenes */


/* Videos background */

.hm-slide-image-wrap .video-inline,
.banner-image-group .video-inline {
    display: none;
}

@media (min-width: 1200px) {
    .hm-slide-image-wrap .video-inline,
    .banner-image-group .video-inline {
        display: block;
        background: #000;
    }
    .hm-slide-image-wrap .video-placeholder,
    .banner-image-group .video-placeholder {
        position: absolute;
        max-height: inherit;
        max-width: 50%;
        width: auto;
        height: auto;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
    .banner-image-group .video-placeholder {
        top: -50%;
        bottom: -50%;
    }
}

@media (min-width: 1440px) {
    .hm-slide-image-wrap .video-placeholder,
    .hm-slide-image-wrap .video-placeholder {
        top: -25%;
        bottom: -25%;
    }
    .banner-image-group .video-placeholder {
        top: -100%;
        bottom: -100%;
    }
}


/* IE9, IE10, IE11  */

@media screen and (min-width:0\0) {
    .hm-slide-image-wrap .video-placeholder,
    .banner-image .video-placeholder {
        left: 25%;
    }
}


/* Ticket #69520 - Particulares // Cajeros // hacer que un listado pueda empezar por un numero que no sea un 1 */

ol {
    counter-reset: list-order;
}

ol li {
    counter-increment: list-order;
}

.page-wrapper .bg-blue .content_alternative .description ol li:before {
    content: counter(list-order) !important;
}

ol.two {
    counter-reset: list-order 1;
}

ol.three {
    counter-reset: list-order 2;
}

ol.four {
    counter-reset: list-order 3;
}

ol.five {
    counter-reset: list-order 4;
}

ol.six {
    counter-reset: list-order 5;
}

ol.seven {
    counter-reset: list-order 6;
}

ol.eight {
    counter-reset: list-order 7;
}

ol.nine {
    counter-reset: list-order 8;
}

ol.ten {
    counter-reset: list-order 9;
}


/* FIN Ticket #69520 - Particulares // Cajeros // hacer que un listado pueda empezar por un numero que no sea un 1 */


/* Ticket #70094 - Particulares // Family Futbol y #70553 - FAMILY: modificar estilo boton */

#highlights-family-futbol .p-highlight-list .p-highlight:nth-child(2) .p-highlight-wrap .p-highlight-link .button_wrap .btn.btn-yellow>a,
#highlights-family-futbol .p-highlight-list .p-highlight:nth-child(3) .p-highlight-wrap .p-highlight-link .button_wrap .btn.btn-yellow>a,
#highlights-family-futbol-distribuidora .p-highlight-list .p-highlight .p-highlight-wrap .p-highlight-link .button_wrap .btn.btn-yellow>a {
    background-color: #007eae;
    border-color: #007eae;
    color: #eee;
}

#highlights-family-futbol .p-highlight-list .p-highlight:nth-child(2) .p-highlight-wrap .p-highlight-link .button_wrap .btn.btn-yellow>a:before,
#highlights-family-futbol .p-highlight-list .p-highlight:nth-child(3) .p-highlight-wrap .p-highlight-link .button_wrap .btn.btn-yellow>a:before,
#highlights-family-futbol-distribuidora .p-highlight-list .p-highlight.p-highlight .p-highlight-wrap .p-highlight-link .button_wrap .btn.btn-yellow>a:before {
    content: '';
}

#highlights-family-futbol .p-highlight-list .p-highlight:nth-child(2) .p-highlight-wrap .p-highlight-link .button_wrap .btn.btn-yellow>a:hover,
#highlights-family-futbol .p-highlight-list .p-highlight:nth-child(3) .p-highlight-wrap .p-highlight-link .button_wrap .btn.btn-yellow>a:hover,
#highlights-family-futbol-distribuidora .p-highlight-list .p-highlight .p-highlight-wrap .p-highlight-link .button_wrap .btn.btn-yellow>a:hover {
    -webkit-box-shadow: inset 500px -1px 5px 0px #006f99;
    -moz-box-shadow: inset 500px -1px 5px 0px #006f99;
    box-shadow: inset 500px -1px 5px 0px #006f99;
    transition: 1s all ease-out;
}


/*
#highlights-family-futbol-distribuidora .p-highlight:nth-child(2) .button_wrap .btn-yellow.icon_people a::before {
    font-family: "fontello";
    font-style: normal;
    content: '\e900';

    font-size: 2rem;
    line-height: 3.5rem;
    top: 0;
}
*/

#highlights-family-futbol-distribuidora .p-highlight-list .p-highlight .p-highlight-wrap .p-highlight-text-t {
    height: 202px;
}

.ventajas .linkgroup-images-footer ul {
    text-align: center;
}


/* FIN Ticket #70094 - Particulares // Family Futbol y #70553 - FAMILY: modificar estilo boton */


/* Titulo subrayado */

.titulo_negativo {
    background: #000;
    color: #fff;
    padding: 0 4px;
}

.page-banner-text .page-title h1 .titulo_negativo {
    background: #000;
    color: #fff;
    line-height: 6rem;
    font-family: 'OpenSans-ExtraboldItalic', Helvetica, Arial, sans-serif;
    padding: 0 4px;
}


/* Fin Titulo subrayado */


/* Texto izquierda */

#left .page-banner-text {
    text-align: left;
}

.button_wrap.texto_centrado {
    display: block;
}


/* Fin Texto izquierda */


/****************************************************
*  Ticket #70367 - FAMILY / cambio color subtitular *
****************************************************/

.white {
    color: #fff;
}


/***************************************************/


/* Ticket #70611 - BusinessBank // Eliminar opacidad imagen A1 */

.section-main-blocks.banner-no-opacity .banner-image-group:after {
    opacity: 0;
}

.section-main-blocks.banner-no-opacity .page-banner-text .page-entradilla p {
    color: #000;
    font-family: 'OpenSans-ExtraBoldItalic', Helvetica, Arial, sans-serif;
}


/* FIN Ticket #70611 - BusinessBank // Eliminar opacidad imagen A1 */


/* Ticket #70802 - Seguros// arreglar modulo alternado landing tripleproteccion (desktop/movil) */

@media (min-width: 992px) {
    .content_alternative .icon,
    .content_alternative.right .icon {
        float: left;
    }
    .content_alternative .title,
    .content_alternative.right .title {
        float: left;
        margin: 10px;
    }
    .content_alternative .description,
    .content_alternative.right .description {
        float: left;
        clear: left;
    }
    .content_alternative .content .button_wrap {
        clear: left;
        margin: 0;
    }
    .content_alternative .content .icon {
        margin-top: -2rem;
    }
}


/* FIN Ticket #70802 - Seguros// arreglar modulo alternado landing tripleproteccion (desktop/movil) */

@media (min-width: 992px) {
    /* Ticket #70982 - Revision transversal estilos iPad */
    .banner-text .no-image .page-title h1 {
        /*color: #007eae;*/
        color:#333;
    }
}


/* Ticket #71179 - Tarjetas // anadir pie legal en subhome tarjetas //
   Ticket #73464 - Particulares // Planes Pensiones // texto aclarativo en seccion "simuladores" */

#subhome-tarjetas .sh-highlight.sh-h-noimage,
#subhome-prestamos .sh-highlight.sh-h-noimage {
    width: 100%;
}

#subhome-tarjetas.sh-highlights .sh-highlights-list .sh-h-noimage .sh-highlight-wrap,
#subhome-prestamos.sh-highlights .sh-highlights-list .sh-h-noimage .sh-highlight-wrap {
    min-height: auto;
}


/* FIN Ticket #71179 - Tarjetas // anadir pie legal en subhome tarjetas //
   FIN Ticket #73464 - Particulares // Planes Pensiones // texto aclarativo en seccion "simuladores" */


/* Ticket #71198 - Particulares: Oficinas A, quitar degradado */

.ventajas .video-int-title.page-title::after {
    background: none;
}

.video-int-content .page-title h2 {
    /*font-size: 4rem;*/
    font-size: 2.4rem;
}
.video-int-content .page-title h3 {
    /*font-size: 4rem;*/
    font-size: 2rem;
}

.ventajas .video-int-content .page-title h3 {
    position: static;
}

.ventajas .video-int-content .page-title {
    padding-top: 35%;
}

.ventajas .video-int-content .page-title p {
    color: #fff;
}

@media (max-width: 640px) {
    .ventajas .video-int-content .page-title p {
        font-size: 1.6rem;
        line-height: 1.5rem;
    }
    .ventajas .video-int-content .page-title h2 {
        /*font-size: 3rem;*/
        font-size: 2.4rem;

    }
    .video-int-content .page-title h3 {
        /*font-size: 3rem;*/
        font-size: 2rem;
    }
}


/* FIN Ticket #71198 - Particulares: Oficinas A, quitar degradado */


/* Nuevo CMN Seguros */

@media (max-width: 768px) {
    #seguros .cmn-sticky .cmn-layer.open {
        bottom: 50px;
    }
}


/* FIN Nuevo CMN Seguros */


/* Ticket #71790 - Particulares: Pulseras contactless */

#pulsera-contactless .carousel-thumb img {
    filter: none;
}


/*  FIN Ticket #71790 - Particulares: Pulseras contactless */


/* Ticket #71801 - Empresas: Nueva seccion Dayone */

#dayone_icons .contenedor_doscolumnas .columna1_izq img {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
}

#dayone_icons header {
    margin-bottom: 3rem;
}


/*  FIN Ticket #71801 - Empresas: Nueva seccion Dayone */


/*  Ticket #71766 - Particulares: Atencion al cliente, modificar TELFs */
/*
@media (min-width: 768px) {
    #att-cliente.icon-dropdowns .dropdown-content li {
        width: 25%;
    }
    #att-cliente li:last-child{
        margin-top: -12rem;
        padding-right: 2rem!important;
    }
    #att-cliente li:nth-last-child(2) {
        margin-top: -12rem;
    }
}
*/

/*  FIN Ticket #71766 - Particulares: Atencion al cliente, modificar TELFs */


/*Ticket #71933 - Particulares: Nueva promo Apple Pay*/

@media (min-width: 1200px) {
    #apple-pay-texto-banner.page-banner {
        width: 95%;
        position: relative;
        left: 250px;
    }
    #apple-pay-texto-banner.page-banner .page-banner-wrap .page-banner-box .page-description {
        width: 80%;
        margin: 0 auto;
    }
}

@media (min-width: 1440px) {
    #apple-pay-texto-banner.page-banner {
        width: 110%;
        position: relative;
        left: 200px;
    }
}

@media (min-width: 992px) {
    #tarjetas-subhome .hm-slide:last-child .hm-slide-text-r {
        width: 100%;
        min-width: 100%;
    }
    #tarjetas-subhome .hm-slide:last-child .hm-slide-text-wrap {
        float: right;
        margin-right: 10%;
        width: 350px;
    }
    #tarjetas-subhome .hm-slide:last-child .hm-slide-title {
        padding-right: 0;
        text-align: center;
    }
    #tarjetas-subhome .hm-slide:last-child .hm-slide-description {
        padding-right: 0;
    }
    #tarjetas-subhome .hm-slide:last-child .hm-slide-description .boton_azul {
        margin: 0 auto;
    }
}

@media (min-width: 640px) {
    .ventajas a[title="Abrir Wallet"],
    .ventajas .bg-white:nth-child(3) .estilo_col_derecha,
    .ventajas .bg-white:nth-child(3) a[title='Abrir Wallet'],
    .ventajas .bg-white:nth-child(3) a[title='Obrir Wallet'] {
        display: none;
    }
    .ventajas .bg-white:nth-child(3) .estilo_col_izquierda {
        width: 100%
    }
}


/*FIN Ticket #71933 - Particulares: Nueva promo Apple Pay*/


/*START Ticket #71933 - Particulares: El bloque de envio de sms en responsive*/

#sorteo-app-sms {
    display: none;
}

@media (min-width: 640px) {
    #sorteo-app-sms {
        display: block;
    }
}


/*FIN Ticket #71933 - Particulares: El bloque de envio de sms en responsive*/


/* Ticket #72345 - Particulares // Prestamos // Prestamo Erasmus // anadir bullets */

.main-component .p-highlight-list-3-items .p-highlight .p-highlight-wrap .p-highlight-content.article-content li {
    text-align: left;
    padding-left: 15px;
}


/* FIN Ticket #72345 - Particulares // Prestamos // Prestamo Erasmus // anadir bullets */


/* Titulo subrayado slider */

#titulo_negativo1 .hm-slide:nth-child(1) .hm-slide-title h2 {
    background: #000;
    color: #fff;
    padding: 0 4px;
}

#titulo_negativo2 .hm-slide:nth-child(2) .hm-slide-title h2 {
    background: #000;
    color: #fff;
    padding: 0 4px;
}

#titulo_negativo3 .hm-slide:nth-child(3) .hm-slide-title h2 {
    background: #000;
    color: #fff;
    padding: 0 4px;
}


/* fin Titulo subrayado slider */


/* Ticket #71157 - Lolopo :: Cambios usabilidad */

.lolopo-title p {
    font-weight: bold;
    float: left;
    width: auto;
    margin-left: 2.3rem;
    padding-left: 0;
}

.lolopo-title a {
    float: left;
    margin-left: 0.4rem;
}

.lolopo-f-secure {
    float: left;
    text-align: center;
    width: 2.2rem;
    height: auto;
    visibility: hidden;
}

.lolopo-f-secure a {
    display: inline-block;
    margin-top: 0;
}

.lolopo-links {
    margin-top: 0.5rem;
}

.lolopo-links a img {
    margin-right: 0.3rem;
}

.lolopo-link-left {
    margin-left: 2.3rem;
    width: auto;
}

.lolopo-link-right {
    margin-left: 1rem;
    width: auto;
    position: absolute;
    right: 0;
}

html[lang='gl'] .lolopo-link-right {
    position: relative;
    margin-left: 2rem;
}

.lolopo-fields .lolopo-f-secure {
    clear: left;
}

.lolopo-fields .lolopo-f-secure a {
    margin-top: 1rem;
}

.lolopo-f-submit .bt-submit {
    width: 8.2rem;
}

.sticky-nav .lolopo-f-secure {
    visibility: visible;
}

.sticky-nav .lolopo-title,
.sticky-nav .lolopo-link-left {
    margin-left: 0;
}

@media (max-width: 1200px) {
    .lolopo {
        margin-left: -15px;
    }
}

.lolopo-links,
.lolopo-title,
.lolopo-f-secure a {
    transition: none !important;
}

html[lang='de'] .lolopo-links {
    width: 38.4rem;
}

html[lang='de'] .header-bottom .container {
    padding-right: 0;
    padding-left: 0;
}

.lolopo-link-right a {
    display: block;
}

.lolopo-link-right .cbox-la {
    text-align: right;
}

html[lang='gl'] .lolopo-link-right .cbox-la {
    text-align: left;
}

html[lang='ca'] .lolopo-link-right .cbox-la {
    margin-right: 2rem;
}

@media (min-width: 992px) {
    html[lang='de'] .header-bottom {
        padding-left: 0;
    }
    html[lang='de'] .lolopo,
    html[lang='en'] .lolopo {
        margin-right: 2px;
    }
}

html[lang='de'] .lolopo-link-right,
html[lang='en'] .lolopo-link-right {
    right: -1px;
}

.lolopo-links a img {
    margin-right: 0.1rem;
}


/* FIN Ticket #71157 - Lolopo :: Cambios usabilidad */


/* Ticket #72739 - Particulares // Hazte Cliente // Producto Nomina */

#design_textWhite h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #fff;
}


/* FIN Ticket #72739 - Particulares // Hazte Cliente // Producto Nomina */


/* Ticket #72810 - Particulares // Nomina // Ajustar OM */

@media (max-width: 1300px) {
    #banner-h-om.banner-media {
        position: relative;
        max-height: none;
        width: auto;
        height: auto;
    }
    #banner-h-om .banner-image-group {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
    }
    #banner-h-om .banner-image-group>picture {
        display: block;
        position: relative;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        transform: none;
    }
    #banner-h-om .banner-image-group>picture img {
        display: block;
        position: relative;
        margin: 0 auto;
        height: 100%;
        width: 100%;
        max-width: none;
    }
    .om-group.banner-h-om {
        /*position: relative;*/
    }
    .om-group.banner-h-om .om-box {
        /*width: 100%;*/
    }
    #banner-h-om-text.page-banner {
        height: auto;
    }
}


/* FIN Ticket #72810 - Particulares // Nomina // Ajustar OM */


/* Ticket #73024 - Particulares // Prestamos // Preconcedido // estilos para el <span> */

.main h2 span,
.main h1 span {
    color: inherit;
    font-family: inherit;
}

@media(min-width: 991px) {
    #a1-simple-small-title h1 {
        /*font-size: 5rem;
        line-height: 5rem;*/

        font-size: 3.2rem;
        line-height: 4rem;

        /* Ticket #77445 - Particulares/prestamos/visualizacionresponsive_URGENTE */
    }
}


/* FIN Ticket #73024 - Particulares // Prestamos // Preconcedido // estilos para el <span> */


/* Ticket #73085 - Particulares: Texto blanco en A1 de la TV de samsung */

#compra_estrella_fondo_negro.page-terrat .page-terrat-text .page-title h1,
#compra_estrella_fondo_negro .page-terrat-text .page-description p,
#compra_estrella_fondo_negro .page-terrat-text .page-description p .azul_turquesa {
    color: #000;
}

@media (min-width: 991px) {
    #compra_estrella_fondo_negro .page-terrat-text .page-title h1 {
        /*font-size: 2.7rem;
        line-height: 2.7rem;*/

        font-size: 3.2rem;
        line-height: 4rem;

    }
    #compra_estrella_fondo_negro .page-terrat-text .page-description p {
        line-height: 1.3rem;
    }
    #compra_estrella_fondo_negro.page-terrat .page-terrat-text .page-title h1,
    #compra_estrella_fondo_negro .page-terrat-text .page-description p,
    #compra_estrella_fondo_negro .page-terrat-text .page-description p .azul_turquesa {
        color: #fff;

    }
    #compra_estrella_fondo_negro .page-terrat-text .page-description .button_wrap {
        margin: 1.2rem 0 1rem 0;
    }
}

@media (min-width: 1199px) {
    #compra_estrella_fondo_negro .page-terrat-text .page-title h1 {
        /*font-size: 2.4rem;
        line-height: 2.7rem;*/

        font-size: 3.2rem;
        line-height: 4rem;

    }
    #compra_estrella_fondo_negro .page-terrat-text .page-description p {
        line-height: 1.7rem;
    }
    #compra_estrella_fondo_negro .page-terrat-text .page-description .button_wrap {
        margin: 0;
        margin-top: 1.2rem;
    }
}

@media (min-width: 1439px) {
    #compra_estrella_fondo_negro .page-terrat-text .page-title h1 {
        font-size: 3.2rem;
        line-height: 4rem;

        /*font-size: 3.8rem;
        line-height: 3.8rem;*/
    }
    #compra_estrella_fondo_negro .page-terrat-text .page-description p {
        line-height: 2.2rem;
    }
}


/* FIN Ticket #73085 - Particulares: Texto blanco en A1 de la TV de samsung */


/* Ticket #73114 - Tarjetas - modificaciones landing visa&Go para medios */

.only-logo .header-top,
.only-logo .header-middle {
    display: none;
}

@media (min-width: 1200px) {
    .height-cut .page-banner {
        height: 300px;
    }
    .height-cut .banner-image-group>picture img {
        height: 360px;
    }
}

@media (min-width: 1440px) {
    .height-cut .banner-image-group {
        height: 300px;
    }
    .height-cut .banner-image-group>picture img {
        height: 480px;
    }
}


/* FIN Ticket #73114 - Tarjetas - modificaciones landing visa&Go para medios */


/* Ticket #72701 - Particulares // Hazte Cliente // ajustar OM */

@media (min-width: 992px) {
    #om-hc {
        float: right;
        width: 380px;
    }
    #om-hc .om-right {
        width: 19rem;
    }
}

@media (min-width: 640px) {
    #om-hc .om-content {
        width: 400px;
        padding: 1rem 8px;
    }
}


/* FIN Ticket #72701 - Particulares // Hazte Cliente // ajustar OM */


/* Ticket #73403 - Empresas // Subhomes // problema con 3 destacados */

@media (min-width: 768px) {
    .sh-highlights .sh-highlight .sh-h-image-wrap {
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .sh-highlights .sh-highlight .sh-h-image img {
        width: 100%;
    }
}


/* FIN Ticket #73403 - Empresas // Subhomes // problema con 3 destacados */


/* Ticket #73413 - Particulares // Pretamos // Encuesta renting auto */

#form_imaginauto .contenido_formulario {
    text-align: center;
}

#form_imaginauto form {
    display: inline-block;
    width: 475px;
}

#form_imaginauto form p {
    float: left;
    width: 100%;
}

#form_imaginauto input,
#form_imaginauto select {
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin: 4px 8px;
}

#form_imaginauto input[type='text'],
#form_imaginauto select {
    background: #ececed;
}


/*Ai±adido por ticket #97205*/

#form_imaginauto .fullwidth_row input[type='text'],
#form_imaginauto .fullwidth_row select {
    width: 100%;
}

#form_imaginauto .fullwidth_row span {
    margin: 4px 8px;
}


/*Ai±adido por ticket #97205*/

#form_imaginauto input[type='submit'] {
    background: #f9b300;
}

#form_imaginauto input[type='submit'] {
    width: 190px;
    font-weight: bold;
}

#form_imaginauto form>p {
    margin-top: 1rem;
    text-align: center !important;
}

@media (max-width: 640px) {
    #form_imaginauto form,
    #form_imaginauto input {
        width: 100% !important;
    }
    #form_imaginauto form p {
        margin-top: 0 !important;
    }
}


/* FIN Ticket #73413 - Particulares // Pretamos // Encuesta renting auto */


/* Ticket #73737 - Planes//seguros ahorro/mejora OM subhome */

#subhome_camp_tarjetas.om-group {
    overflow: hidden;
}

@media (min-width: 640px) {
    #subhome_camp_tarjetas .om-content {
        width: 400px;
        float: right;
        padding: 0 8px 2rem;
    }
}

@media (min-width: 992px) {
    #subhome_camp_tarjetas .om-box .om-right {
        width: 19rem;
    }
}


/* FIN Ticket #73737 - Planes//seguros ahorro/mejora OM subhome */


/* Ticket #73751 - Particulares // Oficinas Store // Boton blanco */

.ventajas .btn-white a,
#ventajas .btn-white a {
    background: #fff;
}


/* FIN Ticket #73751 - Particulares // Oficinas Store // Boton blanco */


/* Ticket #73886 - HolaBank: Reducir el tamano de fuente */

.footer-holabank .banner-link .office-text p {
    font-size: 1.5rem;
}


/* FIN Ticket #73886 - HolaBank: Reducir el tamano de fuente */


/* Ticket #73552 - URGENTE / visualizacion CMN en movil */


/*
@media screen and (max-device-width: 480px) {
    .cmn-sticky .cmn-layer.open {
        top: 0 !important;
        height: calc(100% - 48px);
        position: fixed!important;
    }
}
*/

.no-scroll {
    overflow: hidden !important;
    height: 100% !important;
}


/* FIN Ticket #73552 - URGENTE / visualizacion CMN en movil */


/* Ticket #74171 - PORTAL / Modulo descarga App */

.adquirir_producto_descarga_form>div>a {
    background: #0289b7;
    color: #fff !important;
    border: none;
    height: 4rem;
    width: 28%;
    padding: 8px;
    text-decoration: none;
}

.close-alert {
    float: right;
}

.adquirir_producto_descarga #js-alert-error,
.adquirir_producto_descarga #js-alert-success {
    padding-left: 90px;
    position: relative;
    display: none;
    border: 1px solid #d6e9c6 !important;
}

.adquirir_producto_descarga #js-alert-error {
    background: #fff url(images/sms-alert-error-icon.png) no-repeat scroll left center;
}

.adquirir_producto_descarga #js-alert-success {
    background: #fff url(images/sms-alert-sucess-icon.png) no-repeat scroll left center;
}

.adquirir_producto_descarga #js-alert-error>p {
    color: red;
}

.adquirir_producto_descarga #js-alert-error .close-alert,
.adquirir_producto_descarga #js-alert-success .close-alert {
    vertical-align: top;
    display: table-cell;
    position: absolute;
    top: 5px;
    right: 5px;
}

.adquirir_producto_descarga #js-alert-error .close-alert a,
.adquirir_producto_descarga #js-alert-success .close-alert a {
    width: 20px;
    height: 20px;
    display: block;
    background: transparent url(images/alert-close-icon.png) no-repeat scroll center center;
}

.adquirir_producto_descarga .texto_grande {
    font-size: 1.6rem;
    line-height: 2rem;
    font-family: 'OpenSans-ExtraboldItalic', Arial, sans-serif;
    color: #004f70;
    font-weight: normal;
}

.botones_descarga_store>p:first-child {
    margin: 0;
    text-align: left;
}


/* FIN Ticket #74171 - PORTAL / Modulo descarga App */


/* Ticket #74248 - Particulares: Rediseno Mis Finanzas */

#mis-finanzas-tabs .contenedor_exterior_columnas>div p {
    text-align: center;
}

@media (min-width: 991px) {
    #mis-finanzas-tabs .contenedor_exterior_columnas>div p img {
        float: left;
        margin-right: 5px;
    }
    #mis-finanzas-tabs .contenedor_exterior_columnas>div p {
        text-align: left;
    }
}


/* FIN Ticket #74248 - Particulares: Rediseno Mis Finanzas */


/* Ticket #74368 - Particulares // Hazte cliente // Planes Pensiones */

.button_wrap .btn a {
    text-decoration: none !important;
}


/* FIN Ticket #74368 - Particulares // Hazte cliente // Planes Pensiones */


/* Ticket #74473 - Particulares // Nueva App */

@media (min-width: 1440px) {
    #nueva-app-banner.page-banner.media,
    #banner-bajocontraste.page-banner.media {
        height: 360px !important;
    }
}

@media (min-width: 1200px) {
    #nueva-app-banner-image .banner-media.bg-video .banner-image-group,
    #banner-bajocontraste-image .banner-media.bg-video .banner-image-group {
        height: 360px !important;
    }
}

@media (min-width: 991px) {
    #nueva-app-banner.page-banner.media.white:before,
    #banner-bajocontraste.page-banner.media.white:before {
        background: linear-gradient(90deg, #fff 40rem, #ddd);
        opacity: 0.75;
    }
    /*
    .bg-white-banner-image .banner-media.bg-video .banner-image-group {
        height: 480px !important;
    }
    .bg-white-banner-image .bg-video .banner-image-group > picture img {
        height: 100%;
    }
    */
}

#nueva-app-banner .page-banner-text .page-description p strong {
    font-size: inherit;
}

@media (min-width: 992px) {
    #nueva-app-banner.page-banner.media.white:before,
    #banner-bajocontraste.page-banner.media.white:before {
        background: none;
    }
    #nueva-app-banner.page-banner.media .page-banner-wrap,
    #banner-bajocontraste.page-banner.media .page-banner-wrap {
        position: relative;
    }
    #nueva-app-banner.page-banner.media .page-banner-text,
    #banner-bajocontraste.page-banner.media .page-banner-text {
        background: linear-gradient(90deg, #fff 40rem, #ddd);
        opacity: 1;
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translate (0, -50%);
        -webkit-transform: translate(0, -50%);
        border-radius: 1rem;
        padding: 1rem;
        text-align: left;
    }
    #banner-bajocontraste.page-banner.media .page-banner-text {
        background: linear-gradient(-90deg, #fff 40rem, #ddd);
        background-color: #fff;
        opacity: .75;
    }
    #nueva-app-banner .page-banner-text,
    #banner-bajocontraste .page-banner-text {
        width: 40%;
    }
}


/* FIN Ticket #74473 - Particulares // Nueva App */


/* Ticket #74724 - A1 landings y subhomes :: revisar estilos capa */

.hm-text-right .hm-slide-title,
.hm-text-right .hm-slide-description,
.hm-text-left .hm-slide-title,
.hm-text-left .hm-slide-description {
    padding: 0 !important;
}

@media (min-width: 1200px) {
    .hm-text-contrast .hm-slide-text-wrap {
        padding: 1.5rem;
        /* padding-bottom: 3rem; */
    }
}

.hm-slide-description p.texto_aclarativo {
    color: #555555;
}


/* FIN Ticket #74724 - A1 landings y subhomes :: revisar estilos capa */


/* Email - Re: Video productos alternos - imagen ancho pantalla */

.media .video-inline .video-placeholder .vjs-player-info .vjs-poster {
    background-size: 100%;
}


/* FIN Email - Re: Video productos alternos - imagen ancho pantalla */


/* Ticket #74819 - componente A1 + Video */

@media (min-width: 992px) {
    #banner_video_holabank.page-banner.media.white::before {
        display: none;
    }
    #banner_video_holabank .page-banner-text {
        vertical-align: middle;
        text-align: center;
        background: rgba(255, 255, 255, 0.75);
        border-radius: 1rem;
    }
    #banner_video_holabank .video-inline.container {
        display: inline;
    }
    #banner_video_holabank .page-banner-media {
        padding-left: 2rem;
    }
}

@media (min-width: 1440px) {
    .page-banner.media.white#banner_video_holabank {
        padding: 10%;
    }
}


/* Fin Ticket #74819 - componente A1 + Video */


/* Ticket #74846 - Particulares: Quitar espacio al terrat de la SH de hipotecas */

#cabecera-hipoteca-piso.page-banner {
    height: 360px;
}

#cabecera-hipoteca-piso.page-banner .page-description .texto_aclarativo {
    font-size: 1.1rem;
    margin: 0;
}


/* FIN Ticket #74846 - Particulares: Quitar espacio al terrat de la SH de hipotecas */


/* Ticket #74498  */

@media (min-width:992px) {
    .container-hazte-cliente.active:not(.round) {
        display: none
    }
}


/* FIN #74498 */


/* Ticket #74869 - Parametrizaciones portal < nueva parametrizacion para volver atras */

#button_back a {
    top: 3rem;
    color: #007eae;
    font-family: 'Opensans', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-decoration: none;
}

#button_back a:hover {
    margin-left: -1rem
}

#button_back a:before {
    content: '<';
    display: inline-block;
    color: #007eae;
    margin-right: .7rem;
    margin-top: .7rem;
    font-size: 1.4rem;
}

#button_back {
    display: none
}


/* Regla para el texto alto contraste en IE */

@media screen and (min-width:0\0) {
    #nueva-app-banner.page-banner.media .page-banner-text,
    #banner-bajocontraste.page-banner.media .page-banner-text {
        top: 5%;
    }
}


/* Fin Ticket #74869 - Parametrizaciones portal < nueva parametrizacion para volver atras */


/* Ticket #74913 - Particulares: Modificacion en nueva landing de welcome */

#tabs-holabank .tabs-contents .tabs-content .estilo_col_izquierda p,
#tabs-holabank .tabs-contents .tabs-content .estilo_col_derecha p {
    height: 107px;
    display: table;
}

#tabs-holabank .tabs-contents .tabs-content .estilo_col_izquierda .texto_izquierda,
#tabs-holabank .tabs-contents .tabs-content .estilo_col_derecha .texto_izquierda {
    text-align: left;
    display: table-cell;
    margin-right: 1rem;
    vertical-align: middle;
}

#tabs-holabank .tabs-contents .tabs-content .estilo_col_izquierda .texto_izquierda img,
#tabs-holabank .tabs-contents .tabs-content .estilo_col_derecha .texto_izquierda img {
    margin-right: 1rem;
    max-width: 72px;
}

#tabs-holabank .tabs-contents .tabs-content .estilo_col_izquierda .texto_inferior,
#tabs-holabank .tabs-contents .tabs-content .estilo_col_derecha .texto_inferior {
    display: table-cell;
    vertical-align: middle;
}


/* #74913 Particulares: Modificacion en nueva landing de welcome -- Logo Tlfn */

#tabs-holabank .tabs-content.article-content .texto_aclarativo {
    display: table;
    font-size: 1.6rem;
    line-height: 2.2rem;
}

#tabs-holabank .tabs-content.article-content .texto_aclarativo strong {
    display: table-row;
}

#tabs-holabank .tabs-content.article-content .texto_aclarativo strong .azul_turquesa.texto_inferior {
    display: table-cell;
    vertical-align: middle;
}


/* FIN Ticket #74913 - Particulares: Modificacion en nueva landing de welcome */


/* Ticket #74955 - Particulares: Consulta de plantilla a usar */


/* #84485 - Particulares: Modificar espacio cabecera */

.only-logo-button #header .header-bottom>.container {
    margin: 0 auto;
}

.only-logo-button .om-inline {
    top: 0!important;
}


/* #84485 - Particulares: Modificar espacio cabecera */

@media (max-width:768px) {
    .only-logo-button #header {
        position: relative !important;
    }
    .only-logo-button .page {
        margin: 0px!important;
    }
}

.only-logo-button .header-bottom .column {
    width: 33.3333333%;
}

.only-logo-button .header-bottom .column:last-child {
    width: 100%;
}

@media (min-width:768px) {
    .only-logo-button .header-bottom .column:last-child {
        width: 33.3333333%;
    }
    .only-logo-button.hc3 .bg-white-banner+.bg-white {
        width: 100%;
    }
}

@media(min-width:992px) {
    .only-logo-button #header {
        position: relative !important;
        box-shadow: none;
    }
    .only-logo-button #page {
        margin-top: 0 !important;
    }
    .only-logo-button .om-inline {
        position: absolute;
        right: 0;
        top: 65px!important;
        display: block!important;
    }
    .only-logo-button .om-inline .om-group {
        float: right;
        width: 420px;
        margin: 0 -15px;
    }
    .only-logo-button .om-inline .om-box .om-right,
    .only-logo-button.hc2 .om .om-box .om-right {
        width: 18rem;
    }
    .only-logo-button .container.bg-white {
        position: static;
    }
    .only-logo-button .header-bottom .column:last-child {
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .only-logo-button #small-h1 h1 {
        /*color: #fff;
        font-size: 4.5rem;
        line-height: 5.2rem;*/

        font-size: 3.2rem;
        line-height: 4rem;
        font-family: 'OpenSans', Arial, serif;
        font-weight: bold;
        color: #333333;
        letter-spacing: 0;


    }
}

@media (min-width: 992px) and (max-width: 1500px) {
    .only-logo-button .om-inline .om-group {
        width: 100%;
        padding: 2rem;
        margin: 0rem;
    }
    .only-logo-button .om-inline {
        padding: 0;
        top: 65px!important;
    }
    .only-logo-button.hc1 .c-highlights.main-component {
        margin-top: 20rem;
    }
    .only-logo-button.hc3 .c-highlights.main-component {
        margin-top: 3rem;
    }
    .only-logo-button .om-inline .om-group {
        width: 100%;
        padding: 2rem;
        padding-top: 0;
    }
    .only-logo-button .om-content {
        width: 420px;
        float: right;
    }
    .only-logo-button.hc3 .bg-white-banner-image {
        margin-top: 9rem;
    }
}

@media (min-width: 1500px) {
    .only-logo-button.hc3 .page-banner-media {
        padding-top: 12rem;
    }
}


/* FIN Ticket #74955 - Particulares: Consulta de plantilla a usar */


/* Re: Terrat con video incrustado */

@media (min-width: 1440px) {
    #banner-slider.banner-media.bg-video .banner-image-group,
    #banner-slider-text.page-banner.media {
        height: 480px;
    }
}


/* FIN Re: Terrat con video incrustado */


/* Ticket #75290 - PRESTAMOS / RENTING / anadir CMN central en landing medios */


/* Ticket #77064 - PrestamoFamily :: Configuracion CMN en funcion de hora */

.only-logo .bg-white .article-block.main-component .article-content.article-text p iframe {
    width: 100%;
}

.only-logo .bg-white .article-block.main-component .article-content.article-text p iframe.noche {
    height: 355px;
}

@media (max-width: 690px) {
    .only-logo .bg-white .article-block.main-component .article-content.article-text p iframe {
        height: 530px;
    }
    .only-logo .bg-white .article-block.main-component .article-content.article-text p iframe.noche {
        height: 635px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .only-logo .bg-white .article-block.main-component .article-content.article-text p iframe {
        height: 530px;
    }
    .only-logo .bg-white .article-block.main-component .article-content.article-text p iframe.noche {
        height: 635px;
    }
}

@media (max-width: 470px) {
    .only-logo .bg-white .article-block.main-component .article-content.article-text p iframe {
        height: 605px;
    }
    .only-logo .bg-white .article-block.main-component .article-content.article-text p iframe.noche {
        height: 660px;
    }
}

@media (max-width: 470px) {
    .only-logo .bg-white .article-block.main-component .article-content.article-text p iframe.noche {
        height: 710px;
    }
}


/* FIN Ticket #77064 - PrestamoFamily :: Configuracion CMN en funcion de hora */


/* FIN Ticket #75290 - PRESTAMOS / RENTING / anadir CMN central en landing medios */


/* Ticket #75458 - Particulares: Nuevo formulario RGPD */

.lt #form-caixabank .contenido_formulario p>label {
    font-size: 1.4rem;
    color: #555;
    font-weight: normal;
    font-style: normal;
    /*width: 175px;*/
    height: auto;
}

#form-caixabank .contenido_formulario .texto_aclarativo {
    text-align: justify;
}

#derechos-solicitar label {
    width: 100%;
}

@media (max-width: 370px) {
    .lt #form-caixabank .contenido_formulario p>label {
        width: 90px;
    }
}

.lt.only-logo.sticky-disable.sticky-nav .rojo_granate {
    color: #cc0000;
}

#form-caixabank textarea {
    margin: 5px;
}

@media (min-width: 768px) {
    #form-caixabank form>p>label {
        display: block;
    }
}

#form-caixabank span.error {
    color: red !important;
    font-weight: bold;
    display: none;
}

#form-caixabank input,
#form-caixabank select {
    margin: 3px 3px 3px 5px;
    height: 27px;
}

#form-caixabank input[type='radio'] {
    margin: 0;
    height: auto;
}

#form-caixabank input[type='text'] {
    margin-left: 1px;
}

#form-caixabank input[type='checkbox'] {
    height: 12px;
    margin-left: 10px;
}

#bloque-portabilidad,
#bloque-portabilidad-2,
#bloque-limitacion,
#bloque-oposicion,
#bloque-rectificacion,
#bloque-revocacion,
#bloque-revocacion-2,
#bloque-biometria,
#bloque-compania-derechos,
#texto-seguridad {
    display: none;
}

#bloque-revocacion-2 {
    margin-left: 30px;
}

#bloque-revocacion label input,
#bloque-revocacion label span {
    float: left;
}

#bloque-revocacion label span {
    width: 88%;
}

#bloque-compania-derechos {
    margin: 15px 0;
}

#bloque-compania-derechos input[type='radio'] {
    margin-left: 15px;
}

#bloque-compania-derechos label {
    display: block;
}

select#tipo-limitacion {
    width: 300px;
}

#form-caixabank .encabezado,
#form-caixabank .encabezado-ppal {
    font-weight: bold;
}

#form-caixabank .encabezado-ppal {
    margin-top: 15px !important;
}

#form-caixabank .observaciones label {
    float: left;
}

#ej-derechos {
    margin: 10px 0;
}

#ej-derechos>p,
#ej-derechos>div {
    width: 250px;
}

#ej-derechos>p:first-child {
    text-align: right;
    font-weight: bold;
}

#ej-derechos p img {
    vertical-align: middle;
    cursor: pointer;
    margin-left: 5px;
    float: right;
}

#ej-derechos label {
    font-weight: normal;
}

#derechos-solicitar textarea {
    width: 400px;
    height: 120px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 18px;
    /* margin: 0 15px; */
    float: right;
}

@media (max-width: 28rem) {
    .switch {
        position: relative;
        display: block;
        float: right;
    }
}


/*
.switch input {
    display: none;
}
*/

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #B9C800;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

@media (max-width: 640px) {
    #form-caixabank select,
    .lt #form-caixabank .contenido_formulario p>label,
    #ej-derechos textarea {
        width: 100%;
    }
}

#datos-personales-replegal a,
#datos-personales a,
#datos-personales-direccion a {
    display: block;
}

#datos-personales p label,
#datos-personales-replegal p label,
#datos-personales-direccion p label,
#texto-revocacion label {
    width: 185px;
}

#error-derechos {
    color: red;
    display: none;
}

@media (min-width: 640px) {
    .lt.no-logo .article-block .heading-group,
    .lt.no-logo .article-block .article-content.article-text {
        float: left;
    }
    .lt.no-logo .article-block .article-content.article-intro {
        float: right;
        margin-top: 0;
    }
    #form-caixabank html[lang='en'] #dni,
    #form-caixabank html[lang='en'] #dni-rep,
    #form-caixabank html[lang='en'] #nombre-via,
    #form-caixabank html[lang='en'] #nombre-via-rep {
        margin-left: 190px;
    }
}


/* FIN Ticket #75458 - Particulares: Nuevo formulario RGPD */


/* Ticket #77332 - RGPD//nuevo formulario para contacto DPO */

form#contactoDPO .bloqueContactoDPO {
    min-height: 50px;
    margin: 2rem 0;
}

form#contactoDPO .bloqueContactoDPO.entradilla {
    padding-top: 6rem;
}

form#contactoDPO .bloqueContactoDPO label {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem
}

form#contactoDPO .bloqueContactoDPO input {
    height: 35px;
    width: 100%;
    margin-left: 0;
}

form#contactoDPO .bloqueContactoDPO textarea {
    width: 100%;
    height: 10rem;
    margin: 0;
}

form#contactoDPO .bloqueContactoDPO input[type="submit"] {
    display: block;
    height: 50px;
    background: #007eae;
    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 auto;
}

form#contactoDPO fieldset legend {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
    border: 0;
    font-size: 14px;
    font-weight: bold;
}

form#contactoDPO .bloqueContactoDPO.radios label {
    display: block;
    margin: 2rem 0px;
    font-weight: 100;
}

form#contactoDPO .bloqueContactoDPO.radios input[type="radio"] {
    display: inline-block;
    width: 50px;
    height: auto;
}


/* FIN Ticket #77332 - RGPD//nuevo formulario para contacto DPO */


/* Ticket #75405 - ocualtamos de modo provisional los recomendaos paar HolaBank */

html[lang="en"] .container-fluid.menu-panel-container .component_wrapper:nth-child(5),
html[lang="fr"] .container-fluid.menu-panel-container .component_wrapper:nth-child(5),
html[lang="de"] .container-fluid.menu-panel-container .component_wrapper:nth-child(5),
html[lang="en"] .container-fluid.menu-panel-container .component_wrapper:last-child,
html[lang="fr"] .container-fluid.menu-panel-container .component_wrapper:last-child,
html[lang="de"] .container-fluid.menu-panel-container .component_wrapper:last-child {
    display: none;
}


/* fin ticket #75405 */


/* Ticket #76706 - Hazte Cliente :: Ajustes diseno modulo ventajas */

@media(max-width: 640px) {
    #destacados_hc.c-highlights .c-highlights-list {
        display: table;
    }
    #destacados_hc.c-highlights .c-highlight {
        max-width: none;
        display: table-row;
    }
    #destacados_hc.c-highlights .c-highlight .c-highlight-image {
        width: 20%;
        display: table-cell;
        vertical-align: middle;
    }
    #destacados_hc.c-highlights .c-highlight .c-highlight-content {
        width: 80%;
        display: table-cell;
        vertical-align: middle;
    }
    #destacados_hc.c-highlights .c-highlight .c-highlight-content .c-highlight-text h3 {
        margin-top: 0;
    }
}


/* FIN Ticket #76706 - Hazte Cliente :: Ajustes diseno modulo ventajas */


/* Ticket #76984 - Empresas // Reestructuracion Tarjetas / */

#no-carousel.carousel-group .carousel-items li {
    pointer-events: none;
}

#no-carousel.carousel-group .carousel-contents {
    display: none;
}

#no-carousel.carousel-group .carousel-thumb img {
    filter: none;
}


/* FIN Ticket #76984 - Empresas // Reestructuracion Tarjetas // */


/* Avisos Lolopo */

.lolopo-notices {
    position: absolute;
    right: -10px;
    top: -25px;
}

.lolopo-notices button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.lolopo-notices .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.lolopo-notices .alert {
    position: relative;
    padding: .75rem 4rem .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.lolopo-notices .alert .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
    opacity: 1;
}

.lolopo-notices .alert .close span {
    color: #555;
    font-size: 2rem;
}

.lolopo-notices .alert-warning {
    color: #555;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.lolopo-notices .alert-success {
    color: #555;
    background-color: #F8FFF8;
    border-color: #F8FFF8;
}

.lolopo-notices .alert-danger {
    color: #555;
    background-color: #FFF7F4;
    border-color: #FFF7F4;
}

.lolopo-notices .alert-info {
    color: #555;
    background-color: #F4FAFD;
    border-color: #F4FAFD;
}


/* FIN Avisos Lolopo */


/* Ticket #76739 - DiversityTalks: nuevo diseno */

#capitulos-previstos.p-highlights-promo .p-highlight-text-t {
    min-height: 25.4rem;
}

#capitulos-previstos.p-highlights .p-highlight {
    width: 50%;
}

.article-main.ventajas .bg-white .p-highlights.main-component#capitulos-previstos .p-highlight-list .p-highlight-content>p {
    background: none;
}


/* FIN Ticket #76739 - DiversityTalks: nuevo diseno */


/* Ticket #77211 - Particulares // Ahorro // Descubre nuestras formas de ahorro // revisar responsive */

@media (min-width: 991px) {
    .mi-hucha .content_alternative .media img {
        width: 960px;
        margin-left: -230px;
    }
    .mi-hucha .content_alternative .content .button_wrap {
        margin-top: 0 !important;
    }
    .mi-hucha .content_alternative .content .content-box div:not(:last-child) {
        margin: 0;
    }
    .main .mi-hucha h3 {
        margin-top: 1rem;
    }
}

@media (min-width: 1200px) {
    .mi-hucha .content_alternative .content {
        padding-left: 5%;
    }
}

@media (min-width: 1440px) {
    .mi-hucha .content_alternative .media img {
        margin-left: 0px;
    }
}

@media (min-width: 1700px) {
    .mi-hucha .content_alternative {
        max-height: 430px;
    }
}


/* FIN Ticket #77211 - Particulares // Ahorro // Descubre nuestras formas de ahorro // revisar responsive */


/* Ticket #76590 - Cambios en plantillas donativos */


/* Ticket #77863 -  Donativos campana de la leche  */

@media (min-width: 1100px) {
    .apl.donativos.background .article-main .campaign .column {
        position: static!important;
    }
    .apl.donativos .background-image {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        margin: 0;
        background-size: 100%!important;
    }
    /*
    .apl.donativos .background-image[data-code="255"]{
        background: transparent url("images/fondo_donativo.jpg") no-repeat center bottom;
    }
    */
    /* Pasos formulario*/
    .apl.donativos.background.donativos_Step1 .campaign {
        height: 900px;
    }
    .apl.donativos.background.donativos_Step2 .campaign {
        height: 1350px;
    }
    .apl.donativos.background.donativos_Step3 .campaign {
        height: 1315px;
    }
    .apl.donativos.background.donativos_Step4 .campaign {
        height: 1400px;
    }
    .apl.donativos.background.donativos_CodVerificacion .campaign {
        height: 550px;
    }
    /*Step Codigo SMS*/
    /* Resultados */
    .apl.donativos.background.donativos_ResultadoPropias .campaign {
        height: 1300px;
    }
    .apl.donativos.background.donativos_ResultadoAjenas .campaign {
        height: 1300px;
    }
}


/* FIN #77863 -  Donativos campana de la leche  */


/* Ticket #77133 - Portal // Componente texto anadir opcion descargar PDF o Imprimir */

#campania {
    margin: 3rem 0;
}

#campania .article.normal .media {
    text-align: center;
    display: none;
}

#campania .article_footer .contenedor_botones {
    margin-top: 2rem;
}

#campania .article_footer .contenedor_botones a[title='Imprimir']>div,
#campania .article_footer .contenedor_botones a[title='Descargar PDF']>div {
    padding: 0 15px !important;
}

#campania .article_footer .contenedor_botones a {
    display: inline-block;
}

#campania .article_footer .contenedor_botones a div p {
    color: #007eae;
    font-weight: bold;
    margin-top: 0;
}

#campania .article_footer .contenedor_botones a[title='Imprimir'] {
    border-right: 1px solid #edeff0;
}

#campania .article_footer .contenedor_botones a>div {
    width: auto;
    float: left;
}

#campania .article_footer .contenedor_botones a>div img {
    float: left;
    margin-right: 10px;
    margin-top: 0 !important;
}


/* FIN Ticket #77133 - Portal // Componente texto anadir opcion descargar PDF o Imprimir */


/* Ticket #78546 - Particulares: Imagen movil en la subhome de hipotecas */

#no-mobile-image .hm-slide .hm-slide-wrapper {
    display: none;
}

@media(min-width: 991px) {
    #no-mobile-image .hm-slide .hm-slide-wrapper {
        display: block;
    }
}


/* FIN Ticket #78546 - Particulares: Imagen movil en la subhome de hipotecas */


/* Ticket #78836 - Particulares // CaixaBank Sign */

#banner-bajocontraste h1 {
    text-align: center;
}


/* FIN Ticket #78836 - Particulares // CaixaBank Sign */


/* Ticket #78819 - Particulares // landing para movil */

@media(max-width: 1439px) {
    #image-text-over-image-mobile .banner-image-group img {
        height: auto;
    }
}

@media(max-width: 1199px) {
    #text-over-image-mobile {
        position: absolute;
        top: 0;
        left: 0;
    }
    #image-text-over-image-mobile .banner-image-group {
        position: relative;
        max-height: 300px;
    }
    #text-over-image-mobile .page-title h1,
    #text-over-image-mobile .page-description p {
        color: #fff;
    }
    #text-over-image-mobile .page-title h1 {
        /*font-size: 5.5rem;
        line-height: 5.7rem;*/
        font-size: 3.2rem;
        line-height: 4rem;

    }
    #text-over-image-mobile .page-description p {
        font-size: 2rem;
        margin-top: 2rem;

    }
}

@media(max-width: 767px) {
    #text-over-image-mobile {
        padding: 1rem 0;
    }
    #text-over-image-mobile .page-title h1,
    #text-over-image-mobile .page-description p {
        margin: 0;
    }
    #text-over-image-mobile .page-title h1 {
        /*font-size: 2rem;*/

        font-size: 3.2rem;
    }
    #text-over-image-mobile .page-description p {
        font-size: 1.5rem;
    }
}

@media(max-width: 425px) {
    #image-text-over-image-mobile .banner-image-group img {
        left: -10%;
        max-width: 120%;
    }
}


/* FIN Ticket #78819 - Particulares // landing para movil */


/* Ticket #80800 - URGE//pantalla buscador y ficha trimestral para iop de planes */

#buscador-planes {
    width: 100%;
    margin: 10px 0;
}

#buscador-planes>div {
    text-align: center;
}

#buscador-planes>div:first-child {
    text-align: left;
}

#buscador-planes .contenedor_exterior_columnas div {
    padding: 0;
    margin: 15px 0 5px;
}

#buscador-planes div input[type='text'] {
    width: 100%;
    margin-bottom: 20px;
}

#buscador-planes div input[type='submit'] {
    background: #007eae;
    color: #fff;
    border: #007eae;
    border-radius: 4px;
    padding: 5px 10px;
}

#tabla-buscador-planes {
    margin-top: 15px !important;
}

#tabla-buscador-planes td {
    vertical-align: middle !important;
}

#tabla-buscador-planes span.boton_mediano:before {
    font-family: "fontello";
    font-style: normal;
    content: '\e900';
    top: 0;
    font-size: 2rem;
    line-height: 3.5rem;
    padding-right: 1rem;
}

@media (min-width: 470px) {
    #buscador-planes {
        width: 420px;
    }
}


/* FIN Ticket #80800 - URGE//pantalla buscador y ficha trimestral para iop de planes */


/* Ticket #81543 - Planes//cambios en catalogo */

.enlaces_grp_pestanas .button_wrap a {
    display: block !important;
    white-space: normal !important;
    line-height: normal !important;
    max-width: none !important;
}


/* FIN Ticket #81543 - Planes//cambios en catalogo */


/* Ticket #80728 - Particulares: Modificar estilos tabla CaixaBankFuturo */

#estrellas td {
    text-align: center;
}

#estrellas td>p {
    margin-top: 0;
}

#estrellas td img {
    display: inline;
}


/* FIN Ticket #80728 - Particulares: Modificar estilos tabla CaixaBankFuturo */


/* Ticket #83217 - Hipotecas / rediseno / consulta subhome */

#pestanas-fijas .tabs-contents {
    max-width: 750px;
    margin: 0 auto;
}

#pestanas-fijas .tabs-contents h3 {
    font-size: 2rem;
}

#pestanas-fijas .tabs-items {
    text-align: center;
}


/* FIN Ticket #83217 - Hipotecas / rediseno / consulta subhome */


/************************* ESTILOS PORTAL-5802T1 & RQIDEA03221 - Ampliacion Permisos Editores ***********************************/


/**************** FASE I *******************/


/*Background*/

.bg-site {
    background: #007EAE;
    position: relative;
}

.bg-light-Blue {
    background: #E1F2FB;
    position: relative;
}

.bg-dark-Blue {
    background: #007EAE;
    position: relative;
}

.bg-navy-Blue {
    background: #1D2546;
    position: relative;
}

.bg-green {
    background: #19818B;
    position: relative;
}

.bg-light-grey {
    background: #F0F0F0;
    position: relative;
}

.bg-grey {
    background: #D6DBDF;
    position: relative;
}

.bg-grey-gradient {
    background: #D6DBDF;
    position: relative;
}

.bg-garnet {
    background: #6A150E;
    position: relative;
}

.bg-orange {
    background: #C4471A;
    position: relative;
}

.bg-dark-orange {
    background: #C4471A;
    position: relative;
}

.bg-light-Yellow {
    background: #FFF8C5;
    position: relative;
}

.bg-Yellow {
    background: #F4C43C;
    position: relative;
}

.bg-light-rose {
    background: #FDEAEE;
    position: relative;
}

.bg-rose {
    background: #BC1350;
    position: relative;
}

.bg-dark-rose {
    background: #5D1B3A;
    position: relative;
}

.bg-red {
    background: #DE3532;
    position: relative;
}


/* Destacados Tabbed Subhome */

.sh-highlights .sh-highlight.bg-site>a,
.sh-highlights .sh-highlight.bg-site:not(.sh-h-double-family) .sh-h-text,
.sh-highlights .sh-highlight.bg-site .sh-h-text:before {
    background-color: #007EAE;
    opacity: 1;
}

.sh-highlights .sh-highlight.bg-site {
    background: none;
}

.sh-highlights .sh-highlight.bg-light-Blue>a,
.sh-highlights .sh-highlight.bg-light-Blue:not(.sh-h-double-family) .sh-h-text,
.sh-highlights .sh-highlight.bg-light-Blue .sh-h-text:before {
    background-color: #E1F2FB;
    opacity: 1;
}

.sh-highlights .sh-highlight.bg-light-Blue {
    background: none;
}

.sh-highlights .sh-highlight.bg-dark-Blue>a,
.sh-highlights .sh-highlight.bg-dark-Blue:not(.sh-h-double-family) .sh-h-text,
.sh-highlights .sh-highlight.bg-dark-Blue .sh-h-text:before {
    background-color: #007EAE;
    opacity: 1;
}

.sh-highlights .sh-highlight.bg-dark-Blue {
    background: none;
}

.sh-highlights .sh-highlight.bg-navy-Blue>a,
.sh-highlights .sh-highlight.bg-navy-Blue:not(.sh-h-double-family) .sh-h-text,
.sh-highlights .sh-highlight.bg-navy-Blue .sh-h-text:before {
    background-color: #1D2546;
    opacity: 1;
}

.sh-highlights .sh-highlight.bg-navy-Blue {
    background: none;
}

.sh-highlights .sh-highlight.bg-green>a,
.sh-highlights .sh-highlight.bg-green:not(.sh-h-double-family) .sh-h-text,
.sh-highlights .sh-highlight.bg-green .sh-h-text:before {
    background-color: #19818B;
    opacity: 1;
}

.sh-highlights .sh-highlight.bg-green {
    background: none;
}

.sh-highlights .sh-highlight.bg-light-grey>a,
.sh-highlights .sh-highlight.bg-light-grey:not(.sh-h-double-family) .sh-h-text,
.sh-highlights .sh-highlight.bg-light-grey .sh-h-text:before {
    background-color: #F0F0F0;
    opacity: 1;
}

.sh-highlights .sh-highlight.bg-light-grey {
    background: none;
}

.sh-highlights .sh-highlight.bg-grey>a,
.sh-highlights .sh-highlight.bg-grey:not(.sh-h-double-family) .sh-h-text,
.sh-highlights .sh-highlight.bg-grey .sh-h-text:before {
    background-color: #D6DBDF;
    opacity: 1;
}

.sh-highlights .sh-highlight.bg-grey {
    background: none;
}

.sh-highlights .sh-highlight.bg-garnet>a,
.sh-highlights .sh-highlight.bg-garnet:not(.sh-h-double-family) .sh-h-text,
.sh-highlights .sh-highlight.bg-garnet .sh-h-text:before {
    background-color: #6A150E;
    opacity: 1;
}

.sh-highlights .sh-highlight.bg-garnet {
    background: none;
}

.sh-highlights .sh-highlight.bg-orange>a,
.sh-highlights .sh-highlight.bg-orange:not(.sh-h-double-family) .sh-h-text,
.sh-highlights .sh-highlight.bg-orange .sh-h-text:before {
    background-color: #C4471A;
    opacity: 1;
}

.sh-highlights .sh-highlight.bg-orange {
    background: none;
}

.sh-highlights .sh-highlight.bg-dark-orange>a,
.sh-highlights .sh-highlight.bg-dark-orange:not(.sh-h-double-family) .sh-h-text,
.sh-highlights .sh-highlight.bg-dark-orange .sh-h-text:before {
    background-color: #C4471A;
    opacity: 1;
}

.sh-highlights .sh-highlight.bg-dark-orange {
    background: none;
}

.sh-highlights .sh-highlight.bg-light-Yellow>a,
.sh-highlights .sh-highlight.bg-light-Yellow:not(.sh-h-double-family) .sh-h-text,
.sh-highlights .sh-highlight.bg-light-Yellow .sh-h-text:before {
    background-color: #FFF8C5;
    opacity: 1;
}

.sh-highlights .sh-highlight.bg-light-Yellow {
    background: none;
}

.sh-highlights .sh-highlight.bg-Yellow>a,
.sh-highlights .sh-highlight.bg-Yellow:not(.sh-h-double-family) .sh-h-text,
.sh-highlights .sh-highlight.bg-Yellow .sh-h-text:before {
    background-color: #F4C43C;
    opacity: 1;
}

.sh-highlights .sh-highlight.bg-Yellow {
    background: none;
}

.sh-highlights .sh-highlight.bg-light-pink>a,
.sh-highlights .sh-highlight.bg-light-pink:not(.sh-h-double-family) .sh-h-text,
.sh-highlights .sh-highlight.bg-light-pink .sh-h-text:before {
    background-color: #FDEAEE;
    opacity: 1;
}

.sh-highlights .sh-highlight.bg-light-pink {
    background: none;
}

.sh-highlights .sh-highlight.bg-rose>a,
.sh-highlights .sh-highlight.bg-rose:not(.sh-h-double-family) .sh-h-text,
.sh-highlights .sh-highlight.bg-rose .sh-h-text:before {
    background-color: #BC1350;
    opacity: 1;
}

.sh-highlights .sh-highlight.bg-rose {
    background: none;
}

.sh-highlights .sh-highlight.bg-dark-rose>a,
.sh-highlights .sh-highlight.bg-dark-rose:not(.sh-h-double-family) .sh-h-text,
.sh-highlights .sh-highlight.bg-dark-rose .sh-h-text:before {
    background-color: #5D1B3A;
    opacity: 1;
}

.sh-highlights .sh-highlight.bg-dark-rose {
    background: none;
}

.sh-highlights .sh-highlight.bg-red>a,
.sh-highlights .sh-highlight.bg-red:not(.sh-h-double-family) .sh-h-text,
.sh-highlights .sh-highlight.bg-red .sh-h-text:before {
    background-color: #DE3532;
    opacity: 1;
}

.sh-highlights .sh-highlight.bg-red {
    background: none;
}


/* Full Slider */

.hm-slider .hm-slide.bg-site {
    background: #007EAE;
}

.hm-slider .hm-slide.bg-light-Blue {
    background: #E1F2FB;
}

.hm-slider .hm-slide.bg-dark-Blue {
    background: #007EAE;
}

.hm-slider .hm-slide.bg-navy-Blue {
    background: #1D2546;
}

.hm-slider .hm-slide.bg-green {
    background: #19818B;
}

.hm-slider .hm-slide.bg-light-grey {
    background: #F0F0F0;
}

.hm-slider .hm-slide.bg-grey {
    background: #D6DBDF;
}

.hm-slider .hm-slide.bg-garnet {
    background: #6A150E;
}

.hm-slider .hm-slide.bg-orange {
    background: #C4471A;
}

.hm-slider .hm-slide.bg-dark-orange {
    background: #C4471A;
}

.hm-slider .hm-slide.bg-light-Yellow {
    background: #FFF8C5;
}

.hm-slider .hm-slide.bg-Yellow {
    background: #F4C43C;
}

.hm-slider .hm-slide.bg-light-pink {
    background: #FDEAEE;
}

.hm-slider .hm-slide.bg-rose {
    background: #BC1350;
}

.hm-slider .hm-slide.bg-dark-rose {
    background: #5D1B3A;
}

.hm-slider .hm-slide.bg-red {
    background: #DE3532;
}


/* Nuevo Terrat Subhome */

.page-terrat.bg-site {
    background: #007EAE;
}

.page-terrat.bg-light-Blue {
    background: #E1F2FB;
}

.page-terrat.bg-dark-Blue {
    background: #007EAE;
}

.page-terrat.bg-navy-Blue {
    background: #1D2546;
}

.page-terrat.bg-green {
    background: #19818B;
}

.page-terrat.bg-light-grey {
    background: #F0F0F0;
}

.page-terrat.bg-grey {
    background: #D6DBDF;
}

.page-terrat.bg-garnet {
    background: #6A150E;
}

.page-terrat.bg-orange {
    background: #C4471A;
}

.page-terrat.bg-dark-orange {
    background: #C4471A;
}

.page-terrat.bg-light-Yellow {
    background: #FFF8C5;
}

.page-terrat.bg-Yellow {
    background: #F4C43C;
}

.page-terrat.bg-light-pink {
    background: #FDEAEE;
}

.page-terrat.bg-rose {
    background: #BC1350;
}

.page-terrat.bg-dark-rose {
    background: #5D1B3A;
}

.page-terrat.bg-red {
    background: #DE3532;
}


/* Productos alternados */

.content_alternative.bg-site {
    background: #007EAE;
}

.content_alternative.bg-light-Blue {
    background: #E1F2FB;
}

.content_alternative.bg-dark-Blue {
    background: #007EAE;
}

.content_alternative.bg-navy-Blue {
    background: #1D2546;
}

.content_alternative.bg-green {
    background: #19818B;
}

.content_alternative.bg-light-grey {
    background: #F0F0F0;
}

.content_alternative.bg-grey {
    background: #D6DBDF;
}

.content_alternative.bg-garnet {
    background: #6A150E;
}

.content_alternative.bg-orange {
    background: #C4471A;
}

.content_alternative.bg-dark-orange {
    background: #C4471A;
}

.content_alternative.bg-light-Yellow {
    background: #FFF8C5;
}

.content_alternative.bg-Yellow {
    background: #F4C43C;
}

.content_alternative.bg-light-pink {
    background: #FDEAEE;
}

.content_alternative.bg-rose {
    background: #BC1350;
}

.content_alternative.bg-dark-rose {
    background: #5D1B3A;
}

.content_alternative.bg-red {
    background: #DE3532;
}


/* Campana - Look Macromenu */

#panel-menu .menu-campaign.bg-site {
    background: #007EAE;
}

#panel-menu .menu-campaign.bg-light-Blue {
    background: #E1F2FB;
}

#panel-menu .menu-campaign.bg-dark-Blue {
    background: #007EAE;
}

#panel-menu .menu-campaign.bg-navy-Blue {
    background: #1D2546;
}

#panel-menu .menu-campaign.bg-green {
    background: #19818B;
}

#panel-menu .menu-campaign.bg-light-grey {
    background: #F0F0F0;
}

#panel-menu .menu-campaign.bg-grey {
    background: #D6DBDF;
}

#panel-menu .menu-campaign.bg-garnet {
    background: #6A150E;
}

#panel-menu .menu-campaign.bg-orange {
    background: #C4471A;
}

#panel-menu .menu-campaign.bg-dark-orange {
    background: #C4471A;
}

#panel-menu .menu-campaign.bg-light-Yellow {
    background: #FFF8C5;
}

#panel-menu .menu-campaign.bg-Yellow {
    background: #F4C43C;
}

#panel-menu .menu-campaign.bg-light-pink {
    background: #FDEAEE;
}

#panel-menu .menu-campaign.bg-rose {
    background: #BC1350;
}

#panel-menu .menu-campaign.bg-dark-rose {
    background: #5D1B3A;
}

#panel-menu .menu-campaign.bg-red {
    background: #DE3532;
}


/*Text*/

.titulo_negativo,
.titulo_negativo .hm-slide-text .hm-slide-title h2 {
    background: #000;
    padding: 0 0.4rem;
    display: block;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans', Arial, serif;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0;

}
.titulo_negativo.page-terrat .page-title h1 {
    background: #000;
    color: #fff;
    padding: 0 0.4rem;
    display: block;
    font-size: 3.2rem;
    line-height: 4rem;
    font-family: 'OpenSans', Arial, serif;
    font-weight: bold;
    letter-spacing: 0;

}


/*Bullets*/

.page-wrapper ul li.bullet_blue {
    background: transparent url("images/bullet-ul.png") no-repeat;
    background-position: 0.6rem 1rem;
}

.page-wrapper ul li.bullet_arrow {
    background: transparent url("icons/arrow-right-blue.png") no-repeat;
    background-position: 0.5rem 0.5rem;
}

.page-wrapper ul li.no_bullet {
    padding: 0 0 1rem 0 !important;
    background: none;
}


/*Title Size*/

.title_small {
    font-size: 1.4rem !important;
    line-height: 120% !important;
    color: inherit;
}

.title_medium {
    font-size: 1.8rem !important;
    line-height: 120% !important;
    color: inherit;
}

.title_big {
    font-size: 2.4rem !important;
    line-height: 120% !important;
    color: inherit;
}


/*Font color*/

.font-site {
    color: #007EAE!important;
}

.font-light-Blue,
.font-light-blue {
    color: #E1F2FB!important;
}

.font-dark-Blue,
.font-dark-blue {
    color: #007EAE!important;
}

.font-darker-Blue,
.font-darker-blue {
    color: #004f70!important;
}

.font-navy-Blue,
.font-navy-blue {
    color: #1D2546!important;
}

.font-green {
    color: #19818B!important;
}

.font-light-grey {
    color: #F0F0F0!important;
}

.font-grey {
    color: #D6DBDF!important;
}

.font-garnet {
    color: #6A150E!important;
}

.font-orange {
    color: #C4471A!important;
}

.font-dark-orange {
    color: #C4471A!important;
}

.font-light-Yellow,
.font-light-yellow {
    color: #FFF8C5!important;
}

.font-Yellow,
.font-yellow {
    color: #F4C43C!important;
}

.font-light-rose {
    color: #FDEAEE!important;
}

.font-rose {
    color: #BC1350!important;
}

.font-dark-rose {
    color: #5D1B3A!important;
}

.font-red {
    color: #DE3532!important;
}

.font-black {
    color: #000!important;
}

.font-white {
    color: #fff!important;
}


/*Slider to A1 - Image Size & Text*/

@media (min-width: 1440px) {
    #slider-to-banner .hm-slide>a {
        height: 48rem;
    }
}

#slider-to-banner .hm-slide-text-wrap {
    width: 65%;
    margin: 0 auto;
}

#slider-to-banner .hm-slide-description p {
    font-size: 1.6rem;
    line-height: 2.2rem;
}

#slider-to-banner .hm-slide-text {
    padding-top: 0;
    padding-bottom: 0;
}

#slider-to-banner .hm-slide-title h2 {
    margin: 0;
    color: #007eae;
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin: 0;
}

@media (min-width: 992px) {
    #slider-to-banner .hm-slide-title h2 {
        /*font-size: 5rem;
        line-height: 5rem;*/
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}

@media (max-width: 991px) {
    #slider-to-banner.hm-slider {
        padding-bottom: 0;
    }
    #slider-to-banner .hm-slide-text {
        display: table;
        width: 100%;
    }
    #slider-to-banner .hm-slide-text .hm-slide-text-r {
        display: table-row;
    }
    #slider-to-banner .hm-slide-text .hm-slide-text-r .hm-slide-text-c {
        display: table-cell;
        height: 180px;
        vertical-align: middle;
    }
    #slider-to-banner .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap {
        width: 100%
    }
    #slider-to-banner .hm-slide-description {
        padding-bottom: 5.5px;
    }
    #slider-to-banner .hm-slide-description .boton {
        margin: 0!important;
    }
    #slider-to-banner .hm-slider-bullets {
        top: 0;
    }
}


/***  correccion del banner inermedio a 480px   *****/

@media (min-width:992px) {
    .article-main .banner-media.bg-video .banner-image-group {
        height: 480px;
    }
    .article-main .banner-media.bg-video .banner-image-group>picture img {
        display: block;
        position: relative;
        margin: 0 auto;
        height: 100%;
        width: auto;
        max-width: none;
    }
}

@media (min-width: 1200px) {
    .article-main .banner-media.bg-video {
        max-height: 480px;
    }
    .article-main .banner-media.bg-video .banner-image-group {
        height: 480px;
    }
}


/**************** FASE II *******************/


/* Imagen Izq/Dcha */


/* B8 */


/* Imagen Izquierda */

.app-group.left .float {
    float: left;
}

.app-group.left .app-badge {
    left: auto;
    right: 0;
}

@media(min-width: 768px) {
    .app-group.left .app_content {
        padding: 0 0 0 2rem;
    }
}


/* H1 */


/* Imagen Derecha */

.v-highlight.right .v-highlight-left .v-highlight-img {
    margin: 0 0 0 2rem;
    float: right;
}

@media(min-width: 992px) {
    .v-highlight.right,
    .v-highlight.right .v-highlight-left {
        display: flex;
        flex-direction: row-reverse;
    }
    .v-highlight.right .v-highlight-right {
        display: flex;
        align-items: center;
    }
    .v-highlight.right .v-highlight-right .button_wrap {
        margin: 0 2rem 0 0;
    }
}


/* M10 */


/* Imagen Derecha */

.h-highlight.right a {
    display: flex;
    flex-direction: row-reverse;
}


/* Bloque Promocion */


/* Imagen Derecha */

@media (min-width: 768px) {
    .promotion-group.right .promo-badge {
        left: auto;
    }
    .promotion-group.right {
        display: flex;
        flex-direction: row-reverse;
    }
}


/* A1 con Video */


/* Imagen Izquierda */

@media (min-width: 991px) {
    .page-banner.media.left .page-banner-wrap {
        display: flex;
        flex-direction: row-reverse;
    }
}


/* A1 con video - Capa Blanca */


/* Imagen Izquierda */

@media (min-width: 991px) {
    .page-banner.media.white.left {
        display: flex;
        align-items: center;
    }
    .page-banner.media.white.left::before {
        right: 0;
        left: auto;
    }
    .page-banner.media.white.left .page-banner-wrap {
        display: flex;
        flex-direction: row-reverse;
        width: 100%
    }
}


/*Intercambiar elementos*/


/* A1 */

.banner-text .page-title:not(:first-child) {
    margin-top: 2rem;
}


/* A1 Capa blanca */

.page-banner.media.white .page-banner-text .page-description:first-child p:first-child,
.page-banner.media.white .page-banner-text .page-entradilla:first-child p:first-child {
    margin-top: 0;
}


/* B4 */


/*.gallery-items-list + .heading-group {*/


/*margin: 2rem 0 0 0;*/


/*}*/


/* B5 - Productos Horizontales */

.p-highlight-wrap>.p-highlight-title:not(:first-child) {
    margin-top: 2rem;
}

.p-highlight-wrap>*:first-child {
    margin-top: 0;
}

.destacados-myBox .p-highlight-wrap>*:first-child {
    height: 15%;
    padding: 15px;
}
/*1 Solo destacado*/

@media (min-width: 540px) {
    .p-highlight.p-highlight-simple .p-highlight-wrap>*:nth-child(2) {
        /*margin-top: 0; */
    }
    .p-highlight.p-highlight-simple .p-highlight-image {
        margin-top: 2rem;
    }
    .p-highlight.p-highlight-simple .p-highlight-wrap>.p-highlight-image:first-child+* {
        margin-top: 0;
    }
}


/* B5 - Productos Promocionales */

.p-highlights-promo .p-highlight-wrap>.p-highlight-link:not(:nth-last-child(2)) {
    margin-top: 0;
}

.p-highlights-promo .p-highlight-wrap>.p-highlight-title:not(:first-child) {
    margin: 0 0 0.5rem 0;
}

.p-highlights-promo .p-highlight-wrap>.p-highlight-info:not(:last-child) {
    margin-bottom: 1rem;
}


/* B8 - Q1 */

.app_content>*:not(:first-child) {
    margin-top: 1rem;
}

.app_content>*:first-child {
    margin-top: 4rem;
}

.app-no-badge .app_content>*:not(:first-child) {
    margin-top: 1rem;
}

.app-no-badge .app_content>*:first-child {
    margin-top: 2rem;
}


/* K2 */

.c-highlights .c-highlight .c-highlight-image:last-child {
    padding-top: 1rem;
}


/* E1 */

.dropdown-group .dropdown-item .dropdown-content:first-child {
    border-top: 1px solid #eee;
}


/* G1 */

.carousel-item .carousel-item-title:first-child p {
    margin: 0 0 1rem 0;
}


/* Bloque Promocion */

.promotion-group .heading-group .heading-group-title:nth-last-child(2) {
    margin-top: 2rem;
}

.promotion-group .promotion-item-content.article-content:first-child p:first-child {
    margin-top: 0;
}


/* Boton Flotante con Imagen */

@media (min-width:768px) {
    #bottom_sticky .button-float a .button-text:first-child {
        margin-bottom: 0;
        border-radius: 10px 10px 0 0;
        padding: 1rem 3.5rem;
    }
}


/* Nuevo Terrat Subhome - Nuevo Terrat Subhome Capa Blanca - Nuevo Terrat Subhome con Titulo Subrayado */

.page-terrat .page-terrat-text .page-title {
    margin-top: 1rem;
}


/* Componentes Alternos */

.content_alternative .content .content-box div:last-child {
    margin: 2.4rem 0 4.8rem;
    float: none;
}

.content_alternative .content .content-box div:not(:last-child) {
    float: none;
    margin: 1rem auto;
}

.content_alternative .content .content-box div:first-child {
    margin-top: 2rem;
}


/************************* ESTILOS PORTAL-5802T1 & RQIDEA03221 - Ampliacion Permisos Editores ***********************************/


/* Estilos foco boton accesibilidad */

.button_wrap .btn>a:focus,
.button_wrap button.btn:focus,
.button_wrap a:focus>.btn,
.article-content a:focus>.boton,
.article-content a:focus>.boton,
.article-content .boton_azul>a:focus,
.article-content a:focus>.boton_azul,
.article-content .boton_gris>a:focus,
.article-content a:focus>.boton_gris {
    background: none;
    color: #007eae;
    -webkit-box-shadow: 0 0 20px -1px #404040;
    -moz-box-shadow: 0 0 20px -1px #404040;
    box-shadow: 0 0 20px -1px #404040;
    outline: none;
    font-weight: bold;
    text-decoration: underline!important;
}

.button_wrap .btn.btn-yellow>a:focus,
.button_wrap a:focus>.btn.btn-yellow,
.button_wrap button.btn.btn-yellow:focus,
.article-content .boton.naranja>a:focus,
.article-content a:focus>.boton.naranja {
    color: #000;
    background-color: #f4c53d;
    -webkit-box-shadow: 0 0 10px -1px #404040;
    -moz-box-shadow: 0 0 10px -1px #404040;
    box-shadow: 0 0 10px -1px #404040;
    outline: none;
    font-weight: bold;
    text-decoration: underline!important;
}


/* FIN Estilos foco boton accesibilodad */


/************************* ESTILOS PTOOLS-2018 - RQIDEA01273_PORTAL-5514T1_Gestion-Campanas ***********************************/


/* Macromenu */

#panel-menu .menu-campaign .menu-campaign-section p {
    font-size: 1.4rem;
    font-style: italic;
    letter-spacing: -.1rem;
    color: #fff;
    display: block
}

#panel-menu .menu-campaign .menu-campaign-title p {
    font-size: 2rem;
    line-height: 2.2rem;
    font-family: "Arial Bold", Helvetica, sans-serif;
    color: #fff;
    display: block
}


/* FIN ESTILOS PTOOLS-2018 - RQIDEA01273_PORTAL-5514T1_Gestion-Campanas*/


/**************** Slider video al lado del texto *******************/

@media (min-width: 991px) {
    .hm-slide.hm-text-media {
        height: 30rem;
    }
    .hm-text-media .hm-slide-text-c {
        text-align: left;
        display: flex;
        align-items: center;
        height: 30rem;
    }
    .hm-text-left.hm-text-media .hm-slide-text-c {
        flex-flow: row;
    }
    .hm-text-right.hm-text-media .hm-slide-text-c {
        flex-flow: row-reverse;
    }
    .hm-text-media .hm-slide-text-media {
        width: 50%;
        height: 75%;
    }
    .hm-text-media .hm-slide-text-media .video-inline {
        display: block;
    }
    .hm-text-media .hm-slide-text-media .video-inline .video-wrapper {
        width: 86%;
        min-width: 50%;
        min-height: 50%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border: 0;
    }
    .hm-text-media .hm-slide-text-media .video-inline .video-wrapper div:first-child {
        max-width: 100%!important;
        height: 100%;
    }
}

@media (min-width: 991px) {
    .hm-slide.hm-text-media {
        height: 36rem;
    }
    .hm-text-media .hm-slide-text-c {
        height: 36rem;
    }
}

@media (min-width: 1440px) {
    .hm-text-media .hm-slide-text-media .video-inline .video-wrapper {
        top: 0;
        bottom: 0;
    }
}


/**************** Fin Slider video al lado del texto *******************/


/* Avisos Lolopo */

.lolopo-notices {
    position: absolute;
    left: -70%;
    top: -80%;
    text-align: left;
    width: 300px;
}

.sticky-nav .lolopo-notices {
    top: 10%;
}

.lolopo-notices button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.lolopo-notices .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.lolopo-notices .alert {
    position: relative;
    padding: .75rem 4rem .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: .25rem;
    color: #555;
    background-color: #f8f8f8;
}

.lolopo-notices .alert .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
    opacity: 1;
}

.lolopo-notices .alert .close span {
    color: #555;
    font-size: 2rem;
}

.lolopo-notices .alert .button_wrap {
    display: block;
    text-align: right;
    margin-top: 1rem;
}


/* FIN Avisos Lolopo */


/**************************/


/* Retoques Accesibilidad */


/**************************/


/* Subrayado del boton Entrar de LA */

.lolopo-f-submit>.bt-submit:focus {
    text-decoration: underline;
}


/* Encabezados pie de pagina */

.link-group-title p {
    color: #007eae;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
}


/* Foco en controles de video */

.vjs-control:focus {
    outline: 1px solid #FFF;
}


/* Foco en boton grande PLAY de videos */

.vjs-big-play-button:focus {
    outline: 1px dotted #000;
}


/* Opacidad blanca para barra de carga de videos Brightcove */

.video-js .vjs-load-progress div {
    background: rgba(255, 255, 255, .7);
}


/* Foco en buscadores de cabecera y pie */

.search input[type="submit"]:focus {
    text-decoration: underline;
}

.search input[type="search"]:focus {
    outline: 1px dotted black;
}


/* Borde en play video de video de Brightcove al tomar foco */

.video-js .vjs-big-play-button:focus:before {
    outline: 2px dotted #000;
    padding: 3px;
}


/* Visualizacion en alto contraste de desplegable menu */

@media (min-width: 992px) {
    .submenu-linkgroup.tabs-group .tabs-item.tabs-dropdown>a,
    .tabs-group .tabs-dropdown .tab-dropdown a.close,
    .tabs-group.main-component .tabs-dropdown .tab-dropdown a.close,
    .sh-tabs.tabs-group .tabs-item.tabs-dropdown>a {
        background: none;
    }
    .sh-tabs.tabs-group .tabs-item.tabs-dropdown>a:after {
        font-family: "fontello";
        font-style: normal;
        content: '\e806';
        font-size: 1.5rem;
        position: absolute;
        margin: 0;
        right: 0rem;
        height: 100%;
        top: 2.5rem;
        color: #555;
    }
    .submenu-linkgroup.tabs-group .tabs-item.tabs-dropdown>a:after {
        font-family: "fontello";
        font-style: normal;
        content: '\e806';
        font-size: 1.5rem;
        position: absolute;
        margin: 0;
        right: 0rem;
        height: 100%;
        top: 0.7rem;
        color: #555;
    }
    .sh-tabs.tabs-group .tabs-item.tabs-dropdown.expanded>a:after,
    .submenu-linkgroup.tabs-group .tabs-item.tabs-dropdown.expanded>a:after {
        content: none;
    }
    .sh-tabs.tabs-group .tabs-dropdown .tab-dropdown a.close:after {
        font-family: fontello;
        font-style: normal;
        content: '\e807';
        font-size: 1.5rem;
        right: 1rem;
        top: 1.7rem;
        position: absolute;
    }
    .submenu-linkgroup.tabs-group .tabs-dropdown .tab-dropdown a.close:after {
        font-family: fontello;
        font-style: normal;
        content: '\e807';
        font-size: 1.5rem;
        right: 1rem;
        top: 1rem;
        position: absolute;
    }
}

@media screen and (-ms-high-contrast: active) {
    /* All high contrast styling rules */
    .tabs-group .tab-dropdown-link a:hover,
    .tabs-group .tab-dropdown-link a:focus {
        text-decoration: underline;
    }
}


/* Chrome and Firefox High Contrast */

.high-contrast .tabs-group .tab-dropdown-link a:hover,
.high-contrast .tabs-group .tab-dropdown-link a:focus {
    text-decoration: underline;
}


/* Visualizacion foco en cierre colorbox de LA */

#colorbox #cboxClose:focus {
    outline: 1px solid #4D90FE !important;
    text-indent: 0;
    color: transparent;
}


/* FIN Avisos Lolopo */


/* Subrayado en destacados subhomes */

#main .section-main-blocks .sh-highlights-list a:focus .sh-highlight-wrap .sh-h-text .sh-h-title h2,
#main .section-main-blocks .sh-highlights-list a:focus .sh-highlight-wrap .sh-h-text .sh-h-title h3 {
    text-decoration: underline;
}


/* FIN Subrayado en destacados subhomes */


/* Resaltado de controles de video en Cultura Financiera */

.vjs-control-bar>button:focus,
.vjs-control-bar .vjs-volume-menu-button:focus {
    background: #000;
}


/* FIN Resaltado de controles de video en Cultura Financiera */


/* Aviso cookies*/

.video-inline {
    position: relative;
}

.video-inline .aviso_cookies:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #555;
    content: '';
    opacity: 0.8;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 1;
}

.video-inline .aviso_cookies {
    position: relative;
    min-height: 340px;
    width: 100%;
    height: 21rem;
}

.video-inline .aviso_cookies .img_cookies {
    position: absolute;
    top: 0;
    background-size: 100%;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
}

.video-inline .aviso_cookies .cont_cookies {
    position: absolute;
    background: #fff;
    width: 60%;
    margin: auto!important;
    top: 0;
    height: auto;
    text-align: center;
    padding: 2rem;
    box-shadow: 0 0 2rem 0 #666;
    z-index: 999;
    left: 0;
    right: 0;
}

.video-inline .aviso_cookies .cont_cookies p {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin: 0;
}

.video-inline .aviso_cookies .cont_cookies .button_wrap .btn.btn-blue>a {
    font-size: 1.2rem;
    line-height: 1.2rem;
    white-space: normal;
    margin-top: 1rem;
}

@media (min-width: 390px) {
    .video-inline .aviso_cookies .cont_cookies p {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }
    .video-inline .aviso_cookies .cont_cookies .button_wrap .btn.btn-blue>a {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
}

@media (min-width: 500px) {
    .video-inline .aviso_cookies .cont_cookies {
        top: 5%;
    }
    .video-inline .aviso_cookies .cont_cookies .button_wrap .btn.btn-blue>a {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }
}

@media (min-width: 600px) {
    .video-inline .aviso_cookies .cont_cookies {
        top: 10%;
    }
    .video-inline .aviso_cookies .cont_cookies {
        width: 60%;
    }
}

@media (min-width: 769px) {
    .video-inline .aviso_cookies .cont_cookies {
        top: 13%;
    }
}


/* componente alterno */

.content_alternative .video-inline .aviso_cookies {
    width: 100%!important;
}

.content_alternative .video-inline .aviso_cookies .cont_cookies {
    /*top: 25%!important;*/
    top: 0%!important;
}


/* videos de fondo*/

.banner-image-group .video-inline .aviso_cookies {
    width: 100%!important;
    height: 100%!important;
}

.banner-image-group .video-inline .aviso_cookies .cont_cookies {
    top: 35%!important;
    width: 25%!important;
}

.banner-image-group .video-inline .aviso_cookies .img_cookies {
    background-size: auto!important;
}

.hm-slide-image-wrap .video-inline {
    width: 100%!important;
}

.hm-slide-image-wrap .video-inline .aviso_cookies {
    width: 100%!important;
    height: 100%!important;
}

.hm-slide-image-wrap .video-inline .aviso_cookies .cont_cookies {
    top: 40%!important;
    width: 25%!important;
}

.hm-slide-image-wrap .video-inline .aviso_cookies .img_cookies {
    background-size: auto!important;
}

.video-int-content .video-inline .aviso_cookies {
    width: 100%!important;
}

.gallery-video .video-inline .aviso_cookies {
    width: 100%!important;
    height: 100%;
    position: absolute;
}


/* Enlace a transcripcion de videos */

.video-int-content a[rel='transcription'] {
    position: absolute;
    top: -22px;
    left: 0;
}


/* Foco del cierre del colorbox para transcripcion de videos */

.transcriptionLayer#colorbox #cboxClose:focus {
    outline: 2px dotted #000 !important;
}


/* Video Colorbox*/

#cboxLoadedContent .aviso_cookies {
    position: relative;
    min-height: 340px;
    width: 100%;
    height: 21rem;
    margin: 0 auto;
}

#cboxLoadedContent .aviso_cookies:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #555;
    content: '';
    opacity: 0.8;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 1;
}

#cboxLoadedContent .aviso_cookies .cont_cookies {
    position: absolute;
    background: #fff;
    width: 60%;
    margin: auto!important;
    top: 0;
    height: auto;
    text-align: center;
    padding: 2rem;
    box-shadow: 0 0 2rem 0 #666;
    z-index: 999;
    left: 0;
    right: 0;
}

#cboxLoadedContent .aviso_cookies .cont_cookies p {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin: 0;
}

@media (min-width: 390px) {
    #cboxLoadedContent .aviso_cookies .cont_cookies p {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }
}

@media (min-width: 500px) {
    #cboxLoadedContent .aviso_cookies .cont_cookies {
        top: 5%;
    }
}

@media (min-width: 600px) {
    #cboxLoadedContent .aviso_cookies .cont_cookies {
        width: 60%;
        top: 10%;
    }
}

@media (min-width: 769px) {
    #cboxLoadedContent .aviso_cookies .cont_cookies {
        top: 30%;
    }
}

@media (min-width: 768px) {
    #cboxLoadedContent .aviso_cookies .cont_cookies .button_wrap .btn>a {
        width: auto;
        max-width: none;
    }
    #cboxLoadedContent .aviso_cookies .cont_cookies .button_wrap .btn {
        width: auto;
        padding: 0;
        display: inline-block;
        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;
    }
}

#cboxLoadedContent .aviso_cookies .img_cookies {
    position: relative;
    top: 0;
    background-size: 100%;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
}


/* END Video Colorbox*/


/* Fin Aviso cookies */


/* Aviso cookies prebuscador */

.ps-offices-results {
    position: relative;
}

.ps-offices-results .aviso_cookies:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #555;
    content: '';
    opacity: 0.8;
    height: 100%;
    margin: auto;
}

.ps-offices-results .aviso_cookies {
    position: absolute;
    top: 0;
    height: 100%;
}

.ps-offices-results .aviso_cookies .cont_cookies {
    position: relative;
    background: #fff;
    width: 80%;
    margin: auto;
    top: 25%;
    height: max-content;
    text-align: center;
    padding: 2rem;
    box-shadow: 0 0 2rem 0 #666;
}

.ps-offices-results .aviso_cookies .cont_cookies .button_wrap {
    margin-bottom: 0;
}

.ps-offices-results .aviso_cookies .cont_cookies .button_wrap .btn.btn-blue>a {
    white-space: normal;
}


/* Fin Aviso cookies prebuscador */

.banner.banner-promo.banner-badge .slider-promotion>.badge {
    position: absolute;
    top: -217px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    background: url(/deployedfiles/particulares/Pruebas/Nuevos_Componentes/Estaticos/Imagenes/promo-label.png) no-repeat center 0;
    -webkit-filter: drop-shadow(0px 7px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 7px 5px rgba(0, 0, 0, 0.5));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: Arial;
    text-indent: 25px;
    padding-top: 1.7rem;
    color: #000;
    line-height: 2rem;
    border: none;
    border-radius: 0;
}

.banner-promo .page-banner {
    height: 217px;
}

@media (max-width: 360px) {
    /* .banner.banner-promo .banner-image-group {
          width: 400%;
          position: absolute;
          left: -175%;
          top: 0;
          height: 100%;
          overflow: hidden;
    } */
    .banner.banner-promo.banner-badge .slider-promotion>.badge {
        font-size: 0.9rem;
        text-indent: 14px;
        padding-top: 1.3rem;
        background-size: 90%;
    }
}

@media (min-width: 768px) {
    .banner-promo .slider-highlight-link .button_wrap {
        display: table-cell;
        vertical-align: middle;
    }
}

@media (min-width: 991px) {
    .banner-promo .page-banner {
        height: 181px;
    }
    .banner-promo .banner-media {
        max-height: 181px;
    }
    .banner.banner-promo.banner-badge .slider-promotion>.badge {
        top: -181px;
    }
}

@media (min-width: 1200px) {
    .banner-promo .page-banner {
        height: 217px;
    }
    .banner-promo .banner-media {
        max-height: 217px;
    }
    .banner.banner-promo.banner-badge .slider-promotion>.badge {
        top: -217px;
    }
}

@media (min-width: 1440px) {
    .banner.banner-promo.banner-badge .slider-promotion>.badge {
        top: -290px;
    }
    .banner-promo .banner-media {
        max-height: 290px;
        position: absolute;
    }
    .banner-promo .page-banner.media {
        padding: 4rem 0;
    }
    .banner-promo .page-banner,
    .banner-promo .banner-image-group,
    .banner-promo .banner-media.bg-video .banner-image-group,
    .banner-promo .banner-image-group>picture img,
    .banner-promo .bg-video .banner-image-group>picture img {
        height: 290px;
    }
}


/*** MODULO RSC ****/

.infographics-slider-title {
    width: 90%;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .infographics-slider-title {
        width: 765px;
    }
}

.infographics-slider {
    margin: 4rem -1.5rem 9rem -1.5rem;
    position: relative;
}

.infographics-slider .slide .slide-container {
    background: #fff;
    margin: 0 2rem;
}

.infographics-slider .slide.blue-slide .slide-container {
    background: #0C83B1;
}

.infographics-slider .slide .slide-container .slide-info {
    background: #0C83B1;
    padding: 3rem 1rem 1rem 1rem;
    display: none;
    position: relative;
}

.infographics-slider .slide .slide-container .slide-info h2 {
    margin: 0;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
}
.infographics-slider .slide .slide-container .slide-info h3 {
    margin: 0;
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
}

.infographics-slider .slide.blue-slide .slide-container .slide-info {
    background: #fff;
}

.infographics-slider .slide .slide-container .slide-info p {
    font-size: 1.6rem;
    line-height: 2.3rem;
    color: #eee;
    margin: 0;
}

.infographics-slider .slide .slide-container .slide-info * {
    color: #eee;
}

.infographics-slider .slide.blue-slide .slide-container .slide-info * {
    color: #1a1a1a;
}

.infographics-slider .slide .slide-container .slide-media {
    position: relative;
    /*padding-top: 4rem;*/
}

.infographics-slider .slide .slide-container .slide-media .slide-img img {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.infographics-slider .slide .slide-container .slide-media .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0 3rem;
    /*gradient*/
    /*background: rgba(255,255,255,0.02);*/
    /*background: -moz-linear-gradient(top, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.06) 4%, rgba(255,255,255,1) 100%);*/
    /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.02)), color-stop(4%, rgba(255,255,255,0.06)), color-stop(100%, rgba(255,255,255,1)));*/
    /*background: -webkit-linear-gradient(top, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.06) 4%, rgba(255,255,255,1) 100%);*/
    /*background: -o-linear-gradient(top, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.06) 4%, rgba(255,255,255,1) 100%);*/
    /*background: -ms-linear-gradient(top, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.06) 4%, rgba(255,255,255,1) 100%);*/
    /*background: linear-gradient(to bottom, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.06) 4%, rgba(255,255,255,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );*/
}

.infographics-slider .slide.blue-slide .slide-container .slide-media .slide-content {
    /*background: rgba(255,255,255,0.02);*/
    /*background: -moz-linear-gradient(top, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.06) 4%, rgba(0,125,174,1) 100%);*/
    /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.02)), color-stop(4%, rgba(255,255,255,0.06)), color-stop(100%, rgba(0,125,174,1)));*/
    /*background: -webkit-linear-gradient(top, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.06) 4%, rgba(0,125,174,1) 100%);*/
    /*background: -o-linear-gradient(top, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.06) 4%, rgba(0,125,174,1) 100%);*/
    /*background: -ms-linear-gradient(top, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.06) 4%, rgba(0,125,174,1) 100%);*/
    /*background: linear-gradient(to bottom, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.06) 4%, rgba(0,125,174,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007dae', GradientType=0 );*/
}

.infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight {
    padding-top: 2rem;
}

.infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight:nth-child(even) {
    align-self: flex-end;
    top: -20px;
    position: relative;
}

.infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight:nth-child(odd) {
    align-self: flex-start;
    display: inline-flex;
    height: 0;
}

.infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-img {
    float: left;
}

.infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-img img {
    /*width: 80%;*/
    margin: 0 auto;
    max-width: 35px;
}

.infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-text {
    float: right;
    padding-left: 1rem;
}

.infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-text span {
    position: relative;
    font-family: 'OpenSans-Extrabold', Arial, sans-serif;
    font-size: 1.8rem;
    color: #007DAE;
}

.infographics-slider .slide.blue-slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-text span {
    color: #FFF;
}

.infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-text .slide-highlight-title {
    display: inline;
    font-family: 'OpenSans-Extrabold', Arial, sans-serif;
    font-size: 3rem;
    line-height: 3.2rem;
    line-height: normal;
    color: #007DAE;
    position: relative;
}

.infographics-slider .slide.blue-slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-text .slide-highlight-title {
    color: #FFF;
}

.infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-text .slide-highlight-subtitle {
    margin: 0;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #007DAE;
    position: relative;
    left: 2px;
    font-size: 1.2rem;
}

.infographics-slider .slide.blue-slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-text .slide-highlight-subtitle {
    color: #FFF;
}

.infographics-slider .slide .slide-container .slide-media .slide-footer {
    overflow: hidden;
    position: relative;
    display: none;
    /*#83626*/
}

.infographics-slider .slide .slide-container .slide-media .slide-footer p {
    font-size: 1.2rem;
    line-height: 1.7rem;
    text-align: center;
    margin: 3rem 0px;
    padding: 0 1rem;
    color: #007DAE;
}

.infographics-slider .slide.blue-slide .slide-container .slide-media .slide-footer p {
    color: #fff;
}


/* Badge */

.infographics-slider .slide .slide-close-badge {
    position: relative;
}

.infographics-slider .slide .slide-close-badge .badge {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 16rem;
    top: -14px;
    padding: 0.7rem;
    padding-left: 3rem;
    font-weight: normal;
    border-radius: 15px;
    cursor: pointer;
    z-index: 999;
    background: #007DAE url(../css/images/eye-white.png) no-repeat 1.2rem center;
    font-size: 1.4rem;
    text-decoration: none;
}

.infographics-slider .slide.blue-slide .slide-close-badge .badge {
    background: #fff url(../css/images/eye-blue.png) no-repeat 1rem center;
    color: #1a1a1a;
    font-weight: bold;
    box-shadow: 0px 0px 10px 0px #000;
}

.infographics-slider .slide .slide-close-badge .badge:focus {
    outline: 2px dotted #000;
    text-decoration: underline;
}

.infographics-slider .slide .slide-info .closeInfo {
    background: url(https://www.caixabank.es/deployedfiles/common/R2016/Estaticos/css/icons/cross_white.png) no-repeat center center;
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    width: 1rem;
    height: 1rem;
    display: block;
    background-size: 1rem;
    padding: 1.5rem;
}

.infographics-slider .slide .slide-info .closeInfo:focus {
    outline: 2px dotted #fff;
}

.infographics-slider .slide.blue-slide .slide-info .closeInfo:focus {
    outline: 2px dotted #000;
}

.infographics-slider .slide.blue-slide .slide-info .closeInfo {
    background: url(https://www.caixabank.es/deployedfiles/common/R2016/Estaticos/css/icons/cross_black.png) no-repeat center center;
    background-size: 1rem;
}

@media (min-width: 768px) {
    .infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-text .slide-highlight-title {
        font-size: 4.7rem;
        top: -6px;
    }
    .infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-text .slide-highlight-subtitle {
        top: -10px;
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-img {
        min-width: 85px;
    }
    .infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-img img {
        max-width: 60px;
    }
    .infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-text span {
        font-size: 2rem;
        top: -18px;
        left: 2px;
    }
    .infographics-slider .slide .slide-container .slide-media .slide-content {
        width: 75%;
        margin: 0 auto;
        padding: 0;
        /*no gradient*/
        background: none;
    }
    .infographics-slider .slide.blue-slide .slide-container .slide-media .slide-content {
        /*no gradient*/
        background: none;
    }
}


/* Controls */

.infographics-slider-controls {
    position: absolute;
    /*bottom:-2.2rem;*/
    left: 0;
    right: 0;
    top: 45%;
    display: flex;
    justify-content: space-between;
    /*#86150*/
}

.infographics-slider-controls .slick-prev {
    background-color: transparent;
    position: relative;
    left: 0;
    z-index: 9;
    max-width: 35px;
}

.infographics-slider-controls .slick-prev img {
    margin: 0;
    outline: 1px solid #555;
    width: 100%;
}

.infographics-slider-controls .slick-prev:focus {
    outline: 2px dotted #555;
    outline-offset: -1px;
    height: 35px;
}

.infographics-slider-controls .slick-next {
    position: relative;
    right: 0;
    background-color: transparent;
    z-index: 9;
    max-width: 35px;
}

.infographics-slider-controls .slick-next img {
    margin: 0;
    outline: 1px solid #555;
    width: 100%;
}

.infographics-slider-controls .slick-next:focus {
    outline: 2px dotted #555;
    outline-offset: -1px;
    height: 35px;
}

@media (min-width: 992px) {
    .infographics-slider-controls {
        max-width: 100%;
        margin: 0;
        padding: 0;
        /*height:0;*/
        position: absolute;
        z-index: 20;
    }
    .infographics-slider-controls .slick-prev,
    .infographics-slider-controls .slick-next {
        max-width: none;
    }
    .infographics-slider-controls .slick-prev:focus,
    .infographics-slider-controls .slick-next:focus {
        height: 48px;
    }
    .infographics-slider-controls .slick-prev img,
    .infographics-slider-controls .slick-next img {
        width: auto;
        display: none;
    }
    .infographics-slider .slide .slide-container .slide-info {
        padding: 3rem 13rem;
        background: #0C83B1;
    }
}


/* Bullets */

.infographics-slider-dots {
    text-align: center;
    position: absolute;
    bottom: -6rem;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20
}

.infographics-slider-dots .slick-dots {
    display: inline-block!important;
    margin: 0;
}

.infographics-slider-dots .slick-dots li {
    display: inline-block;
    background: none;
    padding: 0;
    height: 2rem
}


/* Hovers para accesibilidad*/

.infographics-slider-dots .slick-dots button:hover,
.hm-slider-b-play a:hover {
    background-size: 1.2rem 1.2rem;
}

.infographics-slider-dots .slick-dots button:focus {
    background-image: url(https://www.caixabank.es/deployedfiles/common/R2016/Estaticos/css/icons/hm-slider-dot.png)
}

.infographics-slider-dots .slick-dots button {
    width: 14px;
    height: 14px;
    margin: 0 0.5rem 0.4rem 0;
    background-image: url(https://www.caixabank.es/deployedfiles/common/R2016/Estaticos/css/icons/hm-slider-dot-inactive.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border: none;
    text-indent: -9999px;
    vertical-align: bottom;
    padding: 0;
    border-radius: 26px;
}

.infographics-slider-dots .slick-dots .slick-active button {
    background-image: url(https://www.caixabank.es/deployedfiles/common/R2016/Estaticos/css/icons/hm-slider-dot.png)
}


/* play/pause */

.infographics-slider-dots a {
    background: transparent;
    border: medium none;
    display: block;
    height: 1.8rem;
    padding: 0.7rem 0 1rem;
    position: relative;
    width: 2rem;
    float: right;
}

.infographics-slider-dots a:focus {
    outline: 2px dotted #fff;
    height: 22px;
    width: 19px;
    outline-offset: 0px;
}

.infographics-slider-dots .slick-dots button:focus {
    outline: 2px dotted #fff;
    outline-offset: 0px;
    overflow: hidden;
}

.bg-light-grey .infographics-slider-dots a:focus,
.bg-light-grey .infographics-slider-dots .slick-dots button:focus {
    outline: 2px dotted #000;
}

.infographics-slider-dots a img {
    left: 0;
    position: absolute;
    top: 2px;
    margin: 0;
}

.infographics-slider-dots a.paused img {
    /*top: 1px;*/
}

div.infographics-slider.one {
    min-width: 124%;
    left: -4%;
    position: relative;
}

@media (min-width: 380px) {
    div.infographics-slider.one {
        min-width: 119%;
        left: -3%;
    }
}

@media (min-width: 465px) {
    div.infographics-slider.one {
        min-width: 115%;
        left: -3%;
    }
}

@media (min-width: 690px) {
    div.infographics-slider.one {
        min-width: 111%;
        left: -2%;
    }
}

@media (min-width: 991px) {
    div.infographics-slider.one {
        min-width: 152%;
        left: -23%;
    }
}

.infographics-slider.one .slick-list.draggable {
    padding: 0!important;
}

.infographics-slider.one .slick-track {
    transform: translate3d(0px, 0px, 0px)!important;
    width: 100%!important;
}

.infographics-slider.one .slick-current {
    width: 100%!important;
    margin: 0;
}

.infographics-slider.one .slide-container {
    margin: 0;
}

.infographics-slider.one .slide .slide-container .slide-media {
    padding-top: 0;
}

.infographics-slider.one .slide .slide-container .slide-media .slide-img img {
    width: 100%;
}

.infographics-slider.one .slide .slide-container .slide-media .slide-content {
    background: transparent;
}


/*** END MODULO RSC****/


/**** ticket #82077 Particulares//Planes/ Medios/Traspasos ****/

#titulo_traspasos .page-title span {
    font-size: 2.2rem;
    line-height: 3rem;
}

#titulo_traspasos .page-title span span {
    font-size: 3.5rem;
}

@media (min-width: 1200px) {
    #titulo_traspasos .page-title span span {
        font-size: 5rem;
    }
    #titulo_traspasos .page-title span {
        font-size: 3.5rem;
        line-height: 4rem;
    }
}


/**** ticket #82077 Particulares//Planes/ Medios/Traspasos ****/


/*** START - MODULO RSC ***/

.page-banner.media .page-banner-media .video-placeholder>div a[rel='transcription'] {
    position: absolute;
    top: -30px;
    z-index: 999;
    color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
    font-weight: bold;
}

.page-banner.media .page-banner-media .video-placeholder>div a[rel='transcription']:hover,
.page-banner.media .page-banner-media .video-placeholder>div a[rel='transcription']:focus {
    text-decoration: underline;
}

.page-banner.media .page-banner-media .video-placeholder>div a[rel='transcription']~div {
    margin-top: 5rem;
}

@media(min-width: 992px) {
    .page-banner.media .page-banner-media .video-placeholder>div a[rel='transcription']~div {
        margin-top: 0;
    }
}


/*Colorbox transcription*/

.transcriptionLayer #cboxClose {
    text-indent: 0;
    color: transparent;
    right: 0
}


/*** END - MODULO RSC ***/

.bg-blue-render .content_alternative {
    background-color: #e5f5fc;
    display: block;
}

.bg-blue-render .sh-tabs.tabs-group .tabs-content h2 {
    margin: 0 auto 1rem;
}

@media (min-width: 768px) {
    .bg-blue-render .sh-tabs.tabs-group .tabs-content h2 {
        width: 715px;
    }
}

@media (min-width: 992px) {
    .bg-blue-render .sh-tabs.tabs-group .tabs-content h2 {
        width: 935px;
    }
}

@media (min-width: 1200px) {
    .bg-blue-render .sh-tabs.tabs-group .tabs-content h2 {
        width: 1145px;
    }
}

.tabs-content .content_alternative img {
    margin: 0;
}

.tabs-content .content_alternative h3 {
    margin: 1rem auto;
    font-size: 2rem;
    line-height: 2.8rem;
    color: #333333;
    letter-spacing: 0;

}
.tabs-content .content_alternative h2 {
    margin: 1rem auto;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans', Arial, serif;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0;
}

@media(min-width: 991px) {
    .tabs-content .content_alternative a {
        display: flex;
        text-decoration: none;
        align-items: center;
    }
    .tabs-content .content_alternative.right a {
        flex-direction: row-reverse;
    }
}


/* Pagina politica de cookies */


/* Estilos encabezados de secciones en Pagina Cookies 2018 */

.article-main .main-component .article-text div[aria-level="2"],
.article.normal .article_text div[aria-level="2"] {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-family: 'OpenSans-ExtraboldItalic', Arial, sans-serif;
    color: #004f70;
    font-weight: normal;
    margin-top: 3rem;
}

.article-main .main-component .article-text div[aria-level="3"],
.article.normal .article_text div[aria-level="3"] {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-family: 'OpenSans-ExtraboldItalic', Arial, sans-serif;
    color: #004f70;
    font-weight: normal;
    margin-top: 3rem;
}


/* Estilos subrayado boton flotante */

.boton_aceptar_fixed input:focus,
.boton_guardar input:focus,
.boton_cancelar input:focus,
.boton_aceptar input:focus {
    text-decoration: underline;
}


/* Foco en checkbox */

.focoCheckCookies {
    outline: 2px dotted black;
}


/* FIN Pagina politica de cookies */


/* START - Accesibilidad Buscador de Cajeros */

#botonBuscador:hover,
#botonBuscador:focus {
    text-decoration: underline;
}


/* END - Accesibilidad Buscador de Cajeros */


/* START - RSC Informacion Adicional */

.additional-information {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 3rem 0;
}

.additional-information .ai-image {
    margin: 0 -30px;
}

.additional-information .ai-image img {
    margin: 0;
    max-width: 100%;
}

.additional-information .ai-text {
    margin-top: 2rem;
    text-align: center;
}

.additional-information .ai-text h2 {
    margin: 0;
}

.additional-information .ai-text p {
    font-size: 1.4rem;
    font-weight: bold;
}

.additional-information .ai-text .button_wrap {
    margin: 0;
    margin-top: 1rem;
}

.additional-information .ai-icon {
    position: absolute;
    top: -30px;
}

.additional-information .ai-icon p,
.additional-information .ai-icon img {
    margin: 0;
}

.additional-information .ai-icon img {
    max-width: 60px;
    height: auto;
    box-shadow: 0px 0px 25px -5px;
    border-radius: 50%;
}

@media(min-width: 991px) {
    .additional-information {
        flex-direction: row;
    }
    .additional-information .ai-image {
        width: 50%;
        padding: 2rem 0;
        margin: 0;
    }
    .additional-information .ai-text {
        width: 50%;
        padding: 0 0 0 4rem;
        margin: 0;
        text-align: left;
    }
    .additional-information .ai-text p {
        font-size: 1.6rem;
    }
    .additional-information .ai-icon {
        top: auto;
    }
}


/* END - RSC Informacion Adicional */


/* Family senior */

.contenido_articuloTCI {
    position: relative;
}

a[rel=no-link] {
    pointer-events: none;
}

#readthis .sh-tabs.tabs-group .tabs-content.article-content.no-active,
#xp1 .sh-tabs.tabs-group .tabs-content.article-content.no-active {
    display: none;
}

#readthis .tabs-content.article-content,
#xp1 .tabs-content.article-content {
    display: block;
}

#readthis .table-wrapper .btn-toolbar,
#xp1 .table-wrapper .btn-toolbar {
    display: none;
}

#readthis .table>tbody>tr>td:first-child,
#xp1 .table>tbody>tr>td:first-child {
    width: 10rem;
}

@media(min-width: 991px) {
    #readthis .table>tbody>tr>td:first-child,
    #xp1 .table>tbody>tr>td:first-child {
        width: 15rem;
    }
}

#readthis .bg-blue-render,
#xp1 .bg-blue-render {
    padding: 0;
}

#readthis .page-banner-box .logo img,
#xp1 .page-banner-box .logo img {
    margin-top: -2rem;
}

#readthis .page-banner-box .page-title,
#xp1 .page-banner-box .page-title {}

#readthis .page-banner-box .page-description,
#xp1 .page-banner-box .page-description {
    padding: 0 0.4rem;
    display: block;
}

#readthis .page-banner-box .page-description h2,
#xp1 .page-banner-box .page-description h2 {
    /*font-size: 1.6rem;
    line-height: 2.2rem;
    color: #555;
    margin-top: 1rem;
    font-family: 'OpenSans', Arial, serif;*/

    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans', Arial, serif;
    color: #333333;
}

#readthis .banner-media img,
#xp1 .banner-media img {
    filter: grayscale(0%) brightness(43%);
    -webkit-filter: grayscale(0%) brightness(43%);
    display: block;
    position: relative;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

#readthis .banner-text,
#xp1 .banner-text {
    background: #ececec;
}

#readthis .main-component,
#xp1 .main-component {
    margin: 3rem 0;
}

#readthis .tabs-content .content_alternative img,
#xp1 .tabs-content .content_alternative img {
    margin: auto;
}

#readthis .section-prom,
#xp1 .section-prom {
    position: relative;
    padding: 0;
}

#readthis .content_alternative .content,
#xp1 .content_alternative .content {
    padding: 3rem 15px;
}

@media (min-width: 991px) {
    #readthis .content_alternative .content,
    #xp1 .content_alternative .content {
        padding: 0 4%;
    }
}

#readthis .page-terrat-text .page-description p,
#xp1 .page-terrat-text .page-description p {
    line-height: 1.8rem;
}

@media(max-width: 990px) {
    #familysenior-subhome {
        padding-bottom: 0.5rem;
    }
    #readthis .main-component,
    #xp1 .main-component {
        margin: 0;
    }
    #readthis p.texto_aclarativo,
    #xp1 p.texto_aclarativo {
        margin-bottom: 1.5rem;
    }
    .tabs-contents {
        margin-bottom: 1rem;
    }
}

@media(max-width: 600px) {
    #readthis .page-terrat-text .page-description p,
    #xp1 .page-terrat-text .page-description p {
        line-height: 2.5rem;
        padding: 0 0.5rem;
    }
}

@media (min-width: 1200px) {
    #readthis .banner-text,
    #xp1 .banner-text {
        background: transparent;
        z-index: 4;
        position: relative;
    }
    #readthis .page-banner-box .page-description h2,
    #xp1 .page-banner-box .page-description h2 {
        font-size: 2.4rem;
        line-height: 3.2rem;
        font-family: 'OpenSans-ExtraboldItalic', Arial, sans-serif;
        padding: 1rem 1rem;
        color: #fff;
        display: block;
    }
    #readthis .tabs-content .content_alternative img,
    #xp1 .tabs-content .content_alternative img {
        margin: 0;
    }
    #readthis .content_alternative .content,
    #xp1 .content_alternative .content {
        padding: 0 5% 0 10%;
    }
}

@media (min-width: 1200px) {
    #readthis .page-terrat.white .page-terrat-text,
    #xp1 .page-terrat.white .page-terrat-text {
        height: auto;
        margin: 5% 0;
        padding: 30px 15px 45px;
        min-height: 0;
    }
}

@media (min-width: 1440px) {
    #readthis .page-terrat.white .page-terrat-text,
    #xp1 .page-terrat.white .page-terrat-text {
        margin: 10% 0;
    }
}

@media (min-width: 1920px) {
    #readthis .terrat-image-group>picture img,
    #xp1 .terrat-image-group>picture img {
        width: 100%;
        height: auto;
        top: 100%;
        -webkit-transform: translateY(-75%);
        transform: translateY(-75%);
    }
}

@media (max-width: 991px) {
    #readthis .sh-tabs.tabs-group .tabs-items-list,
    #xp1 .sh-tabs.tabs-group .tabs-items-list {
        width: auto;
        float: none;
        margin: 0 -15px;
    }
}

#readthis .family-senior .article-content form,
#xp1 .family-senior .article-content form {
    display: inherit;
}

#readthis .sh-tabs.tabs-group .tabs-content h2,
#xp1 .sh-tabs.tabs-group .tabs-content h2 {
    display: none;
}


/*Family senior contenidos renderizables grid maxwidth 1200*/

#readthis .content_alternative,
#xp1 .content_alternative {
    max-width: 1210px;
    margin: 0 auto;
}


/*Fin Family senior contenidos renderizables grid maxwidth 1200*/

.subhome_promoContents .submenu-linkgroup.tabs-group .tabs-item:first-child.active>a .tabs-item-title p,
.promoContents .submenu-linkgroup.tabs-group .tabs-item:first-child.active>a .tabs-item-title p {
    color: #555555;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
}

#readthis .promotion-group,
#xp1 .promotion-group {
    max-width: 1210px;
    margin: 0 auto;
    margin-left: 30px;
    margin-right: 30px;
    border: 1px solid #f2f2f2;
    margin-top: 20px;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

#readthis .promotion-group img,
#xp1 .promotion-group img {
    height: 100%;
}

@media (min-width: 768px) {
    #readthis .promotion-group,
    #xp1 .promotion-group {
        margin: 0 auto;
        border: 1px solid #f2f2f2;
        min-height: 200px;
        max-height: 220px;
        margin-top: 20px;
        height: 225px;
        padding-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }
    #readthis .promotion-group img,
    #xp1 .promotion-group img {
        max-height: 190px;
        height: auto;
    }
}

@media (min-width: 991px) {
    #readthis .promotion-group,
    #xp1 .promotion-group {
        margin-left: 20px;
        margin-right: 20px;
        border: 1px solid #f2f2f2;
        min-height: 200px;
        max-height: 220px;
        margin-top: 20px;
        padding-top: 20px;
    }
    #readthis .promotion-group img,
    #xp1 .promotion-group img {
        max-height: 190px;
        height: auto;
    }
}

@media (min-width: 1200px) {
    #readthis .promotion-group,
    #xp1 .promotion-group {
        margin: 20px auto;
    }
}

#readthis .promotion-group a,
#xp1 .promotion-group a {
    text-decoration: none;
}

#readthis .sh-tabs.tabs-group .tabs-content .promotion-group h3,
#xp1 .sh-tabs.tabs-group .tabs-content .promotion-group h3 {
    /*font-size: 2.6rem;
    font-family: 'OpenSans-ExtraboldItalic', Arial, sans-serif;*/

    font-size: 2rem;
    font-family: 'OpenSans', Arial, serif;
    font-weight: bold;

}

#readthis .promotion_content,
#xp1 .promotion_content {
    padding: 0 5%;
}

@media (min-width: 991px) {
    #readthis .promotion_image,
    #xp1 .promotion_image {
        width: 20%;
        margin-left: 5%;
    }
    #readthis .promotion_content,
    #xp1 .promotion_content {
        width: 75%;
        padding: 0;
    }
}

#readthis .promotion_content .btn-blue,
#xp1 .promotion_content .btn-blue {
    background-color: #007eae;
    border: 0.2rem solid #007eae;
    color: #fff;
    width: auto;
    padding: 6px 12px;
}

#readthis a:hover .promotion_content .btn-blue,
#xp1 a:hover .promotion_content .btn-blue {
    -webkit-box-shadow: 0 0 10px 0px #404040;
    -moz-box-shadow: 0 0 10px 0px #404040;
    box-shadow: 0 0 10px 0px #404040;
}


/* Fin Family senior */


/* Contador cuenta atras */

#contadorCapa {
    width: 355px;
    z-index: 99;
    /* position: absolute; */
    left: 17%;
    bottom: 6rem;
}

#contadorCapa ul {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

#contadorCapa ul.literales_contador {
    /* position: absolute; */
    left: 0;
}

#contadorCapa li#counter_day {
    width: 110px;
    font-size: 8rem;
    height: 66px;
    padding-left: 0.5rem;
    line-height: 5rem;
    padding-bottom: 0;
}

#contadorCapa ul li#counter_min {}

#contadorCapa ul li#counter_hour {}

#contadorCapa ul li#counter_second {}

#contadorCapa ul li {
    list-style: none outside none;
    letter-spacing: 0;
    color: #E7E7E7;
    font-size: 5rem;
    line-height: 3rem;
    padding: 0;
    background: none;
    font-family: "OpenSans-ExtraboldItalic";
    border-right: 1px solid #eee;
    width: 70px;
    height: 44px;
    text-align: left;
    padding-bottom: 1rem;
}

#contadorCapa ul.literales_contador li {
    font-size: 11px;
    color: #333333;
    letter-spacing: 0px;
    width: 24%;
    text-align: right;
    background: #eee;
    padding-right: 1rem;
    line-height: 2rem;
    font-family: "OpenSans-ExtraBoldItalic";
    height: auto;
    padding: 0;
    width: 71px;
    padding-right: 1rem;
}

#contadorCapa ul.literales_contador li.dias {
    width: 110px;
}


/*html[lang="ca"] #contadorCapa ul.literales_contador li.minutos{
    margin-right: 24px;
}*/

#contadorCapa ul.literales_contador li.horas {
    /* margin-left: 15px!important; */
}

#contadorCapa ul.literales_contador li.segundos {
    /* margin-left: 15px!important; */
}

#contadorCapa.ocultar {
    display: none;
}


/*@media (max-width: 992px){*/

.hm-slide-text.contador-m {
    /* margin-top: 8rem; */
}

#contadorCapa {
    position: relative;
    display: block;
    width: 300px;
    top: 4px;
    left: 0;
    bottom: auto;
}

.hm-slide.hm-text-center #contadorCapa {
    margin: 5px auto 10px;
}

.hm-slide.hm-text-left #contadorCapa {
    /* margin-left: auto; */
}

#contadorCapa ul li {
    color: #007DAD;
    border-color: transparent;
    position: relative;
}

#contadorCapa ul.literales_contador {
    margin-top: 0;
    margin-bottom: 2rem;
}

#contadorCapa li#counter_day,
#contadorCapa ul.literales_contador li.dias {
    width: 110px!important;
}

#contadorCapa li#counter_day {
    font-size: 5rem;
    line-height: 3rem;
    height: 44px;
    border-right: 2px solid #f4c53d;
}

#contadorCapa ul.literales_contador li.dias {
    background: #f4c53d;
}

#contadorCapa li#counter_min:before,
#contadorCapa li#counter_second:before {
    content: ":";
    position: absolute;
    left: -1.5rem;
    top: -0.2rem;
    font-size: 4.5rem;
}


#contadorCapa+.hm-slide-title h2 {
    /*line-height: 3rem;*/
    line-height: 3.2rem;
}

@media (max-width:992px) {
    #contadorCapa {
        margin: 0 auto 2rem;
    }
}

.hm-cmp-title #contadorCapa {
    width: 100%;
    margin-bottom: 2rem;
}


/* Destacado doble */

.hm-cmp-item-double .hm-cmp-title #contadorCapa {
    width: 260px !important;
}

.hm-cmp-title #contadorCapa li#counter_day,
.hm-cmp-title #contadorCapa ul.literales_contador li.dias {
    width: 65px;
}

.hm-cmp-title #contadorCapa ul.literales_contador li,
.hm-cmp-title #contadorCapa ul li {
    width: 50px;
}

.hm-cmp-title #contadorCapa li#counter_day,
.hm-cmp-title #contadorCapa li#counter_hour,
.hm-cmp-title #contadorCapa li#counter_min,
.hm-cmp-title #contadorCapa li#counter_second {
    font-size: 4rem;
}

.hm-cmp-title #contadorCapa li#counter_min:before,
.hm-cmp-title #contadorCapa li#counter_second:before {
    font-size: 4rem;
}

@media (max-width: 1200px) {
    .hm-cmp-title #contadorCapa li#counter_day,
    .hm-cmp-title #contadorCapa ul.literales_contador li.dias {
        width: 50px;
    }
    .hm-cmp-title #contadorCapa ul.literales_contador li,
    .hm-cmp-title #contadorCapa ul li {
        width: 50px;
    }
    .hm-cmp-title #contadorCapa li#counter_day,
    .hm-cmp-title #contadorCapa li#counter_hour,
    .hm-cmp-title #contadorCapa li#counter_min,
    .hm-cmp-title #contadorCapa li#counter_second {
        font-size: 3.5rem;
    }
    .hm-cmp-title #contadorCapa li#counter_min:before,
    .hm-cmp-title #contadorCapa li#counter_second:before {
        font-size: 3.5rem;
    }
    .hm-cmp-title #contadorCapa li#counter_min:before,
    .hm-cmp-title #contadorCapa li#counter_second:before {
        left: -1.2rem;
    }
}

@media (max-width: 992px) {
    .hm-cmp-title #contadorCapa li#counter_day,
    .hm-cmp-title #contadorCapa ul.literales_contador li.dias {
        width: 70px;
    }
    .hm-cmp-title #contadorCapa ul.literales_contador li,
    .hm-cmp-title #contadorCapa ul li {
        width: 60px;
        text-align: center;
    }
    .hm-cmp-title #contadorCapa li#counter_day,
    .hm-cmp-title #contadorCapa li#counter_hour,
    .hm-cmp-title #contadorCapa li#counter_min,
    .hm-cmp-title #contadorCapa li#counter_second {
        font-size: 4rem;
    }
    .hm-cmp-title #contadorCapa li#counter_min:before,
    .hm-cmp-title #contadorCapa li#counter_second:before {
        font-size: 4rem;
    }
}

@media (max-width: 600px) {
    .hm-cmp-title #contadorCapa li#counter_day,
    .hm-cmp-title #contadorCapa ul.literales_contador li.dias {
        width: 25%;
        height: auto;
    }
    .hm-cmp-title #contadorCapa ul.literales_contador li,
    .hm-cmp-title #contadorCapa ul li {
        width: 25%;
        height: auto;
        text-align: center;
        padding: 0;
        font-size: 0.8rem;
    }
    .hm-cmp-title #contadorCapa li#counter_day,
    .hm-cmp-title #contadorCapa li#counter_hour,
    .hm-cmp-title #contadorCapa li#counter_min,
    .hm-cmp-title #contadorCapa li#counter_second {
        font-size: 2rem;
    }
    .hm-cmp-title #contadorCapa li#counter_min:before,
    .hm-cmp-title #contadorCapa li#counter_second:before {
        font-size: 2rem;
        left: -10%;
    }
}

@media (max-width: 374px) {
    .hm-cmp-title #contadorCapa {
        margin-left: -5%;
    }
}


/* FIN Contador cuenta atras */


/* START - #85192 - Particulares // Compra Estrella // Lanzamiento Samsung S10+ */

@media (max-width: 992px) {
    .banner-image .page-terrat .page-terrat-text .font-white {
        color: #1a1a1a !important;
    }
}


/* END - #85192 - Particulares // Compra Estrella // Lanzamiento Samsung S10+ */


/* Ticket #84575 - Empresas // Planes // Pymes // nueva orden ministerial */

#om_especifica_negocios .om-right li {
    background-color: #d4d4d4;
    color: #9f9f9f;
}

#om_especifica_negocios .om-right li:nth-child(2),
#om_especifica_negocios .om-right li:nth-child(3),
#om_especifica_negocios .om-right li:nth-child(4) {
    background-color: #000;
    color: #fff;
}


/* FIN Ticket #84575 - Empresas // Planes // Pymes // nueva orden ministerial */


/* Ticket #85826 - Particulares: Modificar OMs de la campana traspasos */

#om_especifica_pensiones .om-right li:first-child {
    background-color: #000;
    color: #FFF;
}


/* FIN Ticket #85826 - Particulares: Modificar OMs de la campana traspasos */


/* Ticket #83026 - Planes// cambios catalogo y buscador para cumplimiento normativo */

#om_especifica_catalogo_planes .om-right li:first-child {
    background-color: #000;
    color: #FFF;
}


/* FIN Ticket #83026 - Planes// cambios catalogo y buscador para cumplimiento normativo */


/* START - Notificaciones Desktop */

.carousel-ventajas-notifications {
    width: 100%;
    max-width: 730px;
    margin: 0px auto;
    /*background: #00a1df; /* Old browsers */
    /*background: -moz-linear-gradient(top, #00a1df 0%, #2989d8 36%, #207cca 58%, #0678a8 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #00a1df 0%,#2989d8 36%,#207cca 58%,#0678a8 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #00a1df 0%,#2989d8 36%,#207cca 58%,#0678a8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00a1df', endColorstr='#0678a8', GradientType=0);
    /* IE6-9 */
    overflow: hidden;
    padding: 5rem 0;
}

.carousel-ventajas-notifications h2 {
    font-family: 'OpenSans', Arial, serif;
    color: #fff;
}

.carousel-ventajas-notifications .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.carousel-ventajas-notifications .slick-slide .slider-logo .logo {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    margin-top: 1.2rem;
}

.carousel-ventajas-notifications .slick-slide .slider-logo img {
    margin: 0 auto;
}

.carousel-ventajas-notifications .slick-slide .slider-text {
    text-align: center;
}

.carousel-ventajas-notifications .slick-slide .slider-text h1 {
    font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #00a1df;
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: 0;
}

.carousel-ventajas-notifications .slick-slide .slider-text p {
    font-family: "OpenSans", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    text-align: center;
    color: #000;
    margin: 0 auto;
    padding: 0 17rem;
    line-height: 2.8rem;
}

.carousel-ventajas-notifications .slick-slide .slider-text .button {
    background: #fff;
    color: #007eae;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: -0.18px;
    text-align: center;
    padding: 1.2rem 2rem;
    display: inline-block;
    margin-top: 4rem;
    text-decoration: none;
    border-radius: 2px;
}

.carousel-ventajas-notifications .slick-slide .slider-text .button.button-blue {
    background: #007eae;
    color: #fff;
}

.carousel-ventajas-notifications .slick-arrow {
    width: 4rem;
    height: 4rem;
    z-index: 5;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    background: transparent;
    color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    outline: none;
    background: #ddd;
}

.carousel-ventajas-notifications .slick-prev {
    left: 3.5rem;
}

.carousel-ventajas-notifications .slick-next {
    right: 3.5rem;
}

.carousel-ventajas-notifications .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 3.5rem;
}

.carousel-ventajas-notifications .slick-dots li {
    padding: 0 0.3rem;
    background: #fff;
    list-style: none;
}

.carousel-ventajas-notifications .slick-dots li button {
    background: none;
    color: transparent;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: 1px solid black;
    border-radius: 50%;
}

.carousel-ventajas-notifications .slick-dots li button::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #ffffff;
    color: transparent;
    line-height: 1;
    border-radius: 14px;
    opacity: 1;
}

.carousel-ventajas-notifications .slick-dots li.slick-active button::before {
    color: #fff;
    opacity: 1;
    background: #000;
    border: none;
}

@media (max-width: 1024px) {
    .carousel-ventajas-notifications .slick-slide .slider-text p {
        padding-left: 20%;
        padding-right: 20%;
    }
}

@media (max-width: 768px) {
    .carousel-ventajas-notifications .slick-slide .slider-text p {
        padding-left: 14%;
        padding-right: 14%;
    }
}

@media (max-width: 538px) {
    .carousel-ventajas-notifications .slick-slide .slider-text p {
        padding-left: 10%;
        padding-right: 10%;
    }
}


/* END - Notificaciones Desktop */


/*Css pagina de reactivacion01*/

.carousel-browser-wrapper {
    width: 100%;
    text-align: center;
    /*background-image: linear-gradient(to bottom, #00a1df, #0678a8);*/
    overflow: auto;
    height: 100%;
}

.carousel-browser-wrapper .carousel-browser {
    width: auto;
    margin: 0px 19px;
}

.carousel-browser-wrapper .carousel-browser .slick-slide {
    display: block;
    float: none;
    margin: 0px 19px;
}

.carousel-browser-wrapper .carousel-browser .slick-slide img {
    display: inline-block;
}

.carousel-browser-wrapper .slick-slide .slider-logo .logo-reduced {
    width: 59px;
    margin: 0 auto;
    height: 28px;
    margin-top: 9.3rem;
    margin-bottom: 10px;
}

.carousel-browser-wrapper .slick-slide .slider-text-react .title-text-react {
    font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #007eae;
    margin-top: 10px;
}

.carousel-browser-wrapper .slick-slide .slider-text-react .subtitleText-react {
    font-family: "OpenSans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
    color: #007eae;
    margin-top: 28px;
    margin-bottom: 4px;
}

.carousel-browser-wrapper .slick-slide .slider-text-react .text-react {
    font-family: "OpenSans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    max-width: 493px;
    margin: 0 auto;
}

.carousel-browser-wrapper .slick-slide .slider-text-react .text-react:last-child {
    margin-top: 32px;
    font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
    margin-bottom: 109px;
}

.carousel-browser-wrapper .slick-slide .slider-text-react .text-react img {
    display: inline-block;
    vertical-align: middle;
    margin: 0.5rem 0 0.5rem 0.5rem;
    text-align: center;
}

.carousel-browser-wrapper .slick-slide .slider-text-react .text-react a {
    color: #007eae;
    font-family: "OpenSans", Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-size: 2rem;
}

.carousel-browser-wrapper .slick-slide .slider-text-react .text-react span {
    font-weight: bold;
    color: #000;
}

@media (min-width: 768px) {
    .carousel-browser-wrapper .slick-slide .slider-logo .logo-reduced {
        margin-top: 7rem;
    }
    .carousel-browser-wrapper .slick-slide .slider-text-react .text-react:last-child {
        margin-bottom: 70px;
        color: #007eae;
        font-weight: bold
    }
    .carousel-browser-wrapper .slick-slide .slider-text-react .subtitleText-react {
        margin-top: 21px;
    }
}


/*fin pagina de reactivacion01*/


/*Css pagina de reactivacion02*/

.carousel-pickBrowser-wrapper {
    width: 100%;
    text-align: center;
    overflow: auto;
    height: 100%;
    margin: 0 auto;
    /*background-image: linear-gradient(to bottom, #00a1df, #0678a8);*/
}

.carousel-pickBrowser-wrapper .carousel-pickBrowser {
    width: auto;
    margin: 0px 19px;
}

.carousel-pickBrowser-wrapper .carousel-pickBrowser .slick-slide {
    display: block;
    float: none;
    width: auto;
    margin: 0px 19px;
}

.carousel-browser-wrapper .slick-slide .slider-alert {
    margin: 0 auto;
}

.carousel-pickBrowser-wrapper .slick-slide .slider-alert {
    margin: 0 auto;
}

.carousel-pickBrowser-wrapper .slick-slide .slider-boxBrowsers {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 158px;
}

.carousel-pickBrowser-wrapper .slick-slide .slider-boxBrowsers .boxBrowsers-chrome {
    float: left;
    padding-right: 30px;
}

.carousel-pickBrowser-wrapper .slick-slide .slider-boxBrowsers .boxBrowsers-chrome .logo-reduced {
    height: 85px;
    width: 85px;
}

.carousel-pickBrowser-wrapper .slick-slide .slider-boxBrowsers .boxBrowsers-chrome p a,
.carousel-pickBrowser-wrapper .slick-slide .slider-boxBrowsers .boxBrowsers-firefox p a {
    font-family: "OpenSans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #007eae;
    margin-top: 23px;
    display: inline-block;
    text-decoration: none;
}

.carousel-pickBrowser-wrapper .slick-slide .slider-boxBrowsers .boxBrowsers-line {
    float: left;
    border-right: 2px solid #b6b6b6;
    width: 2px;
    height: 70px;
    margin-top: 8px;
}

.carousel-pickBrowser-wrapper .slick-slide .slider-boxBrowsers .boxBrowsers-firefox {
    margin-left: 30px;
    float: left;
}

.carousel-pickBrowser-wrapper .slick-slide .slider-boxBrowsers .boxBrowsers-firefox .logo-reduced {
    height: 85px;
    width: 85px;
}

.carousel-pickBrowser-wrapper .slick-slide .slider-alert .alert-title {
    margin: 0 auto;
    font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #007eae;
    margin-top: 164px;
}

.carousel-pickBrowser-wrapper .slick-slide .slider-alert .alert-subtitle {
    margin: 0 auto;
    font-family: "OpenSans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #262626;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .carousel-pickBrowser-wrapper {
        min-width: 730px;
        width: 100%;
    }
    .carousel-pickBrowser-wrapper .carousel-browser {
        margin: 0px 66px;
    }
    .carousel-pickBrowser-wrapper .slick-slide .slider-alert .alert-title {
        margin-top: 67px;
    }
    .carousel-pickBrowser-wrapper .slick-slide .slider-alert .alert-subtitle {
        margin-top: 14px;
    }
    .carousel-pickBrowser-wrapper .slick-slide .slider-boxBrowsers {
        margin-bottom: 128px;
    }
    .carousel-pickBrowser-wrapper .slick-slide .slider-boxBrowsers .boxBrowsers-chrome {
        padding-right: 70px;
    }
    .carousel-pickBrowser-wrapper .slick-slide .slider-boxBrowsers .boxBrowsers-firefox {
        margin-left: 70px;
    }
    .carousel-pickBrowser-wrapper .slick-slide .slider-boxBrowsers .boxBrowsers-chrome .logo-reduced {
        height: 121px;
        width: 121px;
    }
    .carousel-pickBrowser-wrapper .slick-slide .slider-boxBrowsers .boxBrowsers-firefox .logo-reduced {
        height: 121px;
        width: 121px;
    }
    .carousel-pickBrowser-wrapper .slick-slide .slider-boxBrowsers {
        margin-top: 91px;
    }
    .carousel-pickBrowser-wrapper .slick-slide .slider-boxBrowsers .boxBrowsers-line {
        margin-top: 24px;
    }
    .carousel-pickBrowser-wrapper .slick-slide .slider-boxBrowsers .boxBrowsers-chrome p a,
    .carousel-pickBrowser-wrapper .slick-slide .slider-boxBrowsers .boxBrowsers-firefox p a {
        margin-top: 29px;
    }
}


/*fin css de configuracion de reactivacion02*/


/*Css pagina de configuracion notificaciones*/

.carousel-config-notifications {
    min-width: 360px;
    text-align: center;
    background: white;
    overflow: auto;
    height: 100%;
    margin: 0 auto;
}

.carousel-config-notifications .carousel-config {
    width: auto;
    margin: 0px 19px;
}

.carousel-config-notifications .carousel-config .slick-slide {
    display: block;
    float: none;
}

.carousel-config-notifications .carousel-config .slick-slide .slider-logoConfig .logo-config {
    margin: 0 auto;
    width: 59px;
    height: 59px;
    margin-top: 7.8rem;
    margin-bottom: 2.4rem;
}

.carousel-config-notifications .slick-slide .slider-text-config .title-text-config {
    font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    color: #007eae;
    margin-bottom: 4.3rem;
}

.carousel-config-notifications .slick-slide .slider-text-config .title-form-config {
    font-family: "OpenSans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    color: #555555;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0.9rem;
}

.carousel-config-notifications .slick-slide .slider-text-config .form_config {
    width: 100%;
    position: relative;
}

.carousel-config-notifications .slick-slide .slider-text-config .form_config .languages-config {
    background-color: #eeeeee;
    font-family: "TitilliumWeb-Light", "Helvetica Neue", "Open Sans", Arial, sans-serif;
    color: #666666;
    font-size: 1.4rem;
    width: 100%;
    border: 0;
    border-bottom: 0.2rem solid #666666;
    padding: 0 1.5rem;
    height: 4.9rem;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    position: relative;
}

.carousel-config-notifications .slick-slide .slider-text-config .form_config .arrow-down {
    position: absolute;
    right: 25px;
    bottom: 111px;
    width: 12px;
    height: 12px;
    display: block;
    border-left: 2px solid #8e8e8e;
    border-bottom: 2px solid #8e8e8e;
    transform: rotate(-46deg);
    transition: all 0.25s ease;
    pointer-events: none;
    z-index: 200;
    top: 17px;
}

.carousel-config-notifications .slick-slide .slider-text-config .config-buttonForm {
    margin-top: 53px;
}

.carousel-config-notifications .slick-slide .slider-text-config .config-buttonForm .buttonSave {
    background: #007eae;
    color: white;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.2px;
    text-align: center;
    padding: 1.5rem 3.4rem;
    display: inline-block;
    height: 48px;
    text-decoration: none;
}

.carousel-config-notifications .slick-slide .slider-text-config .config-buttonForm .link-config {
    font-family: "OpenSans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    text-align: center;
    color: #007eae;
    text-decoration: underline;
    display: block;
    margin-top: 26px;
    margin-bottom: 149px;
}

@media (min-width: 768px) {
    .carousel-config-notifications {
        max-width: 730px;
    }
    .carousel-config-notifications .carousel-config {
        margin: 0px 66px;
    }
    .carousel-config-notifications .slick-slide .slider-logoConfig .logo-config {
        margin-top: 7rem;
        margin-bottom: 10px;
    }
    .carousel-config-notifications .slick-slide .slider-text-config .title-text-config {
        line-height: 1.08;
        margin-bottom: 4rem;
    }
    .carousel-config-notifications .slick-slide .slider-text-config .title-form-config {
        margin-bottom: 1.8rem;
    }
    .carousel-config-notifications .slick-slide .slider-text-config .form_config .languages-config {
        height: 5.3rem;
    }
    .carousel-config-notifications .slick-slide .slider-text-config .config-buttonForm {
        margin-top: 103px;
    }
    .carousel-config-notifications .slick-slide .slider-text-config .config-buttonForm .link-config {
        margin-top: 34px;
        margin-bottom: 46px;
    }
}


/*fin css de configuracion de notificacion*/


/* Ticket #85675 - Particulares / Macromenu - Destacados */

#panel-menu .menu-linkgroup .menu-link-title:hover {
    color: #007eae;
    text-decoration: underline;
}

#panel-menu .menu-linkgroup .menu-sublink strong:hover {
    color: #007eae;
}

#panel-menu .menu-linkgroup .menu-sublink:before {
    background: url(icons/star_grey.png) no-repeat center center transparent;
}

#panel-menu .menu-linkgroup .menu-sublink:hover:before {
    background: url(icons/star_yellow.png) no-repeat center center transparent;
}


/* FIN Ticket #85675 - Particulares / Macromenu - Destacados */


/* START Ticket #86070 - COLECTIVOS / Incluir formulario en landing portal. */

#form-mortgage-colectivos .row>.col {
    min-height: auto;
}

#form-mortgage-colectivos #question_cliente,
#form-mortgage-colectivos #question_nomina {
    margin-bottom: 20px;
}

#form-mortgage-colectivos>fieldset>legend {
    padding: 2rem 0;
    font-size: 20px;
    font-family: "OpenSans-Bold", Arial, serif;
}

@media(min-width: 991px) {
    #form-mortgage-colectivos>fieldset>legend {
        margin-left: 8.33333333%;
    }
}

#form-mortgage-colectivos label,
#form-mortgage-colectivos legend {
    width: 100%;
    padding-bottom: 2rem;
    margin: 0;
    font-size: 14px;
    color: #434343;
    font-family: "OpenSans-Bold", Arial, serif;
    width: 100%;
    border: none;
}

#form-mortgage-colectivos legend.legend-pos {
    padding-top: 1rem;
}

#form-mortgage-colectivos input[type='text'],
#form-mortgage-colectivos input[type='number'] {
    width: 100%;
    height: 40px;
    color: #434343;
    font-family: "OpenSans", Arial, serif;
    background: #d8d8d8;
    box-shadow: none;
    border: none;
    padding: 0 10px;
    font-size: 14px;
}

#form-mortgage-colectivos input[type='text']:hover,
#form-mortgage-colectivos input[type='number']:hover,
#form-mortgage-colectivos input[type='text']:focus,
#form-mortgage-colectivos input[type='number']:focus {
    border: solid 1px #007eae;
    box-shadow: 1px 2px 5px 0 #767676;
}

#form-mortgage-colectivos .group-fields {
    /* display: flex; */
}

#form-mortgage-colectivos .group-fields .pull-left {
    width: 49%;
    float: none!important;
    display: inline-block;
}

#form-mortgage-colectivos .group-fields .pull-left.pr5 select {
    width: 100%;
    height: 40px;
    color: #434343;
    font-family: "OpenSans", Arial, serif;
    background: #d8d8d8;
    box-shadow: none;
    border: none;
    padding: 0 10px;
    font-size: 14px;
}

#form-mortgage-colectivos .group-fields .pull-left.i-radio+.i-radio {
    margin-left: -5px;
}

#form-mortgage-colectivos .custom-form-radio+input+label {
    border: 1px solid #9b9b9b;
    float: left;
    height: 40px;
    width: 100%;
    color: #767676;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "OpenSans", Arial, serif;
}

#form-mortgage-colectivos .custom-form-radio+input+label:hover {
    box-shadow: 1px 2px 5px 0 #767676;
}

#form-mortgage-colectivos .custom-form-radio.custom-form-checked.custom-form-focused+input+label,
#form-mortgage-colectivos .custom-form-radio.custom-form-checked+input+label {
    background: url(../../../../particulares/CSS/Estaticos/images/ok-radio-v.png) no-repeat scroll 90% center transparent;
    border: 1px solid #007eae;
    color: #007eae;
    position: relative;
    z-index: 1;
}

#form-mortgage-colectivos .error-message {
    padding-bottom: 1.2rem;
    color: #ff0000;
}

#form-mortgage-colectivos .error-message#telefono-error {
    position: absolute;
    left: 15px;
}

#form-mortgage-colectivos .contain-submit input[type="submit"] {
    height: 40px;
    width: auto;
    font-size: 16px;
    box-shadow: none;
    border: none;
    font-family: 'OpenSans-Bold', Arial, serif;
    color: #1a1a1a;
    font-weight: 400;
    background: #f4c53d;
    line-height: 2px;
    padding: 0 5rem;
    border-radius: 3px;
    margin: 0 auto 3rem auto;
    display: block;
}

#form-mortgage-colectivos .contain-submit input[type="submit"]:hover {
    -webkit-box-shadow: inset 500px -1px 5px 0px rgba(219, 177, 55, 0.1);
    -moz-box-shadow: inset 500px -1px 5px 0px rgba(219, 177, 55, 0.1);
    box-shadow: inset 500px -1px 5px 0px rgba(219, 177, 55, 0.1);
    background: url("../images/candado_boton.png") no-repeat 40px 15px #e5b630;
    transition: 1s all ease-out;
}


/* END Ticket #86070 - COLECTIVOS / Incluir formulario en landing portal. */


/* Ticket #85723 - Particulares: Modificar flotante en landings Hazte Cliente */

@media (max-width: 640px) {
    #faldon-hc a .button-text {
        display: none;
    }
}


/* FIN Ticket #85723 - Particulares: Modificar flotante en landings Hazte Cliente */


/*  START - Nueva version video player Brightcove */

.vjs-big-play-button span.vjs-icon-placeholder,
.vjs-play-control span.vjs-icon-placeholder {
    display: none;
}

.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
    content: "\f101";
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8em;
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
    content: "\f103";
    font-size: 1.8em;
    line-height: 1.67;
}


/*  END - Nueva version video player Brightcove */


/* Ticket #86346 - [HIPOTECAS] Maquetacion margenes pop-up menu */

.page-wrapper.empty #page {
    padding: 2rem 4rem 0 4rem;
}

.page-wrapper.empty #page .templateTCI_contenedor .templateTCI_imagen {
    width: 55%;
}

.page-wrapper.empty #page .templateTCI_contenedor .templateTCI_texto {
    vertical-align: top;
}


/* FIN Ticket #86346 - [HIPOTECAS] Maquetacion margenes pop-up menu*/


/* Formulario Cookies videos youtube */

.video-inline .aviso_cookies {
    position: relative;
    min-height: 340px;
    width: 100%;
    height: 100%;
}

.video-inline .aviso_cookies .cont_cookies {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    width: 90%;
    overflow-y: auto;
    margin: 1% auto 1%!important;
    top: 10px;
    height: 90%;
    text-align: center;
}

.video-inline {
    position: relative;
    margin: 0 auto;
    padding-right: 0px;
    padding-left: 0px;
}

.video-inline.container .aviso_cookies .cont_cookies .boton_cancelar {
    display: none;
}

.video-inline.container .aviso_cookies .cont_cookies #capaCookies .row.center {
    display: block;
}

.video-inline.container .aviso_cookies .cont_cookies .capaCookies.Opcion2>.row>.col-xs-6 {
    width: 100%
}

.video-inline.container .aviso_cookies .cont_cookies .capaCookies.Opcion2 .main-component {
    margin: 0px;
}

.video-inline.container .aviso_cookies .cont_cookies .capaCookies.Opcion2 .tb-text .tb-text-c li {
    text-align: left;
}

.video-inline.container .aviso_cookies .cont_cookies .capaCookies.Opcion2 .tb-text .tb-text-c li a {
    text-align: center;
    font-size: 1.4rem;
    white-space: normal;
}

.video-inline.container .aviso_cookies .cont_cookies .capaCookies.Opcion2 .tb-text-c.tb-text-left.component-group {
    text-align: left;
}

@media(min-width:400px) {
    .video-inline.container .aviso_cookies .cont_cookies .capaCookies.Opcion2 .tb-text-c.tb-text-left.component-group {
        text-align: center;
    }
}

.video-inline .aviso_cookies .cont_cookies>p {
    padding-bottom: 20px;
}

.video-inline .aviso_cookies .cont_cookies>p:first-child {
    font-weight: bold;
    width: 100%;
}


/* FIN Formulario Cookies videos youtube */


/* Ticket #97580 - Talks */

.gallery-video .aviso_cookies .cont_cookies>p {
    color: #000;
    line-height: 2rem;
}

.gallery-video .aviso_cookies .cont_cookies .capaCookies label strong {
    color: #000;
}


/* FIN Ticket #97580 - Talks */


/* START - Particulares // legal // dpo portugues */

#desplegable-idiomas.idiomas-dpo {
    position: absolute;
    right: 15px;
    top: 5px;
    border: none;
}

@media(min-width: 991px) {
    #desplegable-idiomas.idiomas-dpo {
        right: 17%;
        top: 20px;
    }
}


/* END - Particulares // legal // dpo portugues */

.subhome_promoContents .submenu-linkgroup.tabs-group .tabs-item:first-child.active>a .tabs-item-title p:hover,
.promoContents .submenu-linkgroup.tabs-group .tabs-item:first-child.active>a .tabs-item-title p:hover {
    color: #007BAD;
}


/*#87572 Particulares // Family // Landing Futbol Club Barcelona // bullets y justificar*/

.phs .p-highlights .p-highlight-item-0 .p-highlight-content {
    text-align: left;
}

.phs .p-highlights .p-highlight-item-0 .p-highlight-content p:first-child {
    text-align: center;
    margin-bottom: 5px;
}

.phs .p-highlights .p-highlight-item-0 .p-highlight-content p:nth-child(2) {
    margin-bottom: 10px;
}

.phs .p-highlights .p-highlight-item-1 .p-highlight-content {
    text-align: left;
}

.phs .p-highlights .p-highlight-item-2 .p-highlight-content {
    text-align: left;
}

.phs .p-highlights .p-highlight-list .p-highlight-item-0 .p-highlight-content>p+p {
    background: transparent url(images/bullet-ul.png) no-repeat scroll left 5px;
    padding-left: 1.5rem;
}

.phs .p-highlights .p-highlight-list .p-highlight-item-1 p.nobullet {
    background: none!important;
    padding-left: 0rem!important;
}

.phs .p-highlights .p-highlight-list .p-highlight-item-1 .p-highlight-content>p+p {
    background: transparent url(images/bullet-ul.png) no-repeat scroll left 5px;
    padding-left: 1.5rem;
}

.phs .p-highlights .p-highlight-list .p-highlight-item-2 .p-highlight-content>p+p {
    background: transparent url(images/bullet-ul.png) no-repeat scroll left 5px;
    padding-left: 1.5rem;
}

.phs .p-highlights .p-highlight-list .p-highlight-item-2 p.nobullet {
    background: none!important;
    padding-left: 0rem!important;
    margin-top: 10px;
    display: grid;
}

.phs .p-highlights .p-highlight-list .p-highlight-item-2 p.subitem {
    margin-left: 20px;
}


/*Popup Page*/

.phsp .p-highlights .p-highlight-item-0 .p-highlight-content {
    text-align: left;
}

.phsp .p-highlights .p-highlight-item-0 .p-highlight-content p:first-child {
    text-align: center;
    margin-bottom: 5px;
}

.phsp .p-highlights .p-highlight-item-0 .p-highlight-content p:nth-child(2) {
    margin-bottom: 10px;
}

.phsp .p-highlights .p-highlight-item-1 .p-highlight-content {
    text-align: left;
}

.phsp .p-highlights .p-highlight-item-2 .p-highlight-content {
    text-align: left;
}

.phsp .p-highlights .p-highlight-list .p-highlight-item-0 .p-highlight-content>p+p {
    background: transparent url(images/bullet-ul.png) no-repeat scroll left 5px;
    padding-left: 1.5rem;
}

.phsp .p-highlights .p-highlight-list .p-highlight-item-1 p.nobullet {
    background: none!important;
    padding-left: 0rem!important;
}

.phsp .p-highlights .p-highlight-list .p-highlight-item-1 .p-highlight-content>p+p {
    background: transparent url(images/bullet-ul.png) no-repeat scroll left 5px;
    padding-left: 1.5rem;
}

.phsp .p-highlights .p-highlight-list .p-highlight-item-2 .p-highlight-content>p+p {
    background: transparent url(images/bullet-ul.png) no-repeat scroll left 5px;
    padding-left: 1.5rem;
}

.phsp .p-highlights .p-highlight-list .p-highlight-item-2 p.nobullet {
    background: none!important;
    padding-left: 1.5rem;
    margin-top: 10px;
    display: grid;
}

.phsp .p-highlights .p-highlight-list .p-highlight-item-2 p.subitem {
    margin-left: 20px;
}

.phsp .container .col-md-8.col-xs-12.center-block {
    margin: 0px;
}

.phsp .container {
    padding: 0px;
}

.container-fluid.bg-white.phsp {
    padding: 0px;
}


/*End Popup Page*/


/*END #87572 Particulares // Family // Landing Futbol Club Barcelona // bullets y justificar*/


/* START - #87105 - Tarjetas - cambio de nombre de Payments */

.header-bottom .main-title#logo_payments {
    background: url('../../../../particulares/CSS/Estaticos/images/logo_payments.png') center center no-repeat transparent;
    background-size: 100%;
}

@media (min-width: 992px) {
    .header-bottom .main-title#logo_payments {
        background: url('../../../../particulares/CSS/Estaticos/images/logo_payments.png') center center no-repeat transparent;
        background-size: 100%;
    }
}


/* END - #87105 - Tarjetas - cambio de nombre de Payments */


/* START - #87816 - Particulares: Modificar columna en EPSV */

@media(min-width: 768px) {
    #epsv_aportacion_unica .templateTCI_imagen {
        width: 20%;
    }
    #epsv_aportacion_unica .templateTCI_texto {
        width: 80%;
    }
}


/* END - #87816 - Particulares: Modificar columna en EPSV */


/* Ticket #87601 - APLICAR LOGICA A LANDINGS DE PROMOCIONES */


/*********************************/


/* BLOQUE DE PRUEBA, NO PUBLICAR */


/*********************************/


/* Ticket #102757 - Particular // Seguros // MyBox Universo > separar logo y boton mobile */

.p-highlight-info .button_wrap a {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .p-highlight-info .button_wrap {
        margin: 0;
    }
}


/* FIN Ticket #102757 - Particular // Seguros // MyBox Universo > separar logo y boton mobile */


/* FIN Ticket #87601 - APLICAR LOGICA A  LANDINGS DE PROMOCIONES */


/* START #88153 - READSPEAKER // Actualizacion de componente */

.rs_addtools .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li,
.rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li {
    background: none;
}

.rs_splitbutton .rsbtn_tools {
    margin-top: 5px!important;
}

.rs_addtools .rsbtn_tooltoggle,
.rsbtn .rsbtn_tooltoggle {
    font-size: 10px!important;
}

.rsbtn .rs-player-loadindicator {
    left: 0!important;
}


/* END #88153 - READSPEAKER // Actualizacion de componente */


/* START #88201 - Particulares: landing alerta de empresas */

#alerta-empresa-banner-text.page-banner .page-banner-wrap .page-banner-box .page-description .button_wrap {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    #alerta-empresa-banner-text.page-banner {
        position: relative;
        left: 250px;
    }
    #alerta-empresa-banner-text.page-banner .page-banner-wrap .page-banner-box {
        text-align: left;
    }
    #alerta-empresa-banner-text.page-banner .page-banner-wrap .page-banner-box .page-description,
    #alerta-empresa-banner-text.page-banner .page-banner-wrap .page-banner-box .page-title {
        width: 80%;
        margin: 0 auto;
    }
    #alerta-empresa-banner-text.page-banner .page-banner-wrap .page-banner-box .page-description .button_wrap {
        margin-left: 0;
        margin-bottom: 0;
    }
}

.table-responsive.n-table[data-pattern="priority-columns"]>.table>tbody>tr>td>p.texto_centrado+p.texto_centrado {
    min-height: 45px;
}


/* END #88201 - Particulares: landing alerta de empresas */


/* START #88211 - Empresa: multidivisa en ingles */

.inner-section .column {
    min-height: auto;
}


/* END #88211 - Empresa: multidivisa en ingles */


/* Ticket #88735 - Particulares: Revisar estilos de la etiqueta strong */

.content_alternative .content-box .description p,
.content_alternative .content-box .description ul li {
    color: #555 !important;
}

.content_alternative .content-box .description h2 {
    margin-top: 0;
    margin-bottom: 1.4rem;
}

/* FIN Ticket #88735 - Particulares: Revisar estilos de la etiqueta strong */


/* Ticket #89719 - Particulares: Modificar OM de simulador de jubilacion */

#om_total_risk .om-right .om-value ul li {
    background-color: #000;
    color: #fff;
}


/* FIN Ticket #89719 - Particulares: Modificar OM de simulador de jubilacion */


/* Ticket #89636 - Visualizacion video Hoteles & Tourism */

@media (min-width: 991px) {
    #slider_subhome_convideo .hm-slide-text-r {
        width: 150%;
    }
    #slider_subhome_convideo .hm-text-media .hm-slide-text-media {
        height: 75%;
    }
}

@media (min-width: 1200px) {
    #slider_subhome_convideo .hm-slide-image-wrap {
        top: 0% !important;
    }
}

@media (min-width: 1400px) {
    #slider_subhome_convideo .hm-slide-image-wrap {
        top: -50% !important;
    }
}


/* FIN Ticket #89636 - Visualizacion video Hoteles & Tourism */


/* Ticket #89825 - Enlace en player videos brightcove */

@media all and (-ms-high-contrast:none) {
    .button_wrap a>.btn-yellow.icon_lock:before,
    .button_wrap .btn-yellow.icon_lock>a:before,
    .button_wrap a>.btn-yellow.button_wrap:before,
    .button_wrap .btn-yellow.button_wrap>a:before,
    .article-content .boton.naranja>a:before,
    .article-content a>.boton.naranja:before,
    .button_wrap a>.btn-yellow.icon_people:before,
    .button_wrap .btn-yellow.icon_people>a:before
        /*Ticket #92763 - Particulares // Como darse de alta // iconos personitas en botones*/
    {
        padding-top: 0;
    }
}


/* FIN Ticket #89825 - Enlace en player videos brightcove */


/* Ticket #90677 - Destacado slider con mini imagen */

.hm-text-right .hm-slide-text-c .hm-slide-description .templateTCI_contenedor {
    width: 106%;
    background: #efefef;
}

.hm-text-right .hm-slide-text-c .hm-slide-description .templateTCI_contenedor .templateTCI_imagen .texto_centrado {
    margin-top: 0;
}

.hm-text-right .hm-slide-text-c .hm-slide-description .templateTCI_contenedor .templateTCI_imagen .texto_centrado img {
    margin: 0 auto;
}


/* FIN Ticket #90677 - Destacado slider con mini imagen */


/*Ticket #92038 - Particulares: Aplicar A1 en mitad de landing*/

#design_textWhite_central .page-banner-box .page-title h1 {
    position: relative;
}

#design_textWhite_central h1,
#design_textWhite_central .page-banner-text .page-description p {
    color: #ffffff;
}

.article-main #design_textWhite_image.banner-media {
    display: block;
}


/*Ticket #92404 - Componente 'Banner contenidos centrales A1 - Video' no se carga a PRE*/

@media(min-width: 1200px) {
    #design_textWhite_central .page-banner-box .page-title h1 {
        padding: 0 !important;
    }
}

@media(min-width: 992px) {
    #design_textWhite_central.page-banner {
        height: 480px;
    }
    #design_textWhite_central .page-banner-box .page-title h1 {
        padding: 50px 20px;
    }
}

@media (max-width: 991px) {
    #design_textWhite_central.page-banner {
        height: 280px;
    }
    #design_textWhite_central .page-banner-box .page-title h1 {
        margin-top: -30px;
        font-size: 3.2rem;
        line-height: 4rem;
        letter-spacing: 0;
    }
    #design_textWhite_image .banner-image-group img {
        opacity: 0.5;
    }
    #design_textWhite_image .banner-image-group {
        background-color: #000;
    }
}

@media (max-width: 767px) {
    #design_textWhite_central.page-banner {
        height: 220px;
    }
}


/*Fin Ticket #92038 - Particulares: Aplicar A1 en mitad de landing*/


/* Ticket #92467 - Componente NEO*/

@media (max-width: 576px) {
    #design_textWhite_central.page-banner {
        height: 220px;
    }
    #design_textWhite_central .page-banner-box .page-title h1 {
        padding: 10px 20px 25px 20px;
        margin-top: -30px;
        font-size: 3.2rem;
        line-height: 4rem;
        letter-spacing: 0;


    }
    #design_textWhite_central.page-banner .page-video a {
        background-size: 80% 80%;
    }
}


/* Ticket #92467 - Componente NEO*/


/* Ticket #91639 - [HOLABANK] >> Integrar campos en formulario ON-Boarding */

.onboarding #cboxClose {
    right: 0;
    background: url(icons/cross_black.png) 70% 30% no-repeat;
}

.onboarding #cboxLoadedContent {
    height: auto !important;
}

.onboarding #form-onboarding {
    background: #fff;
    padding: 10px 20px;
}

.onboarding #form-onboarding .buttons_group {
    margin: 0;
}

.onboarding #form-onboarding .buttons_group .button_wrap {
    margin: 10px;
}

.onboarding #form-onboarding select {
    margin: 10px 0 5px;
}

.onboarding #form-onboarding option {
    text-transform: capitalize;
}


/* FIN Ticket #91639 - [HOLABANK] >> Integrar campos en formulario ON-Boarding */


/************************/


/** Microinteracciones **/


/************************/


/* Apertura de colorbox con rebote en pantalla */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@keyframes bounceIn {
    from,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    80% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}


/* FIN Apertura de colorbox con rebote en pantalla */


/* Ptools Formulario Salesforce*/

form#form_sf {
    width: 100%;
    display: block;
    background: #007eae;
    padding: 5% 2.5%;
    float: right;
    text-align: center;
}

div.msgNoOk {
    width: 100%;
    display: flex;
    background: #007eae;
    padding: 5% 2.5%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

div.msgNoOk h3 {
    color: white;
}

form#form_sf input {
    width: 90%;
    margin: 5px 0;
    padding: 5px;
}

form#form_sf select {
    width: 90%;
    margin: 5px 0;
}

form#form_sf .legal-check input {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    color: #cecece;
}

form#form_sf .legal-check input {
    width: auto;
    margin: 5px 0;
}

div#txtFormSf {
    width: 100%;
    display: block;
    text-align: center;
    float: left;
    padding: 0 5%;
}

div#txtFormSf .article.media img {
    width: 100%;
    height: auto;
    max-width: 40%;
    margin-top: 15px;
}

form#form_sf h3 {
    color: white;
    margin: 1rem;
}

form#form_sf .legal-check label,
form#form_sf .legal-check a {
    color: white;
}

form#form_sf .legal-check a:hover {
    text-decoration: underline;
}

form#form_sf input::-webkit-input-placeholder {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    color: #cecece;
}

form#form_sf input:-ms-input-placeholder {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    color: #cecece;
}

form#form_sf input:-moz-placeholder {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    color: #cecece;
}

form#form_sf input::-moz-placeholder {
    font-family: 'myFont', Arial, Helvetica, sans-serif;
    color: #cecece;
}

form#form_sf select {
    font-family: 'myFont', Arial, Helvetica, sans-serif;
    color: #cecece;
    padding: 5px;
}

@media(min-width: 768px) {
    form#form_sf {
        width: 50%;
        display: inline-block;
        background: #007eae;
        padding: 5% 2.5%;
        float: right;
        text-align: center;
        min-height: 400px;
        justify-content: center;
        align-items: center;
    }
    div.msgNoOk {
        width: 50%;
        display: flex;
        background: #007eae;
        padding: 5% 2.5%;
        float: right;
        text-align: center;
        min-height: 400px;
        justify-content: center;
        align-items: center;
    }
    div#txtFormSf {
        width: 50%;
        display: inline-block;
        text-align: center;
        float: left;
        padding: 0 5%;
        min-height: 400px;
    }
    div#txtFormSf .article.media img {
        max-width: 60%;
    }
}


/* FIN Ptools Formulario Salesforce*/


/* START - Destacados Podcast */

.podcast-highlights {
    margin: 0 auto;
    max-width: 560px;
    display: block;
    overflow: hidden;
}

.podcast-highlights h2 {
    line-height: 3.2rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #007eae;
    margin-bottom: 1.5rem;
}

.podcast-highlights .podcast-highlights__list {
    margin-top: -5px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 15px;
}

.podcast-highlights .podcast-highlights__item {
    padding: 5px;
    width: 100%;
    display: inline-block;
    background: none;
    vertical-align: top;
    position: relative;
}

.podcast-highlights .podcast-highlights__item.sh-h-double {
    width: 100%;
}

.podcast-highlights__item .podcast-highlights__wrap {
    min-height: 16rem;
    border: 1px solid #DDDDDD;
    position: relative;
}

.podcast-highlights__item .podcast-highlights__image {
    width: 100%;
    overflow: hidden;
}

.podcast-highlights__image img {
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%;
}

.podcast-highlights__item .podcast-highlights__content {
    padding: 1rem 0.6rem;
    min-height: 14.5rem;
}

.podcast-highlights__item .podcast-highlights__content h3 {
    margin: 0;
    font-size: 2rem;
    line-height: 2.8rem;
    color: #007eae;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.podcast-highlights__content .podcast-highlights__text p {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0;
}

.podcast-highlights__content .podcast-highlights__duration p {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: bold;
    margin: 0;
}

.podcast-highlights__content .podcast-highlights__button {
    position: absolute;
    bottom: 1.5rem;
}

.podcast-highlights__content .podcast-highlights__button a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 2.5rem;
    font-weight: bold;
    padding: 0.9rem 2.2rem 0.9rem 4rem;
    background: #007eae url(../../../../particulares/CSS/Estaticos/images/play_audio.png) no-repeat 1.8rem center;
    border-radius: 2px;
    background-size: 15px;
}

.podcast-highlights__item.sh-h-double .podcast-highlights__content {
    /* padding: 0.8rem 0.6rem; */
    position: absolute;
    display: inline-table;
    bottom: 0;
    left: 0;
    width: calc(50% - 5px);
    height: 35%;
    background-color: #fff;
    display: block;
    text-overflow: ellipsis;
}


/* Player Layer */

#podcast-overlay {
    position: fixed;
    bottom: -85px;
    left: 0;
    width: 100%;
    padding: 0rem;
    background: #007eae;
    z-index: 3;
    transition: bottom 1s;
}

#podcast-overlay.active {
    bottom: 0;
}

#podcast-overlay .audio-container {
    display: flex;
    justify-content: space-between;
    padding: 0 1%;
}

#podcast-overlay .audio-container .audio-data {
    display: flex;
}

#podcast-overlay .audio-controls {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
}

#podcast-overlay .audio-controls .control-audio {
    position: relative;
}

#podcast-overlay .audio-controls .control-audio:first-child,
#podcast-overlay .audio-controls .control-audio:nth-child(7) {
    margin-left: 3%;
}

#podcast-overlay .audio-controls .control-audio:nth-child(3) {
    margin-right: 3%;
}

#podcast-overlay .audio-controls #pause {
    display: none;
}

#podcast-overlay .audio-controls #audio-current-time,
#podcast-overlay .audio-controls #audio-total-time {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    display: none;
}

#podcast-overlay .audio-controls #audio-current-time {
    margin-right: 2rem;
}

#podcast-overlay .audio-controls #audio-total-time {
    margin-left: 2rem;
}

#podcast-overlay .control-audio.audio-prog-bar {
    flex-grow: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

#podcast-overlay .control-audio.audio-prog-bar #audio-bg-bar {
    background: #2C9CC7;
    border-radius: 4px;
}

#podcast-overlay .control-audio.audio-prog-bar #audio-bar {
    height: 3px;
    background: #fff;
    border-radius: 4px;
    width: 0;
}

#podcast-overlay .audio-controls .control-audio img {
    padding: 0 1rem;
    margin: 0;
    cursor: pointer;
}

#podcast-overlay .audio-controls .control-audio #volume {
    padding: 0 2rem 0 0;
    display: none;
}

#podcast-overlay .audio-data__image {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    overflow: hidden;
}

#podcast-overlay .audio-data__image img {
    max-width: 150px;
    height: auto;
    margin: 0;
    left: -36%;
    position: relative;
}

#podcast-overlay .audio-data__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1rem;
}

#podcast-overlay .audio-data__text #audio-title {
    margin: 0;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
}

#podcast-overlay .audio-data__text #audio-category {
    margin: 0;
    font-size: 1.2rem;
    line-height: normal;
    color: #fff;
}

#podcast-overlay #close {}

#podcast-overlay #close img {
    margin: 0;
}

#podcast-overlay #prev,
#podcast-overlay #next {
    display: none;
}

#podcast-overlay #audio_volume_bar {
    writing-mode: bt-lr;
    -webkit-appearance: slider-vertical;
    position: absolute;
    left: 0;
    bottom: 6rem;
    display: none;
    width: 18px;
    height: 100px;
}

@media (min-width: 420px) {
    #podcast-overlay #prev,
    #podcast-overlay #next {
        display: block;
    }
    #podcast-overlay .audio-data__text {
        padding-left: 2rem;
    }
}

@media (min-width: 460px) {
    #podcast-overlay .audio-controls .control-audio #volume {
        display: block;
    }
    .podcast-highlights .podcast-highlights__item {
        display: block;
        float: left;
        width: 50%;
    }
}

@media (min-width: 550px) {
    #podcast-overlay .control-audio.audio-prog-bar {
        position: relative;
        bottom: auto;
        width: auto;
        left: auto;
    }
}

@media (min-width: 640px) {
    #podcast-overlay .audio-controls #audio-current-time,
    #podcast-overlay .audio-controls #audio-total-time {
        display: block;
    }
}

@media (min-width: 768px) {
    .podcast-highlights .podcast-highlights__list {
        margin-top: -3px;
        margin-left: -3px;
        margin-right: -3px;
        padding: 0;
    }
    .podcast-highlights .podcast-highlights__item {
        padding: 3px;
    }
    .podcast-highlights__item .podcast-highlights__wrap {
        min-height: 34rem;
    }
    .podcast-highlights__item .podcast-highlights__image {
        height: 16rem;
    }
    .podcast-highlights__item.sh-h-double .podcast-highlights__image {
        height: 34rem;
    }
    .podcast-highlights__image .podcast-highlights__image-wrap {
        /* width: 110%; */
        /* left: -5%; */
        position: relative;
        height: 100%;
        overflow: hidden;
    }
    .podcast-highlights__image .podcast-highlights__image-wrap img {
        height: 100%;
        width: auto;
        min-width: 50%;
        max-width: 100%;
    }
    .podcast-highlights__item .podcast-highlights__content {
        padding: 1.5rem 1.2rem;
        min-height: 0;
    }
    .podcast-highlights__item.sh-h-double .podcast-highlights__content {
        width: calc(50% - 3px);
        height: 53%;
    }
}

@media (min-width: 992px) {
    .podcast-highlights {
        margin: 0;
        max-width: none;
    }
    .podcast-highlights .podcast-highlights__item {
        width: 25%;
    }
    .podcast-highlights .podcast-highlights__item.sh-h-double {
        width: 50%;
    }
}


/* END - Destacados Podcast */

.carousel-ventajas-notifications button.slick-next.slick-arrow::before {
    width: 0.8rem;
    height: 0.8rem;
    content: "";
    border-left: 2px solid black;
    border-top: 2px solid black;
    display: inline-block;
    transform: rotate(135deg);
    top: 1.6rem;
    left: 1.5rem;
    position: absolute;
}

.carousel-ventajas-notifications button.slick-prev.slick-arrow::before {
    width: 0.8rem;
    height: 0.8rem;
    content: "";
    border-left: 2px solid black;
    border-top: 2px solid black;
    display: inline-block;
    transform: rotate(-45deg);
    top: 1.6rem;
    left: 1.5rem;
    position: absolute;
}


/*#91234 - Hazte Cliente - versionmovil*/

#om-hc-flotante {
    position: relative;
    margin: 0;
    width: 100%;
    right: auto;
}

@media (min-width: 1500px) {
    #om-hc-flotante {
        position: absolute;
        width: 420px;
        right: 0;
        background: white;
        transform: translateX(40%);
    }
    #om-hc-flotante .om-box .om-right {
        width: 21rem;
    }
}


/*#91234 - Hazte Cliente - versii¯ovil*/


/* Enlaces en footer desplegables */

@media(max-width: 992px) {
    .col-links .link-group-title {
        font-family: 'OpenSans-Bold', Arial, sans-serif;
        display: inline-block;
        background: url(icons/down-arrow-blue.png) no-repeat center right;
        padding-right: 2.2rem;
    }
    .col-links .link-group-title.expanded {
        background: url(icons/up-arrow-blue.png) no-repeat center right;
    }
}


/* FIN Enlaces en footer desplegables */


/* Inicio Ajustar estilos para destacados horizontales*/

.destacados-myBox .p-highlight-wrap {
    border-color: #ddd;
}

.destacados-myBox .p-highlight-content ul {
    min-height: 173px;
}

.destacados-myBox .p-highlight-content ul {
    min-height: auto;
}

.destacados-myBox .p-highlight-content ul li {
    background: transparent url(images/bullet-ul.png) no-repeat left 7px;
    text-align: left;
    padding: 0 0 15px 20px;
}

.destacados-myBox p.texto_aclarativo {
    background: #FDFAEB;
    padding: 0 3rem;
    line-height: 2rem;
    margin: 2rem 0;
    color: #000;
}

#destacados-myBox-table thead {
    background: #007eae;
}

#destacados-myBox-table tbody {
    background: #FFF;
}

#destacados-myBox-table .blackback .texto_centrado {
    color: #FFF;
}

@media(min-width: 540px) {
    .destacados-myBox .p-highlight-content ul {
        min-height: 242px;
    }
    .destacados-myBox .p-highlight-simple .p-highlight-image {
        position: relative !important;
    }
    .destacados-myBox .p-highlight-simple .p-highlight-wrap {
        padding: 2rem !important;
    }
}

@media(min-width: 768px) {
    .destacados-myBox .p-highlight-content ul {
        min-height: 173px;
    }
}

@media(min-width: 992px) {
    .destacados-myBox .p-highlight-content ul {
        min-height: auto;
        flex: auto;}
}

@media(min-width: 1200px) {
    .destacados-myBox .p-highlight-simple {
        width: 50% !important;
    }
}


/* Fin Ajustar estilos para destacados horizontales*/


/* Start - Productos alternos con Filtros */

.container_alternative.filters .above {
    position: relative;
    z-index: 999;
}

.container_alternative.filters .container_alternative_filters {
    margin-top: 1.5rem;
}

.container_alternative.filters .container_alternative_title {
    text-align: center;
    margin: 5rem 0;
}

.container_alternative.filters .custom-select-wrapper .custom-options {
    position: absolute;
    display: flex;
    min-width: 14rem;
    margin: 0;
    border: 1px solid #ebebeb;
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    padding: 1.5rem;
    flex-direction: column;
    min-width: 250px;
    top: 0;
}

.container_alternative.filters .custom-select-wrapper .custom-select-product.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
    z-index: 99;
}

.container_alternative.filters .filter.filters-table .custom-select-wrapper .custom-select-product .custom-options {
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 226px;
}

.container_alternative.filters .custom-select-wrapper .custom-select-product.opened .custom-options:after {
    font-family: "fontello";
    font-style: normal;
    content: '\e806';
    font-size: 1.5rem;
    position: absolute;
    margin: 0;
    right: 2rem;
    height: auto;
    top: 14px;
    color: #555;
    transform: rotate(-180deg);
}

.container_alternative.filters .custom-options .custom-option {
    padding: 0.5rem 0;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    color: #555555;
    margin: 0;
    transition: all 0.3s ease-in;
    line-height: normal;
    cursor: pointer;
}

.container_alternative.filters .filter.filters-table .custom-options .custom-option {
    display: block;
    width: 32px;
    margin-right: 2.2rem;
}

.container_alternative.filters .filter.filters-table .custom-options .custom-option:nth-child(4),
.container_alternative.filters .filter.filters-table .custom-options .custom-option:nth-child(8),
.container_alternative.filters .filter.filters-table .custom-options .custom-option:nth-child(12) {
    margin: 0;
}

.container_alternative.filters span.custom-select-trigger {
    display: block;
    padding: 1.5rem 1.5rem;
    border-bottom: 3px solid transparent;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: #037eae;
    transition: all 0.3s ease-in;
    line-height: normal;
    cursor: pointer;
}

.container_alternative.filters .custom-select-product.opened .custom-options {
    padding: 4.5rem 1.5rem 1.5rem 1.5rem;
}

.container_alternative.filters .container_alternative_title h2 {
    margin: 0;
}

.container_alternative.filters .container.filters_container {
    display: flex;
    border-bottom: 1px solid #037eae;
    padding: 0;
    position: relative;
}

.container_alternative.filters .container.filters_container.show-message {
    margin-bottom: 5rem;
}

.container_alternative.filters .filter {
    position: relative;
}

.container_alternative.filters .filter:first-child {
    margin-left: 0;
}

.container_alternative.filters .filter:after {
    font-family: "fontello";
    font-style: normal;
    content: '\e806';
    font-size: 1.5rem;
    position: absolute;
    margin: 0;
    right: 0rem;
    height: auto;
    top: 20px;
    color: #555;
}

.container_alternative.filters #remove-filters {
    display: none;
    padding: 1.5rem 1.5rem;
    text-decoration: none;
    line-height: 2.2;
    margin: 0 1.5rem;
}

.container_alternative.filters .filters_container.show-message #remove-filters {
    display: block;
    margin: 0;
    padding: 2.1rem 0;
    position: absolute;
    right: 0;
    line-height: normal;
}

.container_alternative.filters #talks-found {
    transition: all 0.3s ease-in;
    padding: 2rem 1.5rem;
    position: absolute;
    bottom: -60px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

@media(min-width: 460px) {
    .container_alternative.filters .filter {
        margin: 0 1.5rem;
    }
}

@media(min-width: 700px) {
    .container_alternative.filters #talks-found {
        margin: 0;
        left: auto;
        bottom: auto;
        right: 80px;
    }
    .container_alternative.filters .container.filters_container.show-message {
        margin: 0;
    }
}

@media(min-width: 991px) {
    .container_alternative.filters .content_alternative {
        width: 100%;
        margin: 0;
    }
}

@media(max-width: 550px) {
    .container_alternative.filters #remove-filters {
        position: absolute;
        right: -15px;
        bottom: -60px;
        z-index: 1;
    }
}

@media(max-width: 375px) {
    .container_alternative.filters .container.filters_container.show-message {
        margin-bottom: 7rem;
    }
    .container_alternative.filters #remove-filters {
        bottom: -50px;
    }
    .container_alternative.filters #talks-found {
        bottom: -80px;
    }
}

@media(max-width: 485px) {
    .container_alternative.filters .container.filters_container {
        justify-content: space-between;
    }
    .container_alternative.filters .filter.filters-table .custom-select-wrapper .custom-select-product .custom-options {
        right: -0.5rem;
    }
    .container_alternative.filters .filter.filters-table .custom-select-wrapper .custom-select-product .custom-options:after {
        right: auto;
    }
    .container_alternative.filters .filter:nth-child(2) .custom-options {
        min-width: 200px;
    }
}


/* End - Productos alternos con Filtros */


/* Ticket #92337 - Empresas/Particulares: revisar iconos de los botones en IE */

a.before-ie::before {
    top: 50% !important;
}


/* FIN Ticket #92337 - Empresas/Particulares: revisar iconos de los botones en IE */


/* Borrar title de las tabs subhome */

.n-title .sh-tabs.tabs-group .tabs-content h2 {
    display: none;
}

.n-title .sh-tabs.tabs-group .tabs-content .sh-highlights .sh-highlight .sh-h-title h2 {
    display: block;
}


/* End - Borrar title de las tabs subhome */


/* Estilos nuevo macromenu */

#panel-menu .tabs-content {
    margin: 0;
}

.macromenu {
    padding: 0;
}

.macromenu ul {
    padding: 0px;
}

.macromenu ul li {
    padding: 0px;
    line-height: inherit;
    font-size: inherit;
    display: initial;
}

#panel-menu .menu-linkgroup li {
    border-bottom: none;
}

.macromenu .block-category__title {
    display: inline-flex;
    padding: 1rem 1rem;
    align-items: center;
}

.macromenu .block-category__title:after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    right: 40px;
    top: 19px;
    position: absolute;
    transform: rotate(135deg);
    vertical-align: top;
    width: 0.45em;
    border-color: #a7a7a7;
}

.macromenu .block-category__title.active:after {
    transform: rotate(-45deg);
}

.macromenu .block-category__title:before {
    content: "";
    width: 100%;
    background: #c3bcbc;
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    right: 0;
}

.macromenu .block-category__title.active:before {
    display: none;
}

.macromenu .block-category__content {
    overflow: hidden;
    max-height: 0;
    margin: 0;
    transition: all .3s linear;
    padding-left: 21px;
}

.macromenu .block-category__content.open {
    max-height: 440px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}

.macromenu .block-title__link {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: #808080;
    letter-spacing: -0.22px;
    padding-left: 5px;
    text-decoration: none;
    display: block;
    padding-right: 93px;
    font-weight: 600;
}

.macromenu .block-section__link {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #197EAE;
    letter-spacing: -0.23px;
    text-decoration: none;
    margin: 10px 0px 5px 0px;
    display: block;
    position: relative;
    font-weight: bold;
}

.macromenu .block-section__link:after {
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    right: 26px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.45em;
}

.macromenu ul.block-category__content .block-section__link:after {
    transition: all .1s linear;
    opacity: 0;
}

.macromenu ul.block-category__content.open .block-section__link:after {
    opacity: 1;
}

.macromenu .block-section__sublink {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #555555;
    letter-spacing: -0.2px;
    margin: 0px 0px 16px;
    padding-right: 20px;
    text-decoration: none;
}

.macromenu .b-servicios {
    margin-bottom: 0px;
}

.macromenu .b-servicios__title {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: #808080;
    letter-spacing: -0.22px;
    margin-left: 5px;
    padding: 1rem 2rem;
    position: relative;
    font-weight: 600;
}

.macromenu .b-servicios__title:after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    right: 40px;
    top: 19px;
    position: absolute;
    transform: rotate(135deg);
    vertical-align: top;
    width: 0.45em;
    border-color: #a7a7a7;
}

.macromenu .b-servicios__title.active:after {
    transform: rotate(-45deg);
}

.macromenu .b-servicios__title.active {
    margin-bottom: 1rem;
}

.macromenu .b-servicios__section {
    display: block;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    margin: 0;
    transition: all .2s linear;
    border: none;
}

.macromenu .b-servicios__section.open {
    max-height: 120px;
}

.macromenu .b-servicios__link {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #197EAE;
    letter-spacing: -0.23px;
    text-decoration: none;
    margin: 5px 17px 0px 20px;
    position: relative;
    font-weight: bold;
    padding: 5px 18px;
    display: block;
}

.macromenu .b-servicios__link:after {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #197EAE;
    letter-spacing: -0.23px;
    text-decoration: none;
    margin: 0px 0px 16px 5px;
    font-weight: bold;
}

.macromenu .b-servicios__link:after {
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    right: 21px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.45em;
}

#panel-menu .menu-linkgroup.menu-campaigns .menu-linkgroup-heading {
    display: none;
}

#panel-menu .tabs-content .menu-linkgroup.menu-campaigns {
    padding: 0px;
}

#panel-menu .menu-linkgroup.menu-campaigns .menu-linkgroup-heading {
    display: none;
}

#panel-menu .menu-linkgroup .menu-campaigns-wrap {
    margin: 0 -15px;
}

#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 {
    position: relative;
    margin: 0;
}

#panel-menu .menu-campaign .menu-campaign-text {
    margin: .9rem 3rem 0.9rem 1rem;
    position: absolute;
    bottom: 15px;
}

#panel-menu .menu-campaign .menu-campaign-section {
    font-size: 1.4rem;
    font-style: italic;
    letter-spacing: -.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', 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: .3rem;
}

#panel-menu .menu-campaign-image-wrap {
    max-height: 260px;
    overflow: hidden;
}

#panel-menu .menu-campaign .menu-campaign-image:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 100%);
}

#panel-menu .menu-campaign.menu-campaign-h .menu-campaign-image:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to left, rgba(255, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 100%);
}

#panel-menu .menu-campaign .menu-campaign-image {
    float: none;
    padding: 0;
}

@media(max-width:991px) {
    #panel-menu .menu-campaign .menu-campaign-image img {
        height: auto!important;
        transform: translateY(-20%);
    }
}

#panel-menu .menu-campaign .menu-campaign-image img {
    max-width: 100%;
    height: 200px;
    width: 100%;
}

#panel-menu .menu-campaign.menu-campaign-h .menu-campaign-image img {
    height: 500px;
}

#panel-menu .menu-campaign .menu-campaign-image img.campaign-desktop {
    display: none;
}

#panel-menu .menu-campaign .menu-campaign-image img.campaign-mobile {
    display: block;
    width: 100%;
}

.component_wrapper[data-name="inicio_menu"] {
    display: none;
}

@media (min-width: 991px) {
    #panel-menu .tabs-contents {
        padding: 2rem 0 0 0rem;
        overflow: hidden;
    }
    #panel-menu .tabs-content {
        margin: 0 -15px;
        border: 0;
    }
    #panel-menu .menu-panel-container {
        padding: 0;
        position: relative;
    }
    .macromenu {
        padding: 0 34px 16px;
    }
    .macromenu .block-title__link {
        padding-right: 0;
    }
    .macromenu .b-servicios__section {
        margin-bottom: 0;
    }
    .macromenu .block-category {
        padding: 0 30px 0 10px;
    }
    .macromenu .block-category__title {
        padding: 0;
    }
    .macromenu .block-category__content {
        max-height: none;
        padding-left: 0;
    }
    .macromenu .b-servicios__title {
        padding: 0;
        margin-left: 0px;
    }
    .macromenu .b-servicios__link {
        padding: 0;
    }
    .macromenu .b-servicios__content ul {
        display: flex;
    }
    .macromenu .b-servicios__title:after {
        content: none;
        display: none;
    }
    .macromenu .block-category__title:after {
        content: none;
        display: none;
    }
    .macromenu .block-category__title:before {
        content: none;
        display: none;
    }
    .macromenu .block-category:after {
        content: "";
        display: block;
        height: 380px;
        width: 1px;
        position: absolute;
        background: #dedede;
        right: 0;
        top: 0;
    }
    .macromenu .b-servicios__link:after {
        content: none;
        display: none;
    }
    .macromenu .b-servicios {
        margin-bottom: 0;
        margin-left: 15px;
        margin-top: 0;
    }
    .macromenu .b-servicios__section {
        margin-bottom: 0;
        overflow: inherit;
        max-height: initial;
        width: auto;
    }
    .macromenu .b-servicios__link {
        margin: 0 3rem 0 0rem;
        padding: 0;
    }
    .macromenu ul.block-category__content.open .block-section__link:after {
        opacity: 0;
    }
    #panel-menu .menu-linkgroup .menu-campaigns-wrap {
        margin: 0 0 0 -20px;
    }
    #panel-menu .menu-campaign .menu-campaign-image img.campaign-desktop {
        display: block;
    }
    #panel-menu .menu-campaign .menu-campaign-image img.campaign-mobile {
        display: none;
    }
    .menu-campaign-image-wrap {
        max-height: unset;
        overflow: hidden;
    }
    #panel-menu .menu-campaign-image-wrap {
        max-height: 500px;
        overflow: hidden;
    }
    .b-link-list {
        padding: 0 5rem 5rem;
    }
    .menu-linkgroup.col-xs-12.col-md-6 {
        padding-left: 5rem;
    }
}

@media all and (-ms-high-contrast:none) {
    .macromenu .b-servicios {
        margin-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    #panel-menu .menu-campaign.menu-campaign-h .menu-campaign-image img {
        height: 100%;
    }
    #panel-menu .menu-campaign-image-wrap {
        max-height: 427px;
        overflow: hidden;
    }
    .macromenu .block-category:after {
        height: 363px;
    }
}


/* Fin Estilos nuevo macromenu */


/* Ticket #92565 - Particulares: Revision formulario covid19 */

#nummoratoria,
#email,
#emailconf,
div#importes input,
#importegastos,
#ingresoneto,
#direccion,
#numtarjeta {
    width: 76%;
}

#motivosMoratoria {
    clear: both;
    padding-top: 10px;
    text-align: left;
}

#motivosMoratoria p {
    text-align: left;
    font-weight: bold;
}

#datosmoratoria {
    margin-top: 30px !important;
}

#debesaceptar,
#motivosMoratoria span {
    font-size: 12px;
}


/* FIN Ticket #92565 - Particulares: Revision formulario covid19 */


/* Ticket #92614 - Subhome Family Senior - Banner Campana #CONTIGOMASQUENUNCA */

.submenu-linkgroup.tabs-group#menu-sin-marcados .tabs-item.active>a .tabs-item-title p {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    color: #555;
}


/* FIN Ticket #92614 - Subhome Family Senior - Banner Campana #CONTIGOMASQUENUNCA */


/* Ticket #92631 - Particulares // Aplicacion #contigomoasquenunca */

.om #hashtag-cmqn .contenido_articulo {
    margin: 20px 0;
}

.om #hashtag-cmqn p {
    font-size: 2.5em;
}

.om #hashtag-cmqn p .azul_turquesa {
    color: #0099cc;
}


/* FIN Ticket #92631 - Particulares // Aplicacion #contigomoasquenunca */


/* Ticket #92685 - Particulares // Connuestrasfamilias // Problema powlinks +
Ticket #92829 - Particulares // Revision responsive #con nuestros segmentos */

#hashtag-family .page-description h1,
#pageVideoBlack-hashtag .page-description h1 {
    font-size: 1.6rem !important;
}

@media(min-width:470px) {
    #hashtag-family .page-description h1,
    #pageVideoBlack-hashtag .page-description h1 {
        font-size: 2.4rem !important;
    }
}

@media(min-width:640px) {
    #hashtag-family .page-description h1,
    #pageVideoBlack-hashtag .page-description h1 {
        font-size: 3.3rem !important;
    }
}

@media(min-width:768px) {
    #hashtag-family .page-description h1,
    #pageVideoBlack-hashtag .page-description h1 {
        font-size: 4rem !important;
    }
}


/* FIN Ticket #92685 - Particulares // Connuestrasfamilias // Problema powlinks +
Ticket #92829 - Particulares // Revision responsive #con nuestros segmentos */


/* Ticket #92744 - Particulares // Moratoria Consumo // Revisar responsive */

#hashtag-cmqn .contenido_articulo p {
    font-size: 1.5em;
}

@media(min-width: 390px) {
    #hashtag-cmqn .contenido_articulo p {
        font-size: 2em;
    }
}

@media(min-width: 480px) {
    #hashtag-cmqn .contenido_articulo p {
        font-size: 2.5em;
    }
}


/* FIN Ticket #92744 - Particulares // Moratoria Consumo // Revisar responsive */


/* Ticket #92749 - Maquetacion: adaptacion modulos zoom out navegador */

.banner-image .om-group.om25 {
    width: 62%;
}

.banner-image .om-group.om33 {
    width: 65%;
}

.banner-image .om-group.om50 {
    width: 75%;
}

.banner-image .om-group.om67 {
    width: 83%;
}

.banner-image .om-group.om75 {
    width: 87%;
}

.banner-image .om-group.om80 {
    width: 90%;
}

.banner-image .om-group.om90 {
    width: 95%;
}


/* FIN Ticket #92749 - Maquetacion: adaptacion modulos zoom out navegador */


/*Ticket #92762 - Segmentos // Vidoes // A0adir icono de play en Negro +
Ticket #92829 - Particulares // Revision responsive #con nuestros segmentos*/

#pageVideoBlack.page-banner .page-video a,
#pageVideoBlack-hashtag.page-banner .page-video a {
    background: url('icons/icon-play-negro.png') no-repeat center center transparent;
}


/* FIN Ticket #92762 - Segmentos // Vidoes // A0adir icono de play en Negro +
Ticket #92829 - Particulares // Revision responsive #con nuestros segmentos*/


/* arreglo idiomas moratoria*/

.only-logo.idiomas .header-bottom .column:last-child {
    width: 33%;
}

@media(min-width: 992px) {
    .only-logo.idiomas .header-bottom .column:first-child {
        min-width: 65px;
    }
}

#modal-idiomas.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

#modal-idiomas .modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 75px 0;
    border: 1px solid #888;
    max-width: 90%;
    text-align: center;
}


/* Fin arreglo idiomas moratoria*/


/* simulador moratoria covi19*/

.SIMMORCOVID19 .form-group {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
    position: relative;
    overflow: hidden;
}

@media(min-width: 992px) {
    .SIMMORCOVID19 .form-group {
        display: flex;
        align-items: center;
    }
}

.SIMMORCOVID19 .form-group .col-md-8.col-xs-12,
.form-group .col-md-4.col-xs-12 {
    padding: 0;
}

.SIMMORCOVID19 .form-group-select {
    width: 100%;
}

.SIMMORCOVID19 label {
    font-weight: normal;
    padding-right: 10px;
}

.SIMMORCOVID19 .form-control {
    box-shadow: none;
    border: 1px solid #d0d0d0;
    font-size: 14px;
    color: #555555;
    line-height: 22px;
}

.SIMMORCOVID19 .form-control.invalid {
    border: 1px solid red;
    color: red;
}

.SIMMORCOVID19 .form-control.valid {
    border: 1px solid green;
    color: green;
}

.SIMMORCOVID19 input.form-control {
    background-color: #f8f8f8;
}

.SIMMORCOVID19 .form-group-label.coin::after {
    content: "i¢oa";
    position: absolute;
    top: 0.7rem;
    right: 1.5rem;
    display: inline;
    font-size: 14px;
    color: #555555;
}

.SIMMORCOVID19 .form-group-select::after {
    content: " ";
    transform: rotate(45deg);
    border: none;
    border-bottom: 2px solid #006cb6;
    border-right: 2px solid #006cb6;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 0.9rem;
    right: 1.5rem;
    background: #fff;
    z-index: 1;
    display: inline;
}

.SIMMORCOVID19 .form-group-select::before {
    content: " ";
    width: 4rem;
    height: 3.2rem;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    background: #fff;
    z-index: 1;
    display: inline;
    border-radius: 0.2rem;
}

.SIMMORCOVID19 .form_button {
    text-align: center;
}

.SIMMORCOVID19 .form_button input[type=submit],
.SIMMORCOVID19 .solicitar_now a {
    color: #000;
    background-color: #f4c53d;
    border: solid 2px #f4c53d;
    border-radius: 0.2rem;
    line-height: 1.4rem;
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    margin: 10px 0;
}

.SIMMORCOVID19 .form_button input[type=submit] {
    padding: 1.1rem 1rem;
}

.SIMMORCOVID19 .form_button input[type=submit]:before {
    font-family: "fontello";
    font-style: normal;
    content: '\e900';
    font-size: 2rem;
}

.SIMMORCOVID19 .bloque3 {
    margin-top: 20px;
}

.SIMMORCOVID19 .form-group span {
    font-size: 1.2rem;
    display: none;
}

.SIMMORCOVID19 .form-group span.invalid {
    color: red;
    display: block;
}

.SIMMORCOVID19 .form-group span.valid {
    color: green;
    display: block;
}

.SIMMORCOVID19 .radio,
.SIMMORCOVID19 .checkbox {
    padding-left: 20px;
    position: relative;
    margin: 10px 0;
}

.SIMMORCOVID19 .radio.checkbox-inline {
    display: inline-block;
    vertical-align: bottom;
}

.SIMMORCOVID19 .radio input,
.SIMMORCOVID19 .checkbox input {
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    margin-left: -20px;
    width: 17px;
    height: 17px;
}

.SIMMORCOVID19 .checkbox input:checked+label::before {
    border-color: #007eae;
    transform: rotate(300deg);
    border: none;
    border-bottom: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    width: 12px;
    height: 7px;
    z-index: 1;
    left: 5px;
    top: 7px;
    background-color: transparent;
}

.SIMMORCOVID19 .radio input:checked+label::before,
.SIMMORCOVID19 .radio input:checked+label::after,
.radio label::before {
    border-color: #007eae;
    border-radius: 50%;
}

.SIMMORCOVID19 .checkbox input:checked+label::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 2px;
    top: 4px;
    margin-left: -20px;
    border: 1px solid #007eae;
    background-color: #007eae;
}

.SIMMORCOVID19 .radio input:checked+label::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    left: 2px;
    top: 4px;
    margin-left: -20px;
    border: 1px solid #007eae;
    background-color: #007eae;
}

.SIMMORCOVID19 .radio label,
.SIMMORCOVID19 .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-size: 16px;
    color: #555;
}

.SIMMORCOVID19 .radio label::before,
.SIMMORCOVID19 .checkbox label::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.SIMMORCOVID19 .form-group-check ul {
    margin-left: 20px;
}

.SIMMORCOVID19 .form-group-check ul li {
    color: #555;
}

.SIMMORCOVID19 .option1,
.SIMMORCOVID19 .option2 {
    margin-top: 10px;
    display: inline-block;
}

.disableLink {
    pointer-events: none;
    opacity: 0.5;
}

.result {
    text-align: center;
    margin: 3rem 0;
}

.result__content {
    display: flex;
    align-items: center;
    text-align: left;
}

.result__content img {
    margin-right: 10px;
}

.result__content-text {
    width: 80%;
}

.result .dropdown-item .dropdown-content ul li {
    background: none;
    display: flex;
    text-align: left;
    padding-left: 0;
}

.result .dropdown-item .dropdown-content ul li img {
    margin: 2px 10px 0 0;
    max-width: 24px;
    height: 25px;
}

.result .dropdown-item .dropdown-content ul li p {
    width: 95%;
}


/* fin simulador moratoria covi19*/


/* Ticket #92913 - Particulares // Video responsive // Landing de Bienvenida MyboxVida */

#video-iframe-responsive p:nth-child(3) {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    /*16:9 Aspect Ratio*/
}

#video-iframe-responsive p iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
    margin: 0 auto;
}


/* FIN Ticket #92913 - Particulares // Video responsive // Landing de Bienvenida MyboxVida */


/*Ticket Bug #92862 Particulares // ImaginKids*/


/*Permitir insertar A1 central sin texto creando una clase transparente para ocultarlo*/

h2.transparent .font-white {
    color: transparent!important;
}


/*FIN Ticket Bug #92862 Particulares // ImaginKids*/

#popup-moratoria .contenido_articulo {
    background: #fff;
    padding: 20px 0;
}

#popup-moratoria .contenido_articulo span {
    display: block;
    width: 78%;
    margin: 0 auto 15px;
    text-align: center;
}

#popup-moratoria .contenido_articulo>p>a {
    display: block;
    text-align: center;
}

.cMoratoria #cboxClose {
    background: url(icons/cross.png) 53% center no-repeat;
    right: 0;
}


/*Ticket 93188 Particulares // responsive campa0a alimentos*/

#bannerHashtagSub h2 {
    /*font-size: 1.8rem;*/
    font-size: 2.4rem;
}

@media (min-width:450px) {
    #bannerHashtagSub h2 {
        font-size: 2.4rem;
    }
}


/*FIN Ticket 93188 Particulares // responsive campa0a alimentos*/


/* Ticket #92918 - Particulares: Formularios que no cumplen Real Decreto NRD */

#form_imaginauto .w50 {
    width: 50%;
}

#form_imaginauto .pull-left {
    float: left! important;
    margin: 4px 0;
}

#form_imaginauto span {
    font-size: 12px;
}

#form_imaginauto .custom-form-radio+input+label {
    border: 1px solid #9b9b9b;
    float: left;
    height: 40px;
    width: 100%;
    color: #767676;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "OpenSans", Arial, serif;
}

#form_imaginauto .i-radio+.i-radio .custom-form-radio+input+label {
    margin-left: -1px;
}

#form_imaginauto .custom-form-radio+input+label:hover {
    box-shadow: 1px 2px 5px 0 #767676;
}

#form_imaginauto .custom-form-radio.custom-form-checked+input+label {
    background: url(images/ok-radio-v.png) no-repeat scroll 90% center transparent;
    border: 1px solid #007eae;
    color: #007eae;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    #form_imaginauto span {
        text-align: left;
    }
}

@media (min-width: 640px) {
    #form_imaginauto .w50 {
        width: 25%;
    }
}


/* FIN Ticket #92918 - Particulares: Formularios que no cumplen Real Decreto NRD */


/*Ticket #93221 - Botones clickables*/

#contingut .labelLeft.no_padd {
    padding-left: 0px;
}

ul.number-buttons {
    padding: 0;
    margin-top: 3rem;
    display: block;
    margin: 20px auto 0px;
    text-align: center;
}

@media (min-width:400px) {
    ul.number-buttons {
        padding: 0;
        margin-top: 3rem;
        display: inline-flex;
    }
}

ul.number-buttons li {
    background: none;
    margin: 20px;
}

@media (min-width:400px) {
    ul.number-buttons li {
        padding: 0px;
        margin: 5px;
    }
}

ul.number-buttons li span {
    background-color: #007eae;
    border: 0.2rem solid #007eae;
    color: #fff;
    padding: 8px;
    cursor: pointer;
    font-weight: bolder;
}

ul.number-buttons li span.active {
    background-color: #ffffff;
    border: 0.2rem solid #007eae;
    color: #007eae;
    padding: 8px;
    cursor: pointer;
}


/*Fin Ticket #93221 - Botones clickables*/


/*Ticket #92862 - Prticulares imaginkids ajuste banner para imagenes centrales*/

.article-main #design_textWhite_image_v2.banner-media {
    display: block;
}

@media (max-width: 576px) {
    #design_textWhite_central_v2.page-banner {
        display: none;
    }
}

@media (max-width: 991px) {
    #design_textWhite_image_v2 .banner-image-group img {
        opacity: 1;
        height: auto;
        width: 100%;
    }
    #design_textWhite_image_v2 .banner-image-group {
        background-color: #000;
        width: 100%;
        position: relative;
        left: 0;
    }
    #design_textWhite_central_v2.page-banner {
        height: 280px;
        display: none;
    }
}

@media (min-width: 992px) {
    #design_textWhite_image_v2.banner-media .banner-image-group {
        height: 300px;
    }
    #design_textWhite_central_v2.page-banner {
        height: 300px;
    }
}

@media (min-width: 1200px) {
    #design_textWhite_image_v2.banner-media .banner-image-group {
        height: 360px;
    }
    #design_textWhite_central_v2.page-banner {
        height: 360px;
    }
}

@media (min-width: 1440px) {
    #design_textWhite_image_v2.banner-media .banner-image-group {
        height: 480px;
    }
    #design_textWhite_central_v2.page-banner {
        height: 480px;
    }
}


/*Ticket #92862 - Prticulares imaginkids*/


/* Ticket #93721 - Particulares // en responsive columna de la izquierda la primera */

@media (max-width: 991px) {
    #ecommerce-highlights .contenedor_exterior_columnas {
        display: flex;
        flex-direction: column;
    }
    #ecommerce-highlights .estilo_col_izquierda {
        order: 1;
    }
    #ecommerce-highlights .estilo_col_derecha {
        order: 2;
    }
}


/*FIN Ticket #93721 - Particulares // en responsive columna de la izquierda la primera */


/* Ticket #93718 - Particulares: Aplicar cambios en ImaginTeens */

#imaginTeens-tabs .contenedor_exterior_columnas {
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    #imaginTeens-tabs .contenedor_exterior_columnas {
        flex-direction: row-reverse;
        align-items: center;
    }
}


/* FIN Ticket #93718 - Particulares: Aplicar cambios en ImaginTeens */


/* Nuevos modulo tab con slider */

.vid-carousel__container {
    width: 90%;
    margin: auto;
}

.slick-slider.one-slide .slick-track {
    transform: translate3d(0, 0, 0)!important;
}

.vid-carousel__container button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -5%;
    height: 5rem;
    width: 5rem;
    color: transparent;
    border-radius: 50%;
    border: 0;
    font-size: 0;
    box-shadow: 1px 1px 10px #717171;
}

.vid-carousel__container button.slick-next.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -5%;
    height: 5rem;
    width: 5rem;
    color: transparent;
    border-radius: 50%;
    border: 0;
    font-size: 0;
    box-shadow: 1px 1px 10px #717171;
}

h3.video-elem__title {
    display: inline-block;
    margin: 0;
    /*line-height: 4.2rem;
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size:1.2rem;
    color: #000;
    font-family: 'OpenSans-Bold';
    font-size: 1.6rem;*/


    font-size: 2rem;
    line-height: 2.8rem;
    width: 70%;
    padding-left: 1rem;
    font-family: 'OpenSans', Arial, serif;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0;
}

h4.video-elem__title {
    /*display: inline-block;
    margin: 0;
    line-height: 4.2rem;
    /*font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size:1.2rem;
    color: #000;
    font-family: 'OpenSans-Bold';
    font-size: 1.6rem;
    width: 70%;
    padding-left: 1rem;*/

    display: inline-block;
    margin: 0;
    width: 70%;
    padding-left: 1rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-family: 'OpenSans', Arial, serif;
    color: #333333;

}

.video-elem__subtitle {
    padding-left: 1rem;
    width: 90%;
}

.video-elem__subtitle p {
    font-size: 1.4rem;
    line-height: 2rem;
}

.video-elem__btn-info {
    display: inline-block;
    background: #007eae;
    border: none;
    color: #fff;
    padding: 0 1rem;
    font-size: 1rem;
    height: auto;
    line-height: 3rem;
    margin-top: .5rem;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    border-radius: 5rem;
}

@media screen and (max-width: 768px) {
    .video-elem__info {
        display: block !important;
    }
    h3.video-elem__title,
    h4.video-elem__title {
        width: 100% !important;
    }
    .video-elem__btn-info {
        margin-left: 1rem !important;
    }
    .video-elem__btn-expand {
        float: right !important;
    }
}

@media screen and (min-width: 1200px) {
    .vid-carousel__container {
        width: 100%;
        margin: 0 auto 4rem;
    }
    .vid-carousel__container button.slick-prev.slick-arrow {
        position: absolute;
        z-index: 1;
        left: -18%;
        height: 5rem;
        width: 5rem;
        color: transparent;
        border-radius: 50%;
        border: 0;
        font-size: 0;
    }
    .vid-carousel__container button.slick-next.slick-arrow {
        position: absolute;
        z-index: 1;
        right: -18%;
        height: 5rem;
        width: 5rem;
        color: transparent;
        border-radius: 50%;
        border: 0;
        font-size: 0;
    }
    h3.video-elem__title {
        /*line-height: 4.2rem;
        font-size: 1.5rem;*/

        font-size: 2rem;
        line-height: 2.8rem;

    }
    h4.video-elem__title {
        /*line-height: 4.2rem;
        font-size: 1.5rem;*/

        font-size: 1.8rem;
        line-height: 2.8rem;
    }
    .video-elem__btn-info {
        display: inline-block;
        background: #007eae;
        border: none;
        color: #fff;
        padding: 0 2rem;
        font-size: 1.2rem;
        height: auto;
        line-height: 4rem;
        margin: 0;
        font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    }
    .vid-carousel__container .slick-slide {
        padding: 0 10px;
    }
}

@media screen and (min-width: 1440px) {
    .vid-carousel__container button.slick-prev.slick-arrow {
        position: absolute;
        z-index: 1;
        left: -35%;
        height: 5rem;
        width: 5rem;
        color: transparent;
        border-radius: 50%;
        border: 0;
        font-size: 0;
    }
    .vid-carousel__container button.slick-next.slick-arrow {
        position: absolute;
        z-index: 1;
        right: -35%;
        height: 5rem;
        width: 5rem;
        color: transparent;
        border-radius: 50%;
        border: 0;
        font-size: 0;
    }
}

.video-elem__wrap {
    /* width: 50%; */
    margin: 1rem auto;
    position: relative;
    height: 350px;
    /* overflow: hidden; */
    box-shadow: 1px 1px 10px #ccc;
}

@media screen and (min-width: 768px) {
    .video-elem__wrap {
        height: auto;
    }
}

.video-elem__play-btn .play-btn__image {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 30%;
    z-index: 1;
}

.video-elem__bg {
    text-align: center;
    display: block;
    /* position: absolute; */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    /* width: 50%; */
}

img.video-bg__image {
    margin: 0;
}

.video-elem__info {
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5rem 0rem;
    display: flex;
    justify-content: space-around;
    opacity: 0;
    transition: opacity 1.4s linear;
}

.slick-current .video-elem__info {
    opacity: 1;
    display: flex;
    flex-direction: column;
}

.video-elem__btn-expand {
    background: url("images/ic_expand.png");
    border: none;
    right: .5rem;
    bottom: .5rem;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 3rem;
    height: 3rem;
    padding: 0;
    margin: .5rem;
}

.video-elem__wrap {
    opacity: .3;
    transition: all 1s linear;
    /*transform: scale(1.03);*/
}

.slick-active .video-elem__wrap {
    /*transform: scale(1.03);*/
    z-index: 1;
    opacity: 1;
}

.vid-carousel__container button.slick-next.slick-arrow::after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-top: 3px solid #007eae;
    border-right: 3px solid #007eae;
    position: absolute;
    top: 40%;
    left: 37%;
    transform: rotate(45deg);
}

.vid-carousel__container button.slick-prev.slick-arrow::after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-top: 3px solid #007eae;
    border-left: 3px solid #007eae;
    position: absolute;
    top: 40%;
    right: 37%;
    transform: rotate(-45deg);
}

.video-elem__bg iframe {
    margin-top: 0;
}

.video-elem__expanded-view {
    display: none;
}

.video-elem__expanded-view.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #080808a8;
    z-index: 111;
}

.expanded-view__container {
    position: absolute;
    width: 64%;
    top: 19%;
    margin: auto;
    left: 0;
    right: 0;
    height: 71%;
}

button.expanded-view__close {
    position: absolute;
    right: -40px;
    background: none;
    color: #fff;
    border: none;
    font-size: 4rem;
    height: 4rem;
    line-height: 4rem;
}

.vid-carousel__container .slick-arrow {
    transition: opacity 1s linear;
}

.vid-carousel__container .slick-disabled {
    opacity: 0;
}

.vid-carousel__container ul {
    margin: 0 auto;
    text-align: center;
}

.vid-carousel__container ul li {
    background: none;
    display: inline;
    margin: 0;
    padding: 0;
    height: 2rem;
}

.vid-carousel__container ul li 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: transparent;
    border: none;
    text-indent: -9999px;
    vertical-align: bottom;
    padding: 0;
    border-radius: 26px;
}

.vid-carousel__container ul li.slick-active button {
    background-image: url(icons/hm-slider-dot.png);
}


/*****Tabs*****/

.talks .tabs-contents .tabs-content.article-content h2 {
    font-size: 2.4rem;
    font-family: 'OpenSans-ExtraboldItalic', Helvetica, Arial, sans-serif;
    margin: 0;
}

.talks .tabs-contents .tabs-content.article-content {
    margin-top: 2rem !important;
    margin: 0 auto;
}


/* Fin Nuevos modulo tab con slider */


/* Ticket #92862 - Particulares // ImaginKids */

.btn.btn-yellow.icon_download .before-ie {
    padding-left: 0;
}

.btn.btn-yellow.icon_download .before-ie::before {
    top: 0%!important;
    position: relative;
    display: inline-block;
}

.bottom_sticky .buttons_group .button_wrap span a.before-ie {
    padding: 1.5rem 2.9rem 1.5rem 2.1rem;
    display: inline;
}

.bottom_sticky .buttons_group .button_wrap span a.before-ie:before {
    margin-right: 20px;
    top: 0% important!;
    position: relative;
    display: inline-block;
}


/* FIN Ticket #92862 - Particulares // ImaginKids */


/* Ticket #93770 - Nuevo formulario ICO Alquileres */

#errorRadios,
#errorIngresos,
#errorIngresosLimite,
#errorRenta,
#errorBasicos,
#msgOKRatio,
#msgKORatio {
    color: red;
    font-weight: bold;
    font-size: inherit;
}

#errorIngresos,
#errorIngresosLimite,
#errorRenta,
#errorBasicos,
#msgOKRatio,
#msgKORatio {
    float: right;
}

#msgOKRatio {
    color: green;
}

#errorRadios {
    display: block;
}

input#circunstacia {
    opacity: 1;
    display: block;
    width: 100%;
    position: relative;
    margin: 10px auto;
    height: auto;
}

#form_imaginauto .solicita_now span {
    margin: 15px 0 0;
}

#form_imaginauto .bloque1 {
    text-align: left;
}

#form_imaginauto .bloque3>p {
    margin-bottom: 0.5rem;
}

#form_imaginauto .bloque3>p>input {
    margin-top: 12px;
}

#form_imaginauto #FORMICO2020 {
    width: 100%;
}

#form_imaginauto #FORMICO2020 input {
    margin: 0;
}

#form_imaginauto #FORMICO2020 fieldset>div {
    float: left;
    margin: 0;
    text-align: left;
    width: 100%;
}

#form_imaginauto #FORMICO2020 fieldset>div p input {
    float: right;
    margin: 5px 0;
}

#form_imaginauto #FORMICO2020 fieldset>div>div {
    /*text-align: center;*/
    width: 100%;
}

#form_imaginauto #FORMICO2020 fieldset>div .button_wrap {
    display: inline-block;
}

@media (min-width: 640px) {
    #form_imaginauto #FORMICO2020 fieldset>.bloque2 p,
    #form_imaginauto #FORMICO2020 fieldset>.bloque3 p {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    #form_imaginauto #FORMICO2020 fieldset>div .button_wrap {
        margin: 12px 0;
    }
}


/* FIN Ticket #93770 - Nuevo formulario ICO Alquileres */


/*Ticket #94154 - Nueva maquetacion productos alternos pana dv nueva para alternar productos primero a la derecha*/

.contentalternative {
    display: block;
    margin: 0 -15px;
}

.contentalternative .media {
    display: inline;
}

.contentalternative .content {
    padding: 0 15px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.contentalternative.right {
    flex-direction: row-reverse;
}
/*Ticket #107756 - Particulares // Wivai // Yamaha > h2*/
.contentalternative  h2{
    margin-top: 1rem;
}
/*FIN Ticket #107756 - Particulares // Wivai // Yamaha > h2*/
.content_alternative .content .title h2,
.content_alternative .content .title h3{
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-top: 1rem;
    color: #333333;
    margin-bottom: 0px;
}

.content_alternative .content .button_wrap {
    display: block;
    margin: 2.4rem 0 4.8rem;
}

.content_alternative .media .aviso_cookies {
    width: 100%!important;
}

.contentalternative .media img {
    margin: 0;
    width: 100%;
    display: block;
    height: auto;
}

.content_alternative .media .video-inline {
    padding: 0;
}

.contentalternative .content .content-box div:last-child {
    margin: 2rem 0 4rem;
    float: none;
}

.contentalternative .content .content-box div:not(:last-child) {
    float: none;
    margin: 1rem auto;
}

.contentalternative .content .content-box div:first-child {
    margin-top: 2rem;
}


/* Productos alternados */

.contentalternative.bg-site {
    background: #007EAE;
}

.contentalternative.bg-light-Blue {
    background: #E1F2FB;
}

.contentalternative.bg-dark-Blue {
    background: #007EAE;
}

.contentalternative.bg-navy-Blue {
    background: #1D2546;
}

.contentalternative.bg-green {
    background: #19818B;
}

.contentalternative.bg-light-grey {
    background: #F0F0F0;
}

.contentalternative.bg-grey {
    background: #D6DBDF;
}

.contentalternative.bg-garnet {
    background: #6A150E;
}

.contentalternative.bg-orange {
    background: #C4471A;
}

.contentalternative.bg-dark-orange {
    background: #C4471A;
}

.contentalternative.bg-light-Yellow {
    background: #FFF8C5;
}

.contentalternative.bg-Yellow {
    background: #F4C43C;
}

.contentalternative.bg-light-pink {
    background: #FDEAEE;
}

.contentalternative.bg-rose {
    background: #BC1350;
}

.contentalternative.bg-dark-rose {
    background: #5D1B3A;
}

.contentalternative.bg-red {
    background: #DE3532;
}

@media (min-width: 991px) {
    .contentalternative {
        display: flex;
        align-items: center;
        width: 103%;
        max-height: 450px;
        overflow: hidden;
    }
    .contentalternative .media,
    .content_alternative .content {
        width: 50%;
        text-align: left;
        height: 100%;
        /*Ticket 109355 - Particulares // Wivai > Destacados Productos Alternados With no js Order*/
        /*padding: 0 10% 0 6rem;*/
        /*FIN Ticket 109355 - Particulares // Wivai > Destacados Productos Alternados With no js Order*/
    }
    .contentalternative .content {
        padding: 0 4%;
        width: 50%;
        text-align: left;
    }
    .contentalternative.right {
        flex-direction: row-reverse;
        text-align: left;
    }
    .contentalternative .media .video-inline {
        background: #000;
    }
    .contentalternative .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) {
    .contentalternative .content {
        padding: 0 5% 0 10%;
    }
    .contentalternative.right .content {
        padding: 0 10% 0 5%;
    }
}

@media (min-width: 1700px) {
    .contentalternative {
        max-height: none;
    }
    .contentalternative .media img {
        /* transform: translateY(-30%); */
        height: auto;
    }
}

/*Fin ticket #94154*/

/*Ticket 94052 - A0adir popup al formulario de moratoria*/

#colorbox.moratoria-c #cboxLoadedContent {
    background-color: #fff;
    height: auto!important;
}

#colorbox.moratoria-c #cboxLoadedContent .contenido_articulo .article-content {
    margin: 4rem;
    padding: 0 2rem;
}

#colorbox.cMoratoria #cboxLoadedContent {
    background-color: #fff;
    height: auto!important;
}

#colorbox.cMoratoria #cboxLoadedContent .contenido_articulo {
    margin: 4rem;
    padding: 0 2rem;
}

#colorbox.cMoratoria #cboxLoadedContent .texto_centrado.button_wrap {
    margin: 2rem 1rem;
}

#colorbox.cMoratoria #cboxLoadedContent p a {
    text-align: center;
    display: block;
    margin: auto;
}

.moratoria-c #cboxClose {
    background: url(icons/cross_black.png) 53% center no-repeat;
}


/*Fin Ticket 94052 - A0adir popup al formulario de moratoria*/


/* Ticket #94036 - Microinteraccion macromenu */

@-webkit-keyframes moveDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-7px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes moveDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-7px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes moveDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-7px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes moveDown {
    0% {
        opacity: 0;
        transform: translateY(-7px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.moveDown {
    -webkit-animation-name: moveDown;
    -moz-animation-name: moveDown;
    -o-animation-name: moveDown;
    animation-name: moveDown;
}

.tabs-items-list.animated.moveDown {
    animation-delay: 0.1s;
}

.macromenu ul li:nth-of-type(1)>.block-category.animated.moveDown {
    animation-delay: 0.18s;
}

.macromenu ul li:nth-of-type(2)>.block-category.animated.moveDown {
    animation-delay: 0.26s;
}

.macromenu ul li:nth-of-type(3)>.block-category.animated.moveDown {
    animation-delay: 0.34s;
}

.macromenu ul li:nth-of-type(4)>.block-category.animated.moveDown {
    animation-delay: 0.42s;
}

.menu-linkgroup.menu-campaigns.animated.moveDown {
    animation-delay: 0.5s;
}

.macromenu .b-servicios.animated.moveDown {
    animation-delay: 0.58s;
}


/*
#panel-menu {
    overflow: hidden;
}
*/

@media (max-width: 990px) {
    .tabs-items-list.animated.moveDown {
        animation-delay: 0.2s;
    }
    .macromenu ul li:nth-of-type(1)>.block-category.animated.moveDown {
        animation-delay: 0.28s;
    }
    .macromenu ul li:nth-of-type(2)>.block-category.animated.moveDown {
        animation-delay: 0.36s;
    }
    .macromenu ul li:nth-of-type(3)>.block-category.animated.moveDown {
        animation-delay: 0.42s;
    }
    .macromenu ul li:nth-of-type(4)>.block-category.animated.moveDown {
        animation-delay: 0.5s;
    }
    .macromenu .b-servicios.animated.moveDown {
        animation-delay: 0.58s;
    }
    .menu-linkgroup.menu-campaigns.animated.moveDown {
        animation-delay: 0.66s;
    }
}


/* FIN Ticket #94036 - Microinteraccion macromenu */


/* Ticket #96128 - Particulares: Player de Youtube */

.article-video .video-inline.container .video-placeholder .youtube-player {
    position: relative;
}

.test #test-modal {
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 0.5rem;
}

.test #test-modal h4 {
    padding: 5rem;
}

.test #cboxClose {
    right: 0;
    background: url(icons/cross_black.png) 70% 30% no-repeat;
}

.contenido_formulario .mceVisualAid label {
    display: inline;
    font-weight: normal;
}

.contenido_formulario .mceVisualAid #bloque1,
.contenido_formulario .mceVisualAid #bloque2,
.contenido_formulario .mceVisualAid #bloque3,
.contenido_formulario .mceVisualAid #bloque4,
.contenido_formulario .mceVisualAid #bloque5 {
    margin-bottom: 2rem;
}

.contenido_formulario .mceVisualAid p.test-bold-label label {
    font-weight: bold !important;
}


/* FIN Ticket #96128 - Particulares: Player de Youtube */


/* Ticket #95983 - Encuesta seccii³n Cultura Financiera */

#util_content input {
    background: #007eae;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 4px 8px;
}


/* FIN Ticket #95983 - Encuesta seccii³n Cultura Financiera */


/*Ticket 96768 - Modificar tamai±o video holabank*/


/* Ticket #96768 - Modificar tamai±o video holabank */

@media (min-width: 1440px) {
    .page-banner.media.white#banner_videog_holabank {
        padding: 9rem 0;
    }
}

#banner_videog_holabank .page-banner-text {
    vertical-align: middle;
    text-align: center;
}

#banner_videog_holabank .page-banner-text .page-title h1 {
    color: #1a1a1a;
}

#banner_videog_holabank .page-banner-text .page-description p {
    color: #555;
    font-size: 1.8rem;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    line-height: 2.2rem;
}

#banner_videog_holabank.page-banner.media.white::before {
    height: 50%;
    top: 25%;
}

@media (max-width: 1200px) {
    #banner_videog_holabank.page-banner.media.white::before {
        height: 70%;
        top: 17%;
    }
}

@media (max-width: 992px) {
    #banner_videog_holabank.page-banner.media.white::before {
        height: 101%;
        top: -1px;
    }
}

@media (min-width: 992px) {
    #banner_videog_holabank.page-banner.media.white::before {
        display: none;
    }
    #banner_videog_holabank .page-banner-text {
        vertical-align: middle;
        text-align: center;
        background: rgba(255, 255, 255, 0.75);
        border-radius: 1rem;
    }
    #banner_videog_holabank .video-inline.container {
        display: inline;
    }
    #banner_videog_holabank .page-banner-media {
        padding-left: 2rem;
    }
}

@media (min-width: 1440px) {
    .page-banner.media.white#banner_videog_holabank {
        padding: 10%;
    }
}

#banner_videog_holabank .video-wrapper.neo-brightcove_v2-video.neo-video-responsive div:first-child {
    width: 100%
}

@media (min-width:991px) {
    #banner_videog_holabank .video-wrapper.neo-brightcove_v2-video.neo-video-responsive div:first-child {
        width: 600px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 991px) {
    #banner_videog_holabank.page-banner.media.white::before {
        width: 36%;
    }
    #banner_videog_holabank.page-banner.media {
        display: inline-block;
        width: 132%;
        left: -13%;
        position: relative;
    }
}


/*fin ticket 96768*/


/* Ticket #95217 - COMPRA ESTRELLA / nuevo cati¡logo */

@charset "UTF-8";

/**********************/


/* Destacados Subhome */


/**********************/

.badge-styles,
.highlight-ce__badges-group p .font-Yellow,
.highlight-ce__badges-group p .font-red,
.highlight-ce__badges-group p .font-green,
.highlight-ce__badges-group p .font-dark-Blue {
    display: block;
    color: #FFF !important;
    padding: 4px 10px;
    border-radius: 0 0 8px 0;
}

.dots-before,
.slider-ce__dots .slick-dots li button:before,
.slider-ce__dots .slick-dots .slick-active button:before {
    position: relative;
    font-size: 20px;
    line-height: 0;
    width: 20px;
    height: 20px;
    text-align: center;
}


/* Estilos */
.highlights-ce {
    margin-top: 20px;
    /* .submenu-linkgroup {
          display: flex !important;
          align-items: center;
          border-bottom: 2px solid $azul-site;
          .tabs-items-list {
              width: 83%;
          }
      } */
}

.highlights-ce__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 25px;
    padding: 10px 20px 10px;
    margin: 10px auto;
    text-decoration: none;
    width: 100%;
    font-weight: bold;
}

.highlights-ce__link-desktop {
    display: none;
}

.highlights-ce__link-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.highlights-ce__link:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 6px;
}

.highlights-ce__link:hover {
    text-decoration: none;
}

.highlights-ce__link--blue {
    border: 2px solid #133599;
    color: #133599;
}

.highlights-ce__link--blue:before {
    background: url(/deployedfiles/common/R2016/Estaticos/css/icons/check_button_blue.png) no-repeat;
    background-size: 15px 15px;
}

.highlights-ce__link--grey {
    border: 2px solid #1AF5B1;
    color: #1AF5B1;
}

.highlights-ce__link--grey:before {
    background: url(/deployedfiles/common/R2016/Estaticos/css/icons/check_button_grey.png) no-repeat;
    background-size: 15px 15px;
}

.highlights-ce__link--blue-site {
    border: 2px solid #007EAE;
}

.highlights-ce__link--blue-site:before {
    background: url(/deployedfiles/common/R2016/Estaticos/css/icons/check_button_blue-site.png) no-repeat;
    background-size: 15px 15px;
}

.highlights-ce__link--blue-fill {
    border: 2px solid #007EAE;
    color: #FFF;
    background-color: #007EAE;
}

.highlights-ce__link--blue-fill:before {
    background: url(/deployedfiles/common/R2016/Estaticos/css/icons/check_button_blue-fill.png) no-repeat;
    background-size: 15px 15px;
}

.highlights-ce__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 20px;
}

.highlights-ce__block .slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.highlights-ce__tab {
    font-size: 2rem;
    color: #555;
    margin-right: 35px;
    cursor: pointer;
    height: 30px !important;
}

.highlights-ce__tab--active {
    color: #007EAE;
    font-weight: bold;
}

.highlight-ce {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    border: 1px solid #e6e6e6;
    margin: 0 35px 40px 0;
    -webkit-box-shadow: 10px 10px #F2F9FB;
    box-shadow: 10px 10px #F2F9FB;
    padding: 0 25px;
    position: relative;
}

.highlight-ce__badges-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.highlight-ce__badges-group p {
    margin: 0;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 10px;
}

.highlight-ce__badges-group p .font-Yellow {
    background: #ECC044;
    color: #000 !important;
    /* sobreescribimos el color original */
}

.highlight-ce__badges-group p .font-red {
    background: #D14900;
}

.highlight-ce__badges-group p .font-green {
    background: #008535;
}

.highlight-ce__badges-group p .font-dark-Blue {
    background: #007EAE;
}

.highlight-ce__content-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 445px;
}

.highlight-ce__pic {
    text-align: center;
    margin: 40px 0 30px;
}

.highlight-ce__image {
    width: 100%;
    height: auto;
}

.highlight-ce__brand {
    color: #787878;
    font-size: 14px;
}

.highlight-ce__product {
    color: #004F70;
    font-size: 2rem;
    font-weight: bold;
    /*height: 70px;*/
}

.highlight-ce__product p {
    font-size: 2.2rem;
    line-height: 3rem;
    color: #004F70;
}

.highlight-ce__product p .font-grey {
    font-size: 16px;
    color: #758389 !important;
}

.highlight-ce__btn {
    margin: 25px 0;
    text-align: center;
}

.highlight-ce__info {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5rem;
    background: #007EAE;
    padding: 20px 70px;
    border-radius: 5px;
    display: block;
}

.highlight-ce__info:hover {
    color: #FFF;
    text-decoration: none;
}

.highlight-ce__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* prueba */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* prueba */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* prueba */
    margin-bottom: 20px;
}

.highlight-ce__pagination .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.highlight-ce__pagination .slick-dots li {
    padding-left: 2rem;
    padding: 0 8px 4px;
    background: none;
}

.highlight-ce__pagination .slick-dots li button {
    border: none;
    background: none;
    color: #007EAE;
    font-weight: bold;
}

.highlight-ce__pagination .slick-active {
    border-bottom: 3px solid #007eae;
}

.highlight-ce__pagination a[title*="siguiente"] {
    -webkit-box-ordinal-group: 101;
    -ms-flex-order: 100;
    order: 100;
}

/* Estilos que sobreescriben a las tabs de Particulares */
@media (min-width: 992px) {
    .highlights-ce .submenu-linkgroup.tabs-group .tabs-items-list:before {
        content: none;
    }
}

/* Media queries */
@media (min-width: 480px) {
    .highlights-ce__link {
        width: 400px;
    }
}

@media (min-width: 992px) {
    .highlights-ce .submenu-linkgroup.tabs-group {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 2px solid #007EAE;
    }
    .highlights-ce .submenu-linkgroup.tabs-group .tabs-items-list {
        width: 75%;
    }
    .highlights-ce .highlight-ce {
        width: 45% !important;
    }
    .highlights-ce__tabs-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .highlights-ce__link {
        width: 200px;
    }
    .highlights-ce__link-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .highlights-ce__link-mobile {
        display: none;
    }
}

@media (min-width: 1200px) {
    .highlights-ce .highlight-ce {
        width: 30% !important;
    }
    .highlights-ce .submenu-linkgroup.tabs-group .tabs-items-list {
        width: 83%;
    }
}

@media (max-width: 991px) {
    .highlights-ce .submenu-linkgroup .tabs-arrow {
        display: block;
    }
}

/***********************/
/* Slide de Destacados */
/***********************/
.slider-ce {
    overflow: hidden;
}

.slider-ce__title {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 25px;
    color: #004F70;
}

.slider-ce__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-ce__dots {
    display: none;
}

.slider-ce__dots .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
}

.slider-ce__dots .slick-dots li {
    background: none;
    padding-left: 2rem;
    padding: 0;
    width: 20px;
}

.slider-ce__dots .slick-dots li button {
    border: none;
    background: none;
    color: transparent;
    font-weight: bold;
}

.slider-ce__dots .slick-dots li button:before {
    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢';
    color: #C8D2DD;
}

.slider-ce__dots .slick-dots .slick-active button:before {
    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢';
    color: #0079A7;
}

@media (min-width: 640px) {
    .slider-ce__dots {
        display: block;
    }
}

/******************/
/* Banner Subhome */
/******************/
div[id*='banner-ce'] .page-entradilla {
    margin-bottom: 25px;
}

div[id*='banner-ce'] .page-entradilla p {
    display: inline-block;
}

div[id*='banner-ce'] .page-entradilla p span {
    color: #FFF !important;
    margin-right: 10px;
    border-radius: 10px 0;
    padding: 6px 10px;
}

div[id*='banner-ce'] .page-entradilla p span.font-green {
    background: #008535;
}

div[id*='banner-ce'] .page-entradilla p span.font-dark-Blue {
    background: #007EAE;
}

div[id*='banner-ce'] .page-entradilla p span.font-Yellow {
    background: #ECC044;
}

div[id*='banner-ce'] .page-entradilla p span.font-red {
    background: #D14900;
}

#banner-ce-white .page-title h1 {
    color: #FFF;
}

#banner-ce-white .page-description p {
    color: #FFF;
}

#banner-ce-black .page-title h1 {
    color: #FFF;
}


#banner-ce-black .page-description p {
    color: #000;
}

/***********************/
/* Contenidos Alternos */
/***********************/
@media(min-width: 992px) {
    #alternative-content-ce .content_alternative {
        padding: 230px 0;
    }
    #alternative-content-ce .content_alternative .media {
        margin: 0;
        display: inline;
    }
}

@media(min-width: 1200px) {
    #alternative-content-ce .content_alternative {
        padding: 275px 0;
    }
}

@media(min-width: 1440px) {
    #alternative-content-ce .content_alternative {
        padding: 320px 0;
    }
}

@media(min-width: 1700px) {
    #alternative-content-ce .content_alternative {
        padding: 40px 0;
    }
}

#alternative-content-ce .content_alternative .media {
    box-shadow: 40px 40px #F2F9FB;
    margin: 45px 70px;
    display: block;
}

#alternative-content-ce .content_alternative.right .media {
    box-shadow: -40px 40px #F2F9FB;
}

#financiacion-ce-wivai .contenedor_doscolumnas {
    display: flex;
    align-items: center;
}

#financiacion-ce-wivai .ancho25 {
    width: 25%;
}

#financiacion-ce-wivai .ancho25 img {
    width: 70px;
    max-width: none;
}

#financiacion-ce-wivai .ancho75 {
    padding: 20px;
}

#financiacion-ce-wivai h3 {
    /*font-size: 3rem;*/
    margin-top: 0;
    font-size: 2rem;
}

@media (min-width: 992px) {
    #financiacion-ce-wivai .ancho75 {
        padding: 0;
        width: 75%;
    }
    #financiacion-ce-wivai .ancho25 {
        width: 10%;
    }
    #financiacion-ce-wivai .ancho25 img {
        width: 70px;
    }
}


/******************************/


/* Destacados Subhome Moments */


/******************************/


/* Estilos */

.moments .highlights-ce__tabs-group {
    padding: 0 0 5px 15px;
    display: block;
    border-bottom: 2px solid #007EAE;
}

.moments .highlights-ce .tabs-items-scroll {
    height: auto;
}

.moments .highlights-ce .tabs-items-scroll .tabs-items-wrap {
    padding-bottom: 1rem;
}

.moments .highlights-ce .tabs-arrow {
    padding-top: 0;
}

.moments .highlights-ce__block .slick-slide>div {
    margin-left: 10px;
}

.moments .highlights-ce .highlight-ce {
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 4px 8px 0 #ccc;
    box-shadow: 0 4px 8px 0 #ccc;
    border-radius: 15px;
    margin: 0 5px 20px;
}

@media (min-width: 992px) {
    .moments .highlights-ce .highlight-ce {
        margin: 0 35px 40px 0;
    }
}

.moments .highlights-ce .highlight-ce__badges-group {
    border-radius: 15px 0 0 0;
    overflow: hidden;
}

.moments .highlights-ce .highlight-ce__content-group {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 0;
}

.moments .highlights-ce .highlight-ce__tab {
    font-size: 2rem !important;
    height: auto !important;
}

.moments .highlights-ce .highlight-ce__pic {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.moments .highlights-ce .highlight-ce__image {
    margin-top: 0;
    border-radius: 15px 15px 0 0;
}

.moments .highlights-ce .highlight-ce__image-btn {
    position: absolute;
    background: #FFF;
    padding: 12px 44px;
    border-radius: 30px;
    margin-bottom: 10px;
    bottom: 0;
}

@media screen and (min-width: 0\0) {
    .moments .highlights-ce .highlight-ce__image-btn {
        position: absolute;
        top: 125px;
        left: 45px;
    }
}

.moments .highlights-ce .highlight-ce__image-btn img {
    margin-top: 0;
}

.moments .highlights-ce .highlight-ce__product {
    min-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.moments .highlights-ce .highlight-ce__product p {
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #222;
}

@media screen and (min-width: 0\0) {
    .moments .highlights-ce .highlight-ce__product p {
        width: 100%;
    }
}

.moments .highlights-ce .highlight-ce__product p .font-grey {
    font-weight: normal;
    color: #222 !important;
}

.moments .highlights-ce .highlight-ce__btn {
    text-align: center;
    border-top: 1px solid #CCC;
    height: 40px;
    margin: 0 0 12px;
}

.moments .highlights-ce .highlight-ce__info {
    color: #007EAE;
    background: #FFF;
    padding: 12px 70px;
}

.moments .highlights-ce .highlight-ce__info:hover {
    color: #007EAE;
    text-decoration: none;
}


/* Estilos que sobreescriben NEO-R2016.css */

.submenu-linkgroup.tabs-group .tabs-item.highlights-ce__tab {
    height: auto !important;
}

.page-wrapper ul li.highlights-ce__tab {
    font-size: 2rem;
}


/**********************************************/


/* Destacados Subhome Nuevo Catalogo Tarjetas */


/**********************************************/

.new-cards .highlight-ce {
    display: block !important;
    background-color: #F1F2F3;
    padding: 25px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.new-cards .highlight-ce__pic {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.new-cards .highlight-ce__image {
    margin-top: 0;
    width: 80%;
}

.new-cards .highlight-ce__product {
    min-height: 130px;
    display: block;
    text-align: left;
    padding: 20px 0;
}

.new-cards .highlight-ce__product p {
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #000;
}

.new-cards .highlight-ce__product p .font-grey {
    font-weight: normal;
}

.new-cards .highlight-ce__product p:first-child {
    font-size: 2rem;
}

.new-cards .highlight-ce__nri {
    font-weight: bold;
    position: absolute;
    bottom: 5px;
}

.new-cards .highlight-ce__btn {
    text-align: center;
    background: #007EAE;
    color: #FFF;
    height: 40px;
    margin: 0 0 25px;
    width: 100%;
}

.new-cards .highlight-ce__info {
    color: #FFF;
    background: #007EAE;
}

.new-cards .highlight-ce__info:hover {
    color: #007EAE;
    text-decoration: none;
}


/* FIN Ticket #95217 - COMPRA ESTRELLA / nuevo cati¡logo */


/*Cultura financiera*/

.testimonial-grid {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0;
}

.testimonial-element-wrap {
    float: left;
    width: 50%;
    padding: 0.3rem;
    display: inline-block;
    position: relative;
}

.testimonial-element {
    padding: 2rem;
    height: 300px;
    position: relative;
    -webkit-box-shadow: inset 0px -70px 142px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px -70px 142px 1px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -70px 142px 1px rgba(0, 0, 0, 0.75);
}

.testimonial-text {
    z-index: 1;
}

.testimonial-text .testimonial-info h1,
.testimonial-text .testimonial-info h2,
.testimonial-text .testimonial-info h3,
.testimonial-text .testimonial-info p {
    color: #fff;
    text-shadow: 2px 2px 8px #353535;
}

.testimonial-text .testimonial-info p {
    min-height: 2rem;
    margin: 0 0 2rem;
}

.testimonial-text .testimonial-info h1 {
    font-size: 3.2rem;

}

.testimonial-anchor {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0.3rem;
    z-index: 2;
    opacity: 0;
}

.testimonial-background {
    position: absolute;
    background: #004f70;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-box-shadow: inset 0px -140px 142px 1px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px -140px 142px 1px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0px -140px 142px 1px rgba(0, 0, 0, 0.9);
    opacity: 0.7;
}

.testimonial-background--active {
    background: none;
}

.testimonial-info {
    position: absolute;
    bottom: 0;
}

.testimonial-upcoming {
    display: inline-block;
    padding: 0.2rem 1.4rem;
    font-size: 1.2rem;
    border-radius: 1rem;
    line-height: 1.6rem;
    background: #ffffff61;
    font-weight: bold;
    letter-spacing: 0.1rem;
    position: absolute;
    top: 0.6rem;
    color: #fff;
}

.testimonial-img-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: inline-block;
    z-index: 0;
    overflow: hidden;
}

.main .testimonial-img {
    display: inline-block;
    margin: 0;
}

@media (max-width: 991px) {
    .testimonial-element-wrap {
        width: 100%;
    }
    .testimonial-element {
        height: 200px;
        background-size: cover;
    }
}

@media (max-width: 576px) {
    .testimonial-text .testimonial-info p {
        font-size: 1.5rem;
    }
    .testimonial-text .testimonial-info h1 {
        font-size: 3.2rem;

    }
}

/*FIN cultura financiera*/

/*#97045 - SEO: Unificar contenido Planes de Pensiones (Fase 1)*/

.tabs-contents.anchor-tabs .article-content h2 {
    margin-bottom: 2rem;
    margin-top: 4rem;
}

.tabs-contents.anchor-tabs {
    display: flex;
    flex-direction: column;
}

.tabs-contents.anchor-tabs .article-content {
    display: flex;
    flex-direction: column;
}

.tabs-contents.anchor-tabs .article-content .legal_text p {
    font-size: 1.2rem;
}


/*FIN #97045 - SEO: Unificar contenido Planes de Pensiones (Fase 1)*/


/*#97666 - Optimizacii³n de contenido*/

.tabs-contents.anchor-tabs-menu .article-content h2 {
    margin-bottom: 2rem;
    margin-top: 4rem;
}

.tabs-contents.anchor-tabs-menu {
    display: flex;
    flex-direction: column;
}

.tabs-contents.anchor-tabs-menu .article-content.selected {
    display: flex;
    flex-direction: column;
}

.tabs-contents.anchor-tabs-menu .article-content {
    display: none;
}

.tabs-contents.anchor-tabs-menu .article-content .legal_text p {
    font-size: 1.2rem;
}


/*FIN #97666 - Optimizacii³n de contenido*/


/*Ticket #97205 - Nuevo formulario My Box Alarmas*/

#cboxLoadedContent .mybox_clientes_popup {
    display: block;
}

.mybox_clientes_popup {
    display: none;
}

.mybox_clientes_popup,
.mybox_nocliente_popup {
    background-color: #fff;
    width: auto;
    padding: 10rem 0rem;
}

.mybox_clientes_popup .mybox_clientes_foot li a {
    color: #6b6b6b;
    text-decoration: none;
    font-size: 11px;
}

.mybox_clientes_popup .mybox_clientes_foot li a:hover {
    text-decoration: underline;
}

.mybox_clientes_buttons {
    display: flex;
    margin: 10rem 10%;
}

@media (min-width:768px) {
    .mybox_clientes_popup,
    .mybox_nocliente_popup {
        background-color: #fff;
        padding: 14rem 4rem 14rem 4rem;
    }
    .mybox_clientes_popup .mybox_clientes_foot li a {
        font-size: 14px;
    }
    .mybox_clientes_buttons {
        display: flex;
        margin: 10rem 20%;
    }
}

.mybox_clientes_popup h2 {
    text-align: center;
    color: #007eae;
    font-size: 2.4rem;
    text-align: center;
}

.mybox_clientes_popup .mybox_clientes_foot {
    display: inline-flex;
    list-style: none;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.mybox_clientes_popup .mybox_clientes_foot li {
    background: none;
    padding: 0 .8rem;
}

.mybox_clientes_buttons button {
    background-color: #007eae;
    border: 0.2rem solid #007eae;
    color: #fff;
    margin: auto;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    padding: 1.1rem 1rem;
    border-radius: 0.2rem;
    line-height: 1.4rem;
    font-size: 1.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%;
    max-width: 120px;
    transition: all 0.3s ease-in;
}

.mybox_clientes_buttons button:hover {
    border: 0.2rem solid #007eae;
    color: #fff;
    margin: auto;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    background-color: #fff;
    border: 0.2rem solid #007eae;
    color: #007eae;
}

.mybox_nocliente_popup h2 {
    /*font-size: 2.4rem;
    text-align: center;
    color: #007eae;
    padding: 0rem 6rem;
    margin-bottom: 6rem;*/

    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans', Arial, serif;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0;
    padding: 0rem 6rem;
    margin-bottom: 6rem;
}

.mybox_nocliente_popup .mybox_clientes_foot {
    display: flex;
    list-style: none;
    flex-direction: row;
    justify-content: center;
}

.mybox_nocliente_popup .mybox_clientes_foot li {
    background: none;
    padding: 2.6rem;
}

.mybox_nocliente_popup .mybox_clientes_foot li a {
    color: #6b6b6b;
    text-decoration: none;
    font-size: 14px;
}

.layer_mybox #cboxClose {
    background: url(icons/cross_black.png) 53% center no-repeat !important;
}


/*FIN #97205 - Nuevo formulario My Box Alarmas*/


/* Ticket #97339 - Colectivos // Nueva subhome Funcionarios */

#funcionarios-sh {
    margin-top: 25px;
}

#funcionarios-sh .sh-h-text {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    padding: 10px;
}

#funcionarios-sh .sh-h-text:before {
    background-color: #efefef;
}

#funcionarios-sh .sh-h-text h3 {
    /*font-size: 2.2rem;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-weight: bold;*/

    font-size: 2rem;
    line-height: 2.8rem;
    font-family: 'OpenSans', Arial, serif;
    font-weight: bold;

}

#funcionarios-sh .sh-h-description {
    display: flex;
    flex-direction: column;
    padding: 0;
    height: 100%;
    justify-content: space-between;
}

#funcionarios-sh .sh-h-description .texto_centrado {
    width: auto;
    padding: 0;
    position: absolute;
    bottom: 35px;
}

#funcionarios-sh .sh-h-description .texto_centrado span {
    margin: 0;
    width: 100%;
    bottom: 35px;
}

#funcionarios-sh .sh-h-nri {
    position: absolute;
    left: 5px;
    bottom: 5px;
}

#funcionarios-sh.sh-highlights .sh-highlight>a {
    min-height: 26rem;
}

#funcionarios-sh .sh-highlight:last-child {
    width: 100%;
}

#funcionarios-sh .sh-highlight:last-child .sh-highlight-wrap {
    min-height: 0;
    margin-bottom: 30px;
    position: relative
}

#funcionarios-sh .sh-highlight:last-child .sh-h-text {
    position: relative;
}

#funcionarios-sh a .sh-h-description>.texto_aclarativo {
    position: absolute;
    top: 120px;
}

#colectivos-tabs .tabs-item-title {
    border: none;
}

#colectivos-tabs .tabs-items-wrap {
    background-color: #F4F9FC;
}

#colectivos-tabs .tabs-items:after,
#colectivos-tabs .tabs-items .tabs-item-title-active:after {
    content: none;
}

#colectivos-tabs .tabs-items .tabs-item-title-active {
    border-bottom: 4px solid #007eae;
}


/* FIN Ticket #97339 - Colectivos // Nueva subhome Funcionarios */


/* #97088Modificacii³n APL tarjetas para incluir texto legal*/

.bg-blue.dinamic_legal p {
    font-size: 1.2rem!important;
    line-height: 1.6rem;
    color: #555;
}

/*.bg-blue.dinamic_legal .container {
    margin: 3rem auto;
}*/


/* #97088 Modificacii³n APL tarjetas para incluir texto legal*/


/*Cambio Carrusel Cultura Financiera*/

div#cultura-financiera-variant .hm-slide-text-wrap {
    right: -60%;
    width: 65%;
}

@media (min-width: 1201px) {
    div#cultura-financiera-variant .hm-slide-text-wrap {
        right: -20%;
        width: 45%;
    }
}

@media (max-width: 991px) {
    div#cultura-financiera-variant .hm-slide-text-wrap {
        right: unset;
        width: 100%;
    }
}


/*Fin Cambio Carrusel Cultura Financiera*/


/*97841 ajustar icono a la izquierda y centrar*/

.article-content.article-text div.texto_center_img {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.article-content.article-text div.texto_center_img img {
    margin: 8px 10px 0px;
    width: auto;
    height: 100%;
}


/*fin 97841 ajustar icono a la izquierda y centrar*/


/*Ticket #97205 Estilos Mybox CTA*/

.bottom_sticky #callmeMybox.cmn-sticky {
    width: 100%;
    position: relative;
}

#callmeMybox .cmn-sticky .cmn-layer.open {
    max-height: 370px;
}

#callmeMybox .cmn-text {
    display: block;
    position: relative;
    /* min-width: 102px; */
    width: 170px;
    margin-bottom: 7px;
    border-radius: 3rem;
    height: 5rem;
    vertical-align: bottom;
    border: 1px solid white;
    background: url(icons/icon_phone_white.png) #007eae 1.8rem center no-repeat;
    padding: 1.8rem 2rem 1.6rem 3rem;
}

#callmeMybox .cmn-cta {
    display: flex;
    right: 0px;
    position: absolute;
    /* left: 0px; */
    bottom: 0px;
    z-index: 99;
}

#callmeMybox.cmn-sticky .cmn-layer iframe {
    width: auto;
}

#callmeMybox.cmn-sticky .cmn-layer.open {
    width: auto;
    max-height: 480px;
    height: 430px;
}

@media (min-width:768px) {
    #callmeMybox.cmn-sticky .cmn-layer.open {
        height: 360px;
    }
}

.bottom_sticky #callmeMybox .cmn-cta a {
    display: inline-flex;
}

.bottom_sticky #callmeMybox .cmn-icon {
    display: none;
    height: 5rem;
    width: 5rem;
    border-radius: 3rem;
    vertical-align: bottom;
    border: 1px solid white;
}

.bottom_sticky #callmeMybox .cmn-text p {
    color: #fff;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5rem;
}


/*END Ticket #97205 Estilos Mybox CTA*/


/* Ticket #98025 - Particulares // Planes de pensiones // Ventajas B > Franja azul dentro de pestai±a */

#promociones-vigentes .contenedor_doscolumnas {
    background: #007eae;
    padding: 20px;
}

#promociones-vigentes .contenedor_doscolumnas .ancho75 p {
    color: #fff;
}


/* FIN Ticket #98025 - Particulares // Planes de pensiones // Ventajas B > Franja azul dentro de pestai±a */


/*Ticket 98295 Valor Futuro 10 - Texto blanco sobre fondo gris en banner A1 con video*/

.font-wh_dk-bl_mb {
    color: #000;
}

@media (min-width:1200px) {
    .font-wh_dk-bl_mb {
        color: #fff!important;
    }
}


/*FIN Ticket 98295 Valor Futuro 10 - Texto blanco sobre fondo gris en banner A1 con video*/


/*98372 - SEO // Encabezado de partida <p>*/

.container-fluid.section-prom .hm-slider .hm-slide-text .hm-slide-text-wrap .hm-slide-title p {
    font-family: 'OpenSans-ExtraboldItalic', Helvetica, Arial, sans-serif;
    font-size: 3.4rem;
    line-height: 4rem;
    margin-top: 0;
    color: #1a1a1a;
}


/*Fin 98372 - SEO // Encabezado de partida <p>*/

/*
#contadorCapa {
    display: none;
    opacity: 0;
    transition: all 1.5s linear;
}
*/

/* Ticket #108077 - Particulares // Wivai // Galaxy Unpacked> Contador central */
#article-text-counter #contadorCapa {
    margin: 0 auto;
}
/* FIN Ticket #108077 - Particulares // Wivai // Galaxy Unpacked> Contador central */


/*Preparacii³n maqueta nueva landing Onboarding HolaBank*/

.controller-onboarding_v2 {
    display: none;
    margin: 3rem 0;
}

.onboarding #form-onboarding.onboarding_v2 {
    padding: 2rem 2rem;
}

#form-onboarding.onboarding_v2 h3 {
    color: #000;
    font-size: 2rem;
}

#form-onboarding.onboarding_v2 p {
    font-size: 1.6rem;
    color: #000;
    margin: 1rem 0rem;
    padding-left: 0px;
}

#form-onboarding.onboarding_v2 branch_code .offices p {
    margin-bottom: .8rem;
}

#form-onboarding.onboarding_v2 label {
    font-size: 1.4rem;
    color: #000;
    margin: 0.5rem 0rem;
}

#form-onboarding.onboarding_v2 .onboarding_countryselect {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

#form-onboarding.onboarding_v2 .onboarding_countryselect select {
    background-color: #F1F1F1;
    border: none;
    height: 50px;
    max-width: 300px;
    padding-left: 1rem;
    margin-top: 0;
    text-transform: uppercase;
}

#form-onboarding.onboarding_v2 #countries_selection {
    margin: 1rem 0;
}

#form-onboarding.onboarding_v2 .choose_brach_checkbox {
    margin: 1.5rem 0 0;
}

#form-onboarding.onboarding_v2 .choose_brach_checkbox h4 {
    color: #000;
    font-size: 1.8rem;
    line-height: 2.8rem;

}

#form-onboarding.onboarding_v2 .choose_brach_checkbox p {
    margin-bottom: 1rem;
}

#form-onboarding.onboarding_v2 .choose_brach_checkbox .branch_checkbox .selection {
    margin-bottom: 1em;
}

#form-onboarding.onboarding_v2 .choose_brach_checkbox .branch_checkbox {
    display: flex;
    margin-top: .8rem;
}

#form-onboarding.onboarding_v2 .choose_brach_checkbox .branch_checkbox .selection label {
    display: inline-block;
    width: auto;
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #000;
    color: #000000;
    text-align: center;
    font-weight: 100;
    padding: .8em 2em;
    cursor: pointer;
}

#form-onboarding.onboarding_v2 .choose_brach_checkbox .branch_checkbox .selection label:hover {
    background-color: #e9e9e9;
    border: 1px solid #007eae;
}

#form-onboarding.onboarding_v2 .choose_brach_checkbox .branch_checkbox .selection input.selected~label {
    border: 1px solid #007eae;
}

#form-onboarding.onboarding_v2 .choose_brach_checkbox .branch_checkbox .selection input[type=radio] {
    display: none;
}

#form-onboarding.onboarding_v2 .branch_code .branch_input-container {
    display: flex;
    flex-direction: column;
}

#form-onboarding.onboarding_v2 .branch_code .branch_input-container input {
    background-color: #F1F1F1;
    border: none;
    height: 50px;
    max-width: 100px;
    padding-left: 1rem;
    margin-top: 0;
}

#form-onboarding.onboarding_v2 .offices select {
    background-color: #F1F1F1;
    border: none;
    height: 50px;
    min-width: 300px;
    padding-left: 1rem;
    margin-top: 0;
}

#form-onboarding.onboarding_v2 .branch_code .small_letter {
    font-size: 1rem;
}


/*Preparacii³n maqueta nueva landing Onboarding HolaBank*/

/*Cultura financiera - Modulo videos*/

.testimonial-hl {
    min-height: 480px;
    position: relative;
    margin-top: 0;
    padding: 2rem;
}

.testimonial-hl__img-wrap {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    padding: 0 2rem;
}

.testimonial-hl__main-info {
    z-index: 1;
    position: relative;
    min-height: 31.4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 1.5rem;
    text-shadow: 1px 1px 10px #1b1a1a;
}

.main-info__text {
    color: #fff;
}

h1.main-info__text {
    font-size: 3.2rem;
    line-height: 4rem;

}

p.main-info__text {
    font-weight: bold;
    letter-spacing: 0.05rem;
    position: absolute;
    top: 0;
}

h2.main-info__text {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    font-style: italic;
    margin-top: 0;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0;

}

.main-info__button {
    background-color: #007eae;
    border: 0.2rem solid #007eae;
    color: #fff;
    font-weight: bold;
    padding: 1rem 4rem;
    display: inline-block;
    margin: 2rem auto 3rem;
    text-decoration: none;
    line-height: 1.5rem;
    border-radius: .3rem;
    text-align: center;
    width: 100%;
    text-shadow: none;
}

.main-info__button:hover {
    color: #fff;
    -webkit-box-shadow: inset 770px -1px 5px 0px #006f99;
    -moz-box-shadow: inset 770px -1px 5px 0px #006f99;
    box-shadow: inset 770px -1px 5px 0px #006f99;
    transition: 0.3s all ease-out;
}

.testimonial-hl__img {
    height: 31rem;
    margin-top: 0 !important;
}

.testimonial-hl__img-overlay {
    /*background: rgba(160,160,160,0.4);*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #ccc;
}


/*MODAL*/

html.overflow-blocked {
    overflow: hidden;
}

.testimonial-modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
    opacity: 0;
    transition: all 1s linear;
}

.testimonial-modal-overlay--active {
    display: block;
    opacity: 1;
}

.testimonial-modal__video-wrap iframe,
.testimonial-modal__video-wrap object,
.testimonial-modal__video-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 1.5rem;
    min-height: 200px;
}

.testimonial-modal {
    padding-bottom: 52.25%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 50%;
    margin: auto;
    width: 100%;
}

.testimonial-modal-close {
    position: absolute;
    top: -81%;
    left: 88%;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    padding-bottom: 0;
    padding: 0;
    height: 40px;
    font-size: 3rem;
    line-height: 2rem;
    background: none;
    border: none;
    color: #fff;
    text-shadow: 1px 1px 6px #000;
    cursor: pointer;
    z-index: 9999;
}

.testimonial-hl__video-wrap {
    width: 100%;
    height: 410px;
    cursor: pointer;
}

.testimonial-hl__video-wrap--novideo {
    width: 100%;
    height: 410px;
    text-decoration: none;
}

.testimonial-hl__video-wrap--novideo:hover {
    text-decoration: none;
}

.video-wrap__video-trigger {
    position: relative;
    height: 190px;
    overflow: hidden;
}

.video-wrap__video-play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 5rem;
    height: 5rem;
}

.video-wrap__video-thumbnail {
    width: 100%;
    height: auto;
}

.youtube-video,
.testimonial-modal-close {
    opacity: 0;
    transition: opacity 1s linear;
}

.youtube-video--opacity {
    opacity: 1;
}

.video-wrap__info-container {
    background: #fff;
    min-height: 195px;
    position: relative;
    padding: 0 1.5rem;
}

h3.video-wrap__info-title {
    margin: 0;
    padding-top: 2rem;
}

.absolute-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #080808;
    opacity: 0.60;
}

iframe.youtube-video:-ms-fullscreen {
    padding: 0 !important;
}


/*Responsive*/

@media screen and (min-width: 568px) {
    .testimonial-modal-close {
        top: -85%;
        left: 90%;
    }
}

@media screen and (min-width: 768px) {
    .testimonial-modal-close {
        top: -88%;
        left: 93%;
    }
}

@media screen and (min-width: 992px) {
    .testimonial-hl__main-info-wrap {
        z-index: 1;
        position: absolute;
        bottom: 4rem;
        width: 25%;
    }
    .testimonial-hl__video-container {
        z-index: 1;
        position: absolute;
        bottom: 2rem;
        width: 65%;
        right: 4rem;
    }
    .testimonial-hl {
        padding: 4rem;
    }
    .testimonial-hl__video-wrap {
        display: inline-block;
        float: left;
        width: 50%;
    }
    .testimonial-hl__video-wrap--novideo {
        display: inline-block;
        float: left;
        width: 50%;
    }
    .video-wrap__info-container {
        position: unset;
    }
    .testimonial-hl__img {
        width: 120%;
        height: auto;
    }
    .testimonial-hl__main-info {
        min-height: auto;
        padding: 0;
    }
    p.main-info__text {
        margin-bottom: 3rem;
        position: unset;
    }
    h1.main-info__text {
        font-size: 3.2rem;

    }
    h1.main-info__text .title_big {
        display: inline-block;
    }
    h2.main-info__text {
        font-size: 2.4rem;
        margin-top: 1rem;
    }
    .main-info__button {
        margin: 3rem auto 1rem;
        width: auto;
        position: relative;
        left: -2.2rem;
    }
    .video-wrap__video-trigger,
    .video-wrap__info-container {
        margin: 0 1.5rem;
    }
    .testimonial-hl__img-wrap {
        padding: 0;
    }
    .testimonial-modal__video-wrap iframe,
    .testimonial-modal__video-wrap object,
    .testimonial-modal__video-wrap embed {
        padding: 12.2% 25.2%;
        margin: 0 auto;
    }
    .testimonial-modal-close {
        top: -47.5%;
        left: 46%;
    }
}

@media (min-width: 1200px) {
    .testimonial-hl__img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 1400px) {
    .testimonial-modal-close {
        top: -49.5%;
        left: 47.5%;
    }
}


/*Ticket 98010 Preparacii³n maqueta nueva landing Onboarding HolaBank*/

#mortgage p.legend-pos {
    margin-bottom: 1.5rem;
}


/*Ticket 98010 Preparacii³n maqueta nueva landing Onboarding HolaBank*/


/*Ticket 99034 Empresas // Agrobank // Financiacion > Reduccion modulo iconos*/

#image_carousel-fullwidth .carousel-items-list .carousel-items-wrap {
    overflow: visible!important;
}

#image_carousel-fullwidth .carousel-items-list .carousel-items-wrap-scroll {
    overflow: visible;
}

#image_carousel-fullwidth .carousel-items-list .carousel-arrow {
    display: none;
}


/*Ticket 99034 Empresas // Agrobank // Financiacion > Reduccion modulo iconos*/


/*ticket 99181 Distribuidora MyBox Seguros | Destacados con franja azul*/

.blue_box_hightlights-container {
    display: flex;
    background-color: #f0f8ff;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.blue_box_hightlights-container .blue_box_hightlights-text {
    text-align: left;
    max-width: 300px;
}

.blue_box_hightlights-container .blue_box_hightlights-text p:first-child {
    font-size: 10px;
    text-align: left;
    line-height: 1rem;
}

.blue_box_hightlights-container .blue_box_hightlights-text p:last-child {
    font-size: 12px;
    text-align: left;
    line-height: 1.6rem;
}

.blue_box_hightlights-container .blue_box_hightlights-button {
    display: flex;
    align-items: center;
    padding-left: .5rem;
}

.blue_box_hightlights-container .blue_box_hightlights-button .btn.btn-white {
    background-color: #fff;
    border: 1px solid #b1b1b1;
    padding: .3rem .8rem;
}

.blue_box_hightlights-container .blue_box_hightlights-button .btn a {
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
}


/*fin ticket 99181 Distribuidora MyBox Seguros | Destacados con franja azul*/


/*ticket 99325 Particulares // Wivai // S21 > desplazar H1 a la izquierda*/
.banner-text .page-banner#textBannerImageLeft {
    display: none;
}

.page-banner#textBannerImageLeft {
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 192px;
}

.page-banner#textBannerImageLeft {
    left: auto;
    right: auto;
}

@media (min-width: 992px) {
    .banner-text .page-banner#textBannerImageLeft {
        display: flex;
    }

    .page-banner#textBannerImageLeft {
        position: absolute;
        right: 330px;
        display: flex;
        min-height: 248px;
    }
}

@media (min-width: 1200px) {
    .page-banner#textBannerImageLeft {
        position: relative;
        right: 260px;
        display: flex;
    }
}

@media (min-width: 1400px) {
    .page-banner#textBannerImageLeft {
        position: relative;
        right: 370px;
        display: flex;
    }
}

@media (min-width: 1800px) {
    .page-banner#textBannerImageLeft {
        position: relative;
        right: 450px;
        display: flex;
    }
}

.banner-text .page-banner#textBannerImageRight {
    display: none;
}

.page-banner#textBannerImageRight {
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 192px;
}

.page-banner#textBannerImageRight {
    left: auto;
    right: auto;
}

@media (min-width: 992px) {
    .banner-text .page-banner#textBannerImageRight {
        display: flex;
    }

    .page-banner#textBannerImageRight {
        position: absolute;
        left: 330px;
        display: flex;
        min-height: 248px;
    }
}

@media (min-width: 1200px) {
    .page-banner#textBannerImageRight {
        position: relative;
        left: 260px;
        display: flex;
    }
}

@media (min-width: 1400px) {
    .page-banner#textBannerImageRight {
        position: relative;
        left: 370px;
        display: flex;
    }
}

@media (min-width: 1800px) {
    .page-banner#textBannerImageRight {
        position: relative;
        left: 450px;
        display: flex;
    }
}


/*fin ticket 99325 Particulares // Wivai // S21 > desplazar H1 a la izquierda*/


/*ticket 99453 Particulares // Movilidad // ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â koda > habilitar caracter ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */

.page-terrat-wrap .page-description h1 {
    font-weight: 900;
}

.page-terrat-wrap .page-description h1 span {
    font-style: italic;
}

.hm-slide-text-wrap .hm-slide-title h2 {
    font-weight: 900;
}


/*ticket 99453 Particulares // Movilidad // ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â koda > habilitar caracter ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */


/* Ticket #99523 - Cambiar fondo sticky a azul / Talks */

#sticky-bgbluelight .button-text span.texto_pequenno {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #e5f5fc;
    display: inline-block;
    margin: 10px -10px -10px -10px;
    padding: 10px;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    color: #555;
    font-size: 1.6rem;
}

#sticky-bgbluelight .button-text p {
    margin-bottom: 0;
}

#sticky-bgbluelight .button-text::before {
    border-top: 7px solid #e5f5fc;
}

@media (max-width: 768px) {
    #sticky-bgbluelight .button-text span.texto_pequenno {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}


/* FIN Ticket #99523 - Cambiar fondo sticky a azul / Talks */


/*Ticket #99620 - Footer plantilla atencion al cliente*/

#contingut .aviso_legal {
    text-align: left;
    margin-bottom: 20px;
}

#contingut .aviso_legal p {
    font-size: 1rem;
}


/* FIN Ticket #99620 - Footer plantilla atencii³n al cliente*/


/* Ticket #99488 - Particulares // Conta en modulo de desplegables (nueva DV dinamica)*/

.tabs-dropdown .icon-dropdowns .dropdown-item .dropdown-title a h2 {
    padding-left: 1rem;
    margin-left: 1rem;
}

.tabs-dropdown .icon-dropdowns .dropdown-title {
    margin-bottom: 1rem;
}

.tabs-dropdown .icon-dropdowns a img {
    padding-left: 0;
    margin-left: 2rem;
}

.tabs-dropdown .tabs-item .tabs-item-title>p {
    color: #666;
    font-weight: bold;
}

.tabs-dropdown .estilo_col_derecha {
    width: 77%;
    float: right;
}

.tabs-dropdown .estilo_col_izquierda {
    width: 22%;
    float: left;
    padding: 0;
}

.tabs-dropdown .icon-dropdowns .texto_izquierda {
    float: right;
}

.tabs-dropdown .icon-dropdowns .texto_izquierda a img {
    margin-left: 0;
}

#att-cliente.dropdown-group.main-component .dropdown-content.article-content ul li {
    width: 50%;
    margin-left: 0;
}
#att-cliente.dropdown-group.main-component .dropdown-content.article-content ul li:before {
    content: none;
}
#att-cliente .dropdown-item .estilo_col_derecha {
    width: 77%;
    float: right;
}
#att-cliente .dropdown-item .estilo_col_izquierda {
    width: 22%;
    float: left;
    padding: 0;
}
#att-cliente .dropdown-item .texto_izquierda {
    float: right;
}

@media (min-width: 640px) {
    #att-cliente.dropdown-group.main-component .dropdown-content.article-content ul li {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .tabs-dropdown .icon-dropdowns {
        margin: 0;
    }
    .tabs-dropdown .icon-dropdowns .dropdown-item .dropdown-title a h2 {
        margin-left: 0;
    }
    .tabs-dropdown .icon-dropdowns .dropdown-content li {
        width: 25%;
    }
}


/* Ticket #99488 - Particulares // Cont
a en modulo de desplegables (nueva DV dinamica)*/


/* Ticket #99895 - Empresas // Agrobank // Accion PAC > Publicidad OM */

#publicidad .estilo_col_derecha p {
    margin-top: -41px;
    text-align: center;
}

@media (min-width: 992px) {
    #publicidad .estilo_col_derecha p {
        padding: 0 12rem 0 0;
    }
}

@media (min-width: 1200px) {
    #publicidad .estilo_col_derecha p {
        padding: 0 6rem 0 0;
    }
}


/* FIN Ticket #99895 - Empresas // Agrobank // Accion PAC > Publicidad OM */


/* Ticket #100098 - Particular // Seguros // MyBox > Error espacio destacados */


/* Ticket #102811 - Particular // Seguros // MyBox > Alinear botones */

.p-highlight-list .p-highlight-wrap {
    /*justify-content: end;*/
    /*justify-content: space-between;*/
}


/* FIN Ticket #102811 - Particular // Seguros // MyBox > Alinear botones */


/* FIN Ticket #100098 - Particular // Seguros // MyBox > Error espacio destacados */


/* Ticket #99786 - Adaptacion a version mobile */


/*tarjetas imagen tamano fijo y tarjetas tamano fijo*/

@media (min-width: 620px) {
    #destacados .sh-highlights .sh-highlight .sh-h-image img {
        width: 100%;
        height: auto;
    }
}


/*Tulo pegado a los bordes resoluciones menores de 768px*/

@media (max-width: 768px) {
    .article-block.main-component {
        margin: 3rem 15px;
    }
}


/*El mensaje de nivel de riesgo sale duplicado */


/*anadir id om-double al componente para que esto sirva de algo*/

.container-fluid.om+.container-fluid.banner .om-group.om-double {
    display: none;
}

@media (min-width: 1200px) {
    .container-fluid.om+.container-fluid.banner .om-group.om-double {
        display: block;
    }
}


/* FIN Ticket #99786 - Adaptacion a version mobile */


/* Ticket #100604 - NRI home y subhome - ocultar */


/*.tabs-group.main-component.sh-tabs .tabs-contents .sh-h-nri,
.section-prom li.sh-highlight .sh-h-nri,
.sh-highlights ul.sh-highlights-list .sh-h-nri {
    display: none;
}*/


/* FIN Ticket #100604 - NRI home y subhome - ocultar */


/* Ticket #97326 - Nuevo catalogo de tarjetas */

.highlight-two-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.highlight-two-cards__background-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200%;
    left: -50%;
    position: absolute;
    bottom: 600px;
}

.highlight-two-cards__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.highlight-two-cards__card--right .highlight-two-cards__title,
.highlight-two-cards__card--right .highlight-two-cards__description p {
    color: #000;
}

.highlight-two-cards__texts {
    position: relative;
    padding: 0 25px;
}

.highlight-two-cards__buttons {
    margin-top: 40px;
}

.highlight-two-cards__button {
    text-decoration: none;
    border-radius: 25px;
    padding: 12px 35px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
    display: block;
}

.highlight-two-cards__button--transparent {
    background: none;
    border: 1px solid #FFF;
    color: #FFF;
}

.highlight-two-cards__button--white {
    background: #FFF;
    border: 1px solid #007eae;
    color: #007eae;
}

.highlight-two-cards__button--blue {
    background: #007eae;
    border: 1px solid #007eae;
    color: #FFF;
}

.highlight-two-cards__title {
    color: #FFF;
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.highlight-two-cards__description p {
    color: #FFF;
}

@media (min-width: 640px) {
    .highlight-two-cards__card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .highlight-two-cards__card--right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .highlight-two-cards__card--right .highlight-two-cards__texts {
        text-align: right;
    }
    .highlight-two-cards__card--right .highlight-two-cards__title,
    .highlight-two-cards__card--right .highlight-two-cards__description p {
        color: #FFF;
    }
    .highlight-two-cards__texts {
        width: 60%;
        padding: 0 20px;
    }
    .highlight-two-cards__background-image {
        bottom: 230px;
    }
    .highlight-two-cards__title,
    .highlight-two-cards__description p {
        color: #000;
    }
    .highlight-two-cards__buttons {
        margin-top: 100px;
        bottom: 70px;
    }
}

@media (min-width: 992px) {
    .highlight-two-cards__card {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .highlight-two-cards__button {
        display: inline;
    }
    .highlight-two-cards__background-image {
        bottom: 190px;
    }
}

@media (min-width: 1200px) {
    .highlight-two-cards__texts {
        width: 35%;
    }
}


/* FIN Ticket #97326 - Nuevo catalogo de tarjetas */


/* Ticket #100604 - NRI home y subhome - ocultar */

.sh-tabs .sh-highlights .sh-highlight {
    height: auto !important;
}


/* FIN Ticket #100604 - NRI home y subhome - ocultar */


/* Bug #97818 Particulares // General // Nuevo Cliente // Especificaciones Version Mobile*/

.article-content .contenedor_cuatro_columnas .template4columnas_columna .template4columnas_columna-containerimg {
    height: 180px;
}

.article-content .contenedor_cuatro_columnas .template4columnas_columna .template4columnas_columna-containerimg img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    padding: 30px 0px 20px;
}


/* FIN Bug #97818 Particulares // General // Nuevo Cliente // Especificaciones Version Mobile*/


/* Ticket #100980 - Particulares // Planes // Subhome > Error destacado */

.sh-highlights-anchor #destacados .sh-h-image-wrap {
    height: 100%;
}


/* FIN Ticket #100980 - Particulares // Planes // Subhome > Error destacado */


/*Ticket #97818 Particulares // General // Nuevo Cliente // Especificaciones Version Mobile*/

#bank-count .hm-slide-text {
    position: absolute;
    top: 140px;
    width: 100%;
}

#bank-count .hm-slide-text .hm-slide-title h2 {
    color: #FFF;
}

#bank-count .hm-slide-description p.texto_aclarativo {
    color: #FFF;
}

@media (min-width: 768px) {
    #bank-count .hm-slide-text {
        position: relative;
        width: auto;
        top: 0;
    }
    #bank-count .hm-slide-text .hm-slide-title h2 {
        color: #000;
    }
    #bank-count .hm-slide-description p.texto_aclarativo {
        color: #555;
    }
}

@media (min-width: 992px) {
    #bank-count .hm-slide-text {
        position: absolute;
        width: 100%;
    }
}

@media (max-width: 1440px) {
    #bank-count .hm-slide .om-group {
        position: relative;
    }
    #bank-count .hm-slide .om-content.om-box {
        width: 100%;
        float: none;
    }
}


/*FIN Ticket #97818 Particulares // General // Nuevo Cliente // Especificaciones Version Mobile*/


/*Ticket #101172 Empresas // Negocios // Tutoriales > Ampliar franja texto*/

h3.video-elem__title{
    display: inline-block;
    margin: 0;
    width: 100%;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: 'OpenSans-Bold';
    color: #000;
}
h4.video-elem__title {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-family: 'OpenSans-Bold';
    color: #000;
    letter-spacing: 0;
    margin: 0;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}


/*FIN Ticket #101172 Empresas // Negocios // Tutoriales > Ampliar franja texto*/


/*Ticket #101201 Particular // Pri©stamos // Anticipo Ni³mina > Terrat sin H1*/

@media (max-width: 991px) {
    .page-banner {
        padding: 3rem 0;
        display: table;
        width: 100%;
        margin: 0;
    }
    .banner-text {
        width: 100%;
        display: table;
        padding: 0;
    }
    div#mainBanner_no_text {
        margin: 0;
    }
}


/*FIN Ticket #101201 Particular // Pri©stamos // Anticipo Ni³mina > Terrat sin H1*/


/* Ticket #101260 Hazte cliente - intouch*/

.main-component#highlight-group-video .heading-group-title {
    font-size: 3rem;
    line-height: 3.6rem;
    color: #007eae;
    padding-top: 4rem;
}

#highlight-group-video.c-highlights {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#highlight-group-video.c-highlights .c-highlights-list li,
.c-highlights h2 {
    padding: 0 !important;
}

#highlight-group-video .c-highlight-video .product_media a:after {
    content: none;
}

@media (min-width: 768px) {
    .main-component#highlight-group-video .heading-group-title {
        font-size: 2.5rem;
        line-height: 2.6rem;
        text-align: left;
    }
    #highlight-group-video .c-highlights .heading-group {
        padding-left: 55px;
        width: 290px;
    }
    #highlight-group-video .c-highlights-list>ul {
        display: flex;
        justify-content: space-around;
    }
}

@media (min-width: 640px) {
    #hc-block-degraded .contenedor_exterior_columnas {
        flex-direction: row-reverse;
    }
    #highlight-group-video.c-highlights {
        flex-direction: row;
    }
    #highlight-group-video.c-highlights>div {
        width: 40%;
    }
}


/*FIN Ticket #101260 Hazte cliente - intouch*/


/*Landing Conoce Nuestras Apps Modificacion de componente destacados alternos en base a ID */

#destacados_alternos-aside .content_alternative {
    align-items: normal;
}

#destacados_alternos-aside.container_alternative .content {
    padding: 0;
    position: relative;
}

#destacados_alternos-aside.container_alternative .content .content-box {
    margin: 0;
    height: 100%;
}

#destacados_alternos-aside.container_alternative .content .content-box .description {
    display: block;
    margin: 0;
    height: 100%;
}

#destacados_alternos-aside.container_alternative .content .content-box .description .description-text {
    width: auto;
    margin: auto;
}

#destacados_alternos-aside.container_alternative .content .content-box .icon {
    display: none;
}

#destacados_alternos-aside.container_alternative .content .content-box .title,
#destacados_alternos-aside.container_alternative .content .content-box .title h2 {
    margin: 0;
    line-height: 0;
}

#destacados_alternos-aside.container_alternative .content .content-box .description .aside .templateTCI_contenedor .templateTCI_texto p {
    font-size: 1.3rem;
    margin-left: 0rem;
    margin-top: 1rem;
}

#destacados_alternos-aside.container_alternative .content .content-box .description .aside .templateTCI_contenedor .templateTCI_texto {
    padding: 2rem;
    text-align: left;
}

#destacados_alternos-aside.container_alternative .content_alternative .content .content-box div:last-child {
    margin: 0;
}

#destacados_alternos-aside.container_alternative .content_alternative .content .content-box div.templateTCI_contenedor {
    display: flex;
    align-items: center;
}

#destacados_alternos-aside.container_alternative .content-box .description .title p {
    color: #0289b7!important;
    margin-top: 0;
    font-size: 2.6rem;
    line-height: 3rem;
    padding: 2rem 0 1rem 0;
    font-family: 'OpenSans-ExtraboldItalic', Arial, sans-serif;
}

#destacados_alternos-aside.container_alternative .content .content-box .description .aside {
    height: 100%;
    background-color: #E7E7E7;
    width: 100%;
    margin: 0;
}

#destacados_alternos-aside.container_alternative .content .content-box .description .description-text ul {
    text-align: center;
}

#destacados_alternos-aside.container_alternative .content .content-box .description .description-text ul li {
    padding: 0 0px 1rem 3rem;
    background: none;
}

#destacados_alternos-aside .ocultarMobile {
    display: none;
}

#destacados_alternos-aside .ocultarDescktop {
    display: block;
}

#destacados_alternos-aside p.button_wrap {
    padding: 2rem 2rem 0 2rem;
    margin-bottom: 0;
}

@media (min-width:700px) {
    #destacados_alternos-aside.container_alternative .content .content-box .description {
        display: flex;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .description-text {
        right: 0;
        width: 60%;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .aside {
        right: 0;
        width: 40%;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .aside p {
        padding: 0 1rem;
    }
    #destacados_alternos-aside.container_alternative .content_alternative .content .content-box div:last-child {
        margin: 0;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .description-text ul {
        text-align: center;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .description-text ul li {
        padding: 0 0 1rem 3.2rem;
        line-height: 2.2rem;
        background: none;
        display: list-item;
    }
}

@media (min-width: 768px) {
    #destacados_alternos-aside .ocultarDescktop {
        display: none;
    }
    #destacados_alternos-aside .ocultarMobile {
        display: block;
    }
}

@media (min-width: 991px) {
    #destacados_alternos-aside .content_alternative {
        height: 100%;
        max-height: none;
    }
    #destacados_alternos-aside .content_alternative .media img {
        margin: 0;
        width: auto;
        display: block;
        height: 100%;
        max-height: 356px;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .description-text ul li {
        background: transparent url("images/bullet-ul.png") no-repeat;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .aside p {
        padding: 0;
        text-align: center;
        font-size: 1.4rem;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .aside {
        position: absolute;
        min-height: 900px;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .aside p img {
        max-width: 110px;
        height: auto;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .description-text ul {
        text-align: left;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description {
        display: flex;
        width: 90%;
    }
    #destacados_alternos-aside.container_alternative .content {
        padding: 0 0px 0px 10px;
        position: relative;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .description-text {
        margin: 0 10px;
        width: 63%;
        vertical-align: middle;
        display: block;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .aside .templateTCI_contenedor {
        display: block;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .aside .templateTCI_contenedor .templateTCI_imagen {
        display: block;
        width: auto;
        text-align: center;
        margin: 0;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .aside .templateTCI_contenedor .templateTCI_imagen img {
        max-width: 50px;
        height: auto;
    }
    #destacados_alternos-aside.container_alternative .content_alternative .content .content-box div.description .description-text {
        padding-top: 20px;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .aside .templateTCI_contenedor .templateTCI_texto p {
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: 1rem;
    }
    .content_alternative .content .content-box div .templateTCI_texto {
        padding: 1rem;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .aside .templateTCI_contenedor .templateTCI_texto p {
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: -1rem;
        line-height: 1.7rem
    }
    .content_alternative .content .content-box div .templateTCI_texto {
        padding: 1rem;
    }
}

@media (min-width: 1200px) {
    #destacados_alternos-aside .content_alternative .media img {
        margin: 0;
        width: auto;
        display: block;
        height: 100%;
        max-height: 430px;
    }
    #destacados_alternos-aside.container_alternative .content_alternative .content .content-box div.description .description-text {
        padding-top: 60px;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .aside p img {
        max-width: 140px;
        width: 100%;
        height: auto;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .aside p {
        padding: 0 10px;
        text-align: center;
        font-size: 1.8rem;
        padding: 10px;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .aside .templateTCI_contenedor .templateTCI_imagen img {
        max-width: 80px;
        height: auto;
    }
    #destacados_alternos-aside.container_alternative .content-box .description .title p {
        font-size: 3.4rem;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .description-text ul {
        margin: 35px 0;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .description-text ul li {
        margin: 5px 0;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .description-text p strong {
        font-size: 2rem;
    }
}

@media (min-width: 1600px) {
    #destacados_alternos-aside.container_alternative .content .content-box .description .aside p {
        padding: 0 30px 10px;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .aside p {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    #destacados_alternos-aside.container_alternative .content .content-box .description .aside p img {
        margin: 30px 0 00px;
    }
    #destacados_alternos-aside.container_alternative .content_alternative .content .content-box div.description .description-text {
        padding: 60px 50px;
    }
}

@media (min-width: 1700px) {
    #destacados_alternos-aside .content_alternative {
        align-items: normal;
        max-height: 900px;
    }
}


/*Fin Landing Conoce Nuestras Apps Modificacion de componente destacados alternos en base a ID */


/* Ticket #101326 Tarjetas // Clubes de futbol // Centrar componente escudos*/

.article-main .container-fluid.bg-light-grey .linkgroup-images-footer ul,
.article-main .container-fluid.bg-light-grey-blue .linkgroup-images-footer ul {
    text-align: center;
}


/* FIN Ticket #101326 Tarjetas // Clubes de futbol // Centrar componente escudos*/


/* Ticket #101256 Contactanos / revisar visualizacion mobile*/

@media (min-width: 340px) {
    .article-main .tabs-group.main-component:not(.sh-tabs) .tabs-item .tabs-item-title>p {
        font-size: 1.4rem;
        line-height: 1.7rem
    }
    li.tabs-item.tab-opener {
        max-width: 20rem;
    }
}

@media (min-width: 400px) {
    li.tabs-item.tab-opener {
        max-width: 20rem;
    }
}

@media (min-width: 500px) {
    li.tabs-item.tab-opener {
        max-width: 25rem;
    }
    .article-main .tabs-group.main-component:not(.sh-tabs) .tabs-item .tabs-item-title>p {
        line-height: 1.9rem
    }
}

@media (min-width: 600px) {
    li.tabs-item.tab-opener {
        max-width: 30rem;
    }
    .article-main .tabs-group.main-component:not(.sh-tabs) .tabs-item .tabs-item-title>p {
        font-size: 1.8rem;
        line-height: 2.1rem
    }
}

@media (min-width: 768px) {
    li.tabs-item.tab-opener {
        max-width: 40rem;
    }
}

@media (min-width: 1200px) {
    .tabs-group .tabs-item {
        max-width: 35rem;
    }
}


/* FIN Ticket #101256 Contactanos / revisar visualizacion mobile*/


/* Ticket #101413 Particulares // Seguros // Gestion Seguro > Texto cortado carrusel mobile*/

@media (min-width: 350px) {
    .gallery-group .gallery-items-wrap-scroll {
        margin: 0 0px;
    }
}


/* FIN Ticket #101413 Particulares // Seguros // Gestion Seguro > Texto cortado carrusel mobile*/


/* Ticket #94147 TALKS: Plantilla Streaming*/

@media (max-width:767px) {
    .bottom_sticky .cmn-cta.cmn-talks a:first-child {
        position: fixed;
        bottom: 49px;
        width: 100%;
    }
    .bottom_sticky .cmn-cta.cmn-talks a:first-child div.cmn-text {
        border-radius: 0;
    }
}


/* FIN Ticket #94147 TALKS: Plantilla Streaming*/


/* new macromenu*/

#panel-menu {
    display: none;
}

.panels_menu {
    height: auto!important;
}

.panels_menu #panel-menu {
    left: -100%;
    position: fixed;
    overflow: auto;
    z-index: 900;
    display: none;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .panels_menu #panel-menu {
        overflow: hidden;
        position: absolute;
        width: 1240px;
        top: 80px;
        box-shadow: 0 8px 8px 0 rgb(0 0 0 / 20%);
        left: 0;
        margin-top: 0;
    }
}

.panels_menu .menuToggle {
    display: inline-block !important;
}


/* Ticket #101628 Particulares // Campana Banco de Alimentos // alinear iconos de la cesta verticalmente*/

.hm-cmp .hm-cmp-list .hm-cmp-item .hm-cmp-item-nolink .hm-cmp-text-c .hm-cmp-description .periodo {
    width: 100%;
    text-align: left;
}

.hm-cmp .hm-cmp-list .hm-cmp-item .hm-cmp-item-nolink .hm-cmp-text-c .hm-cmp-description .periodo.button_wrap {
    text-align: center;
}


/* FIN Ticket #101628 Particulares // Campana Banco de Alimentos // alinear iconos de la cesta verticalmente*/


/* Ticket #101225 Landing Conoce Nuestras Apps*/

.layer #cboxPrevious,
.layer #cboxNext,
.layer #cboxCurrent {
    display: none !important;
}


/* Ticket #101930 Particulares: Aplicar cambios en los botones de colectivo Nestle*/

form#NESTLE div#eres_cliente,
form#NESTLE div#residente_spain,
form#NESTLE1 div#eres_cliente1,
form#NESTLE1 div#residente_spain1 {
    margin: 3rem 0;
}

#form-mortgage-colectivos1 .row>.col {
    min-height: auto;
}

#form-mortgage-colectivos1 #question_cliente,
#form-mortgage-colectivos1 #question_nomina {
    margin-bottom: 20px;
}

#form-mortgage-colectivos1>fieldset>legend {
    padding: 2rem 0;
    font-size: 20px;
    font-family: "OpenSans-Bold", Arial, serif;
}

@media(min-width: 991px) {
    #form-mortgage-colectivos1>fieldset>legend {
        margin-left: 8.33333333%;
    }
}

#form-mortgage-colectivos1 label,
#form-mortgage-colectivos1 legend {
    width: 100%;
    padding-bottom: 2rem;
    margin: 0;
    font-size: 14px;
    color: #434343;
    font-family: "OpenSans-Bold", Arial, serif;
    width: 100%;
    border: none;
}

#form-mortgage-colectivos1 legend.legend-pos {
    padding-top: 1rem;
}

#form-mortgage-colectivos1 input[type='text'],
#form-mortgage-colectivos1 input[type='number'] {
    width: 100%;
    height: 40px;
    color: #434343;
    font-family: "OpenSans", Arial, serif;
    background: #d8d8d8;
    box-shadow: none;
    border: none;
    padding: 0 10px;
    font-size: 14px;
}

#form-mortgage-colectivos1 input[type='text']:hover,
#form-mortgage-colectivos1 input[type='number']:hover,
#form-mortgage-colectivos1 input[type='text']:focus,
#form-mortgage-colectivos1 input[type='number']:focus {
    border: solid 1px #007eae;
    box-shadow: 1px 2px 5px 0 #767676;
}

#form-mortgage-colectivos1 .group-fields {
    /* display: flex; */
}

#form-mortgage-colectivos1 .group-fields .pull-left {
    width: 49%;
    float: none !important;
    display: inline-block;
}

#form-mortgage-colectivos1 .group-fields .pull-left.pr5 select {
    width: 100%;
    height: 40px;
    color: #434343;
    font-family: "OpenSans", Arial, serif;
    background: #d8d8d8;
    box-shadow: none;
    border: none;
    padding: 0 10px;
    font-size: 14px;
}

#form-mortgage-colectivos1 .group-fields .pull-left.i-radio+.i-radio {
    margin-left: -5px;
}

#form-mortgage-colectivos1 .custom-form-radio+input+label {
    border: 1px solid #9b9b9b;
    float: left;
    height: 40px;
    width: 100%;
    color: #767676;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "OpenSans", Arial, serif;
}

#form-mortgage-colectivos1 .custom-form-radio+input+label:hover {
    box-shadow: 1px 2px 5px 0 #767676;
}

#form-mortgage-colectivos1 .custom-form-radio.custom-form-checked.custom-form-focused+input+label,
#form-mortgage-colectivos1 .custom-form-radio.custom-form-checked+input+label {
    background: url(../../../../particulares/CSS/Estaticos/images/ok-radio-v.png) no-repeat scroll 90% center transparent;
    border: 1px solid #007eae;
    color: #007eae;
    position: relative;
    z-index: 1;
}

#form-mortgage-colectivos1 .error-message {
    padding-bottom: 1.2rem;
    color: #ff0000;
}

#form-mortgage-colectivos1 .error-message#telefono-error {
    position: absolute;
    left: 15px;
}

#form-mortgage-colectivos1 .contain-submit input[type="submit"] {
    height: 40px;
    width: auto;
    font-size: 16px;
    box-shadow: none;
    border: none;
    font-family: 'OpenSans-Bold', Arial, serif;
    color: #1a1a1a;
    font-weight: 400;
    background: #f4c53d;
    line-height: 2px;
    padding: 0 5rem;
    border-radius: 3px;
    margin: 0 auto 3rem auto;
    display: block;
}

#form-mortgage-colectivos1 .contain-submit input[type="submit"]:hover {
    -webkit-box-shadow: inset 500px -1px 5px 0px rgba(219, 177, 55, 0.1);
    -moz-box-shadow: inset 500px -1px 5px 0px rgba(219, 177, 55, 0.1);
    box-shadow: inset 500px -1px 5px 0px rgba(219, 177, 55, 0.1);
    background: url("../images/candado_boton.png") no-repeat 40px 15px #e5b630;
    transition: 1s all ease-out;
}

@media (max-width: 991px) {
    #tabs-holabank .estilo_col_izquierda {
        display: inline-block;
        width: 100%;
        height: auto;
    }
    #tabs-holabank .estilo_col_derecha {
        display: inline-block;
        width: 100%;
        height: auto;
    }
}

form#NESTLE1 p#legal_text1,
form#NESTLE p#legal_text {
    margin-bottom: 4rem;
}

form#NESTLE legend.pb20,
form#NESTLE1 legend.pb20 {
    text-align: center;
}


/* FIN Ticket #101930 Particulares: Aplicar cambios en los botones de colectivo Nestle*/


/* Ticket #102136 Particulares // Movilidad // Subhome > Formulario*/

form#MOVILIDAD div#eres_cliente,
form#MOVILIDAD div#residente_spain {
    margin: 3rem 0;
}

form#MOVILIDAD legend.pb20 {
    text-align: center;
}
/* FIN Ticket #102136 Particulares // Movilidad // Subhome > Formulario*/

/* Ticket #106179 Particular // Movilidad // Subhome Movilidad > Estilo formulario */
form#MOVILIDAD .group-fields {
    text-align: center;
}
form#MOVILIDAD .group-fields .pull-left {
    width: 25%;
}
form#MOVILIDAD .group-fields .no-nomina label {
    border-radius: 20px 0 0 20px;
}
form#MOVILIDAD .group-fields .si-nomina label {
    border-radius: 0 20px 20px 0;
}
.cliente-pulsado {
    background: #007eae !important;
    color: #fff !important;
    font-weight: bold !important;
}
/* FIN Ticket #106179 Particular // Movilidad // Subhome Movilidad > Estilo formulario */

/* Accesibilidad 2021 */
/* Transcripcion de videos */
#colorbox.video-layer .withTranscription {
    text-align: center;
}
#colorbox.video-layer .withTranscription>a {
    color: #FFF;
}
#colorbox.video-layer .withTranscription .video-placeholder {
    padding-top: 10px;
}

/* Resultado de busqueda */
.h1_title {
    color: #007eae;
    font-size: 5.5rem;
    line-height: 6rem;
    font-family: 'OpenSans-ExtraboldItalic', Helvetica, Arial, sans-serif;
    padding: 2rem 0;
    margin: 0 auto;
    width: 60%;
}

@media (max-width: 991px) {
    .h1_title {
        background-color: #ececec;
        font-size: 2.6rem;
        line-height: 3rem;
        margin: 0 -15%;
        text-align: center;
        width: auto;
    }
}

h1.resultado_busqueda_top_azul {
    /*font-size: 14px;
    line-height: inherit;*/

    font-size: 3.2rem;
    line-height: 4rem;

}
/* FIN Accesibilidad 2021 */

/* Ticket #101221 Bug Internet Explorer*/
.button-link .button_wrap .icon_people>a::before {
    display: inline-block;
    position: static;
    height: 4.6rem;
    vertical-align: middle;
    width: 2.4rem;
    margin-right: 0.5rem;
    line-height: 4.5rem;
}


/* FIN Ticket #101221 Bug Internet Explorer*/


/* Ticket #102369 Particulares // Seguros // MyBox Universo > Error estilos*/

.destacados-myBox .p-highlight.p-highlight-simple {
    margin: 0 auto;
}


/* FIN Ticket #102369 Particulares // Seguros // MyBox Universo > Error estilos*/


/* Ticket #102595 Banca Digital: Boton mas informacion descuadrador*/

.video-elem__info a {
    display: grid;
    margin: 0 1rem;
    margin-left: 0;
}

h3.video-elem__title {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media(min-width:550px) {
    .slick-current .video-elem__info {
        display: block;
        width: 93%;
    }
    h3.video-elem__title,
    h4.video-elem__title {
        width: 68%;
    }
    .video-elem__subtitle {
        display: inline-block;
        width: 68%;
    }
    .video-elem__info a {
        display: inline-block;
        width: 31%;
        top: -2.1rem;
        right: 0;
        position: relative;
        text-align: right;
        margin: 0;
    }
    .video-elem__btn-info {
        padding: 0 1rem;
    }
}

@media(min-width:768px) {
    h3.video-elem__title,
    h4.video-elem__title {
        width: 75%;
    }
    .video-elem__subtitle {
        width: 75%;
    }
    .video-elem__info a {
        width: 24%;
    }
}

@media(min-width:1200px) {
    h3.video-elem__title,
    h4.video-elem__title {
        width: 80%;
    }
    .video-elem__subtitle {
        display: inline-block;
        width: 80%;
    }
    .slick-current .video-elem__info {
        width: 88%;
        margin: 0 auto;
    }
    .video-elem__info a {
        top: -1.5rem;
        width: 19%;
    }
}


/* FIN Ticket #102595 Banca Digital: Boton mas informacion descuadrador*/


/* Ticket #102703 - Particulares: Aplicar texto blanco a NRI Wivai */

.hm-slide-description span.font-white {
    color: #555 !important;
}

@media (min-width: 992px) {
    .hm-slide-description span.font-white {
        color: #FFF !important;
    }
}


/* FIN Ticket #102703 - Particulares: Aplicar texto blanco a NRI Wivai */


/* Ticket #102610 - Landing inicial buscador */

.column.main-left.content_buscador h1.new-search {
    /*font-family: 'OpenSans-Bold', Arial, sans-serif;*/
    /*color: #444;/*
    /*font-size: 3rem;*/
    /*line-height: 3rem;*/
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;


    font-size: 3.2rem;
    line-height: 4rem;
    font-family: 'OpenSans', Arial, serif;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0;

}

.column.main-left.content_buscador p.new-search {
    margin-bottom: 2rem;
    text-align: center;
}

.column.main-left.content_buscador div#prebuscadorInicial {
    width: 90%;
    margin: 3.5rem auto;
    margin-bottom: 4rem;
}

@media (min-width: 768px) {
    .column.main-left.content_buscador h1.new-search {
        /*font-size: 4rem;
        line-height: 5rem;*/

        font-size: 3.2rem;
        line-height: 4rem;

    }
}

@media (min-width: 991px) {
    .column.main-left.content_buscador h1.new-search {
        margin-bottom: 3rem;
        /*font-size: 4.5rem;
        line-height: 4.5rem;*/
        text-align: left;
        font-size: 3.2rem;
        line-height: 4rem;
        font-family: 'OpenSans', Arial, serif;
        font-weight: bold;
        color: #333333;
        letter-spacing:
    }
    .column.main-left.content_buscador p.new-search {
        text-align: left;
    }
    .column.main-left.content_buscador div#prebuscadorInicial {
        width: 90%;
        margin: 3.5rem 0;
    }
}


/* FIN Ticket #102610 - Landing inicial buscador */


/* Ticket #102637 - Particulares: Arreglar estilos en componentes de doble columna */

.templateTCI_contenedor {
    display: flex;
    align-items: center;
}

.templateTCI_contenedor p.button_wrap {
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .templateTCI_contenedor {
        flex-direction: column;
    }
    .templateTCI_contenedor .templateTCI_imagen {
        width: 100%;
    }
    .templateTCI_contenedor .templateTCI_texto {
        width: 100%;
    }
}


/* FIN Ticket #102637 - Particulares: Arreglar estilos en componentes de doble columna */


/* Estilos nuevo componente Agrupacion de destacados con icono y texto */

#image_and_text.p-highlights .p-highlight {
    width: 100%;
    padding: 2rem 2rem 0rem 2rem;
}

div#image_and_text .p-highlight-list.p-highlight-list-4-items .p-highlight .p-highlight-wrap,
div#image_and_text .p-highlight-list.p-highlight-list-3-items .p-highlight .p-highlight-wrap,
div#image_and_text .p-highlight-list.p-highlight-list-2-items .p-highlight .p-highlight-wrap {
    border: 0;
    border-bottom: 1px solid #c8d2dd;
}

div#image_and_text .p-highlight-list.p-highlight-list-4-items .p-highlight:last-child .p-highlight-wrap,
div#image_and_text .p-highlight-list.p-highlight-list-3-items .p-highlight:last-child .p-highlight-wrap,
div#image_and_text .p-highlight-list.p-highlight-list-2-items .p-highlight:last-child .p-highlight-wrap {
    border-bottom: 0;
}

#image_and_text .p-highlight-image img {
    height: auto;
    max-width: 5rem;
}

@media (min-width: 540px) {
    #image_and_text.p-highlights .p-highlight {
        width: 100%;
        padding: 2rem 11rem 0 11rem;
    }
}

@media (min-width: 640px) {
    #image_and_text ul.p-highlight-list.p-highlight-list-4-items,
    #image_and_text ul.p-highlight-list.p-highlight-list-3-items,
    #image_and_text ul.p-highlight-list.p-highlight-list-2-items {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    div#image_and_text .p-highlight-list.p-highlight-list-4-items .p-highlight .p-highlight-wrap,
    div#image_and_text .p-highlight-list.p-highlight-list-3-items .p-highlight .p-highlight-wrap,
    div#image_and_text .p-highlight-list.p-highlight-list-2-items .p-highlight .p-highlight-wrap {
        border: 0;
        border-right: 1px solid #c8d2dd;
    }
    div#image_and_text .p-highlight-list.p-highlight-list-4-items .p-highlight:last-child .p-highlight-wrap,
    div#image_and_text .p-highlight-list.p-highlight-list-3-items .p-highlight:last-child .p-highlight-wrap,
    div#image_and_text .p-highlight-list.p-highlight-list-2-items .p-highlight:last-child .p-highlight-wrap {
        border-right: 0;
    }
    #image_and_text.p-highlights .p-highlight {
        width: 25%;
        padding: 2rem 0;
    }
}


/* Fin Estilos nuevo componente Wivai Logo texto separado por li­neas grises */


/* Ticket #102323 - Particulares // Hipotecas // Subhome > Error componente */

@media (min-width: 991px) {
    #productos-visuales .producto .content {
        height: 100%;
        display: flex;
    }
    #productos-visuales .producto .content .content-box {
        display: inline-block;
        margin: auto;
    }
    #productos-visuales {
        height: 400px;
    }
    #productos-visuales .media-desktop {
        height: 400px;
    }
}

@media(min-width:993px) {
    #productos-visuales .producto .content .content-box {
        padding: 0 15%;
    }
}

@media(min-width:1440px) {
    #productos-visuales .producto .content .content-box {
        padding: 0 20%;
    }
}

@media(min-width:1800px) {
    #productos-visuales .producto .content .content-box {
        padding: 0 25%;
    }
}


/* FIN Ticket #102323 - Particulares // Hipotecas // Subhome > Error componente */


/* START - DV Infografia 2 Columnas+ Desplegable */

.infographic-2cols .infographic-2cols__wrap {
    margin: 5rem -15px;
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__col-left {
    padding: 0;
}

@media(min-width: 992px) {
    .infographic-2cols .infographic-2cols__wrap .infographic-2cols__col-left {
        padding-right: 1rem;
    }
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__col-left p {
    font-family: 'OpenSans', Arial, serif;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 0px;
    margin-top: 2rem;
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__col-left p:first-child {
    margin-top: 1rem;
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__col-right {
    padding: 0;
    margin-top: 3rem;
}

@media(min-width: 992px) {
    .infographic-2cols .infographic-2cols__wrap .infographic-2cols__col-right {
        padding: 0 1.5rem;
        margin-top: 0;
    }
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__col-right .infographic-2cols__graphic .infographic-2cols__media {
    position: relative;
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__col-right .infographic-2cols__graphic .infographic-2cols__media h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans', Arial, serif;
    font-weight: bold;
    color: #555;
    letter-spacing: 0;
    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
    margin: 3rem auto 0 auto;
    width: 9rem;
    text-align: center;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;*/
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__col-right .infographic-2cols__graphic .infographic-2cols__media img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__col-right .infographic-2cols__graphic .infographic-2cols__captions {
    padding: 0 20px;
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__col-right .infographic-2cols__graphic .infographic-2cols__captions .infographic-2cols__dropdown-toggle {
    margin: 1.5rem auto 2.5rem auto;
    display: block;
    max-width: 144px;
    color: #fff;
    background: #007eae;
    border-radius: 70px;
    text-align: center;
    text-decoration: none;
    padding: 0.5rem 0;
    font-weight: 700;
    font-size: 15px;
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__col-right .infographic-2cols__graphic .infographic-2cols__captions ul {
    margin-top: 2rem;
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__col-right .infographic-2cols__graphic .infographic-2cols__captions ul li {
    padding-bottom: 0;
    position: relative;
    background: none;
    padding-left: 3.2rem;
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__col-right .infographic-2cols__graphic .infographic-2cols__captions ul li:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #007eae;
    border-radius: 14px;
    position: absolute;
    left: 0.5rem;
    top: calc(50% - 5px);
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__col-right .infographic-2cols__graphic .infographic-2cols__captions ul li:nth-child(2):before {
    background: #4CA4C6;
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__col-right .infographic-2cols__graphic .infographic-2cols__captions ul li:nth-child(3):before {
    background: #99CCDF;
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__col-right .infographic-2cols__graphic .infographic-2cols__captions ul li:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 2px;
    background: #ECECEC;
    left: 0;
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__col-right .infographic-2cols__graphic .infographic-2cols__captions ul li:last-child:after {
    display: none;
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__col-right .infographic-2cols__graphic .infographic-2cols__captions ul li p {
    font-family: 'OpenSans', Arial, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    display: block;
    color: #666;
    padding: 0.5rem 0;
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__col-right .infographic-2cols__graphic .infographic-2cols__captions ul li p span {
    float: right;
    font-family: 'OpenSans', Arial, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666;
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__dropdown-content {
    background: #007EAE;
    padding: 2rem 5rem 2rem 3rem;
    display: none;
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__dropdown-content .dropdown-close {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    right: 2rem;
    background: url(/deployedfiles/particulares/Estaticos/Imagenes/close-infographic.png) no-repeat;
}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__dropdown-content h3 {
    margin: 0;
    letter-spacing: 0px;
    text-align: left;
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: 'OpenSans', Arial, serif;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;

}

.infographic-2cols .infographic-2cols__wrap .infographic-2cols__dropdown-content li {
    color: #fff;
    padding-bottom: 0.5rem;
    font-size: 15px;
    line-height: 20px;
}


/* END - DV Infografia 2 Columnas+ Desplegable */


/*ticket 103371 Particulares: Revisar texto de A1 en responsive*/


/*Alineado a la izquierda*/

.page-banner#bannerImgTextLeft {
    align-items: center;
    justify-content: center;
    padding: 1rem 3rem;
}

.page-banner#bannerImgTextLeft {
    left: auto;
    right: auto;
}

@media (min-width: 992px) {
    .page-banner#bannerImgTextLeft {
        display: flex;
    }
}

@media (min-width: 1200px) {
    .page-banner#bannerImgTextLeft {
        position: relative;
        right: 260px;
        display: flex;
    }
}

@media (min-width: 1400px) {
    .page-banner#bannerImgTextLeft {
        position: relative;
        right: 370px;
        display: flex;
    }
}

@media (min-width: 1800px) {
    .page-banner#bannerImgTextLeft {
        position: relative;
        right: 450px;
        display: flex;
    }
}


/*Fin alineacion izquierda*/


/*Alineacion derecha*/

.page-banner#bannerImgTextRight {
    align-items: center;
    justify-content: center;
    padding: 1rem 3rem;
}

.page-banner#bannerImgTextRight {
    left: auto;
    right: auto;
}

@media (min-width: 992px) {
    .page-banner#bannerImgTextRight {
        display: flex;
    }
}

@media (min-width: 1200px) {
    .page-banner#bannerImgTextRight {
        position: relative;
        left: 260px;
        display: flex;
    }
}

@media (min-width: 1400px) {
    .page-banner#bannerImgTextRight {
        position: relative;
        left: 370px;
        display: flex;
    }
}

@media (min-width: 1800px) {
    .page-banner#bannerImgTextRight {
        position: relative;
        left: 450px;
        display: flex;
    }
}


/*FIN Alineacion derecha*/


/*FIN ticket 103371 Particulares: Revisar texto de A1 en responsive*/


/* ticket 101414 Plantilla Destacados Moments*/

@media (min-width: 992px) {
    .submenu-linkgroup .tabs-arrow-left {
        left: 0;
        display: none;
        height: 53px;
    }
    .submenu-linkgroup .tabs-arrow-right {
        right: 0;
        height: 53px;
    }
    .submenu-linkgroup.tabs-group {
        display: block !important;
        height: 5.6rem;
        margin: 0 -1rem;
    }
}


/*FIN ticket 101414 Plantilla Destacados Moments*/


/* Ticket #102931 - Particulares // Hipotecas // Subhome > Alinear iconos */

p span.icon_people:before {
    position: relative;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    content: url("icons/ic_user_blue.png");
}

p span.btn.icon_people:before {
    display: none;
}


/* FIN Ticket #102931 - Particulares // Hipotecas // Subhome > Alinear iconos */


/** Rediseno 2021 **/


/*HEADER CON PROMOCION*/

.hm-text-left.hm-text-contrast .hm-slide-text-wrap:before,
.hm-text-left.hm-text-contrast-hight .hm-slide-text-wrap:before,
.hm-text-right.hm-text-contrast .hm-slide-text-wrap:before,
.hm-text-right.hm-text-contrast-hight .hm-slide-text-wrap:before,
.hm-text-contrast .hm-slide-text-wrap:before,
.hm-text-contrast-hight .hm-slide-text-wrap:before,
.page-terrat.white .page-terrat-text::before {
    display: none;
}

.hm-slide-text-wrap {
    width: 100%;
    height: 100%;
}

.hm-slide-sbt {
    color: #555;
    font-size: 1.4rem;
    padding: 0;
}

@media (min-width: 992px) {
    .hm-slide-sbt,
    .hm-text-contrast-hight .hm-slide-sbt {
        color: #fff;
    }
}

.hm-text-contrast-prom .hm-slide-sbt,
.hm-text-contrast .hm-slide-sbt {
    color: #555;
}

.hm-slide-description ul {
    margin-top: 0;
}

.hm-slide-description p,
.hm-slide-description li {
    font-size: 1.4rem;
}

.hm-slider-b-play a img {
    top: 1px;
}


/*HEADER CON PROMOCION TEXTO IZQUIERDA*/

.hm-slider-list .hm-slide {
    overflow: hidden;
}

@media (min-width: 991px) {
    .hm-slide-image-wrap:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        z-index: 1;
        opacity: .40;
    }

}
.hm-slide.sin-opacidad .hm-slide-image-wrap:before {
    opacity: 0;
}

.hm-text-left.hm-text-contrast .hm-slide-image-wrap:before,
.hm-text-left.hm-text-contrast-hight .hm-slide-image-wrap:before,
.hm-text-right.hm-text-contrast .hm-slide-image-wrap:before,
.hm-text-right.hm-text-contrast-hight .hm-slide-image-wrap:before,
.hm-text-contrast-prom .hm-slide-image-wrap:before,
.no-opacity .hm-slide-image-wrap:before,
.article-main .container-fluid.bg-white .hm-slide-image-wrap:before {
    display: none;
}

.hm-text-left.white .hm-slide-image-wrap:before {
    background: rgb(0, 0, 0);
    background: linear-gradient(20deg, rgba(244, 197, 61, 1) 15%, rgba(244, 197, 61, 1) 20%, rgba(0, 0, 0, 1) 50%);
}

.hm-text-right.white .hm-slide-image-wrap:before {
    background: rgb(0, 0, 0);
    background: linear-gradient(150deg, rgba(0, 0, 0, 1) 55%, rgba(244, 197, 61, 1) 74%, rgba(244, 197, 61, 1) 100%);
}

.hm-text-left.hm-text-contrast .hm-slide-text-wrap:before,
.hm-text-left.hm-text-contrast-hight .hm-slide-text-wrap:before {
    border-top-right-radius: 5% 50%;
    border-bottom-right-radius: 5% 50%;
    background: #f6f6f6;
    opacity: 1;
}

.hm-text-left.hm-text-contrast-hight .hm-slide-text-wrap:before {
    background: rgb(244, 197, 61);
    background: linear-gradient(34deg, rgba(244, 197, 61, 1) 0%, rgba(250, 230, 172, 1) 2%, rgba(246, 246, 246, 1) 50%);
}

.hm-text-contrast-hight.hm-text-contrast .hm-slide-image-wrap:before {
    background: rgb(0, 0, 0);
    background: linear-gradient(20deg, rgba(244, 197, 61, 1) 15%, rgba(244, 197, 61, 1) 20%, rgba(0, 0, 0, 1) 50%);
}

.hm-slide-image-nri {
    display: none;
}

.hm-slide.slick-slide li {
    margin-top: 1rem;
    display: inline-block;
    background: none;
    padding: 0 0 0 3.2rem;
}

.hm-slide.slick-slide li:before {
    content: "";
    position: relative;
    display: block;
    margin-bottom: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #007EAE;
    border-right: 2px solid #007EAE;
    transform: rotate(45deg);
    top: 15px;
    left: -25px;
}

span.boton_azul {
    border-radius: 50px;
    width: 21rem;
}

.hm-slide .hm-slide-description .boton_azul {
    border-radius: 50px;
}


/*HEADER CON PROMOCION TEXTO DERECHA*/

.hm-text-right.hm-text-contrast .hm-slide-text-wrap:before,
.hm-text-right.hm-text-contrast-hight .hm-slide-text-wrap:before {
    border-top-left-radius: 5% 50%;
    border-bottom-left-radius: 5% 50%;
    background: #f7f7f9;
    opacity: 1;
}

.hm-text-right.hm-text-contrast-hight .hm-slide-text-wrap:before {
    background: rgb(244, 197, 61);
    background: linear-gradient(-34deg, rgba(244, 197, 61, 1) 0%, rgba(250, 230, 172, 1) 2%, rgba(246, 246, 246, 1) 50%);
}

.hm-text-right.hm-text-contrast-hight.hm-text-contrast .hm-slide-image-wrap:before {
    background: rgb(0, 0, 0);
    background: linear-gradient(150deg, rgba(0, 0, 0, 1) 55%, rgba(244, 197, 61, 1) 74%, rgba(244, 197, 61, 1) 100%);
}

.hm-cmp-description .boton.boton_pequeno.azul_turquesa {
    background: #bcdff1;
    padding: 6px 13px;
    border-radius: 50px;
    color: #333;
    font-family: 'OpenSans', Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
}

.hm-cmp-description .boton.boton_pequeno.azul_turquesa img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5rem 0 0;
}

.hm-slide.slick-slide .estilo_col_derecha {
    width: 60%;
    padding: 0;
    display: inline-block;
    text-align: left;
}

.hm-slide.slick-slide .estilo_col_izquierda {
    width: 40%;
    padding: 0;
    display: inline-block;
    text-align: center;
}

.hm-slide.slick-slide .estilo_col_izquierda img {
    max-width: 150px;
    display: inline-block;
}

@media (min-width: 500px) {
    .hm-slide.slick-slide .estilo_col_derecha {
        width: 74%;
        padding: 0;
    }
    .hm-slide.slick-slide .estilo_col_izquierda {
        width: 25%;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .hm-slide.slick-slide .contenedor_exterior_columnas {
        margin: 2rem auto;
        width: 70%;
    }
}

.hm-slide.slick-slide .contenedor_exterior_columnas {
    width: 100%;
    margin: 0;
}

.hm-slide.slick-slide .estilo_col_derecha {
    width: 64%;
}

.hm-slide.slick-slide .estilo_col_izquierda {
    width: 35%;
}

.hm-slide.slick-slide .boton.boton_pequeno.azul_turquesa {
    background: rgb(255 255 255 / 60%);
    font-size: 1.1rem;
    padding: 6px 13px;
    border-radius: 50px;
}

.hm-slide.slick-slide .boton.boton_pequeno.azul_turquesa img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5rem 0 0;
}

.hm-slide.slick-slide .estilo_col_derecha p .boton.boton_pequeno.azul_turquesa {
    line-height: 2.4rem;
}

@media (min-width: 992px) {
    /*CONTROLES SLIDER*/
    .hm-slider-controls .slick-arrow.slick-prev img,
    .hm-slider-controls .slick-arrow.slick-next img {
        display: none;
    }
    .hm-slider-controls a:focus,
    .hm-slider-controls a:hover {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        transition: none;
    }
    a.slick-prev.slick-arrow:before,
    a.slick-next.slick-arrow:before {
        content: "";
        width: 30px;
        height: 30px;
        background: #fff;
        position: absolute;
        border-radius: 100px;
        left: 2rem;
        -webkit-box-shadow: 0 0 20px 0px #404040;
        -moz-box-shadow: 0 0 20px 0px #404040;
        box-shadow: 0px 3px 9px -1px #404040;
    }
    a.slick-prev.slick-arrow:after {
        content: "";
        width: 11px;
        height: 11px;
        border-bottom: 3px solid #007eae;
        border-left: 3px solid #007eae;
        position: absolute;
        top: 9.1px;
        left: 3.1rem;
        transform: rotate(45deg);
    }
    a.slick-next.slick-arrow:before {
        right: 2rem;
        left: 0;
    }
    a.slick-next.slick-arrow:after {
        content: "";
        width: 11px;
        height: 11px;
        border-bottom: 3px solid #007eae;
        border-left: 3px solid #007eae;
        position: absolute;
        top: 9.1px;
        right: 3.1rem;
        transform: rotate(-135deg);
    }
    .infographics-slider-controls a.slick-next.slick-arrow:after {
        right: -1.8rem;
    }
    .hm-slide-text-wrap {
        width: 100%;
        height: 100%;
        vertical-align: middle;
        justify-content: left;
        display: table-cell;
    }
    .hm-text-right .hm-slide-text-c {
        padding: 0 10rem 0 5rem;
    }
    .hm-text-left .hm-slide-text-c {
        padding: 0 5rem 0 10rem;
    }
    .hm-text-left .hm-slide-text-r {
        float: left;
        height: 106%;
        padding: 0;
        width: 50%;
        position: relative;
        top: -3%;
        z-index: 2;
    }
    .hm-text-left.hm-text-contrast .hm-slide-text-r,
    .hm-text-left.hm-text-contrast-hight .hm-slide-text-r,
    .hm-text-left.hm-text-contrast-prom .hm-slide-text-r {
        border-top-right-radius: 5% 50%;
        border-bottom-right-radius: 5% 50%;
        background: #f6f6f6;
        opacity: 1;
    }
    .hm-text-right.hm-text-contrast .hm-slide-text-r,
    .hm-text-right.hm-text-contrast-hight .hm-slide-text-r,
    .hm-text-right.hm-text-contrast-prom .hm-slide-text-r {
        border-top-left-radius: 5% 50%;
        border-bottom-left-radius: 5% 50%;
        background: #f6f6f6;
        opacity: 1;
    }
    .hm-text-left.hm-text-contrast-hight .hm-slide-text-r {
        background: #000;
    }
    .hm-text-right.hm-text-contrast-hight .hm-slide-text-r {
        background: #000;
    }
    .hm-text-left.hm-text-contrast-prom .hm-slide-text-r {
        background: rgb(244, 197, 61);
        background: linear-gradient(34deg, rgba(244, 197, 61, 1) 0%, rgba(250, 230, 172, 1) 2%, rgba(246, 246, 246, 1) 50%);
    }
    .hm-text-right.hm-text-contrast-prom .hm-slide-text-r {
        background: rgb(244, 197, 61);
        background: linear-gradient(-34deg, rgb(244 198 62) 0%, rgba(250, 230, 172, 1) 2%, rgba(246, 246, 246, 1) 50%);
    }
    .hm-text-contrast-hight.hm-text-contrast .hm-slide-text-r {
        background: transparent;
    }
    .hm-text-center.hm-text-contrast-hight.hm-text-contrast .hm-slide-text-wrap:before {
        background: transparent;
    }
    .hm-text-left .hm-slide-sbt,
    .hm-text-right .hm-slide-sbt,
    .hm-text-left.hm-text-contrast .hm-slide-sbt,
    .hm-text-right.hm-text-contrast .hm-slide-sbt,
    .hm-text-left.hm-text-contrast-hight .hm-slide-sbt,
    .hm-text-right.hm-text-contrast-hight .hm-slide-sbt {
        padding: 0;
    }
    .hm-text-left .hm-slide-description {
        width: 90%;
        height: auto;
        margin: auto 0;
    }
    .hm-text-right .hm-slide-text-r {
        float: right;
        height: 106%;
        padding: 0;
        width: 50%;
        position: relative;
        top: -3%;
        z-index: 2;
    }
    .hm-text-right .hm-slide-description,
    .hm-text-right .hm-slide-title,
    .hm-text-right .hm-slide-sbt {
        width: 95%;
        height: auto;
        margin: auto 0;
    }
    .hm-text-right.hm-text-contrast .hm-slide-title {
        font-size: 3rem;
        line-height: 3.2rem;
    }
    .hm-slide-description p {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .hm-slide-text li {
        margin-top: 0rem;
        padding-bottom: 0;
    }
    .hm-slide.slick-slide p,
    .hm-slide.slick-slide li,
    .hm-slide.slick-slide span {
        color: #fff;
    }
    .hm-slide.slick-slide.hm-text-contrast p,
    .hm-slide.slick-slide.hm-text-contrast li,
    .hm-slide.slick-slide.hm-text-contrast-hight p,
    .hm-slide.slick-slide.hm-text-contrast-hight li,
    .hm-slide.slick-slide.hm-text-contrast-hight.hm-text-left p,
    .hm-slide.slick-slide.hm-text-contrast-hight.hm-text-left li,
    .hm-slide.slick-slide.hm-text-contrast-hight.hm-text-right p,
    .hm-slide.slick-slide.hm-text-contrast-hight.hm-text-right li,
    {
        color: #fff;
    }
    /* Ticket #103837 Particular // Ahorro // Mi Hucha > Literal boton blanco */
    .hm-slide.slick-slide span.boton.boton_mediano.naranja {
        color: #000;
    }
    /* FIN Ticket #103837 Particular // Ahorro // Mi Hucha > Literal boton blanco */
    .hm-slide.slick-slide.hm-text-contrast.hm-text-left p,
    .hm-slide.slick-slide.hm-text-contrast.hm-text-left li,
    .hm-slide.slick-slide.hm-text-contrast.hm-text-right p,
    .hm-slide.slick-slide.hm-text-contrast.hm-text-right li,
    .hm-slide.slick-slide.hm-text-contrast-prom.hm-text-right p,
    .hm-slide.slick-slide.hm-text-contrast-prom.hm-text-right li,
    .hm-slide.slick-slide.hm-text-contrast-prom.hm-text-left p,
    .hm-slide.slick-slide.hm-text-contrast-prom.hm-text-left li {
        color: #555;
    }
    .hm-slide.slick-slide li {
        display: inline-block;
        padding: 0 0 0 3.2rem;
    }
    .hm-text-center .hm-slide-text-r,
    .hm-text-contrast .hm-slide-text-r,
    .hm-text-contrast-hight .hm-slide-text-r,
    .hm-dummy-center .hm-slide-text-r,
    .slick-slide .hm-slide-text-r {
        height: 106%;
        position: relative;
        top: -3%;
        z-index: 2;
    }
    .hm-text-center .hm-slide-description {
        margin: auto;
    }
    h2.hm-slide-title {
        font-size: 2.4rem;
        line-height: 3.2rem;

    }
    .hm-text-contrast .hm-slide-title h2,
    .hm-slide.slick-slide.hm-text-contrast-hight h2,
    .hm-text-contrast-hight.hm-text-left .hm-slide-title h2,
    .hm-text-contrast-hight.hm-text-right .hm-slide-title h2 {
        color: #fff;
    }
    .hm-text-contrast.hm-text-left .hm-slide-title h2,
    .hm-text-contrast.hm-text-right .hm-slide-title h2,
    .hm-text-contrast-prom.hm-text-left .hm-slide-title h2,
    .hm-text-contrast-prom.hm-text-right .hm-slide-title h2 {
        color: #555;
    }
    .hm-slide-title h2 {
        font-size: 2.4rem;
        line-height: 3.2rem;

    }
    .hm-slide.slick-slide .estilo_col_derecha p {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    .hm-text-contrast-hight.hm-text-contrast .hm-slide-description h2,
    .hm-text-contrast-hight.hm-text-contrast .hm-slide-description p {
        color: white;
    }
}

@media (min-width: 1030px) {
    .hm-slide.slick-slide .boton.boton_pequeno.azul_turquesa {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    h2.hm-slide-title {
        font-size: 2.4rem;
        line-height: 3.2rem;
        color: #fff;
    }
    h2.hm-slide-title {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
    .hm-slide-description p {
        background: none;
        margin-top: 1rem;
    }
    .hm-slide.slick-slide .estilo_col_derecha {
        width: 80%;
    }
    .hm-slide.slick-slide .estilo_col_izquierda {
        width: 20%;
    }
}

@media (min-width: 1600px) {
    .hm-text-right .hm-slide-text-c {
        padding: 0 25rem 0 5rem;
    }
    .hm-text-left .hm-slide-text-c {
        padding: 0 5rem 0 25rem;
    }
}


/*CARD HOME ESTANDAR*/

.hm-cmp .hm-cmp-item.white_bg .hm-cmp-item-wrap .hm-cmp-text .hm-cmp-text-top .hm-cmp-pretitle p {
    color: #333;
    font-style: normal;
    font-family: 'OpenSans', Arial, sans-serif;
    font-weight: 700;
    margin-top: .7rem;
    font-size: 1.3rem;
    line-height: 1.3rem;
}

.hm-cmp .hm-cmp-item.blue_bg .hm-cmp-item-wrap .hm-cmp-text .hm-cmp-text-top .hm-cmp-pretitle p {
    color: #fff;
    font-style: normal;
    font-family: 'OpenSans', Arial, sans-serif;
    font-weight: 700;
    margin-top: .7rem;
    font-size: 1.3rem;
}

.hm-cmp .hm-cmp-item-promo .hm-cmp-title h2,
.hm-cmp .hm-cmp-item-promo .hm-cmp-title h3 {
    margin-bottom: 1.5rem;
}

.hm-cmp-description .boton.boton_pequeno.azul_turquesa {
    background: #bcdff1;
    padding: 6px 13px;
    border-radius: 50px;
    color: #333;
    font-family: 'OpenSans', Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
}

.hm-cmp-description .boton.boton_pequeno.azul_turquesa img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5rem 0 0;
}

.hm-cmp-description span.partner img {
    width: 13rem;
    margin-top: 0;
}

.hm-cmp-addinfo p {
    color: #333;
    position: relative;
    bottom: -.7rem;
}

.hm-cmp-item-promo .hm-cmp-addinfo p {
    font-size: 1.1rem;
}

.hm-cmp .hm-cmp-item-promo .hm-cmp-title h3>span.texto_centrado,
.hm-cmp .hm-cmp-item-promo .hm-cmp-title h2>span.texto_centrado {
    text-align: center;
    display: block;
    /*font-family: 'OpenSans-Bold', Arial, sans-serif;*/
    font-family: 'OpenSans', Arial, serif;
}

.hm-cmp .hm-cmp-item-promo .hm-cmp-pretitle p {
    width: 100%;
}

.hm-cmp .hm-cmp-item-promo .hm-cmp-pretitle .texto_centrado {
    text-align: center;
    display: inline-block;
    width: 100%;
}

#main-home .main-home-blocks .hm-cmp .hm-cmp-list .hm-cmp-nri .texto_centrado {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    left: -1.5rem;
    font-family: 'OpenSans', Arial, sans-serif;
    color: #666;
}

@media (min-width: 390px) {
    .hm-cmp-description .boton.boton_pequeno.azul_turquesa {
        background: #bcdff1;
        padding: 6px 13px;
        border-radius: 50px;
        color: #333;
        font-family: 'OpenSans', Arial, sans-serif;
        font-weight: 700;
        font-size: 1.2rem;
    }
    .hm-cmp-description .boton.boton_pequeno.azul_turquesa img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0.5rem 0 0;
    }
    .hm-cmp-description span.partner img {
        width: 12rem;
        margin-top: 0;
    }
}

.hm-cmp-item.hm-cmp-item-double .hm-cmp-text {
    background: #fff;
    width: 101%;
    height: auto;
    position: relative;
    bottom: 2.1rem;
    border-top-left-radius: 50% 10%;
    border-top-right-radius: 50% 10%;
    left: -0.5%;
}

.hm-cmp-item.hm-cmp-item-double a {
    overflow: hidden;
    padding-bottom: 0;
}

.hm-cmp-item.hm-cmp-item-double .hm-cmp-text-bottom-c {
    width: 100%;
    position: relative;
    bottom: -10px;
    left: -14px;
}

.hm-cmp-item-double .hm-cmp-description>ul {
    margin-bottom: 10px;
    margin-top: 8px;
}

.hm-cmp-item-double .hm-cmp-description>ul li {
    font-family: 'OpenSans', Arial, sans-serif;
    font-size: 1.4rem;
    position: relative;
    color: #333;
    display: inline-block;
    background: none;
    padding: 0 0 1rem 3.2rem;
}

.hm-cmp-item-double .hm-cmp-description>ul li:before {
    content: "";
    position: relative;
    display: block;
    margin-bottom: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #007EAE;
    border-right: 2px solid #007EAE;
    transform: rotate(45deg);
    top: 15px;
    left: -25px;
}

.hm-cmp-item.hm-cmp-item-double .hm-cmp-nri {
    position: relative;
    bottom: -1.5rem;
}

.hm-cmp-item.hm-cmp-item-double .hm-cmp-addinfo p {
    left: 1.5rem;
    bottom: 3px;
}

.hm-cmp-description .boton.boton_pequeno.azul_turquesa {
    line-height: 50px;
}

.hm-cmp .hm-cmp-description p {
    display: block;
}

@media (min-width: 991px) {
    .hm-cmp-item.hm-cmp-item-double .hm-cmp-nri {
        position: relative;
        bottom: -3.3rem;
    }
    .hm-cmp-item.hm-cmp-item-double .hm-cmp-addinfo p {
        left: 1.5rem;
        bottom: -12px;
    }
}

@media (min-width: 1200px) {
    .hm-cmp-item.hm-cmp-item-double .hm-cmp-nri {
        position: relative;
        bottom: -1.5rem;
    }
    .hm-cmp-item.hm-cmp-item-double .hm-cmp-addinfo p {
        left: 1.5rem;
        bottom: 3px;
    }
}


/*CARD SUBHOME ESTANDAR*/

.freeContent.main .article-content ul li.sh-highlight {
    top: 0;
    margin-bottom: 1rem;
}

.sh-highlights .sh-highlight .sh-h-title h2 {
    color: #333;
    font-family: 'OpenSans-Bold', arial, sans-serif;
    margin-bottom: 0;
}

.sh-highlights .sh-highlight .sh-h-title h3 {
    color: #333;
    font-family: 'OpenSans-Bold', arial, sans-serif;
}
.sh-highlights .sh-highlight .sh-h-title p {
    color: #333;
    font-family: 'OpenSans-Bold', arial, sans-serif;
}

.sh-highlights .sh-highlight .sh-h-description p .boton_azul {
    display: inline-block;
    width: auto;
}

.sh-h-description p a,
.sh-h-description a {
    font-family: 'OpenSans-Semibold', Arial, sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.4rem;
}

.sh-h-description p {
    font-size: 1.4rem;
    line-height: 1.7rem;
}

.sh-highlights .sh-highlight .sh-h-description p .boton_azul {
    border-radius: 50px;
    padding: 1.2rem 2rem;
    font-size: 1.3rem;
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight .sh-highlight-wrap {
        min-height: 37rem;
    }
}

@media (min-width: 991px) {
    .sh-highlights .sh-highlight .sh-highlight-wrap {
        min-height: 8rem;
    }
}

@media (min-width: 1200px) {
    .sh-h-description p {
        font-size: 1.6rem;
        /* line-height: 2.2rem; */
    }
}


/*DESTACADOS SUBHOME DOBLES*/

.sh-highlights .sh-highlight.sh-h-double .sh-highlight-wrap,
.sh-highlight.sh-h-product .sh-highlight-wrap,
.sh-highlights .sh-highlight.sh-h-promo .sh-highlight-wrap {
    min-height: 14rem;
}

.sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-image img,
.sh-highlights .sh-highlight.sh-h-product .sh-h-image img {
    height: 100%;
    width: auto;
}

@media (min-width: 1200px) {
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-image img,
    .sh-highlights .sh-highlight.sh-h-double .sh-h-image img,
    .sh-highlights .sh-highlight.sh-h-product .sh-h-image img,
    .sh-highlights .sh-highlight.sh-h-double-family .sh-h-image img {
        height: 100%;
        width: 100%;
    }
}


/*.sh-highlights .sh-highlight.sh-h-double .sh-h-text {
    position: absolute;
    top: -1%;
    left: 0px;
    width: 60%;
    height: 102%;
    border-top-right-radius: 10% 50%;
    border-bottom-right-radius: 10% 50%;
    z-index: 2;
    padding: 1rem 1.2rem;
}*/

.sh-h-image-wrap {
    position: relative;
}

.sh-h-product .sh-h-image-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1;
    opacity: 0.5;
}

.sh-h-product.sh-h-promo .sh-h-image-wrap:before {
    opacity: 0;
}

.sh-highlights .sh-highlight.sh-h-product .sh-h-text {
    z-index: 2;
    position: absolute;
    top: 23%;
}

.sh-highlights .sh-highlight.sh-h-product .sh-h-title h2 {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #fff;

}

.sh-highlights .sh-highlight.sh-h-product .sh-h-description p {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-weight: 100;
    color: #fff;
}

.sh-highlights .sh-highlight.sh-h-promo .sh-h-description p {
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-weight: 100;
    color: #555;
}

.sh-highlights .sh-highlight.sh-h-promo .sh-h-title {
    margin-top: 3rem;
}

.sh-highlights .sh-highlight.sh-h-double h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
}

.sh-highlights .sh-highlight.sh-h-double span.pretitle,
.sh-highlights .sh-highlight.sh-h-promo span.pretitle {
    position: absolute;
    top: 1.5rem;
    left: 1.2rem;
    font-weight: bold;
    font-size: 1.5rem;
}

.sh-highlights .sh-highlight.sh-h-product span.pretitle {
    position: absolute;
    font-weight: bold;
    font-size: 1.5rem;
    left: 0;
    right: 0;
    top: -5.5rem;
    bottom: initial;
    color: #fff;
}

.sh-highlights .sh-highlight.sh-h-promo span.pretitle {
    color: #555;
    left: 1.2rem;
    top: 1.5rem;
}

.sh-highlights .sh-highlight.sh-h-double .sh-h-nri {
    bottom: 0.5rem;
}

@media (max-width: 768px) {
    .sh-highlights .sh-highlight.sh-h-double .sh-h-nri {
        position: relative;
        left: 0;
        bottom: 0.7rem;
        margin-top: 1rem;
    }
}

.sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-text {
    position: absolute;
    top: -1%;
    left: 0px;
    width: 60%;
    height: 102%;
    border-top-right-radius: 10% 50%;
    border-bottom-right-radius: 10% 50%;
    background: linear-gradient(34deg, rgba(244, 197, 61, 1) 0%, rgba(250, 230, 172, 1) 2%, rgba(246, 246, 246, 1) 50%);
    padding: 1rem 1.2rem;
    text-align: left;
    z-index: 2;
    max-height: initial;
}

.sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-text .boton.boton_pequeno.azul_turquesa {
    background: #bcdff1;
    padding: 6px 13px;
    border-radius: 50px;
    color: #333;
    font-family: 'OpenSans', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
}

.sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-text .boton.boton_pequeno.azul_turquesa img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5rem 0 0;
}

.sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-text h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans-Bold', arial, sans-serif;
    color: #333333;

}

.sh-highlights .sh-highlight.sh-h-product.sh-h-promo>a {
    margin: 0;
}

.sh-highlights .sh-highlight.sh-h-double-family .sh-h-text:before,
.sh-highlights .sh-highlight.sh-h-double .sh-h-text:before {
    content: "";
    opacity: 1;
    border-top-right-radius: 50% 10%;
    border-top-left-radius: 50% 10%;
    position: absolute;
    top: initial;
    left: 0;
    bottom: 20%;
    width: 101%;
    height: 100%;
    background-color: #efefef;
}

@media (min-width: 775px) {
    .sh-highlights .sh-highlight.sh-h-double-family .sh-h-text:before,
    .sh-highlights .sh-highlight.sh-h-double .sh-h-text:before {
        bottom: 0;
    }
}

.sh-highlights .sh-highlight.sh-h-double-family .sh-h-text,
.sh-highlights .sh-highlight.sh-h-double .sh-h-text {
    padding-top: 1.7rem;
    z-index: 2;
}

@media (min-width: 450px) {
    .sh-highlights .sh-highlight.sh-h-double-family .sh-h-text,
    .sh-highlights .sh-highlight.sh-h-double .sh-h-text {
        padding: 1.5rem 1.2rem 0;
        z-index: 2;
        background: transparent;
    }
}

@media (min-width: 768px) {
    .sh-highlights .sh-highlight .sh-h-image img,
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-image img {
        height: 100%;
        min-height: initial;
        width: 100%;
    }
    /*.sh-highlights .sh-highlight.sh-h-double .sh-h-title {
        margin-top: 5rem;
    }*/
    .sh-highlights .sh-highlight.sh-h-promo .sh-h-title {
        margin-top: 5rem;
    }
    /*.sh-highlights .sh-highlight.sh-h-double h2 {
        font-size: 2.3rem;
        line-height: 2.6rem;
    }*/
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-h-text h2 {
        font-size: 2.4rem;
        line-height: 3.2rem;
        font-family: 'OpenSans-Bold', arial, sans-serif;
        color: #333333;

    }
}

@media (min-width: 991px) {
    .sh-highlights .sh-highlight.sh-h-double .sh-highlight-wrap,
    .sh-highlight.sh-h-product .sh-highlight-wrap,
    .sh-highlights .sh-highlight.sh-h-product.sh-h-promo .sh-highlight-wrap {
        min-height: 8rem;
    }
    .sh-highlights .sh-highlight.sh-h-double .sh-highlight-wrap,
    .sh-highlights .sh-highlight.sh-h-product .sh-highlight-wrap,
    .sh-highlight.sh-h-product.sh-h-promo .sh-highlight-wrap,
    .sh-highlights .sh-highlight.sh-h-double-family .sh-highlight-wrap,
    .sh-highlights .sh-highlight.sh-h-double .sh-highlight-wrap {
        min-height: 8rem;
    }
}


/*CABECERA NIVEL 3*/

.banner {
    background-color: transparent;
}

@media (max-width: 991px) {
    .container-fluid.banner .page-banner {
        /* background: #ececec; */
        /*VER TICKET #103914*/
        margin-top: -50px;
        padding: 3.2rem 0 0rem;
    }
}

.banner-image .banner-image-group,
.bg-video .banner-image-group,
.banner-media .banner-image-group,
.page-terrat-media .terrat-image-group {
    border-bottom-right-radius: 50% 15%;
    border-bottom-left-radius: 50% 15%;
    overflow: hidden;
    margin-bottom: 3.2rem;
}

.freeContent.article-main .banner-image .banner-image-group,
.freeContent.article-main .bg-video .banner-image-group,
.freeContent.article-main .banner-media .banner-image-group,
.freeContent.article-main .page-terrat-media .terrat-image-group {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.page-banner-box .page-description h2 {
    margin-top: 0;
}

@media (min-width: 1200px) {
    .banner-image .banner-image-group,
    .bg-video .banner-image-group,
    .banner-media .banner-image-group,
    .page-terrat-media .terrat-image-group {
        border-bottom-right-radius: 50% 100%;
        border-bottom-left-radius: 50% 100%;
        -webkit-box-shadow: 0px 10px 8px 0px rgb(51 51 51 / 50%);
        -moz-box-shadow: 0px 10px 8px 0px rgba(51, 51, 51, 0.14);
        box-shadow: 0px 12px 8px -2px rgb(51 51 51 / 24%);
        height: 98%;
    }
    .container-fluid.banner {
        background: transparent;
        z-index: 2;
    }
    .bg-white-banner-image .banner-image-group,
    .bg-white-banner .banner-image-group,
    .freeContent.article-main .banner-image .banner-image-group,
    .freeContent.article-main .bg-video .banner-image-group,
    .freeContent.article-main .banner-media .banner-image-group,
    .freeContent.article-main .page-terrat-media .terrat-image-group {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .container.banner-text .column .page-banner .page-banner-box {
        vertical-align: middle;
    }

    .banner-text .page-description p,
    .banner-text .page-description h1,
    .banner-text .page-description h2,
    .banner-text .page-description h3 {
        color: #fff;

    }
    .page-banner-box .page-description p,
    .page-banner-box .page-description h1,
    .page-banner-box .page-description h2,
    .page-banner-box .page-description h3 {
        color: #fff;
    }
    .page-terrat .page-terrat-text .page-description p,
    .page-terrat .page-terrat-text .page-title h1,
    .page-terrat .page-terrat-text .page-title p,
    .page-terrat .page-terrat-text .page-title h2,
    .page-terrat .page-terrat-text .page-title h3,
    .page-terrat-text .page-entradilla p,
    .page-terrat-text .page-nri {
        color: #fff;
    }
}

@media (min-width: 1440px) {
    .banner-image .banner-image-group,
    .bg-video .banner-image-group,
    .banner-media .banner-image-group,
    .page-terrat-media .terrat-image-group {
        height: 94%;
    }
}


/*Banner Highlight*/

.banner .slider-highlights .slider-highlights-wrapper .slider-highlight {
    padding: 0px 5px;
}

.banner.banner-promo .page-banner {
    padding: 0rem;
    margin: 0;
}

.banner.banner-promo .banner-text .page-description p {
    color: #fff;
    font-family: 'OpenSans', Arial, sans-serif;
    margin-bottom: 4px;
}

.banner.banner-promo .banner-text .page-title h1 {
    margin-right: 0;
}

.container-fluid.banner.banner-promo {
    border-bottom-left-radius: 100% 10%;
    border-bottom-right-radius: 100% 10%;
    background: linear-gradient(0deg, rgba(216, 234, 253, 1) 0%, rgba(246, 246, 246, 1) 40%);
    padding: 0;
}

.banner-promo .banner-image-group {
    /*TICKET #103838 COMMENT #7*/
    /*border-bottom-right-radius: 50% 100%;
    border-bottom-left-radius: 50% 100%;*/
    /*FIN TICKET #103838 COMMENT #7*/
}

#readthis .banner-media img,
#xp1 .banner-media img {
    border-bottom-right-radius: 100% 10%;
    border-bottom-left-radius: 100% 10%;
    box-shadow: 0px 12px 8px -2px rgb(51 51 51 / 24%);
}

.slider-highlights.row {
    background: linear-gradient(0deg, rgba(216, 234, 253, 1) 0%, rgba(246, 246, 246, 1) 40%);
}

.banner .slider-highlights .slider-highlight-text p {
    color: #555;
    font-size: 1.4rem;
    line-height: 1.7rem;
}

@media (min-width: 450px) {
    .banner .slider-highlights .slider-highlight-text p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

@media (min-width: 600px) {
    .banner .slider-highlights .slider-highlights-wrapper .slider-highlight {
        padding: 0px 15px;
    }
}

@media (min-width: 768px) {
    .banner.banner-promo .page-banner {
        padding: 3rem 0;
    }
}

@media (min-width: 991px) {
    .freeContent.banner-highlights {
        top: initial;
        bottom: -12rem;
    }
    .slider-highlights-fixed {
        position: fixed;
        top: 0;
        background: linear-gradient(0deg, rgba(216, 234, 253, 1) 0%, rgba(246, 246, 246, 1) 40%);
        max-height: 11rem;
    }
}

@media (min-width: 1200px) {
    .container.banner-text {
        height: initial;
    }
    .freeContent.banner-highlights {
        top: initial;
        bottom: 3rem;
    }
}

.hm-cmp-item.centered.hm-cmp-item-double .hm-cmp-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 88%;
    max-height: 88%;
    border-radius: 0;
    margin: 0 1%;
    background: transparent;
    z-index: 2;
    max-width: 100%;
}

.hm-cmp-item.centered.hm-cmp-item-double .hm-cmp-image-wrap {
    position: relative;
}

.hm-cmp-item.centered.hm-cmp-item-double .hm-cmp-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hm-cmp-item.centered.hm-cmp-item-double .hm-cmp-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1;
    opacity: .5;
}

.hm-cmp-item.centered.hm-cmp-item-double .hm-cmp-text h3 {
    /*color: #fff;
    font-family: ;
    font-size: 2.2rem;
    line-height: 2.4rem;
    font-weight: 900;*/

    font-size: 2rem;
    line-height: 2.8rem;
    font-family: 'OpenSans', Arial, serif;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0;
}

.hm-cmp-item.centered.hm-cmp-item-double .hm-cmp-text p {
    color: #fff;
}

.hm-cmp-item.centered.hm-cmp-item-double .hm-cmp-text .hm-cmp-text-top {
    top: 2rem;
}

.hm-cmp-item.centered.hm-cmp-item-double .hm-cmp-nri {
    color: #fff;
    bottom: -4rem;
}

.hm-cmp-item.centered.hm-cmp-item-double .hm-cmp-text .hm-cmp-text-c {
    vertical-align: initial;
    padding-top: 9rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.hm-cmp-item.centered.hm-cmp-item-double .hm-cmp-text-c div#contadorCapa {
    position: absolute;
    top: initial;
    bottom: 0;
    right: initial;
    left: 20%;
    max-width: 300px;
}

div#contadorCapa ul {
    width: 100%;
}

div#contadorCapa li {
    background: transparent;
    max-width: 90px;
    width: 90px;
    text-align: left!important;
}

.hm-cmp-item.centered.hm-cmp-item-double .hm-cmp-text-c div#contadorCapa li {
    color: #fff;
}

div#contadorCapa li#counter_day {
    font-size: 4rem;
    height: 28px;
    font-family: 'OpenSans-Bold';
    border-right: 0;
    color: #555;
    line-height: initial;
    padding: 0;
}

div#contadorCapa li#counter_hour {
    font-size: 3.5rem;
    height: 28px;
    font-family: 'OpenSans-Bold';
    color: #555;
    line-height: initial;
}

div#contadorCapa li#counter_min {
    font-family: 'OpenSans';
    font-size: 3.5rem;
    height: 28px;
    color: #555;
    line-height: initial;
}

div#contadorCapa li#counter_second {
    font-family: 'OpenSans';
    font-size: 3.5rem;
    height: 28px;
    color: #555;
    line-height: initial;
}

div#contadorCapa ul.literales_contador li {
    font-size: 1.2rem;
    font-family: 'OpenSans-Bold';
    color: #555;
    background: none!important;
    line-height: inherit;
}

div#contadorCapa li:before {
    display: none;
}

.hm-cmp-item.centered.hm-cmp-item-double .hm-cmp-image-wrap img {
    height: 100%;
    max-height: 100%;
}

@media (max-width: 991px) {
    .hm-cmp-item.centered.hm-cmp-item-double .hm-cmp-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .hm-cmp-item.centered.hm-cmp-item-double .hm-cmp-image-wrap {
        min-height: 34rem;
        height: 34rem;
    }
    .hm-cmp-item.centered.hm-cmp-item-double .hm-cmp-item-wrap {
        min-height: 34rem;
        height: 34rem;
        width: auto;
    }
}

@media (min-width: 600px) {
    .hm-cmp-item.centered.hm-cmp-item-double .hm-cmp-text-c div#contadorCapa {
        position: absolute;
        top: initial;
        bottom: 0;
        right: initial;
        left: 30%;
        max-width: 300px;
    }
}

@media (min-width: 991px) {
    .hm-cmp-item.centered.hm-cmp-item-double .hm-cmp-text-c div#contadorCapa {
        position: absolute;
        bottom: 4rem;
        right: initial;
        left: 22%;
        max-width: 300px;
    }
}

@media (min-width: 1200px) {
    .hm-cmp-item.centered.hm-cmp-item-double .hm-cmp-text-c div#contadorCapa {
        position: absolute;
        bottom: 8rem;
        right: initial;
        left: 27%;
        max-width: 300px;
    }
}


/** banckground debajo del banner**/

@media (min-width: 1200px) {
    .container-fluid.banner+article.freeContent.article-main {
        margin-top: -75px;
    }
    .container-fluid.banner+article.freeContent.article-main .container-fluid:first-child {
        padding-top: 75px;
    }
    .container-fluid.banner.banner-promo+article.freeContent.article-main {
        margin: 0;
    }
    .container-fluid.banner.banner-promo+article.freeContent.article-main .container-fluid:first-child {
        padding: 0;
    }
    /* Ticket #103796 Incidencia Banca Digital Empresas */
    /* Ticket #93932 Plantillas simulador hipotecas holabank - comentario 154 */
    /*
	#main {
      overflow: hidden;
    }
	*/
    /* FIN Ticket #93932 Plantillas simulador hipotecas holabank - comentario 154 */
    /* FIN Ticket #103796 Incidencia Banca Digital Empresas */
}


/** texto en blanco en fondos de colores slider **/

@media (max-width: 991px) {
    .hm-slider .hm-slide.bg-site .hm-slide-sbt,
    .hm-slider .hm-slide.bg-site .hm-slide-title h2,
    .hm-slider .hm-slide.bg-site .hm-slide-title p,
    .hm-slider .hm-slide.bg-site .hm-slide-title h3,
    .hm-slider .hm-slide.bg-site .hm-slide-description p,
    .hm-slider .hm-slide.bg-site .hm-slide-description li {
        color: #fff;
    }
    .hm-slider .hm-slide.bg-dark-Blue .hm-slide-sbt,
    .hm-slider .hm-slide.bg-dark-Blue .hm-slide-title h2,
    .hm-slider .hm-slide.bg-dark-Blue .hm-slide-title p,
    .hm-slider .hm-slide.bg-dark-Blue .hm-slide-title h3,
    .hm-slider .hm-slide.bg-dark-Blue .hm-slide-description p,
    .hm-slider .hm-slide.bg-dark-Blue .hm-slide-description li {
        color: #fff;
    }
    .hm-slider .hm-slide.bg-navy-Blue .hm-slide-sbt,
    .hm-slider .hm-slide.bg-navy-Blue .hm-slide-title h2,
    .hm-slider .hm-slide.bg-navy-Blue .hm-slide-title p,
    .hm-slider .hm-slide.bg-navy-Blue .hm-slide-title h3,
    .hm-slider .hm-slide.bg-navy-Blue .hm-slide-description p,
    .hm-slider .hm-slide.bg-navy-Blue .hm-slide-description li {
        color: #fff;
    }
    .hm-slider .hm-slide.bg-garnet .hm-slide-sbt,
    .hm-slider .hm-slide.bg-garnet .hm-slide-title h2,
    .hm-slider .hm-slide.bg-garnet .hm-slide-title p,
    .hm-slider .hm-slide.bg-garnet .hm-slide-title h3,
    .hm-slider .hm-slide.bg-garnet .hm-slide-description p,
    .hm-slider .hm-slide.bg-garnet .hm-slide-description li {
        color: #fff;
    }
    .hm-slider .hm-slide.bg-orange .hm-slide-sbt,
    .hm-slider .hm-slide.bg-orange .hm-slide-title h2,
    .hm-slider .hm-slide.bg-orange .hm-slide-title p,
    .hm-slider .hm-slide.bg-orange .hm-slide-title h3,
    .hm-slider .hm-slide.bg-orange .hm-slide-description p,
    .hm-slider .hm-slide.bg-orange .hm-slide-description li {
        color: #fff;
    }
    .hm-slider .hm-slide.bg-dark-orange .hm-slide-sbt,
    .hm-slider .hm-slide.bg-dark-orange .hm-slide-title h2,
    .hm-slider .hm-slide.bg-dark-orange .hm-slide-title p,
    .hm-slider .hm-slide.bg-dark-orange .hm-slide-title h3,
    .hm-slider .hm-slide.bg-dark-orange .hm-slide-description p,
    .hm-slider .hm-slide.bg-dark-orange .hm-slide-description li {
        color: #fff;
    }
    .hm-slider .hm-slide.bg-rose .hm-slide-sbt,
    .hm-slider .hm-slide.bg-rose .hm-slide-title h2,
    .hm-slider .hm-slide.bg-rose .hm-slide-title p,
    .hm-slider .hm-slide.bg-rose .hm-slide-title h3,
    .hm-slider .hm-slide.bg-rose .hm-slide-description p,
    .hm-slider .hm-slide.bg-rose .hm-slide-description li {
        color: #fff;
    }
    .hm-slider .hm-slide.bg-dark-rose .hm-slide-sbt,
    .hm-slider .hm-slide.bg-dark-rose .hm-slide-title h2,
    .hm-slider .hm-slide.bg-dark-rose .hm-slide-title p,
    .hm-slider .hm-slide.bg-dark-rose .hm-slide-title h3,
    .hm-slider .hm-slide.bg-dark-rose .hm-slide-description p,
    .hm-slider .hm-slide.bg-dark-rose .hm-slide-description li {
        color: #fff;
    }
    .hm-slider .hm-slide.bg-red .hm-slide-sbt,
    .hm-slider .hm-slide.bg-red .hm-slide-title h2,
    .hm-slider .hm-slide.bg-red .hm-slide-title p,
    .hm-slider .hm-slide.bg-red .hm-slide-title h3,
    .hm-slider .hm-slide.bg-red .hm-slide-description p,
    .hm-slider .hm-slide.bg-red .hm-slide-description li {
        color: #fff;
    }
}


/** region layout para quitar la capa negra **/

.banner .no-opacity .banner-image-group:after {
    opacity: 0;
}


/** Fin rediseno 2021 **/


/** estilos titulos 2021 **/

.blue-corp {
    color: #007EAE!important;
}

.normal-style {
    font-weight: normal!important;
    font-style: normal!important;
}

.italic-style {
    font-style: italic!important;
}

.bold-style {
    font-family: 'OpenSans-bold'!important;
}

.combi-style {
    font-family: 'OpenSans-ExtraboldItalic'!important;
}

.title-1 {
    font-size: 3.2rem!important;
    line-height: 4rem!important;
}
@media(min-width: 1200px) {
    /*MEDIDAS DESKTOP*/
    .title-1{
        font-size: 4rem;
        line-height: 4.8rem;
    }
}

.title-2 {
    font-size: 2.4rem!important;
    line-height: 3.2rem!important;
}
@media(min-width: 1200px) {
    /*MEDIDAS DESKTOP*/
    .title-2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }
}

.title-3 {
    font-size: 2.4rem!important;
    line-height: 3.2rem!important;
}
@media(min-width: 1200px) {
    /*MEDIDAS DESKTOP*/
    .title-3 {
        font-size: 2rem;
        line-height: 2.4rem;
    }
}

.title-4 {
    font-size: 1.8rem!important;
    line-height: 2.8rem!important;
}

@media(min-width: 1200px) {
    /*MEDIDAS DESKTOP*/
    .title-4 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

.healdine-1 {
    font-size: 3.2rem;
    line-height: 4rem;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #333;
    font-weight: normal;
}
@media(min-width: 1200px) {
    /*MEDIDAS DESKTOP*/
    .healdine-1 {
        font-size: 4rem;
        line-height: 4.8rem;
    }
}


.healdine-2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #333;
    font-weight: normal;
}
@media(min-width: 1200px) {
    /*MEDIDAS DESKTOP*/
    .healdine-2 {
        font-size: 3.2rem;
        line-height: 4rem;
    }
}

.healdine-3 {
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #333;
    font-weight: normal;
}
@media(min-width: 1200px) {
    /*MEDIDAS DESKTOP*/
    .healdine-3 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}

.healdine-4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #333;
    font-weight: normal;
}
@media(min-width: 1200px) {
    /*MEDIDAS DESKTOP*/
    .healdine-4  {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}


/** fin estilos titulos 2021 **/


/* Ticket #103766 Particulares: Consulta opacidad */

#wivai_main-banner_no-opacity .banner-image-group:after,
#wivai_main-banner_no-opacity .terrat-image-group:after {
    background-color: transparent;
}


/* FIN Ticket #103766 Particulares: Consulta opacidad */


/* Ticket #103865 Particulares: Ocultar contenido de Imagin */

#bloque_descarga_imagin .contenedor_botones .boton_izquierdo,
#bloque_descarga_imagin .contenedor_botones .boton_derecho {
    float: left;
    width: 50%;
    padding: 0 15px;
}

#bloque_descarga_imagin p.texto_centrado img {
    display: none;
}

#bloque_descarga_imagin p.texto_centrado a img {
    display: block;
}

@media (min-width: 992px) {
    #bloque_descarga_imagin .contenedor_botones .boton_izquierdo,
    #bloque_descarga_imagin .contenedor_botones .boton_derecho {
        display: none;
    }
    #bloque_descarga_imagin p.texto_centrado img {
        display: block;
    }
}


/* FIN Ticket #103865 Particulares: Ocultar contenido de Imagin */


/* Ticket #103799 Particular // Cuentas // Cuenta Negocio > No podemos anadir bullets */
/* Ticket #105237 Particulares // seguros // Adeslas Salud y Bienestar > bullet punto */
.main-tabs .tabs-contents .article-content ul li,
.dropdown-group.main-component .dropdown-content.article-content ul li,
.carousel-group.main-component .carousel-contents .carousel-content.article-content ul li,
.content_alternative ul li  {
    margin-left: 2.1rem;
}

.main-tabs .tabs-contents .article-content ul li:before,
.dropdown-group.main-component .dropdown-content.article-content ul li:before,
.carousel-group.main-component .carousel-contents .carousel-content.article-content ul li:before,
.content_alternative ul li:before{
    content: "";
    position: relative;
    display: block;
    margin-bottom: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #007EAE;
    border-right: 2px solid #007EAE;
    transform: rotate(45deg);
    top: 15px;
    left: -25px;
}
/* Ticket #105752 Particulares // planes // Ventajas de los plaVisualizacionnes de pensiones > visualizacion OM*/
#destacados_alternos-aside ul li:before,
.main-tabs .tabs-contents .article-content .om-content ul li:before{
    display: none;
}
/* FIN Ticket #105752 Particulares // planes // Ventajas de los plaVisualizacionnes de pensiones > visualizacion OM*/
/* FIN Ticket #105237 Particulares // seguros // Adeslas Salud y Bienestar > bullet punto */

/*Estilos de platilla para listados con bullet en el primer elemento y flechas en sus hijos */

#page ul.list.list--no-style li:first-child:before {
    display: none;
}

#page ul.list.list--no-style li:first-child {
    list-style-type: disc;
}

#page ul.list.list--no-style li ul li:first-child,
#page ul.list.list--no-style li ul li {
    list-style-type: none;
}

#page ul.list.list--no-style li ul li:first-child:before,
#page ul.list.list--no-style li ul li:before {
    content: "";
    position: relative;
    display: block;
    margin-bottom: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #007EAE;
    border-right: 2px solid #007EAE;
    transform: rotate(45deg);
    top: 15px;
    left: -25px;
}


/*FIN Estilos de platilla para listados con bullet en el primer elemento y flechas en sus hijos*/


/* FIN Ticket #103799 Particular // Cuentas // Cuenta Negocio > No podemos anadir bullets */


/* Ticket #103365 Wivai - Terrat con espacio para LOGO */

.hm-slide-salt,
.page-en,
.page-sub {
    text-align: center;
}

@media (min-width: 992px) {
    .hm-slide-salt {
        text-align: left;
    }
}


/* Ticket #102474 Empresas: Formuario TPV Tablet // Estilos formularios tiny */

.caixabankClient {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.caixabankClient p {
    width: 100%;
    text-align: center;
    display: block;
}

.caixabankClient label {
    border: 1px solid #9b9b9b;
    height: 40px;
    width: auto;
    color: #767676;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
    margin: 1rem -0.2rem;
    padding: 0 5rem;
    text-align: center;
    font-family: "OpenSans", Arial, serif;
    align-items: center;
}

.caixabankClient label:hover {
    box-shadow: 1px 2px 5px 0 #767676;
}

.caixabankClient label.checked {
    background: url(../../../../particulares/CSS/Estaticos/images/ok-radio-v.png) no-repeat scroll 90% center transparent;
    border: 1px solid #007eae;
    color: #007eae;
    position: relative;
    z-index: 1;
}

.caixabankClient label input {
    opacity: 0;
    position: absolute;
    left: -99999px;
}


/* Ticket #102474 Empresas: Formuario TPV Tablet // Estilos formularios tiny */


/** ticket 103979 // Particulares: Botones flotantes en linea **/

@media (min-width: 768px) {
    .bottom_sticky {
        display: flex;
        align-items: flex-end;
    }
}


/** ticket 103979 // Particulares: Botones flotantes en li­nea **/


/** ticket #104034 // Particulares: Los iconos del slider de videos se ven mal posicionados **/


/* Ticket #104054 Particular // General // Contactanos > Desestructuracion 4 columnas */

#page .tabs-content.article-content ul.no-style li:before {
    display: none;
}

#page .tabs-content.article-content ul.no-style li {
    margin: 0
}


/* Ticket #104054 Particular // General // Contactanos > Desestructuracion 4 columnas */


/* Ticket #104082 Particulares: Cambios en cuenta negocio */

#highlight-hidde-mobile .c-highlight-video a:after {
    content: none;
}

#highlight-hidde-mobile .c-highlights-list .c-highlight:nth-child(1) {
    display: none;
}

#highlight-hidde-mobile .c-highlights-list .c-highlight:nth-child(2) {
    display: block;
}

@media (min-width: 768px) {
    #highlight-hidde-mobile .c-highlights-list .c-highlight:nth-child(1) {
        display: block;
    }
    #highlight-hidde-mobile .c-highlights-list .c-highlight:nth-child(2) {
        display: none;
    }
}
/* FIN Ticket #104082 Particulares: Cambios en cuenta negocio */
/* Ticket #106711 Integracion Bankia // landing sorteo */
#highlight-hidde-mobile.heading-group h2 {
    text-align: center;
}
#highlight-hidde-mobile .heading-group-title {
    font-size: 3rem;
    line-height: 3.6rem;
    color: #007eae;
    padding-top: 4rem;
}
#highlight-hidde-mobile.c-highlights {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#highlight-hidde-mobile.c-highlights .c-highlights-list li, .c-highlights h2 {
    padding: 0 !important;
}
#highlight-hidde-mobile .c-highlight-video .product_media a:after {
    content: none;
}
#highlight-hidde-mobile h2.heading-group-title {
    /*font-size: 2.5rem;
    line-height: 2.6rem;*/
    text-align: center;

    font-size: 2.4rem;
    line-height: 3.2rem;

}
@media (min-width: 768px) {
    #highlight-hidde-mobile h2.heading-group-title {
        /*font-size: 2.5rem;
        line-height: 2.6rem;*/

        font-size: 2.4rem;
        line-height: 3.2rem;
        text-align: left;
    }

    #highlight-hidde-mobile.c-highlights .heading-group {
        width: 290px;
    }

    #highlight-hidde-mobile .c-highlights-list > ul {
        display: flex;
        justify-content: space-around;
    }
}
@media (min-width: 640px) {
    #highlight-hidde-mobile.c-highlights {
        flex-direction: row;
    }
    #highlight-hidde-mobile.c-highlights > div {
        width: 40%;
    }
}
/* FIN Ticket #106711 Integracion Bankia // landing sorteo */

/*Ticket #104097 Miniatura en buscador */
.s-result>a {
    width: 100%;
}
.s-result__block-img,
.s-r-product-c.s-r-left {
    display: inline-block;
    width: 30%;
    height: auto;
    position: relative;
    float: left;
}
img.s-result__block-img-item,
.s-r-left img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.s-result__block-text,
.s-r-product-c.s-r-right {
    float: left;
    padding-top: 0;
    width: 65%;
    margin-left: 5%;
}
@media(min-width: 600px){
    .s-result__block-img,
    .s-r-product-c.s-r-left {
        display: inline-block;
        width: 150px;
        height: 120px;
    }
    img.s-result__block-img-item,
    .s-r-left img {
        height: 120px;
        width: 150px;
    }
    .s-result__block-text,
    .s-r-product-c.s-r-right {
        width: 60%;
    }
}
/*Destacados*/
.s-recommend .s-r-left img {
    margin: 0;
    width: 100%;
    height: auto;
}
.s-recommend .s-r-product-c.s-r-right {
    float: none;
    width: 100%;
}
.s-recommend .s-r-product-c.s-r-left {
    display: table-cell;
    width: 33%;
    height: auto;
    float: none;
}
@media (min-width: 768px){
    .s-recommend .s-r-product-c.s-r-left {
        display: table-cell;
        padding-right: 0;
        width: auto;
        height: auto;
    }
    .s-recommend .s-r-left img {
        margin: 0 2rem 0 0;
        display: block;
        width: auto;
    }
}
/*Fin destacados*/
.search-result-block #error {
    margin-top: 4rem;
}
#error .s-r-left {
    padding-right: 1rem;
    width: 33%;
    display: table-cell;
}
#error .s-r-right {
    float: initial;
    height: 150px;
}
@media (min-width: 600px){
    #error .s-r-product-c.s-r-left {
        padding-right: 0;
        width: auto;
        height: 100%;
    }
    #error .s-r-left img {
        margin: 0 2rem 0 0;
        display: block;
        width: auto;
        height: auto;
    }
    #error .s-r-product-c.s-r-right {
        float: initial;
        position: relative;
        height: 105px;
    }
}
/*FIN Ticket #104097 Miniatura en buscador */

/*Ticket #103366 - Wivai - Nuevo Modulo Cards Descriptivas*/

.curved-carousel {
    display: block;
}

.curved-carousel__title {
    text-align: center;
}

.curved-carousel__element {
    width: 260px;
    margin: .9rem;
    overflow: hidden;
}

@media (min-width: 992px) {
    .curved-carousel {
        display: flex;
    }
    .curved-carousel__element {
        width: 33%;
    }
    h3.cc-element__title {
        text-align: center;
        margin: 1rem;
    }
    .cc-element__link-wrap {
        text-align: center;
    }
    .cc-element__link-wrap a {
        line-height: 3rem;
        text-decoration: none;
        font-size: 1.2rem;
        font-weight: bold;
    }
    .cc-element__description {
        text-align: center;
    }
    .cc-element__description p {
        margin: 0;
        font-size: 1.3rem;
        line-height: 2.1rem;
    }
    .curved-carousel button.slick-next.slick-arrow {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .curved-carousel button.slick-prev.slick-arrow {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .curved-carousel.curved-carousel-desk {
        overflow: hidden;
    }
    .curved-carousel.curved-carousel-desk button.slick-prev.slick-arrow {
        bottom: 0.5rem;
        left: 0.5rem;
    }
    .curved-carousel.curved-carousel-desk button.slick-next.slick-arrow {
        bottom: 0.5rem;
        right: 0.5rem;
    }
}

.cc-element__img-wrap {
    position: relative;
    overflow: hidden;
}

.cc-element__img {
    width: 100%;
    border-bottom-right-radius: 95% 15%;
    border-bottom-left-radius: 95% 15%;
    overflow: hidden;
}

.curved-carousel button.slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    bottom: -3rem;
    border: 1px solid #f7f7f7;
    background: #fff;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    color: transparent;
    box-shadow: 1px 2px 6px #848484;
}

.curved-carousel button.slick-prev.slick-arrow:before {
    content: "<";
    color: #007eae;
    font-family: monospace;
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 3.5rem;
    font-size: 3rem;
}

.curved-carousel button.slick-next.slick-arrow {
    position: absolute;
    right: 0;
    bottom: -3rem;
    border: 1px solid #f7f7f7;
    background: #fff;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    color: transparent;
    box-shadow: 1px 2px 6px #848484;
}

.curved-carousel button.slick-next.slick-arrow:before {
    content: ">";
    color: #007eae;
    font-family: monospace;
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 3.5rem;
    font-size: 3rem;
}

.curved-carousel.slick-initialized.slick-slider {
    margin-bottom: 9rem;
}

h3.cc-element__title {
    text-align: center;
}

.cc-element__description {
    text-align: center;
}

.cc-element__link-wrap {
    text-align: center;
    line-height: 6rem;
}

.cc-element__link-wrap a {
    text-decoration: none;
    font-weight: bold;
}

.curved-carousel button.slick-next.slick-arrow.slick-disabled {
    opacity: 0;
}

.curved-carousel button.slick-prev.slick-arrow.slick-disabled {
    opacity: 0;
}

.curved-carousel ul.slick-dots {
    width: 100%;
    text-align: center;
}

.curved-carousel ul.slick-dots li {
    display: inline-block;
    color: transparent;
    width: .8rem;
    height: .8rem;
    oveflow: hidden;
    border: none;
    margin: .5rem;
    border-radius: 1rem;
    padding: 0;
    background: #c3c3c3;
}

.curved-carousel ul.slick-dots li.slick-active {
    background: #007eae;
}

.curved-carousel ul.slick-dots li button {
    display: inline-block;
    color: transparent;
    width: 100%;
    height: 1rem;
    oveflow: hidden;
    border: none;
    background: transparent;
    padding: 0;
}


/*FIN Ticket #103366 - Wivai - Nuevo Modulo Cards Descriptivas*/


/* Ticket #102474 - Empresas: Formuario TPV Tablet */

.cbclient__radio {
    opacity: 0;
    position: absolute;
    left: -99999px;
}

.cbclient__radio+label {
    cursor: pointer;
}

.cbclient__radio:checked+label {
    background: url(../../../../particulares/CSS/Estaticos/images/ok-radio-v.png) no-repeat scroll 90% center transparent;
    border: 1px solid #007eae;
    color: #007eae;
    position: relative;
    z-index: 1;
}

.form-cbclient__layer {
    display: none;
}

.form-cbclient__layer.form-cbclient__layer--form input[type=text] {
    width: 100%;
    min-height: 5rem;
    border: 1px solid #cccccc;
    font-family: "OpenSans", Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 1.3rem 1.6rem 1.3rem 1.6rem;
}

.form-cbclient__layer.form-cbclient__layer--form label {
    display: inline-block;
    vertical-align: middle;
    font-family: "OpenSans-Bold", Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 2rem;
}

.form-cbclient__layer.form-cbclient__layer--form input:focus,
.form-cbclient__layer.form-cbclient__layer--form textarea:focus {
    outline: 2px dotted black;
    outline-offset: 1px;
}


/* FIN Ticket #102474 - Empresas: Formuario TPV Tablet */


/* Ticket #104279 - Version responsive */

@media (max-width: 768px) {
    .sh-highlights .sh-highlight .sh-h-description {
        margin-bottom: 2rem;
    }
}


/* FIN Ticket #104279 - Version responsive */


/*Ticket #103942 - Empresas: Widget Bankia
WIDGET BANKIA*/

div#bottomStickyBankia {
    overflow: visible;
    display: block !important;
}

div#bottomStickyBankia .button-text {
    bottom: -7rem;
    position: relative;
    padding: 2rem 2rem 3rem 2rem;
    background: rgb(231, 236, 189);
    background: linear-gradient(186deg, rgba(231, 236, 189, 1) 0%, rgba(255, 255, 255, 1) 38%);
    border-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 0;
    padding-bottom: 8rem;
    text-align: center;
}

div#bottomStickyBankia .button-text:before {
    display: none;
}

div#bottomStickyBankia .button-text p {
    font-size: 1.4rem;
    font-weight: normal;
}

div#bottomStickyBankia .button-text p img {
    width: 130px;
    height: auto;
    display: inline-block;
    position: relative;
    top: -1rem;
    left: -17.5%;
}

div#bottomStickyBankia .button-text p strong {
    font-size: 1.8rem;
    color: #1a1a1a;
}

#bottomStickyBankia a,
#bottomStickyBankia a:hover {
    text-decoration: none;
}

div#bottomStickyBankia .button_wrap {
    padding: 0rem 4rem;
}

div#bottomStickyBankia .button_wrap a {
    border-radius: 50px;
    line-height: 3.5rem;
}

#bottomStickyBankia .button-close {
    position: absolute;
    top: 8rem;
    right: 1rem;
    background-image: url(/deployedfiles/common/R2016/Estaticos/css/images/button_close.png);
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 2;
}


/*Media queries*/

@media(min-width:500px) {
    div#bottomStickyBankia .button-text p img {
        left: -30.5%;
    }
}

@media(min-width:768px) {
    div#bottomStickyBankia {
        width: 30rem;
        position: relative;
        bottom: -2rem;
        left: -4%;
    }
    div#bottomStickyBankia .button-text:before {
        display: block;
        content: "";
        position: absolute;
        bottom: -3px;
        width: 10px;
        height: 10px;
        background: #fff;
        transform: rotate(45deg);
        z-index: 0;
        border-top: 0;
    }
    div#bottomStickyBankia .button-text {
        bottom: 2rem;
        padding-bottom: 1rem;
        border-radius: 1rem;
        padding: 3rem 2rem 2rem 2rem;
    }
    div#bottomStickyBankia .button-text p img {
        left: -4.5rem;
        width: 100px
    }
    div#bottomStickyBankia .button-close {
        position: absolute;
        top: -1rem;
    }
    div#bottomStickyBankia .button-link .button_wrap .btn {
        width: 70%;
    }
}


/*FIN WIDGET BANKIA
FIN Ticket #103942 - Empresas: Widget Bankia*/


/*Ticket #104306 - Incidencia en Family promociones y CaixaBank Seniors*/

@media(min-width:1440px) {
    #readthis .banner-media {
        width: 300%;
        left: -100%;
    }
    #readthis .banner-media>picture img {
        height: 480px;
    }
    #readthis .banner-media img,
    #xp1 .banner-media img {
        width: auto;
    }
}


/*FIN Ticket #104306 - Incidencia en Family promociones y CaixaBank Seniors*/


/*Dv dinamica Tutoriales*/

.tabs-group.tutorials .tabs-items-list {
    border-bottom: 1px solid #5555554a;
}

.article-main .tabs-group.tutorials.main-component:not(.sh-tabs) .tabs-items {
    position: sticky;
}

.tabs-group.tutorials ul.tabs-items {
    text-align: center;
    position: inherit;
}

.tabs-group.tutorials .tabs-items .tabs-item {
    margin: 0 2%;
    width: 100%;
    max-width: 10rem;
}

@media(min-width:768px) {
    .tabs-group.tutorials .tabs-items .tabs-item {
        max-width: 30rem;
    }
}


.tabs-group.tutorials {
    margin: 1rem 0;
    position: relative;
    display: block;
    max-width: 100%;
}

.tabs-group.tutorials .tabs-arrow-right {
    right: -1.5rem;
}

.article-main .tabs-group.tutorials.main-component:not(.sh-tabs) .tabs-item .tabs-item-title.tabs-item-title-active,
.article-main .tabs-group.tutorials.main-component:not(.sh-tabs) .tabs-item .tabs-item-title.tabs-item-title-active:hover {
    position: block;
    border: 0;
    border-radius: none;
    transition: none;
}

.article-main .tabs-group.tutorials.main-component:not(.sh-tabs) .tabs-item .tabs-item-title.tabs-item-title-active:after {
    right: -2rem;
    font-family: "fontello";
    font-style: normal;
    content: '\e806';
    font-size: 1.5rem;
    position: absolute;
    margin: 0;
    height: 100%;
    top: 2.5rem;
    color: #555;
}

@media (min-width:991) {
    .tabs-group.tutorials ul.tabs-items {
        display: flex;
    }
    .tabs-group.tutorials .tabs-items .tabs-item {
        margin: 0 10%;
    }
}
.tabs-group.tutorials .tabs-item.tabs-dropdown>a.opener {
    border-bottom: 3px solid #037eae;
}

.tabs-group.tutorials .tabs-item .tabs-item-title {
    padding: 0;
    border-bottom: none;
    display: NONE;
}

@media (min-width:768px) {
    .tabs-group.tutorials .tabs-item .tabs-item-title {
        display:table-cell;
    }
}

.tabs-group.tutorials .tabs-item.tabs-dropdown>a {
    padding-right: 1.5rem;
    background: none;
    position: relative;
}

.tabs-group.tutorials .tabs-item.tabs-dropdown>a.opener {
    border-bottom: 3px solid #037eae;
}

.tabs-group.tutorials .tabs-item.tabs-dropdown>a:after {
    font-family: "fontello";
    font-style: normal;
    font-size: 2.5rem;
    content: '\e806';
    position: absolute;
    margin: 0 10px;
    height: auto;
    top: 2.8rem;
    color: #555;
    right: -2rem;
}



.tabs-group.tutorials .tabs-item .tabs-item-title>p {
    font-size: 2rem;
    color: #555;
    margin: 0;
    white-space: nowrap;
    font-weight: 100;
    text-align: center;
    transition: all 0.3s ease-in;
    line-height: 100%;
}

.tabs-group.tutorials .tabs-item img {
    margin: 0 1rem 0 0;
}

.tabs-group.tutorials .tab-dropdown-link {
    text-align: left;
}

.tabs-group.tutorials .tabs-content.article-content .container {
    display: none;
}

.tabs-group.tutorials .tabs-content.article-content .container:first-child {
    display: block;
}

.tabs-group.tutorials .title-container {
    margin: 1rem 0 2rem;
}

@media (min-width:991px) {
    .tabs-group.tutorials .tabs-items-scroll {
        overflow: inherit;
    }

    .tabs-group.tutorials .tabs-items-wrap {
        overflow: inherit;
    }
}

.page-wrapper .tabs-group.tutorials ul li.tab-dropdown-link {
    text-align: left;
    border-bottom: 1px solid #5555554a;
    margin: 0rem 1.5rem 0rem 1rem;
    padding: 1rem 1.5rem 1rem 1rem;
    color: #555;
}

.page-wrapper .tabs-group.tutorials ul li.tab-dropdown-link:last-child {
    border: none;
}

.tabs-group.tutorials .tab-dropdown-link a {
    /* margin: 0rem 1.5rem 0rem 1rem; */
    padding: 0;
    font-size: 1.4rem;
    color: #555;
    font-weight: 600;
    /* border-bottom: 1px solid #5555554a; */
    text-decoration: none;
    white-space: normal;
}

.tabs-group.tutorials .tab-dropdown-link a:focus,
.tabs-group.tutorials .tab-dropdown-link a:hover {
    color: #007eae;
    font-weight: 600;
    text-decoration: none;
    white-space: normal;
}

.tabs-group.tutorials .tabs-dropdown .tab-dropdown {
    border: 0px;
    background-color: #fff;
    padding-right: 0px;
    padding-top: 0rem;
    margin: 0;
    position: absolute;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    box-shadow: 1px 1px 5px #ccc;
}

@media (min-width:991px) {
    .tabs-group.tutorials .tabs-dropdown .tab-dropdown {
        position: relative;
        width: auto;
    }
}

.tabs-group.tutorials .tabs-dropdown .tab-dropdown.tab-dropdown-open ul {
    background-color: #fff;
    margin-top: 0px;
    border-top: 2px solid #337ab7;
}

.tabs-group.tutorials .video-elem__wrap {
    opacity: 1;
    box-shadow: 1px 10px 10px #ccc;
}

.tabs-group.tutorials .video-elem__wrap .video-elem__info {
    padding: 0;
    margin-top: -1em;
    background: #fff;
    display: inline-block;
    opacity: 1;
    width: 100%;
    top: 5px;
    position: relative;
}

.tabs-group.tutorials .video-elem__wrap .video-elem__info .video-elem__btn-info {
    width: auto;
    padding: .1rem 1.5rem;
    font-size: 1rem;
    white-space: nowrap;
    position: relative;
    left: 0;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

@media (min-width:768px) {
    .tabs-group.tutorials .video-elem__wrap .video-elem__info .video-elem__btn-info {
        font-size: 1.2rem;
    }
}

.tabs-group.tutorials h3.video-elem__title {
    /*width: 100%;
    padding: 1.5rem 1rem;
    font-size: 1.5rem;
    margin-left: 0;
    font-family: 'Open Sans', sans-serif;
    min-height: 75px;*/

    width: 100%;
    padding: 1.5rem 1rem;
    font-size: 2rem;
    margin-left: 0;
    font-family: 'OpenSans', Arial, serif;
    min-height: 75px;
}
h4.video-elem__title {
    /*width: 100%;
    padding: 1.5rem 1rem;
    font-size: 1.5rem;
    margin-left: 0;
    font-family: 'Open Sans', sans-serif;
    min-height: 75px;*/

    width: 100%;
    padding: 1.5rem 1rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-left: 0;
    font-family: 'Open Sans', sans-serif;
    min-height: 75px;
}

.tabs-group.tutorials .video-elem__info a {
    left: 0;
    width: auto;
    position: relative;
    text-align: left;
    display: block;
}

@media (max-width:991px) {
    .tabs-group.tutorials .video-elem__info a.download-video,  .tabs-group.tutorials .video-elem__btn-expand {
        display: none;
    }
}

.tabs-group.tutorials .video-elem__info a.download-video {
    width: auto;
    position: absolute;
    right: 0;
    top: 1rem;
}

.tabs-group.tutorials .video-elem__info a.download-video img {
    position: relative;
    left: 10px;
}

@media (min-width:768px) {
    .tabs-group.tutorials .video-elem__info a.download-video img {
        position: relative;
        left: -10px;
    }
}

.tabs-group.tutorials .tabs-content.article-content .title-container h3 {
    font-size: 2rem;
    color: #337ab7;
    text-align: center;
}

.tabs-group.tutorials .tabs-content.article-content .title-container p {
    text-align: center;
    font-size: 2.5rem;
    color: #000;
    font-weight: 600;
}

.vid-mobile-carousel .slick-list.draggable {
    padding-bottom: 60px!important;
}

.vid-mobile-carousel button.slick-next.slick-arrow::after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-top: 3px solid #007eae;
    border-right: 3px solid #007eae;
    position: absolute;
    top:40%;
    left: 37%;
    transform: rotate(45deg);
}

.vid-mobile-carousel button.slick-prev.slick-arrow::after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-top: 3px solid #007eae;
    border-left: 3px solid #007eae;
    position: absolute;
    top:40%;
    right: 37%;
    transform: rotate(-45deg);
}

.vid-mobile-carousel .slick-arrow {
    transition: opacity 1s linear;
}

.vid-mobile-carousel .slick-disabled {
    opacity: 0;
}

.vid-mobile-carousel {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}

.vid-mobile-carousel ul {
    margin: 0 auto;
    text-align: center;
}

.vid-mobile-carousel ul li {
    background: none;
    display: inline;
    margin: 0;
    padding: 0;
    height: 2rem;
}

.vid-mobile-carousel ul li button {
    display: inline-block;
    color: transparent;
    width: .8rem;
    height: .8rem;
    oveflow: hidden;
    border: none;
    margin: .5rem;
    border-radius: 1rem;
    padding: 0;
    background: #c3c3c3;
}

.vid-mobile-carousel ul li.slick-active button {
    background: #007eae;
}

.vid-mobile-carousel button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: 0.5rem;
    left: -5%;
    height: 5rem;
    width: 5rem;
    color: transparent;
    border-radius: 50%;
    border: 0;
    font-size: 0;
    box-shadow: 1px 1px 10px #717171;
    background: #fff;
}

.vid-mobile-carousel button.slick-next.slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: 0.5rem;
    right: -5%;
    height: 5rem;
    width: 5rem;
    color: transparent;
    border-radius: 50%;
    border: 0;
    font-size: 0;
    box-shadow: 1px 1px 10px #717171;
    background: #fff;
}

@media screen and (min-width: 1200px) {
    .vid-mobile-carousel {
        width: 100%;
        margin: 0 auto 4rem;
    }
    .vid-mobile-carousel button.slick-prev.slick-arrow {
        position: absolute;
        z-index: 1;
        left: -18%;
        height: 5rem;
        width: 5rem;
        color: transparent;
        border-radius: 50%;
        border: 0;
        font-size: 0;
    }
    .vid-mobile-carousel button.slick-next.slick-arrow {
        position: absolute;
        z-index: 1;
        right: -18%;
        height: 5rem;
        width: 5rem;
        color: transparent;
        border-radius: 50%;
        border: 0;
        font-size: 0;
    }
    .vid-mobile-carousel .slick-slide {
        padding: 0 10px;
    }
}

.tabs-group.tutorials .tabs-item.tabs-dropdown.tab-opener.expanded .tabs-item-title>p {
    color: #007eae;
}

.tabs-group.tutorials .tabs-item.tabs-dropdown.expanded>a:after {
    transform: rotate(180deg);
}

.tabs-group.tutorials .video-elem__wrap {
    height: auto;
    min-width: 170px;
    min-height: 275px;
}


@media (min-width:768px) {
    .tabs-group.tutorials .video-elem__wrap {
        min-height: 290px;
    }
}

@media (min-width:1200px) {
    .tabs-group.tutorials .video-elem__wrap {
        min-height: 335px;
    }
}

.tabs-group.tutorials .video-elem__play-btn .play-btn__image {
    top: 5%;
}

@media (min-width:360px) {
    .tabs-group.tutorials .video-elem__play-btn .play-btn__image {
        top: 10%;
    }

}

@media (min-width:400px) {
    .tabs-group.tutorials .video-elem__play-btn .play-btn__image {
        top: 15%;
    }

}

@media (min-width:768px) {
    .tabs-group.tutorials .video-elem__play-btn .play-btn__image {
        top: 25%;
    }

}
@media screen and (min-width: 1440px) {
    .vid-mobile-carousel button.slick-prev.slick-arrow {
        position: absolute;
        z-index: 1;
        left: -35%;
        height: 5rem;
        width: 5rem;
        color: transparent;
        border-radius: 50%;
        border: 0;
        font-size: 0;
    }
    .vid-mobile-carousel button.slick-next.slick-arrow {
        position: absolute;
        z-index: 1;
        right: -35%;
        height: 5rem;
        width: 5rem;
        color: transparent;
        border-radius: 50%;
        border: 0;
        font-size: 0;
    }
}


/*Fin Dv dinamica Tutoriales*/


/*Rediseno productos horizontale (M)*/

.p-highlight-image img {
    border-bottom-right-radius: 50% 15%;
    border-bottom-left-radius: 50% 15%;
    margin-top: 20px;
}

.p-highlight-wrap {
    padding: 0;
}

.p-highlight-title {
    padding-top: 2rem;
}

/* Fin Rediseno productos horizontale (M)*/


/*Ticket #102744 - Wivai - Nuevo Modulo Iconos*/

@media (min-width: 992px) {
    .hm-slide.hm-text-right .hm-slide-description .button_wrap,
    .hm-slide.hm-text-right .hm-slide-description .btn-yellow {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .page-banner#textBannerImageLeft {
        position: relative;
        right: 200px;
    }
}

@media (min-width: 1200px) {
    .page-banner#textBannerImageLeft {
        right: 220px;
    }
}

@media (min-width: 1400px) {
    .page-banner#textBannerImageLeft {
        right: 320px;
    }
}


/*FIN Ticket #102744 - Wivai - Nuevo Modulo Iconos*/

/*Ticket #104696 - Particulares: Moviles Samsung y dos botones no clickables*/
.container-fluid.bg-white-banner .page-banner .page-video {
    padding:0;
}
/*FIN Ticket #104696 - Particulares: Moviles Samsung y dos botones no clickables*/

/*Ticket #104257 - Nuevas fichas de oficina*/
.c-map-popup__features a.moreInfo {
    font-weight: bold;
    text-decoration: none;
}
/*FIN Ticket #104257 - Nuevas fichas de oficina*/

/*Ticket #104940 - Posicionamiento CTAs en distribuidoras*/
.p-highlights.main-component.destacados-myBox .p-highlight-wrap {
    padding: 0 2rem 6rem 2rem;
    position: relative;
}
.p-highlights.main-component.destacados-myBox .p-highlight-list .p-highlight .p-highlight-info{
    margin-bottom: 0;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    float: none;height: 5%;
}
/*FIN Ticket #104940 - Posicionamiento CTAs en distribuidoras*/

/*Ticket #104945 - Actualizacion Politica de cookies caixabank.es*/
/*Listado pagina de cookies agregar a los ul la clase cookiePageList*/
ul.cookiePageList li{
    margin-left: 2.1rem;
}
ul.cookiePageList:first-child:before {
    display: none;
}
ul.cookiePageList.list:first-child,
ul.cookiePageList li ul li {
    list-style-type: none;
}
ul.cookiePageList li ul li:first-child:before,
ul.cookiePageList li ul li:before,
ul.cookiePageList li:first-child:before {
    content: "";
    position: relative;
    display: block;
    margin-bottom: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #007EAE;
    border-right: 2px solid #007EAE;
    transform: rotate(45deg);
    top: 15px;
    left: -25px;
}
/*FIN Listado pagina de cookies*/

/*Plantilla listado no style pagina de cookies agregar a los ul la clase cookiePageList*/
ul.cookiePageList.list.list--no-style li:first-child:before {
    display: none;
}
ul.cookiePageList.list.list--no-style li:first-child{
    list-style-type: disc;
}
ul.cookiePageList.list.list--no-style li ul li:first-child,
ul.cookiePageList.list.list--no-style li ul li {
    list-style-type: none;
}
ul.cookiePageList.list.list--no-style li ul li:first-child:before,
ul.cookiePageList.list.list--no-style li ul li:before {
    content: "";
    position: relative;
    display: block;
    margin-bottom: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #007EAE;
    border-right: 2px solid #007EAE;
    transform: rotate(45deg);
    top: 15px;
    left: -25px;
}
/*FIN Plantilla listado no style pagina de cookies*/
/*FIN Ticket #104945 - Actualizacion Politica de cookies caixabank.es*/

/*Dv dinamica card horizontal 2 columnas*/
.cards-horizontal-two_columns {
    margin-top: 5rem;
    margin-bottom: 4rem;
}
.cards-horizontal-two_columns .heading-group {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 80%;
    margin-top: 5rem;
    margin-bottom: 4rem;
}
.cards-horizontal-two_columns .heading-group h2{
    text-align: center;
    /*font-weight: 700;*/

    font-weight: bold;
}
.cards-horizontal-two_columns .heading-group p{
    text-align: center;
}
.cards-horizontal-two_columns .cards-horizontal-two_columns-list {
    display: block;
    justify-content: center;
}
@media (min-width:768px){
    .cards-horizontal-two_columns .cards-horizontal-two_columns-list {
        display: flex;
        justify-content: center;
    }
}
.cards-horizontal-two_columns .cards-horizontal-two_columns-list .cards-horizontal-two_columns-link{
    text-decoration: none;
}
.cards-horizontal-two_columns .cards-horizontal-two_columns-list .cards-horizontal-two_columns-link .cards-horizontal-two_columns-column{
    display: flex;
    height: 200px;
    justify-content: center;
    padding: 0;
    margin-bottom: 2rem;
}
.cards-horizontal-two_columns .cards-horizontal-two_columns-list .cards-horizontal-two_columns-link .cards-horizontal-two_columns-column .cards-horizontal-two_columns-image img{
    height: 100%;
    margin: 0;
    width: auto;
}
.cards-horizontal-two_columns .cards-horizontal-two_columns-list .cards-horizontal-two_columns-link .cards-horizontal-two_columns-column .cards-horizontal-two_columns-content {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    padding-right: 10px;
    position: relative;
    flex-direction: column;
    width: 300px;
    padding: 0 1rem;
    height: 100%;
    background-color: #fff;
    border-bottom-left-radius: 5% 50%;
    border-top-left-radius: 5% 50%;
}
.cards-horizontal-two_columns .cards-horizontal-two_columns-list .cards-horizontal-two_columns-link .cards-horizontal-two_columns-column .cards-horizontal-two_columns-content .cards-horizontal-two_columns-content-title h3{
    text-align: center;
    margin: 0 0 .5rem;
    font-weight: 600;
    line-height: 1.8rem;
}
.cards-horizontal-two_columns .cards-horizontal-two_columns-list .cards-horizontal-two_columns-link .cards-horizontal-two_columns-column .cards-horizontal-two_columns-content .cards-horizontal-two_columns-content-text{
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.9rem;
    padding: 0 .5rem;
}
/*Dv dinamica card horizontal 2 columnas*/


/*Ticket #104200 Particulares: Subhome de empleados publicos y otros temas*/
#tabs_vertical-display ul.sh-highlights-list .sh-h-double-family{
    display: flex;
    flex-direction: column;
}

#tabs_vertical-display .sh-highlight.sh-h-noimage {
    width: auto;
}

/*FIN Ticket #104200 Particulares: Subhome de empleados publicos y otros temas*/
/*Ticket 105529 Empresas: Landing logo + video + bordes vi­deo*/
.bc-iframe, .bc-iframe body, .video-js, .video-js .vjs-poster {
    background-color: #fff;
}

/*FIN Ticket 105529 Empresas: Landing logo + video + bordes vi­deo*/

/*Ticket 105525 Cultura Financiera: Nueva display view componente videos - Tema del mes*/

@media (min-width: 992px) {
    .testimonial-hl__video-wrap.full_width-video{
        width: 100%;
    }

    .testimonial-hl__video-wrap.full_width-video .video-wrap__info-container {
        min-height: 100px;
    }

    .testimonial-hl__video-wrap.full_width-video .video-wrap__video-trigger {
        height: 300px;
    }

    .testimonial-element-wrap.full_width-highlight {
        width: 100%;
    }
}
/*FIN Ticket 105525 Cultura Financiera: Nueva display view componente videos - Tema del mes*/

/*Ticket #105681 Particulares/ landing traspasos externos / reducir tamano boton flotante*/
@media (min-width: 768px) {
    .bottom_sticky .button-link .button_wrap .btn a {
        box-shadow: inherit !important;
        -webkit-box-shadow: inherit !important;
        line-height: 4.5rem;
        height: 4rem;
        padding-bottom: 5rem;
        margin-bottom: .6rem;
    }
}
/*FIN Ticket #105681 Particulares/ landing traspasos externos / reducir tamano boton flotante*/
/*Ticket #105682 - 210922 - Seguimiento auditoria portal comercial (KA).pptx*/
/*Pagina 1 ppt*/
@media (max-width: 767px){
    .article-main .om-group, .aside-main .om-group {
        margin: 0;
    }
}
/*Pagina2 ppt*/
@media (max-width: 991px){
    #slider-to-banner .hm-slider-bullets {
        top: 0;
        bottom: initial;
    }
    #slider-to-banner .hm-slide-text .hm-slide-text-r .hm-slide-text-c {
        display: table-cell;
        height: auto;
        vertical-align: middle;
        padding: 2rem 0 0 0;
    }
}
/*FIN Ticket #105682 - 210922 - Seguimiento auditoria portal comercial (KA).pptx*/

/*Ticket #105465 - Empresas // Negocios // MyBox Negocios Alarma > Crear recuadros azules*/
#borderGreyBgBlue .border-box.bg--blue-light{
    background: #007eae;
    position: relative;
    width: 170%;
    left: -35.1%;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
    padding: 4rem 45rem;
    margin-top: 2rem;
}
#borderGreyBgBlue .border-box.bg--blue-light p,
#borderGreyBgBlue .border-box.bg--blue-light p strong,
#borderGreyBgBlue .border-box.bg--blue-light p span.texto_grande{
    color: #fff !important;
    text-align: center;
}

#borderGreyBgBlue .border-box.bg--blue-light a {
    background: #fff;
    color: #007eae;
}

#borderGreyBgBlue .border-box.bg--blue-light a:hover {
    -webkit-box-shadow: inset 770px -1px 5px 0px #fff;
    -moz-box-shadow: inset 770px -1px 5px 0px #006f99;
    box-shadow: inset 770px -1px 5px 0px #fff;transition: 0.3s all ease-out;
}

#borderGreyBgBlue .border-box.bg--blue-light li{
    color: #fff;
}
#borderGreyBgBlue .border-box.bg--blue-light li:before{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

#borderGreyBgBlue .border-box.bg--blue-light .contenedor_exterior_columnas{
    width: 80%;
    margin: 0 auto;
}
#borderGreyBgBlue .contenedor_exterior_columnas_alternativo_bis .estilo_col_izquierda_alternativo_bis {
    float: left;
}
#borderGreyBgBlue .contenedor_exterior_columnas_alternativo_bis .estilo_col_derecha_alternativo_bis {
    float: right;
}
#borderGreyBgBlue .contenedor_exterior_columnas_alternativo_bis .estilo_col_derecha_alternativo_bis,
#borderGreyBgBlue .contenedor_exterior_columnas_alternativo_bis .estilo_col_izquierda_alternativo_bis  {
    border: 1px solid #ddd;
    width:49%;
    margin-top: 2rem;

}
#borderGreyBgBlue .border-box.border-box--gray {
    border: 1px solid #ddd;
    padding: 0 2rem 2rem 2rem;
    margin: 3rem 0;
}
#borderGreyBgBlue .contenedor_exterior_columnas_alternativo_bis .estilo_col_derecha_alternativo_bis,
#borderGreyBgBlue .contenedor_exterior_columnas_alternativo_bis .estilo_col_izquierda_alternativo_bis {
    min-height: auto;
}
@media (min-width: 991px) {
    #borderGreyBgBlue .contenedor_exterior_columnas_alternativo_bis .estilo_col_derecha_alternativo_bis,
    #borderGreyBgBlue .contenedor_exterior_columnas_alternativo_bis .estilo_col_izquierda_alternativo_bis {
        min-height: 637px;
    }
}
@media (min-width: 1200px) {
    #borderGreyBgBlue .contenedor_exterior_columnas_alternativo_bis .estilo_col_derecha_alternativo_bis,
    #borderGreyBgBlue .contenedor_exterior_columnas_alternativo_bis .estilo_col_izquierda_alternativo_bis {
        min-height: 593px;
    }
}
@media(max-width:1200px) {
    #borderGreyBgBlue .border-box.bg--blue-light{
        padding: 4rem 35rem;
    }
}
@media(max-width:991px) {
    #borderGreyBgBlue .border-box.bg--blue-light {
        padding: 4rem 29rem;
    }

    #borderGreyBgBlue .border-box.bg--blue-light .contenedor_exterior_columnas {
        width: 100%;
        margin: 0 auto;
    }

    #borderGreyBgBlue .contenedor_exterior_columnas_alternativo_bis .estilo_col_derecha_alternativo_bis,
    #borderGreyBgBlue .contenedor_exterior_columnas_alternativo_bis .estilo_col_izquierda_alternativo_bis {
        width: 100%;
        padding: 0 2rem;
    }
}

@media(max-width:768px) {
    #borderGreyBgBlue .border-box.bg--blue-light{
        padding: 4rem 14rem;
        width: 121%;
        left: -10%;
    }
}
@media(max-width:600px) {
    #borderGreyBgBlue .border-box.bg--blue-light{
        padding: 4rem 10rem;
    }
}

@media(max-width:450px) {
    #borderGreyBgBlue .border-box.bg--blue-light{
        padding: 4rem 5rem;
    }
}
/*FIN Ticket #105465 - Empresas // Negocios // MyBox Negocios Alarma > Crear recuadros azules*/

/* Ticket #105814 - Particular // Wivai // Galaxy A > Logo mobile */
.slick-slide a .hm-slide-text-wrap .hm-slide-description > p > img {
    display: inline-block;
}
/* FIN Ticket #105814 - Particular // Wivai // Galaxy A > Logo mobile */

/*Nuevos modulos subhomes - cards*/
h2.c-2col-carousel__title {
    text-align: center;
}

.c-2col-carousel__title-body {
    text-align: center;
    margin-bottom: 1rem;
    padding: 0;
}

.page-wrapper ul li.c-2col-ul__element {
    margin: 1rem auto;
    width: 100%;
    box-shadow: 1px 1px 7px #e2e0e0;
    transition: all .3s linear;
    background: #fff;
    position: relative;
}

.page-wrapper ul li.c-2col-ul__element:hover {
    box-shadow: 1px 1px 7px #3c3c3c;
}

ul.c-2col-carousel__elements-ul {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin:0;
}
.c-2col-element__img-wrap {
    /* height: 224px; */
    overflow: hidden;
    width: 100%;
    border-bottom-right-radius: 95% 15%;
    border-bottom-left-radius: 131% 15%;
    overflow: hidden;
    margin: 0;
}
.main .c-2col-element__img {
    width: 100%;
    border-bottom-right-radius: 95% 15%;
    border-bottom-left-radius: 95% 15%;
    overflow: hidden;
    margin: 0;
}

.c-2col-element__text-title {
    font-weight: 700;
    width: 100%;
    text-decoration: none;
    border: none;
    margin-top: 30px;
    line-height: 28px;
    font-size: 20px;
    color: #333;
    font-family: 'OpenSans-Bold';
    padding: 0 1rem;
}

.c-2col-element__text-title h2 {
    font-weight: 700;
    text-decoration: none;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #333;
    font-family: 'OpenSans-Bold';
    letter-spacing: 0;

}
.c-2col-element__text-title h3{
    font-weight: 700;
    text-decoration: none;
    font-size: 2rem;
    line-height: 2.8rem;
    color: #333;
    font-family: 'OpenSans-Bold';
}
.c-2col-element__text-title h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-family: 'OpenSans-Bold';
    color: #333333;
    letter-spacing: 0;
    text-decoration: none;
}

.page-wrapper ul li .c-2col-element__text-body p {
    font-size: 16px;
    padding: 0 2rem 32px;
    width: 80%;
    color: #666;
    line-height: 24px;
}

a.c-2col-ul__element-link {
    text-decoration: none;
}
.c-2col-element__cta {
    width: auto;
    display: inline-block;
    padding: .7rem 2rem;
    margin: 1.5rem auto;
    border-radius: 20px;
    background: #007EAE;
    color: #fff;
    font-family: 'OpenSans-Bold';
    font-size: 14px;
    transition:all .3s linear;
}
.c-2col-element__cta:hover {
    background: #0077a5;
    box-shadow:2px 1px 5px #9b9b9b;
}

.c-2col-element__nri {
    color: #666666;
    line-height: 24px;
    font-size: 12px;
    height: 24px;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
}
@media (min-width: 992px) {
    .c-2col-element__img-wrap {
        height: 224px;
    }
    ul.c-2col-carousel__elements-ul {
        flex-direction: row;
        width: 100%;
        flex-wrap: nowrap;
        justify-content:center;
    }

    .page-wrapper ul li.c-2col-ul__element {width: 48%;margin: 0 1%;margin-bottom: 2rem;}
    .c-2col-carousel__title-body{
        padding:0 15%;
        position: relative;
        top: -3.8rem;
    }
    .c-2col-carousel--3col .c-2col-element__img-wrap {
        height:200px;
    }
    .c-2col-carousel--4col .c-2col-element__img-wrap {
        height:160px;
    }
    .page-wrapper .c-2col-carousel--3col ul li .c-2col-element__text-body p{
        padding: 0 0 32px;
    }
    .page-wrapper .c-2col-carousel--4col  ul li .c-2col-element__text-body p{
        padding: 0 0 32px;
    }
}
@media (max-width: 1200px) {
    .c-2col-carousel--4col ul.c-2col-carousel__elements-ul {
        flex-wrap: wrap;
    }
}
@media (max-width: 992px) {
    .main .c-2col-element__img {
        width: 100%;
        border-bottom-right-radius: 95% 15%;
        border-bottom-left-radius: 95% 15%;
        overflow: hidden;
        margin: 0;
    }
}

/* Ticket #105557 - Estrella destacados */
/* Pastilla de promociones */
.boton_flecha_doble {
    background-color: #FDF8E7;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 20px;
    position: relative;
    white-space: nowrap;
}
.boton_flecha_doble img {
    width: 16px;
    position: relative;
    margin: 0 3px auto auto;
    vertical-align: text-top;
    display: inline-block;
}
/* FIN Ticket #105557 - Estrella destacados */
/*FIN cards nuevos modulos subhomes*/

/*Testimonios nuevas subhomes*/
li.testimony-item {
    text-align:center;
    opacity: 0;
    transition: all .5s linear;
    padding: 0;
}
li.testimony-item.slick-current {
    opacity:1;
}
.testimony-item__wrap {
    /* width: 328px; */
    margin:auto;
}

.testimony-item__title {
    color: #333333;
    font-family: 'OpenSans-Bold';
    font-size: 26px;
    line-height: 32px;
    height: 64px;
    margin-bottom: 12px;
}

.testimony-item__text {
    /* height: 120px; */
    /* width: 328px; */
    font-family: 'OpenSans';
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.page-wrapper ul li .testimony-item__text  p{
    margin:0;
    font-family: 'OpenSans';
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.testimony-item__subtitle {
    height: 24px;
    font-size: 16px;
    color: #007eae;
    font-family: 'OpenSans-Bold';
    line-height: 24px;
    margin-bottom: 13px;
}

.testimony-item__headline {
    font-size: 26px;
    color: #333333;
    line-height: 32px;
    font-family: 'OpenSans-Bold';
    margin-top: 13px;
}
.testimony-list ul.slick-dots{
    text-align:center;
    display: block;
    margin-top: 1rem;
    min-height: 60px;
}
.testimony-list ul.slick-dots li{
    display:inline-block;
    color: transparent;
    line-height:26px;

}
.testimony-list ul.slick-dots li button{
    border:none;
    margin:4.5px;
    border-radius:50%;
    height:14px;
    width:14px;
    background:#e7e9ec;
    vertical-align: middle;
    transition:all .2s linear;
}
.testimony-list ul.slick-dots li.slick-active button{
    border:none;
    margin:4.5px;
    border-radius:50%;
    height:26px;
    width:26px;
    background:#f4c00e;
}
.testimony-list .slick-arrow{
    display:none;
}


.testimony-list__wrap {
    /* display: inline-block; */
}
.testimony-list ul.slick-dots:before{
    width: 83px;
    /* border-bottom: 4px solid #007eae; */
    content:"";
    display: inline-block;
    position: absolute;
    margin-top: -2rem;
    height: 4px;
    background: #007eae;
    border-radius: 9px;
}
.testimony-list ul.slick-dots:after{
    width: 1px;
    content: "\25E4";
    display: inline-block;
    position: absolute;
    margin-top: -1rem;
    height: 20px;
    background: transparent;
    color: #007eae;
    margin-left: -45px;
    margin-top: -22px;
}
@media screen and (min-width: 768px) {
    .testimony-item__wrap {
        width: 328px;
        margin:auto;
    }

}
.testimony-list button.slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    border: 1px solid #f7f7f7;
    background: #fff;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    color: transparent;
    box-shadow: 1px 2px 6px #848484;
    bottom: 0;
    top: -5rem;
    margin: auto;
    z-index: 2;
}

.testimony-list button.slick-prev.slick-arrow:before {
    content: "<";
    color: #007eae;
    font-family: monospace;
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 3.5rem;
    font-size: 3rem;
}

.testimony-list button.slick-next.slick-arrow {
    position: absolute;
    right: 0;
    border: 1px solid #f7f7f7;
    background: #fff;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    color: transparent;
    box-shadow: 1px 2px 6px #848484;
    bottom: 0;
    top: -5rem;
    margin: auto;
    z-index: 2;
}

.testimony-list button.slick-next.slick-arrow:before {
    content: ">";
    color: #007eae;
    font-family: monospace;
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 3.5rem;
    font-size: 3rem;
}

/*fin testimonios nuevas subhomes*/
/*Cards horizontales con curva subhomes v2*/
li.c-2col-horizontal-ul__element {
    display: inline-block;
}

.c-2col-horizontal-element__text-title {
    font-size: 20px;
    font-family: 'OpenSans-Bold';
    text-decoration: none;
    line-height: 24px;
    text-align: center;
    color: #333333;
}

.c-2col-horizontal-element__text-title h2,
.c-2col-horizontal-element__text-title h3,
.c-2col-horizontal-element__text-title h4 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans-Bold';
    color: #333333;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
}



.page-wrapper ul .c-2col-horizontal-element__text-body p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'OpenSans';
    color: #666666;
}
.page-wrapper ul li.c-2col-horizontal-ul__element {
    width: 48%;
    float: left;
    margin: 1%;
    box-shadow: 1px 1px 7px #e2e0e0;
    transition: all .3s linear;
    background: #fff;
    height: 260px;
    overflow: hidden;
}
.page-wrapper ul li.c-2col-horizontal-ul__element:hover {
    box-shadow: 1px 1px 7px #3c3c3c;
}

ul.c-2col-horizontal__elements-ul {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 3.2rem;
}

@media (min-width: 1200px) {
    ul.c-2col-horizontal__elements-ul {
        margin-bottom: 4.8rem;
    }

}


.c-2col-horizontal-element__img-wrap {
    width: 47%;
    display: inline-block;
    overflow: hidden;
    float: left;
    height: 260px;
    position: relative;
    text-align:left;
}

.c-2col-horizontal-element__text-wrap {
    width: 51%;
    display: flex;
    float: left;
    height: 260px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.c-2col-horizontal-element__img {
    margin: 0;
    width: 100%;
}

.c-2col-horizontal-element__flex-wrap {
    z-index:1;
}

h2.c-2col-horizontal__title {
    text-align: center;
    margin-bottom: 1.4rem;
}

.c-2col-horizontal__title-body {
    text-align: center;
    margin-bottom: 3rem;
    padding: 0;
}

@media screen and (max-width: 1200px) {
    img.c-2col-horizontal-element__img {
        margin: 0;
        height: 100%;
        width:auto;
    }
}
@media screen and (max-width: 768px) {
    ul.c-2col-horizontal__elements-ul {
        flex-direction: column;
    }
    .page-wrapper ul li.c-2col-horizontal-ul__element {
        width: 100%;
    }
    img.c-2col-horizontal-element__img {
        margin: 0;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 570px) {

    img.c-2col-horizontal-element__img {
        margin: 0;
        height: 100%;
        width: auto;
    }
}
.c-2col-horizontal-element__text-wrap{
    position:relative;
    z-index: 5;
}
.c-2col-horizontal-element__text-wrap:before {
    content: "";
    height: 315px;
    background-color: #fff;
    position: absolute;
    width: 64px;
    top: -26px;
    left: -31px;
    border-radius: 50%;
    z-index: 0;
}

.c-2col-horizontal-element__img-wrap {
    z-index: 1;
}

img.c-2col-horizontal-element__img {
    z-index: 1;
}
/*Fin cards horizontales con curva subhome v2*/
/*Texto y dos col subhomes*/
.c-texto-2mod {
    display: flex;
    flex-direction: column;
    margin-top: 6rem;
}

.c-texto-2mod__col{
}

.c-texto-2mod__col--text {
    width:100%;
    padding: 1%;
    text-align:center;
}

.c-texto-2mod__col--highlight {
    width:100%;
    overflow: hidden;
    margin: 1%;
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 7px #e2e0e0;
    transition:all .3s linear;
}
.c-texto-2mod__col--highlight:hover {
    box-shadow: 1px 1px 7px #3c3c3c;
}
h2.col-text__title {
    /*font-size: 36px;
    line-height: 44px;*/
    margin-bottom: 14px;
    margin-top: 0;
}

.col-text__title-body p{
    font-size: 20px;
    line-height: 28px;
}
.page-wrapper .col-text__title-body ul li {
    padding-left: 2.5rem;
    position:relative;
    text-align:left;
}
.page-wrapper .col-text__title-body ul li:before {
    content: "\203A";
    position: absolute;
    left: 4px;
    font-size: 3rem;
    top: -4px;
    color: #007eae;
}
.col-text__title-body p span.btn.btn-blue {
    width: auto;
    display: inline-block;
    padding: 1.2rem 3rem;
    margin: 1.5rem auto;
    border-radius: 25px;
    background: #007EAE;
    color: #fff;
    font-family: 'OpenSans-Bold';
    font-size: 14px;
    transition: all .3s linear;
}

.col-highlight__text-title h3 {
    font-family: 'OpenSans', Arial, serif;
    font-weight: 700;
    width: 100%;
    text-decoration: none;
    border: none;
    margin-top: 30px;
    font-size: 2rem;
    line-height: 2.8rem;
    color: #333;
    text-align: center;
}

.col-highlight__text-body {font-size: 16px;padding: 0;width: 80%;color: #666;line-height: 24px;text-align:center;margin: 0;display: inline-block;}

.col-highlight__img-wrap {
    width: 100%;
    overflow: hidden;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

img.col-highlight__img {
    width: 100%;
    margin: 0;
    width: 100%;
    border-bottom-right-radius: 95% 15%;
    border-bottom-left-radius: 95% 15%;
    overflow: hidden;
}

@media (min-width: 992px) {
    .c-texto-2mod {
        display: flex;
        flex-direction: row;
        margin-top: 8rem;
    }
    .c-texto-2mod__col--text {
        width:40%;
        text-align:left;
    }

    .c-texto-2mod__col--highlight {
        width:30%;
    }
}
.col-highlight__text-flex {
    display: inline-block;
    margin-bottom: 22px;
}

/*Fin Texto y dos col subhomes*/
/*Ticket #105524 - Particulares // Revision modulo alternos*/
@media (max-width: 991px) {
    .container_alternative .content_alternative .content-box{
        padding: 0 2rem;
    }
    .container_alternative .content_alternative .content-box ul li {
        text-align: left;
        padding-left: 3rem;
    }
    #destacados_alternos-aside.container_alternative .content_alternative .content-box ul li{
        text-align:center;
        padding-left:0;
    }
    .container_alternative .content_alternative .content-box ol li{
        text-align: left;
        padding-left: 4rem;
    }
    .container_alternative .content_alternative .content-box ol li:before{
        top: -2px;
    }
}
/*FIN Ticket #105524 - Particulares // Revision modulo alternos*/

/*Fix NRIs*/
.c-2col-horizontal-element__text-body {
    position: relative;
}

.c-2col-horizontal-element__text-body  .c-2col-element__nri {
    position:relative;
    margin-top:20px;
}
@media (max-width: 1200px) {

    .c-2col-carousel.c-2col-carousel--vertical.c-2col-carousel--4col .c-2col-element__img-wrap {
        height:auto;
    }

}

@media (max-width: 992px) {
    .c-2col-element__nri {
        position:relative;
        margin-top:1rem;
    }
}
/*Fin fix NRIs subhomes*/

/** DV Mod Promo 2**/
.mod-promo-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom:3rem;
}

.mod-promo-2.bg-Yellow{
    background: transparent;
}

.mod-promo-2 .button_wrap .btn.btn-blue>a {
    padding-left:2.4rem;
}

.mod-promo-2 .button_wrap .btn.btn-blue>a:before {
    display:none;
}

.mod-promo-2.bg-Yellow .button_wrap .btn.btn-blue>a {
    padding-left:4.4rem;
}

.mod-promo-2.bg-Yellow .button_wrap .btn.btn-blue>a {
    color: #000;
    background-color: #f4c53d;
    border: solid 2px #f4c53d;
}

.mod-promo-2.bg-Yellow .button_wrap .btn.btn-blue>a:hover{
    color: #000;
    background-color: #f4c53d;
    -webkit-box-shadow: 0 0 10px -1px #404040;
    -moz-box-shadow: 0 0 10px -1px #404040;
    box-shadow: 0 0 10px -1px #404040;
    border: solid 2px #f4c53d;
    outline: none;
}

.mod-promo-2.bg-Yellow .button_wrap .btn.btn-blue:focus {
    color: #000;
    background-color: #f4c53d;
    -webkit-box-shadow: 0 0 10px -1px #404040;
    -moz-box-shadow: 0 0 10px -1px #404040;
    box-shadow: 0 0 10px -1px #404040;
    border: solid 2px #f4c53d;
    outline: none;
}

.mod-promo-2.bg-Yellow .button_wrap .btn.btn-blue>a:active {
    color: #000;
    background-color: #e2b33d;
    border: solid 2px #e2b33d;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mod-promo-2.bg-Yellow .button_wrap .btn.btn-blue.disabled>a {
    color: #666;
    border: 0.2rem solid #ccc;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.mod-promo-2.bg-Yellow .button_wrap .btn.btn-blue>a:before{
    font-family: "fontello";
    font-style: normal;
    content: '\e900';
    font-size: 2rem;
    display:block;
}

.mod-promo-2__text-col {
    text-align:center;
}

.mod-promo-2__link-col {
    margin-top: 2.4rem;
}

.mod-promo-2__title h2 {
    font-family: 'OpenSans-Bold';
}

.mod-promo-2__title h2 {
    margin-bottom: 0px;
    margin-top: 3.2rem;
}

.mod-promo-2__text p{
    font-family: 'OpenSans';
    font-size: 16px;
    line-height: 24px;
}

.page-wrapper .mod-promo-2__text ul li {
    padding-left: 2.5rem;
    position:relative;
    text-align:left;
}
.page-wrapper .mod-promo-2__text ul li:before {
    content: "\203A";
    position: absolute;
    left: 4px;
    font-size: 3rem;
    top: -4px;
    color: #007eae;
}

img.mod-promo-2__img {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .mod-promo-2 {
        flex-direction: row;
    }
    .mod-promo-2__img-col {
        width: 15%;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mod-promo-2__text-col {
        width: 70%;
        margin: auto 5.7rem;
        text-align:left;
    }

    .mod-promo-2__link-col {
        width: 15%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top:0;
    }
}
/** fin DV Mod Promo 2**/

/*Ticket #105978 - Formulario GDPR desmaquetado*/
.contenido_formulario .mceVisualAid #bloque-revocacion label,
.contenido_formulario .mceVisualAid #bloque-oposicion label {
    display: inline-block;
}
.contenido_formulario .mceVisualAid #bloque-revocacion label:first-of-type,
.contenido_formulario .mceVisualAid #bloque-oposicion label:first-of-type{
    margin-top: 2rem;
}
/*FIN Ticket #105978 - Formulario GDPR desmaquetado*/

/** DV Destacados Verticales Tres Columnas Con Curva**/
li.c-3col-horizontal-ul__element {
    display: inline-block;
}

.c-3col-horizontal-element__text-title {
    font-size: 20px;
    font-family: 'OpenSans-Bold';
    text-decoration: none;
    line-height: 24px;
    text-align: center;
    color: #333333;
}

.c-3col-horizontal-element__text-title h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-family: 'OpenSans-Bold';
    color: #333333;
    letter-spacing: 0;
    text-align: center;
}
.c-3col-horizontal-element__text-title h3 {
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: 'OpenSans-Bold';
    color: #333333;
    letter-spacing: 0;
    text-align: center;
}
.c-3col-horizontal-element__text-title h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-family: 'OpenSans-Bold';
    color: #333333;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;

}


.page-wrapper ul .c-3col-horizontal-element__text-body p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'OpenSans';
    color: #666666;
}
.page-wrapper ul li.c-3col-horizontal-ul__element {
    width: 32%;
    float: left;
    margin: 0 2% 2% 0;
    box-shadow: 1px 1px 7px #e2e0e0;
    transition: all .3s linear;
    background: #fff;
    height: 180px;
    overflow: hidden;
}


.page-wrapper ul li.c-3col-horizontal-ul__element:last-child,
.page-wrapper ul li.c-3col-horizontal-ul__element:nth-child(3){
    margin-right: 0;
}

ul.c-3col-horizontal__elements-ul {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.c-3col-horizontal-element__img-wrap {
    width: 47%;
    display: inline-block;
    overflow: hidden;
    float: left;
    height: 180px;
    position: relative;
    text-align:left;
}

.c-3col-horizontal-element__text-wrap {
    width: 51%;
    display: flex;
    float: left;
    height: 180px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.c-3col-horizontal-element__img {
    margin: 0;
    height: 100%;
}

.c-3col-horizontal-element__flex-wrap {
    z-index:1;
}

h2.c-3col-horizontal__title {
    text-align: center;
    /*font-size: 36px;*/
    margin-bottom: 1.4rem;
}

.c-3col-horizontal__title-body {
    text-align: center;
    margin-bottom: 4rem;
    padding: 0;
}

.page-wrapper ul .c-3col-horizontal-element__link-body{
    text-align: left;
}

.page-wrapper ul .c-3col-horizontal-element__link-body .button_wrap{
    margin: 0;
    display: block;
}

.page-wrapper ul .c-3col-horizontal-element__link-body .button_wrap .btn.btn-blue>a {
    background: none;
    color: #007eae;
    border: 0;
    padding: 0;
    font-size: 1.6rem;
    margin: 0;
    text-align: left;
    line-height: 2.4rem;
    font-family: 'OpenSans', Arial, serif;
    font-weight: 700;
}

.page-wrapper ul .c-3col-horizontal-element__link-body .button_wrap .btn.btn-blue>a:before{
    display: none;
}

.page-wrapper ul .c-3col-horizontal-element__link-body .button_wrap .btn.btn-blue>a:hover,
.page-wrapper ul .c-3col-horizontal-element__link-body .button_wrap .btn.btn-blue>a:active,
.page-wrapper ul .c-3col-horizontal-element__link-body .button_wrap .btn.btn-blue>a:focus {
    background: none;
    color: #007eae;
    border: 0;
    padding: 0;
    box-shadow:none;
    border-radius: 0;
    text-decoration: none;
}

.page-wrapper ul .c-3col-horizontal-element__link-body .button_wrap .btn.btn-blue>a:focus{
    outline: 1px dotted black;
}


@media screen and (max-width: 992px) {
    .page-wrapper ul li.c-3col-horizontal-ul__element{
        width: 49%;
    }

    .page-wrapper ul li.c-3col-horizontal-ul__element:last-child,
    .page-wrapper ul li.c-3col-horizontal-ul__element:nth-child(2),
    .page-wrapper ul li.c-3col-horizontal-ul__element:nth-child(4){
        margin-right: 0;
    }

    .page-wrapper ul li.c-3col-horizontal-ul__element:nth-child(3){
        margin-right: 2%;
    }
}

@media screen and (max-width: 1200px) {
    img.c-3col-horizontal-element__img {
        margin: 0;
        height: 100%;
        width:auto;
    }
}
@media screen and (max-width: 768px) {
    ul.c-3col-horizontal__elements-ul {
        flex-direction: column;
    }
    .page-wrapper ul li.c-3col-horizontal-ul__element {
        width: 100%;
    }
    img.c-3col-horizontal-element__img {
        margin: 0;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 570px) {

    img.c-3col-horizontal-element__img {
        margin: 0;
        height: 100%;
        width: auto;
    }
}

.c-3col-horizontal-element__text-wrap{
    position:relative;
    z-index: 5;
}
.c-3col-horizontal-element__text-wrap:before {
    content: "";
    height: 315px;
    background-color: #fff;
    position: absolute;
    width: 64px;
    top: -72px;
    left: -20px;
    border-radius: 50%;
    z-index: 0;
}

.c-3col-horizontal-element__img-wrap {
    z-index: 1;
}

img.c-3col-horizontal-element__img {
    z-index: 1;
}
/** FIN Destacados Verticales Tres Columnas Con Curva**/

/*  ticket #106020 - Estilo redondeado blanco */
.caja_texto .white {
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 20px;
    position: relative;
}
.caja_texto .white img {
    width: 16px;
    position: relative;
    margin: 0 3px auto auto;
    vertical-align: text-top;
    display: inline-block;
}
/* FIN ticket #106020 - Estilo redondeado blanco */

/*  ticket #106022 - Particulares // F0 Info migracion BPA // Ocultar QR en mobile */
@media (min-width: 991px) {
    #mobile-hidden .hidden {
        display: block!important;
    }
}
/*  FIN ticket #106022 - Particulares // F0 Info migracion BPA // Ocultar QR en mobile */
/*  Ticket #106697 - Eliminar CTA */
#desktop-hidden .hidden {
    display: block !important;
}
@media (min-width: 991px) {
    #desktop-hidden .hidden {
        display: none!important;
    }
}
/*  FIN ticket #106697 - Eliminar CTA */

/*Modulos subhome- Tabla comparativa*/
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Regular.eot?'), url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/OpenSans-Bold.eot?'), url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-ExtraboldItalic';
    src: url('fonts/OpenSans-ExtraboldItalic.eot?'), url('fonts/OpenSans-ExtraboldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-ExtraboldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.tabla_comparativa {
    width: 100%;
}

.tabla_comparativa .slick-track {
    width: 2400px!important;
}

.tabla_comparativa ul.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 1.5rem;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*Ticket #106498 - Carrusel de videos Problemas flechas desplazamiento*/
.tabla_comparativa button.slick-next.slick-arrow {
    content: "";
    width: 35px;
    height: 35px;
    color: transparent;
    background: #fff;
    position: absolute;
    background-position: center;
    bottom: 0rem;
    border-radius: 100px;
    right: 2rem;
    border: 0px;
    background-size: 24px;
    -webkit-box-shadow: 0 0 20px 0px #404040;
    -moz-box-shadow: 0 0 20px 0px #404040;
    box-shadow: 0px 3px 9px -1px #404040;
}

.tabla_comparativa button.slick-prev.slick-arrow:after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #007eae;
    border-left: 2px solid #007eae;
    position: absolute;
    top: 13px;
    left: 14px;
    transform: rotate(
            45deg);
}

.tabla_comparativa button.slick-prev.slick-arrow {
    content: "";
    width: 35px;
    color: transparent;
    height: 35px;
    background: #fff;
    border:0px;
    background-size: 24px;
    position: absolute;
    background-position: center;
    border-radius: 100px;
    bottom: 0rem;
    left: 2rem;
    -webkit-box-shadow: 0 0 20px 0px #404040;
    -moz-box-shadow: 0 0 20px 0px #404040;
    box-shadow: 0px 3px 9px -1px #404040;
}

.tabla_comparativa button.slick-next.slick-arrow:after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #007eae;
    border-left: 2px solid #007eae;
    position: absolute;
    top: 13px;
    left: 11px;
    transform: rotate(
            225deg);
}
/*FIN Ticket #106498 - Carrusel de videos Problemas flechas desplazamiento*/
.tabla_comparativa ul.slick-dots li button {
    background: transparent;
    outline: none;
    color: transparent;
    cursor: pointer;
    border: 0;
}


.tabla_comparativa ul.slick-dots li button:before {
    content: "";
    background: url(https://pre.www.caixabank.es/deployedfiles/common/R2016/Estaticos/css/icons/dot-inactive.png) no-repeat center center;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 25px;
    margin-left: 0px;
}

.tabla_comparativa .tabla_comparativa-title h2 {
    text-align: center;
}

.tabla_comparativa .tabla_comparativa-container {
    display: block;
    margin: 4.7rem 0rem;
    position: relative;
}

.tabla_comparativa .tabla_comparativa-container .tabla_comparativa-item {
    border: 1px solid #E7E9EC;
    border-radius: 5px;
    height: 840px;
    max-height: 840px;
    position: relative;
    max-width: none;
    min-width: 300px;
    margin: 0 1rem;
}

.tabla_comparativa .tabla_comparativa-container .tabla_comparativa-item.bg-dark-Blue {
    border: 1px solid #007aea;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.2);
    background-color: #fff;
}

@media (min-width: 992px) {
    .tabla_comparativa .tabla_comparativa-container {
        display: flex;
        justify-content: center;
    }
    .tabla_comparativa .tabla_comparativa-container .tabla_comparativa-item {
        max-width: 320px;
        min-width: 320px;
    }
}

.tabla_comparativa .tabla_comparativa-container .tabla_comparativa-item .tabla_comparativa-item-head {
    display: flex;
    min-height: 133px;
    justify-content: space-between;
}

.tabla_comparativa .tabla_comparativa-container .tabla_comparativa-item .tabla_comparativa-item-head img {
    opacity: 1;
    width: auto;
    margin-left: 1rem;
    margin-top: 2.4rem;
    max-width: 80px;
    height: 100%;
}

.tabla_comparativa .tabla_comparativa-container .tabla_comparativa-item .tabla_comparativa-item-head .tabla_comparativa-item-tag {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #666;
    width: auto;
    text-decoration: none;
    text-transform: uppercase;
    margin: 1.6rem .2rem;
    background-color: #EFEFEF;
    transition: all .3s ease-in;
    height: 3.2rem;
    font-weight: 600;
    padding: .8rem 2rem;
    border-radius: 25px;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    max-width: 14rem;
}

.tabla_comparativa .tabla_comparativa-container .tabla_comparativa-item.bg-dark-Blue .tabla_comparativa-item-head .tabla_comparativa-item-tag {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #007eae;
    width: auto;
    text-decoration: none;
    text-transform: uppercase;
    margin: 1.6rem .2rem;
    background-color: #007aea14;
    transition: all .3s ease-in;
    height: 3.2rem;
    font-weight: 600;
    padding: .8rem 2rem;
    border-radius: 25px;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    max-width: 14rem;
}


.tabla_comparativa .tabla_comparativa-container .tabla_comparativa-item .tabla_comparativa-item-text .tabla_comparativa-item-title {
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
    padding-bottom: 2.2rem;
}

.tabla_comparativa .tabla_comparativa-container .tabla_comparativa-item .tabla_comparativa-item-text p {
    font-size: 1.6rem;
    margin: 0;
    line-height: 2.4rem;
    color: #666;
}

.tabla_comparativa .tabla_comparativa-container .tabla_comparativa-item .tabla_comparativa-item-text .tabla_comparativa-item-text-blue {
    color: #007aea;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    padding-top: 2.4rem;
}

.tabla_comparativa .tabla_comparativa-container .tabla_comparativa-item .tabla_comparativa-item-text .tabla_comparativa-item-requisitos {
    padding-top: 1.6rem;
}

.tabla_comparativa .tabla_comparativa-container .tabla_comparativa-item .tabla_comparativa-item-text .tabla_comparativa-item-lista {}

.tabla_comparativa .tabla_comparativa-container .tabla_comparativa-item .tabla_comparativa-item-text .tabla_comparativa-item-lista ul {
    margin-bottom: 2.1rem;
}

.tabla_comparativa .tabla_comparativa-container .tabla_comparativa-item .tabla_comparativa-item-text .tabla_comparativa-item-lista ul li {
    padding-bottom: 1.2rem;
    padding-left: 30px;
}

.tabla_comparativa .tabla_comparativa-container .tabla_comparativa-item .tabla_comparativa-item-text .tabla_comparativa-item-lista ul li:before {
    content: '';
    position: absolute;
    border-right: 2px solid #007aea;
    border-bottom: 2px solid #007aea;
    width:10px;
    height:10px;
    left: 15px;
    transform: translateY(70%) rotate(-45deg);
}

.tabla_comparativa .tabla_comparativa-container .tabla_comparativa-item .tabla_comparativa-item-footer {
    position: absolute;
    display: block;
    bottom: 24px;
    left: 0;
    right: 0;
}

@media (min-width:400px){
    .tabla_comparativa .tabla_comparativa-container .tabla_comparativa-item .tabla_comparativa-item-footer {
        bottom: 36px;
    }
}

.tabla_comparativa .tabla_comparativa-container .tabla_comparativa-item .tabla_comparativa-item-footer .tabla_comparativa-item-footer-link {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    width: auto;
    text-decoration: none;
    margin: 0rem auto;
    background-color: #007eae;
    transition: all .3s ease-in;
    height: 4.8rem;
    padding: 1.2rem 1rem;
    border-radius: 25px;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    border: .2rem solid #007eae;
    max-width: 20.2rem;
}
/*Modulos subhome- Tabla comparativa*/
/*ticket #106125 - Correccion estilos subhome de prestamos */
#v-highlight_bg-white .v-highlight {
    background: #fff;
}
/*FIN ticket #106125 - Correccion estilos subhome de prestamos */

/*dv modulos subhome slider steps*/
.slider-steps{
    padding: 0;
    overflow: hidden;
    position: relative;
    margin: 0 -15px;
    height: auto;
}

.slider-steps .slide-dots{
    position: absolute;
    left: 10.2rem;
    top: 33.5rem;
}

@media(min-width:992px) {
    .slider-steps .slide-dots{
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        top: auto;
    }

    .slider-steps{

        height: 480px;
    }

}

.slider-steps button.slick-next.slick-arrow {
    opacity: 0;
    height: 0;
}

.slider-steps button.slick-prev.slick-arrow {
    opacity: 0;
    height: 0;
}

.slider-steps .slick-dots {
    height:0px;
}

.slider-steps button.slide-next.slide-arrow {
    content: "";
    width: 35px;
    height: 35px;
    color: transparent;
    background: #fff;
    position: relative;
    background-position: center;
    bottom: 0rem;
    margin-left: 2.5rem;
    border-radius: 100px;
    right: 0;
    border: 0px;
    background-size: 24px;
    -webkit-box-shadow: 0 0 20px 0px #404040;
    -moz-box-shadow: 0 0 20px 0px #404040;
    box-shadow: 0px 3px 9px -1px #404040;
}

.slider-steps button.slide-prev.slide-arrow:after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #007eae;
    border-left: 2px solid #007eae;
    position: absolute;
    top: 13px;
    left: 14px;
    transform: rotate(
            45deg);
}

.slider-steps button.slide-prev.slide-arrow {
    content: "";
    width: 35px;
    color: transparent;
    height: 35px;
    background: #fff;
    border:0px;
    background-size: 24px;
    margin-right: 3.5rem;
    position: relative;
    background-position: center;
    border-radius: 100px;
    bottom: 0rem;
    left: 0rem;
    -webkit-box-shadow: 0 0 20px 0px #404040;
    -moz-box-shadow: 0 0 20px 0px #404040;
    box-shadow: 0px 3px 9px -1px #404040;
}

.slider-steps button.slide-next.slide-arrow:after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #007eae;
    border-left: 2px solid #007eae;
    position: absolute;
    top: 13px;
    left: 11px;
    transform: rotate(
            225deg);
}

.slider-steps .slick-dots li button {
    display: none;
}

.slider-steps__item-controls{

    display: flex;

    position: relative;

    margin-top: 2.5rem;
}


.slider-steps__item-controls .slide-dots{
    order:2;
    position: relative;
    left: 0;
    top: 0;
}

.slider-steps__item-controls .slide-prev.slide-arrow {order:1;}

.slider-steps__item-controls .slide-next.slide-arrow {
    order:3;

}
.slider-steps .slide-dots li {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 8px;
    width: 10px;
    line-height: 10px;
    background: #C8D2DD;
    color: #C8D2DD;
    border-radius: 10px;
    text-indent: -9999999999px;
    margin-right: 10px;
    -webkit-box-shadow: 0 0 2px #99cccc;
    -moz-box-shadow: 0 0 2px #99cccc;
    box-shadow: 0 0 2px #4B93B9;
    border: 0px;
    cursor: pointer;
}
.slider-steps .slide-dots li.slick-active {
    background: #666666;
    color: #666666;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #00a1e1;
    -moz-box-shadow: 0 0 2px #00a1e1;
    box-shadow: 0 0 2px #666666;
    cursor: pointer;
    /* border: 2px solid #666666; */
}
.slider-steps .left-arrow,
.slider-steps .right-arrow{
    width: 46px;
    height: 46px;
    background: #fff;
    display: inline-block;
    position:absolute;
    bottom: 3rem;
    cursor: pointer;
}

.slider-steps__item{
    position: relative;
}
.slider-steps__item.active{
    display: block;
}

.slider-steps__item .slider-steps__item-bg{
    position: relative;
    height: 480px;
    background: #f5f4f4;
}
.slider-steps__item .slider-steps__item-bg img{
    position: absolute;
    top: -50%;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    width: 100%;
}

.slider-steps__item .slider-steps__item-content{
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
}

@media(min-width:992px) {
    .slider-steps__item .slider-steps__item-content{
        display: flex;
    }
}

.slider-steps__item-img{
    width: 52%;
}
.slider-steps__item-img img{
    width: 100%;
    height: auto;
    margin-top: 0px;
}

.slider-steps__item-text{
    padding: 3rem;
    background-color: #F2F7FA;
    color: #fff;
    position: relative;
    width: 48%;
    display: flex;
    padding: 54px 24px 54px 50px;
    flex-direction: column;
}

@media (min-width:992px) {
    .slider-steps__item-text{
        padding: 54px 24px 54px 135px;
    }

    .slider-steps__item-img img{
        min-height: 480px;
    }
}

.slider-steps__item-text:before {
    content: "";
    height: 515px;
    background-color: #F2F7FA;
    position: absolute;
    width: 64px;
    top: -26px;
    right: -31px;
    border-radius: 50%;
    z-index: 10;
}
.slider-steps__item-text .slider-steps__item-number{
    margin: 0;
}
.slider-steps__item-text .slider-steps__item-number p{
    text-transform: uppercase;
    margin: 0;
    color: #007EAE;
    font-family: "Open Sans";
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 44px;
    margin-bottom: 13px;
}
.slider-steps__item-text .slider-steps__item-title h2{
    margin: 0;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0;
    margin-bottom: 24px;
}
.slider-steps__item-text h2{
    margin-top: 5rem;
}

.slider-steps__item-description{
    max-width: 516px;
}

.slider-steps__item-description p {
    color: #666666;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

@media(max-width: 1199px){
    .slider-steps__item .slider-steps__item-bg{
        height: 480px;
    }
    .slider-steps__item .slider-steps__item-bg img{
        top: -60%;
        max-width: 100%;
    }
    .slider-steps__item-img{
        overflow: hidden;
        /*width: 300%;*/
    }
    .slider-steps__item-img img{
        max-width: 100%;
    }
    .slider-steps__item-text h2{
        margin-top: 3rem;
    }

    .slider-steps .left-arrow,
    .slider-steps .right-arrow{
        width: 30px;
        height: 30px;
        background-size: 8px;
    }
}

@media(max-width: 991px){
    .slider-steps__item .slider-steps__item-bg{
        height: 320px;
    }
    .slider-steps__item .slider-steps__item-bg img{
        top: -60%;
        max-width: 100%;
    }
    .slider-steps__item-text h2{
        margin: 0;
    }
}

@media(max-width: 991px){
    .slider-steps__item{overflow: hidden;}
    .slider-steps__item .slider-steps__item-bg{height: auto;}
    .slider-steps__item .slider-steps__item-bg img{
        max-width: 200%;
        left: -55%;
        top: -250px;
    }
    .slider-steps__item .slider-steps__item-content{
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .slider-steps__item-text{padding-bottom: 10rem;width: 100% !important;}
    .slider-steps__item-img{width: 100% !important;height: 280px;position: relative;}
    .slider-steps__item-img img{/* width: 100% !important; *//* max-height: 200px; */position: absolute;top: 0px;}
    .slider-steps__item-text h2{
    }
}
@media(max-width: 459px){
    .slider-steps__item .slider-steps__item-bg img{
        top: -50px;
    }
}
/*dv modulos subhome slider steps*/

/*MOD PROMO*/
.mod-promo-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 6rem;
}
.mod-promo-1__img-col {
    width: 98%;
    margin: 1%;

}

.mod-promo-1__text-col {
    width: 98%;
    margin: 1%;
    text-align:center;
    margin-bottom: 2.4rem;
}

.mod-promo-1__title {
    font-family: 'OpenSans-Bold';
    font-size: 36px;
    line-height: 44px;
}
.mod-promo-1__title h2, .mod-promo-1__title h3, .mod-promo-1__title h4 ,
.mod-promo-1__text h2, .mod-promo-1__text h3, .mod-promo-1__text h4 {
    margin: 0;
}
.title-2 .mod-promo-1__title{
    font-size: 28px;
    line-height: 32px;
}
.title-3 .mod-promo-1__title{
    font-size: 20px;
    line-height: 28px;
}

.mod-promo-1__text p{
    font-family: 'OpenSans';
    font-size: 16px;
    line-height: 24px;
}

.page-wrapper .mod-promo-1__text ul li {
    padding-left: 2.5rem;
    position:relative;
    text-align:left;
}
.page-wrapper .mod-promo-1__text ul li:before {
    content: "\203A";
    position: absolute;
    left: 4px;
    font-size: 3rem;
    top: -4px;
    color: #007eae;
}

img.mod-promo-1__img {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .mod-promo-1 {
        flex-direction: row;
        margin-top: 8rem;
        margin-bottom: 5rem;
    }
    .mod-promo-1.right {
        flex-direction: row-reverse;
    }
    .mod-promo-1__img-col {
        width: 50%;
    }

    .mod-promo-1__text-col {
        width: 50%;
        text-align:left;
    }
}
.mod-promo-1__text-wrap {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5%;
}
.hm-text-contrast img.mod-promo-1__img {
    height:auto;
    width:auto;
    margin:auto;
    display: block;
}

.hm-text-contrast .mod-promo-1__img-wrap {
    display: flex;
}

.hm-text-contrast .mod-promo-1__img-col {
    display: flex;
    align-content: center;
    justify-content: center;
}
/*FIN dv modulos subhome slider steps*/

/* Ticket #106290 - DV Destacados Podcast*/
.podcast-highlights .podcast-highlights__item {
    top: 0;
    margin-bottom: 1rem;
    height: auto;
}
.podcast-highlights__item .podcast-highlights__wrap {
    min-height: 32rem;
    display: block;
    background-color: #efefef;
    overflow: hidden;
    text-decoration: none;
    height: 100%;
    position: relative;
    border: 0;
}
.podcast-highlights__item.sh-h-double .podcast-highlights__wrap{
    min-height: 34rem;
}
.podcast-highlights__image-wrap img {
    height: 100%;
    min-height: initial;
    width: 100%;
}
.podcast-highlights__content {
    padding: 1.5rem 1.2rem;
    min-height: 0;
}
.podcast-highlights__item .podcast-highlights__content h3 {
/color: #333 !important;
    font-family: 'OpenSans-Bold', arial, sans-serif;
    font-size: 2rem;
    line-height: 2.8rem;
}
.podcast-highlights__content .podcast-highlights__text p {
    margin-top: 1rem;
}
li.podcast-highlights__item.sh-h-double {
    top: 0;
    margin-bottom: 1rem;
    height: auto !important;
    width: 100%;
}

.podcast-highlights__item.sh-h-double .podcast-highlights__content {
    padding: 1.5rem 1.2rem 0;
    z-index: 2;
    background: transparent;
    left: -1px;
    bottom: -1px;
    display: block;
    text-overflow: ellipsis;
    width: calc(100% + 1px);
    height: 43%;
    position: absolute;
    min-height: 0;
}

.podcast-highlights__item.sh-h-double .podcast-highlights__content:before {
    content: "";
    opacity: 1;
    border-top-right-radius: 50% 10%;
    border-top-left-radius: 50% 10%;
    position: absolute;
    top: initial;
    left: 0;
    bottom: 10%;
    width: 100%;
    height: 100%;
    background-color: #efefef;
    display: block;
}

.podcast-highlights__item.sh-h-double .podcast-highlights__content h3 {
    position: relative;
    margin: 0;
}
.podcast-highlights__item.sh-h-double .podcast-highlights__text {
    position: relative;
    margin: 0;
}
.podcast-highlights__item.sh-h-double .podcast-highlights__duration {
    position: relative;
    margin: 0;
}
.podcast-highlights__item.sh-h-double .podcast-highlights__text p {
    margin-top: 0;
}
@media (min-width: 1200px){
    .podcast-highlights__item.sh-h-double .podcast-highlights__content {
        height: 39%;
    }

    .podcast-highlights__item.sh-h-double .podcast-highlights__content:before {
        bottom: 0%;
    }
}
@media (min-width: 768px){
    .podcast-highlights__item .podcast-highlights__image {
        height: auto;
    }
    .podcast-highlights__image .podcast-highlights__image-wrap {
        width: 110%;
        left: -5%;
        position: relative;
        height: auto;
        overflow: hidden;
    }
    .podcast-highlights__item .podcast-highlights__wrap {
        min-height: 34rem;
    }
}
@media (max-width: 465px) {
    .podcast-highlights .podcast-highlights__item{
        width: 49%;
    }
    .podcast-highlights__content .podcast-highlights__button a {
        font-size: 1.2rem;
        padding: 0.9rem 0.9em 0.9rem 3rem;
        background: #007eae url(../../../../particulares/CSS/Estaticos/images/play_audio.png) no-repeat 1rem center;
        background-size: 15px;
    }
    .podcast-highlights__item.sh-h-double .podcast-highlights__content {
        height: 45%;
    }
    .podcast-highlights__item.sh-h-double .podcast-highlights__content:before {
        bottom: 26%;
    }
}
/*FIN Ticket #106290 - DV Destacados Podcast*/


/*DV nuevos modulos subhome - grid de tarjetas*/
.tarjetas_grid > h2{
    color: #333333;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: center;
}

.tarjetas_grid .tarjetas_grid-row {
    margin-top: 0px;
}

.tarjetas_grid .tarjetas_grid-row .tarjetas_grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top:30px;
}

.tarjetas_grid .tarjetas_grid-row .tarjetas_grid-item img{
    /* box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5); */
    margin: 0px auto;
    display: inherit;
}

.tarjetas_grid .tarjetas_grid-row .tarjetas_grid-item h3{
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    line-height: 2.8rem;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0;
}

.tarjetas_grid .tarjetas_grid-row .tarjetas_grid-item p{
    color: #666666;
    font-family: 'OpenSans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 24px;
    margin: 5px auto 0px;
    text-align: center;
    max-width: 280px;
    padding-bottom: 5px;
}

.tarjetas_grid .tarjetas_grid-row .tarjetas_grid-item .tarjetas_grid-item-border{
    min-height: 400px;
    height: 100%;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    transition: all .3s linear;
    background: #fff;
    position: relative;
}

.tarjetas_grid .tarjetas_grid-row .tarjetas_grid-item.col-sm-3 .tarjetas_grid-item-border{
    min-height: 290px;
}



.tarjetas_grid .tarjetas_grid-row .tarjetas_grid-item .tarjetas_grid-item-border a{
    text-decoration:none;
    cursor:pointer;
}

.tarjetas_grid .tarjetas_grid-row .tarjetas_grid-item .tarjetas_grid-item-border h3{
    color: #000;
}

.tarjetas_grid .tarjetas_grid-row .tarjetas_grid-item .tarjetas_grid-item-border:hover h3{
    color: #007eae;
}

@media (min-width:768px){
    .tarjetas_grid .tarjetas_grid-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .tarjetas_grid .tarjetas_grid-row .tarjetas_grid-item {
        margin-top: 0px;
    }
    .tarjetas_grid .tarjetas_grid-row .tarjetas_grid-item h3 {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .tarjetas_grid .tarjetas_grid-row {
        margin-top: 40px;
    }
    .tarjetas_grid .tarjetas_grid-row .tarjetas_grid-item img{
        width: 100%;
    }
}
/*Fin DV nuevos modulos subhome - grid de tarjetas*/

/* Ticket #106554 - Campania MyDreams - revision de las diferentes resoluciones de los terrats*/
.slick-slide .hm-slide-description img {
    margin: 2rem auto 0 auto;
}

@media (min-width: 991px) {
    .slick-slide .hm-slide-description img {
        display: block;
        margin: 1rem 0 0 0;
    }
}
/* FIN Ticket #106554 - Campania MyDreams - revision de las diferentes resoluciones de los terrats*/
/* Ticket #106568 - Particular // Tarjetas // Subhome Tarjetas* > Estilo componente nuevo*/
.repo-links {
    margin: 3rem 0;
}
/* FIN Ticket #106568 - Particular // Tarjetas // Subhome Tarjetas* > Estilo componente nuevo*/
/* Ticket #106677 - Solapacion microfono*/
@media (min-width: 991px) {
    #header .mic-button {
        right: 56px !important;
    }
}
@media (min-width: 1200px) {
    #header .mic-button {
        right: 10px !important;
    }
}
/* FIN Ticket #106677 - Solapacion microfono*/

/*Dv Destacados en fila y columna agrupados*/

.grouped-cards-main {
    /*background: #fff;*/
    text-align: center;
    padding: 0;
}

.gc-element__spacer {
    width: 100%;
    display: inline-block;
    position: relative;
    border-top: 1px solid #eee;
    float: none;
}

.gc-group-wrap {
    display: inline-block;
    padding-top: 6rem;
    position: relative;
}

.gc-element {
    background: #fff;
    width: 90%;
    display: inline-block;
    padding: 1rem;
    margin: 5rem auto 1rem;
    height: auto;
    vertical-align: bottom;
    position: relative;
    box-shadow: 1px 1px 8px #c3c3c3;
}

/*
.gc-element.gc-element--0 {
	margin-top: 9rem;
}
*/

.gc-element__img-wrap {
    width: 50%;
    overflow: hidden;
    height: 120px;
    margin: 2rem auto;
    float: left;
}

.gc-element__img {
    height: 100%;
}

.gc-block-title {
    display: inline;
    display: none;
    position: absolute;
    top: -8rem;
    left: 0;

}

.gc-block-title--0 {
    display: inline-block;
}

.gc-block-title h3 {
    width: auto;
    display: inline-block;
    font-size: 2rem;
}


.gc-element__title {
    text-align: center;
}

.gc-element__description {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.gc-element__title h4 {
    text-align: left;
    min-height: 45px;
    color: #565656;
}

.gc-element__price {
    text-align: left;
    font-size: 3rem;
    font-weight: bold;
    color: #1212ab;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
}


.gc-element__text-body {
    text-align: left;
}

.gc-element__text-body p {
    margin: 0;
    line-height: 3rem;
}

.gc-element__cta-wrap {
    text-align: center;
    padding: 0rem 0;
    /* border-top: 1px solid #ccc; */
    /* margin-top: 2rem; */
    display: inline-block;
}

.gc-element__cta-a {
    text-decoration: none;
    display: inline-block;
    /* width: 50%; */
    line-height: 2.5rem;
    font-weight: bold;
    /* float: right; */
    text-align: right;
}

.gc-element__text-body.gc-element__text-body--bottom {
    width: 50%;
    float: left;
}

@media screen and (min-width: 992px) {
    .grouped-cards-main {
        padding: 0;
    }

    .gc-element {
        width: 30%;
        margin: 0 1rem 1rem;
        height: 500px;

    }

    .gc-element__text-body {
        text-align: center;
    }

    .gc-element__img-wrap {
        width: 100%;
        margin: 2rem auto;
        float: none;
        height: 170px;
    }

    .gc-element__spacer {
        display: none;
    }

    .gc-element__cta-wrap {
        margin-top: 2rem;
        display: inline-block;
        width: 100%;
        float: none;
        left: 0;
        bottom: 4px;
    }

    .gc-element__cta-a {
        line-height: 3.5rem;
        text-align: center;
    }

    .gc-element__text-body.gc-element__text-body--bottom {
        width: 100%;
        float: right;
    }

    .gc-element__price {
        text-align: center;
        color: black;
    }

    .gc-element__title h4 {
        text-align: center;
    }
}

.bg-Yellow .gc-element__cta-wrap {
    border: none;
    bottom: 1rem;
}

.bg-Yellow .gc-element__cta-a:after {
    font-family: "fontello";
    font-style: normal;
    content: '\e900';
    font-size: 1.8rem;
    line-height: 1.5rem;
    top: 8px;
    left: 15px;
    position: absolute;
}

.yellow-cta {
    width: 100%;
    display: inline-block;
    text-align: center;
}

/*
.yellow-cta a,
.bg-Yellow .gc-element__cta-a {
    display: inline-block;
    background-color: #f4c53d;
    color: #000;
    font-weight: normal;
    font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
    text-decoration: none;
    position: relative;
    padding: 1rem 1rem 1rem 4.5rem;
    border-radius: 2rem;
    line-height: 1.5rem;
}
*/

.yellow-cta .gc-element__cta-wrap {
    border: none;
    bottom: 1rem;
    margin: 0 auto;
    width: 65%;
    display: block;
}

/*
.yellow-cta a:after {
    font-family: "fontello";
    font-style: normal;
    content: '\e900';
    font-size: 1.8rem;
    line-height: 1.5rem;
    top: 10px;
    left: 15px;
    position: absolute;
}
*/

.gc-link-btop {
    border-top: 1px solid #ccc;
}

/*FIN Dv Destacados en fila y columna agrupados*/

/* Modulo QR (Desktop) - BotÃƒÆ’Ã‚Â³n (Mobile) */
#qr-float .button-image img {
    float: right;
}
#qr-float .button-image,
#qr-float .button-close,
#qr-float > a {
    display: none;
}
#qr-float .button-link {
    display: block;
}
#qr-float > a,
#qr-float > a:hover,
#qr-float.button-float .button-image img,
#qr-float > a:hover .button-image img {
    transform: none;
    transition: all 0s ease 0s;
}
#qr-float > a .button-text {
    background: #fff;
    width: 100%;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    width: 133px;
}
#qr-float > a .button-text:before {
    content: none;
}
#qr-float > a .button-text p {
    color: #000;
    font-size: 1.1rem;
    line-height: 1.3rem;
}

@media (min-width: 768px) {
    #qr-float {
        width: auto;
        padding: 20px;
        background: #007eae;
    }
    #qr-float > a {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    #qr-float .button-link {
        display: none;
    }
    #qr-float .button-image {
        display: block;
    }
}
/* FIN Modulo QR (Desktop) - BotÃƒÆ’Ã‚Â³n (Mobile) */
/* Ticket #106810 - Particular // general // > Bienvenida CaixaBankNow */
#stores_align_center .contenedor_exterior_columnas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#stores_align_center .contenedor_exterior_columnas .estilo_col_derecha,
#stores_align_center .contenedor_exterior_columnas .estilo_col_izquierda{
    float: initial;
    width: auto;
    padding: 0 15px;
}
#stores_align_center .contenedor_exterior_columnas img {
    display: block;
    margin: 0;
}
/* FIN Ticket #106810 - Particular // general // > Bienvenida CaixaBankNow */
/* Ticket #106711 - IntegraciÃƒÆ’Ã‚Â³n Bankia // landing sorteo */
#highlight-three-columns h2.heading-group-title {
    color: #007eae;
    letter-spacing: 0;

}
#highlight-three-columns .ancho33 h2.cboxElement {
    margin-top: 0;
}
#highlight-three-columns .contenedor_trescolumnas > div {
    margin-bottom: 20px;
}
@media (min-width: 991px) {
    #highlight-three-columns h2.heading-group-title {
        text-align: left;
    }
}
/* FIN Ticket #106711 - IntegraciÃƒÆ’Ã‚Â³n Bankia // landing sorteo */
/* Ticket #106551 - Nuevo mÃƒÆ’Ã‚Â³dulo cards Wivai no pinta el href mobile */
.gc-element__img-wrap {
    width: 100%;
}
.gc-element__block-right .gc-element__title h4, .gc-element__price {
    text-align: center;
}

@media (min-width: 600px) {
    .gc-element__img-wrap {
        width: 50%;
    }
    .gc-element__block-right .gc-element__title h4, .gc-element__price {
        text-align: left;
    }
}
@media (min-width: 991px) {
    .gc-element__img-wrap {
        width: 100%;
    }
    .gc-element__block-right .gc-element__title h4, .gc-element__price {
        text-align: center;
    }
}
/* FIN Ticket #106551 - Nuevo mÃƒÆ’Ã‚Â³dulo cards Wivai no pinta el href mobile */
/* Ticket #106767 - Particular > Crear layout Azul curvado gradiente col-10 */
/*Solo afecta en modo edicion*/
.freeContent.article-main .vgn-ext-region:first-child > .curved-gradient {
    padding-top: 75px;
}
/* FIN Ticket #106767 - Particular > Crear layout Azul curvado gradiente col-10 */

/**Repo enlaces dv modulos subhome*********/
h2.repo-links__main-title {
    font-weight: bold;
    color: #333333;
    font-family: "OpenSans";
    letter-spacing: 0;
    margin-bottom: 17px;
    text-align: center;

}
.repo-links__row {
    text-align: center;
}
.repo-links__col {
    display: inline-block;
    width: 30%;
    vertical-align:top;
}

h3.repo-links__col-title {
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: 'OpenSans', Arial, serif;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0;
    height: 24px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 16px;
    padding-bottom: 32px;
}

a.repo-links__link {
    height: 30px;
    color: #007EAE;
    font-family: "OpenSans";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    display: block;
    text-decoration: none;
}
@media screen and (max-width: 600px) {
    .repo-links__col {
        width: 80%;
    }
}
/**Repo enlaces dv modulos subhome*********/
/**new slider dv modulos subhome*********/
.subhome-newslider__wrap {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    position: relative;
    background: #f5f4f4;
    overflow:hidden;
}

.newslider-col {
    width: 50%;
    overflow:hidden;
}

.newslider-col.newslider-col--text {
    position: relative;
    overflow: visible;
}

.newslider-col.newslider-col--text:before {
    border-top-right-radius: 50%;
    content: '';
    position: absolute;
    right: -10px;
    background: #f5f4f4;
    height: 100%;
    width: 20px;
    border-bottom-right-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

ul.newslider-steps {
    width: 80%;
    margin: 0 auto 4rem;
    overflow: hidden;
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.subhome-newslider button.slick-next.slick-arrow {
    content: "";
    width: 35px;
    height: 35px;
    color: transparent;
    background: #fff;
    position: relative;
    background-position: center;
    bottom: 0rem;
    border-radius: 100px;
    right: 0;
    border: 0px;
    background-size: 24px;
    box-shadow: 0px 3px 5px -1px #404040;
    bottom: 4px;
    position: absolute;
    left: 200px;
    z-index: 1;
}
.subhome-newslider button.slick-prev.slick-arrow {
    content: "";
    width: 35px;
    height: 35px;
    color: transparent;
    background: #fff;
    position: relative;
    background-position: center;
    bottom: 0rem;
    border-radius: 100px;
    right: 0;
    border: 0px;
    background-size: 24px;
    box-shadow: 0px 3px 5px -1px #404040;
    bottom: 4px;
    position: absolute;
    left: 2%;
    z-index: 1;
}
.subhome-newslider button.slick-prev.slick-arrow:after{
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #007eae;
    border-left: 2px solid #007eae;
    position: absolute;
    top: 13px;
    left: 14px;
    transform: rotate(45deg);
}
.subhome-newslider button.slick-next.slick-arrow:after{
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #007eae;
    border-left: 2px solid #007eae;
    position: absolute;
    top: 13px;
    left: 11px;
    transform: rotate(225deg);
}

.subhome-newslider ul.slick-dots {
    width: 244px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    text-align: center;
}
.subhome-newslider ul.slick-dots li {
    display:inline-block;
    color:transparent;
    border:none;
}
.subhome-newslider ul.slick-dots li button{
    display:inline-block;
    color:transparent;
    border:none;
    border-radius:50%;
    height:10px;
    width:10px;
    line-height:10px;
    padding:0;
    margin:5px;
    background: #C8D2DD;
}
.subhome-newslider ul.slick-dots li.slick-active button{
    display:inline-block;
    color:transparent;
    border:none;
    border-radius:50%;
    height:10px;
    width:10px;
    background: #666666;
}
.sldsteps-element__index.create_index {
    text-transform: uppercase;
    margin: 0;
    color: #007EAE;
    font-family: "OpenSans";
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 44px;
    margin-bottom: 13px;
}
img.newslider-img {
    margin: 0;
    width: inherit;
    height: auto;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
}

.page-wrapper ul li .sldsteps-element__text  p{
    width: 100%;
    display: block;
}

.sldsteps-element__title h2, sldsteps-element__title h3, sldsteps-element__title h4 {
    margin: 0;
}

.sldsteps-element__text {
    display: block;
    width: 93%;
}

@media only screen and (max-width: 1200px) {
    img.newslider-img {
        width: auto;
        height: 100%;
        position: relative;
    }
}
@media only screen and (max-width: 920px) {
    .subhome-newslider__wrap {
        display: flex;
        flex-direction: column;
    }
    .newslider-col {
        width: 100%;
    }
    .newslider-col.newslider-col--img {
        display:none;
    }
}
/**fin new slider dv modulos subhome*********/
/****TICKET 107029 Particular // Seguros // Seguros de ahorro > Alinear OM derecha********************/

.section-main-blocks .double-curved .om-content.om-box {
    justify-content: right;
    display: flex;
}
/****FIN TICKET 107029 Particular // Seguros // Seguros de ahorro > Alinear OM derecha********************/
/* Ticket #107069 - Particular // Planes // Ventajas de contratar un plan de pensiones > eliminar icono G+*/
.social-media-family#custom_rrss   {
    margin: 3rem -15px;
}
#custom_rrss .social-media-family__text {
    /* display: none; */
    margin-top: 0;
    margin-bottom: 2rem;
}
#custom_rrss .social-media-family__social {
    margin-top: 0;
    height: auto;
    width: auto;
}
#custom_rrss .social-media-family__bg-image {
    display: none;
}
#custom_rrss .social-media-family__bg-image-wrap {
    display: none;
}
#custom_rrss .social-media-family__social-buttons {
    top: 0;
}
#custom_rrss .social-media-family__social-buttons .social-media-family__button {
    width: 7rem;
}
#custom_rrss .social-media-family__social-buttons .social-media-family__button a p {
    display: none;
}
#custom_rrss .social-media-family__social-buttons .social-media-family__button:before {
    display: none;
}
#custom_rrss .social-media-family__text h2 {
    margin-top: 0;
    /*font-size: 2.6rem;*/
    text-align: center;

    font-size: 2.4rem;

}
#custom_rrss .social-media-family__social .social-media-family__social-buttons {
    top: 0;
    margin: 0 -15px;
}
/* FIN Ticket #107069 - Particular // Planes // Ventajas de contratar un plan de pensiones > eliminar icono G+*/
/* Ticket #107139 - Subrayado en los textos con estilo "font-site" // Colectivos / Particulares*/
.texto_subrayado span.font-site {
    text-decoration: underline;
}
/* FIN Ticket #107139 - Subrayado en los textos con estilo "font-site" // Colectivos / Particulares*/
/* Ticket #107261 - Particulares // Wivai // > VisualizaciÃƒÂ³n cards*/
.p-highlight-list.p-highlight-list-3-items .p-highlight-image img {
    margin-top: 0;
}
/* FIN Ticket #107261 - Particulares // Wivai // > VisualizaciÃƒÂ³n cards*/

/*Ticket #107140 - Destacados menus // Colectivos / Particulares*/
.sh-tabs .sh-highlights .sh-highlight .sh-highlight-wrap,
.sh-tabs .sh-highlights .sh-highlight .sh-h-text{
    min-height:auto;
}
.sh-tabs .sh-highlights .sh-highlight{
    width:100%;
}
.sh-tabs .sh-highlights#tabs_vertical-display li.sh-highlight.sh-h-noimage {
    width: 100%;
}
@media (min-width: 600px) {
    .sh-tabs .sh-highlights .sh-highlight{
        width:49.3%;
    }
    .sh-tabs .sh-highlights .sh-highlight.sh-h-double,
    .sh-tabs .sh-highlights .sh-highlight.sh-h-double-family,
    .sh-tabs .sh-highlights .sh-highlight.sh-h-product{
        width:100%;
    }
    .sh-tabs .sh-highlights .sh-highlight .sh-highlight-wrap,
    .sh-tabs .sh-highlights .sh-highlight .sh-h-text{
        min-height:16rem;
    }
    .sh-tabs .sh-highlights .sh-highlight.sh-h-double .sh-highlight-wrap,
    .sh-tabs .sh-highlights .sh-highlight.sh-h-double .sh-h-text,
    .sh-tabs .sh-highlights .sh-highlight.sh-h-double-family .sh-highlight-wrap,
    .sh-tabs .sh-highlights .sh-highlight.sh-h-double-family .sh-h-text,
    .sh-tabs .sh-highlights .sh-highlight.sh-h-product .sh-highlight-wrap,
    .sh-tabs .sh-highlights .sh-highlight.sh-h-product .sh-h-text{
        min-height:auto;
    }
    .sh-tabs .sh-highlights#tabs_vertical-display .sh-highlight .sh-highlight-wrap,
    .sh-tabs .sh-highlights#tabs_vertical-display .sh-highlight .sh-h-text{
        min-height: 17rem;
    }
}
@media (min-width: 992px) {
    .sh-tabs .sh-highlights .sh-highlight{
        width:25%;
    }
    .sh-tabs .sh-highlights .sh-highlight.sh-h-double,
    .sh-tabs .sh-highlights .sh-highlight.sh-h-double-family,
    .sh-tabs .sh-highlights .sh-highlight.sh-h-product{
        width:50%;
    }

    .sh-tabs .sh-highlights#tabs_vertical-display .sh-highlight .sh-highlight-wrap,
    .sh-tabs .sh-highlights#tabs_vertical-display .sh-highlight .sh-h-text{
        min-height:21.2rem;
    }

    .sh-tabs .sh-highlights .sh-highlight.sh-h-double .sh-highlight-wrap,
    .sh-tabs .sh-highlights .sh-highlight.sh-h-double .sh-h-text,
    .sh-tabs .sh-highlights .sh-highlight.sh-h-double-family .sh-highlight-wrap,
    .sh-tabs .sh-highlights .sh-highlight.sh-h-double-family .sh-h-text,
    .sh-tabs .sh-highlights .sh-highlight.sh-h-product .sh-highlight-wrap,
    .sh-tabs .sh-highlights .sh-highlight.sh-h-product .sh-h-text{
        min-height:auto;
    }
}
@media (min-width: 1200px) {
    .sh-tabs .sh-highlights .sh-highlight .sh-highlight-wrap,
    .sh-tabs .sh-highlights .sh-highlight .sh-h-text{
        min-height:8rem;
    }

}
/*FIN Ticket #107140 - Destacados menus // Colectivos / Particulares*/

/*Ticket #107328 - Particular // Seguros // Seguros de ahorro > Activar region OM*/
.page-wrapper ul li .c-2col-element__text-body p {
    font-size: 16px;
    /*padding: 0 2rem 6rem;*/
    width: 80%;
    color: #666;
    line-height: 24px;
}
.c-2col-element__nri {
    color: #333;
    line-height: 20px;
    font-size: 12px;
    height: auto;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
}
#om-align-right .om-content.om-box {
    display: flex;
    justify-content: end;
    flex-direction: column;
}
@media (min-width: 640px) {
    #om-align-right .om-content.om-box {
        flex-direction: row;
    }
}
/*FIN Ticket #107328 - Particular // Seguros // Seguros de ahorro > Activar region OM*/
/* Ticket #107326 - Particulares // Imagin > problema CTAs en destacados */
.p-highlight-list .p-highlight-wrap {
    position: relative;
    padding-bottom: 5rem;
}
.p-highlight-list .p-highlight-info {
    position: absolute;
    bottom: -1rem;
    display: block;
    float: left;
    width: 100%;
}
.p-highlight-list .button_wrap .btn.btn-blue>a {
    width: auto;
}
.p-highlight-list .p-highlight-image img{
    margin-top: 0;
}

@media (min-width: 768px) {
    .p-highlight-list .p-highlight-info {
        bottom: 1rem;
    }
}
/* FIN Ticket #107326 - Particulares // Imagin > problema CTAs en destacados */
/* Ticket #107407 - Wivai // Play Station 5 */
#textBannerImageNoText{
    height:173px;
}
@media (min-width: 768px) {
    #textBannerImageNoText{
        height:230px;
    }
}
@media (min-width: 992px) {
    #textBannerImageNoText{
        height:480px;
    }
}
/* FIN Ticket #107407 - Wivai // Play Station 5 */

/* Nuevos tutoriales V2 */
.tutorials-v2{
    margin: 5rem -3rem 4rem -3rem;
}
@media(min-width: 768px){
    .tutorials-v2{
        margin: 4rem  0;
    }
}

.tutorials-v2 > .tabs-items-title h2{
    text-align: center;
}

.tutorials-v2 > .tabs-items-list{
    margin-top: 3rem;
}

.tutorials-v2 > .tabs-items-list .tabs-items-scroll{
    height: 4.8rem!important;
}

.tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap{
    text-align: center;
    overflow: hidden;
    height: 4.8rem;
    padding: 0;
}

.tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items{
    display: inline-block;
    border-radius: 25px;
    border: 1px solid #efefef;
    overflow: auto;
    height: 4.8rem;
}
.tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item {
    height: 4.6rem!important;
    max-width: none!important;
}
.tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item a{
    height: 4.6rem;
    position: relative;
    display: block;
}

.tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item img,
.tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .icon__blue,
.tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .icon__white{
    display: none;
}

@media(min-width: 768px){
    .tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item img{
        display: block;
        height: 2.4rem;
        width: 2.4rem;
        position: absolute;
        margin: 0;
        top: 0.8rem;
        left: 1.5rem;
    }
    .tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .icon__blue {
        display: inline-block;
    }

    .tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .icon__white {
        display: none;
    }

    .tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .tabs-item-title-active .icon__blue {
        display: none;
    }

    .tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .tabs-item-title-active .icon__white {
        display: inline-block;
    }

}

.tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .tabs-item-title{
    display: block;
    padding: 1.2rem 1rem 1.2rem 1rem;
    border: none;
}

@media(min-width: 768px){
    .tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .tabs-item-title{
        padding: 1.2rem 2rem 1.2rem 5.9rem;
    }
}

.tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .tabs-item-title p{
    font-size: 1.4rem;
    color: #000;
}

@media(min-width: 768px){
    .tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .tabs-item-title p{
        font-size: 1.5rem;
    }
}

.tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .tabs-item-title.tabs-item-title-active{
    background: #007eae;
}

.tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .tabs-item-title.tabs-item-title-active p{
    color: #eee;
    font-weight: normal;
}

.tutorials-v2 > .tabs-items-list .tabs-items-scroll{
    height: 4.8rem!important;
}

.tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap{
    text-align: center;
    overflow: hidden;
    height: 4.8rem;
    padding: 0;
}

.tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items{
    display: inline-block;
    border-radius: 25px;
    border: 1px solid #efefef;
    overflow: auto;
    height: 4.8rem;
}
.tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item {
    height: 4.6rem!important;
    max-width: none!important;
}
.tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item a{
    height: 4.6rem;
    position: relative;
    display: block;
}

.tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item img{
    display: none;
}

@media(min-width: 768px){
    .tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item img{
        display: block;
        height: 2.8rem;
        width: 2.8rem;
        position: absolute;
        margin: 0;
        top: 0.8rem;
        left: 1.5rem;
    }
}

.tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .tabs-item-title{
    display: block;
    padding: 1.2rem 1rem 1.2rem 1rem;
    border: none;
}

@media(min-width: 768px){
    .tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .tabs-item-title{
        padding: 1.2rem 2rem 1.2rem 5.9rem;

    }
}

.tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .tabs-item-title p{
    font-size: 1.5rem;
    color: #000;
}

.tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .tabs-item-title.tabs-item-title-active{
    background: #007eae;
}

.tutorials-v2 > .tabs-items-list .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .tabs-item-title.tabs-item-title-active p{
    color: #eee;
    font-weight: normal;
}

/* inner tabs */
.tutorials-v2 > .tabs-contents{

}

.tutorials-v2 > .tabs-contents .tabs-items-scroll{
    height: 4.8rem!important;
}
.tutorials-v2 > .tabs-contents .tabs-items-scroll .tabs-items-wrap{
    text-align: center;
    overflow: hidden;
    height: 4.8rem;
    padding: 0;
}
.tutorials-v2 > .tabs-contents .tabs-items-scroll .tabs-items-wrap .tabs-items{
    display: inline-block;
    height: 4.8rem;
}
.tutorials-v2 > .tabs-contents .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item {
    height: 4.6rem!important;
    max-width: none!important;
}
.tutorials-v2 > .tabs-contents .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item a{
    height: 4.6rem;
    position: relative;
    display: block;
}

@media(min-width: 768px){
    .tutorials-v2 > .tabs-contents .tabs-items-scroll{
        height: 5.6rem!important;
    }
    .tutorials-v2 > .tabs-contents .tabs-items-scroll .tabs-items-wrap{
        height: 5.6rem;
    }
    .tutorials-v2 > .tabs-contents .tabs-items-scroll .tabs-items-wrap .tabs-items{
        height: 5.6rem;
    }

    .tutorials-v2 > .tabs-contents .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item {
        height: 5.4rem!important;
    }
    .tutorials-v2 > .tabs-contents .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item a{
        height: 5.4rem;
    }
}

.tutorials-v2 > .tabs-contents .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .tabs-item-title{
    display: block;
    padding: 1.2rem 1rem;
    border: none;
    transition: none;
    position: relative;
}
@media(min-width: 768px){
    .tutorials-v2 > .tabs-contents .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .tabs-item-title{
        padding: 1.7rem 3rem;

    }
}
.tutorials-v2 > .tabs-contents .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .tabs-item-title.tabs-item-title-active:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    border-bottom: 2px solid #007eae;
}
@media(min-width: 768px){
    .tutorials-v2 > .tabs-contents .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .tabs-item-title.tabs-item-title-active:before{
        left: 3rem;
        right: 3rem;
    }
}

.tutorials-v2 > .tabs-contents .tabs-items-scroll .tabs-items-wrap .tabs-items li.tabs-item .tabs-item-title.tabs-item-title-active p{
    color: #007eae;
    transition: none;
}
.tutorials-v2 > .tabs-contents .tabs-items-list{
    border: 1px solid #efefef;
    border-left: none;
    border-right: none;
}

.tabs-group.tutorials-v2 .video-elem__wrap .video-elem__info {
    padding: 0;
    margin-top: -1em;
    background: #fff;
    display: inline-block;
    opacity: 1;
    width: 100%;
    top: 14px;
    position: relative;
}

.tabs-group.tutorials-v2 .video-elem__wrap .video-elem__info .video-elem__btn-info {
    width: auto;
    padding: .1rem 1.5rem;
    font-size: 1rem;
    white-space: nowrap;
    position: relative;
    left: 0;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

@media (min-width:768px) {
    .tabs-group.tutorials-v2 .video-elem__wrap .video-elem__info .video-elem__btn-info {
        font-size: 1.2rem;
    }
}

.tabs-group.tutorials-v2 h3.video-elem__title {
    width: 100%;
    padding: 1.5rem 1rem;
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: 'OpenSans', Arial, serif;
    font-weight: bold;
    letter-spacing: 0;
    margin-left: 0;
    min-height: 75px;
}

h4.video-elem__title {
    width: 100%;
    padding: 1.5rem 1rem;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-family: 'OpenSans', Arial, serif;
    letter-spacing: 0;
    margin-left: 0;
    min-height: 75px;
}

.tabs-group.tutorials-v2 .video-elem__info a {
    left: 0;
    width: auto;
    position: relative;
    text-align: left;
    display: block;
}

@media (max-width:991px) {
    .tabs-group.tutorials-v2 .video-elem__info a.download-video,  .tabs-group.tutorials-v2 .video-elem__btn-expand {
        display: none;
    }
}

.tabs-group.tutorials-v2 .video-elem__info a.download-video {
    width: auto;
    position: absolute;
    right: 0;
    top: 1rem;
}

.tabs-group.tutorials-v2 .video-elem__info a.download-video img {
    position: relative;
    left: 10px;
}

@media (min-width:768px) {
    .tabs-group.tutorials-v2 .video-elem__info a.download-video img {
        position: relative;
        left: -10px;
    }
}

.tabs-group.tutorials-v2 .tabs-content.article-content .title-container h3 {
    font-size: 2rem;
    color:#337ab7;
    text-align: center;

}
.tabs-group.tutorials-v2 .tabs-content.article-content .title-container{
    margin: 1rem 0 3rem;
}

.tabs-group.tutorials-v2 .tabs-content.article-content .title-container h3{
    margin: 0;
}
.tabs-group.tutorials-v2 .tabs-content.article-content .title-container p {
    text-align: center;
    font-size: 2rem;
    color: #000;
    font-family: 'OpenSans-Bold';
}

.tabs-group.tutorials-v2 .video-elem__wrap {
    height: auto;
    min-width: 170px;
    min-height: 275px;
    opacity: 0.3;
    box-shadow: 1px 10px 10px #ccc;
    transition: all 0.5s;
}
.tabs-group.tutorials-v2 .slick-current .video-elem__wrap{
    opacity: 1;
    transform: scale(1.1)
}

@media (min-width:768px) {
    .tabs-group.tutorials-v2 .video-elem__wrap {
        min-height: 290px;
        opacity: 1;
    }
}

@media (min-width:1200px) {
    .tabs-group.tutorials-v2 .video-elem__wrap {
        min-height: 335px;
    }
}

.tabs-group.tutorials-v2 .video-elem__play-btn .play-btn__image {
    top: 5%;
}

@media (min-width:360px) {
    .tabs-group.tutorials-v2 .video-elem__play-btn .play-btn__image {
        top: 10%;
    }

}

@media (min-width:400px) {
    .tabs-group.tutorials-v2 .video-elem__play-btn .play-btn__image {
        top: 15%;
    }

}

@media (min-width:768px) {
    .tabs-group.tutorials-v2 .video-elem__play-btn .play-btn__image {
        top: 25%;
    }

}

.tabs-group.tutorials-v2 .vid-mobile-carousel button.slick-prev.slick-arrow{
    left: 0;
    height: 4rem;
    width: 4rem;
    bottom: 0;
}
.tabs-group.tutorials-v2 .vid-mobile-carousel button.slick-prev.slick-arrow::after{
    width: 1.3rem;
    height: 1.3rem;
    top: 35%;
    right: 30%;
    border-radius: 2px;
}
.tabs-group.tutorials-v2 .vid-mobile-carousel button.slick-next.slick-arrow{
    right: 0;
    height: 4rem;
    width: 4rem;
    bottom: 0;
}
.tabs-group.tutorials-v2 .vid-mobile-carousel button.slick-next.slick-arrow::after{
    width: 1.3rem;
    height: 1.3rem;
    top: 35%;
    left: 30%;
    border-radius: 2px;
}

.tabs-group.tutorials-v2 .vid-mobile-carousel .slick-list.draggable {
    padding-bottom: 50px!important;
}

.tutorials-v2 > .tabs-contents .tabs-group .tabs-arrow {
    padding: 1rem 0;
}

.tutorials-v2 > .tabs-contents .tabs-group .tabs-arrow-right a {
    background: none;
    border-left: 2px solid #dfdfdf;
}

.tutorials-v2 > .tabs-contents .tabs-group .tabs-arrow-right a:before {
    content: ">";
    text-align: center;
    position: absolute;
    width: 30px;
    height: 100%;
    font-size: 1.4rem;
    line-height: 2.6rem;
    z-index: 2;
    font-family: monospace;
    font-weight: bold;
    color: #979797;
    margin:auto;
}

.tutorials-v2 > .tabs-contents .tabs-group .tabs-arrow-left a {
    background: none;
    border-right: 2px solid #dfdfdf;
}

.tutorials-v2 > .tabs-contents .tabs-group .tabs-arrow-left a:before {
    content: "<";
    text-align: center;
    position: absolute;
    width: 30px;
    height: 100%;
    font-size: 1.4rem;
    line-height: 2.6rem;
    z-index: 2;
    font-family: monospace;
    font-weight: bold;
    color: #979797;
    margin:auto;
}

@media (min-width:768px) {
    .tutorials-v2 > .tabs-contents .tabs-group .tabs-arrow-left a:before, .tutorials-v2 > .tabs-contents .tabs-group .tabs-arrow-right a:before {
        line-height: 3.6rem;
    }

}

/* Ticket #107987 - MyHome//nuevo modulo para landing promo myhome */
/*DV link button list with img and text*/
.highlights-link-list ul{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.highlights-link-list ul li {
    list-style: none;
    background: none;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 5px;
    width: 100%;
}
.highlights-link-list ul li a{
    text-decoration: none;
}
.highlights-link-element_content {
    align-items: center;
    display: flex;
    justify-content: start;
    padding: 8px 20px 8px 10px;
    position: relative;
    border: 1px solid #afafaf;
    border-radius: 4px;
    height: 100%;
    max-width: 300px;
    margin: auto;
}
.highlights-link-element_content:hover {
    border: 1px solid #007eae;
    transform: scale(1.01);
}
.highlights-link-element_content:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #007eae;
    border-right: 2px solid #007eae;
    transform: rotate(45deg);
    right: 10px;
}
.highlights-link-element img {
    width: 30px;
    position: relative;
    margin-right: 1rem;
    top:-3px;
}
.page-wrapper ul li .highlights-link-element_content p,
.page-wrapper ul li .highlights-link-element_content h2 {
    margin-right: 1rem;
    top: -4px;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.3rem;
    font-family: 'OpenSans', Arial, serif;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0;

}
.page-wrapper ul li .highlights-link-element_content h3{
    font-size: 2rem;
    line-height: 2.8rem;
    margin-right: 1rem;
    top: -4px;
    position: relative;
}
@media (min-width: 550px) {
    .highlights-link-list ul li {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 245px;
    }
}
/*FIN DV link button list with img and text*/
/* FIN Ticket #107987 - MyHome//nuevo modulo para landing promo myhome */

/* Ticket #108334 - Wivai // Landing pre-venta Rainbow */
.faqs-grey-dark .dropdown-item .dropdown-title h3 a {
    background: #dfdfdf;
}
.faqs-grey-dark .dropdown-item .dropdown-title h3 a:hover {
    background: #007eae;
}
/* FIN Ticket #108334 - Wivai // Landing pre-venta Rainbow */

/*ticket Hazte cliente autÃƒÂ³nomos 109003*/
.app-group .app_content .heading-group {
    text-align: center;
}
.app-group .app_content .app-item .button_wrap{
    text-align: center;
}

.banner-image .image_banner-fixer .om-box .om-left {
    display: table-cell;
    vertical-align: top;
    border-right: none;
    padding-right: 7px;
    padding-left: 7px;*
}

@media (min-width:991px){
    .banner-image.image_banner-fixer .banner-image-group>picture {
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

#page_banner-fixer.page-banner .page-title h1,
#page_banner-fixer.page-banner .page-title h2 {
    /*tamaÃƒÂ±os de H1*/
    font-size: 3.2rem;
    line-height: 4rem;
    color: #fff;
    position: relative;
}

@media (min-width:1200px) {
    #page_banner-fixer.page-banner .page-title h1,
    #page_banner-fixer.page-banner .page-title h2 {
        text-align: left;
    }
    #page_banner-fixer .page-title{
        text-align:left;
    }
    #page_banner-fixer .page-description{
        text-align:left;
    }
}


#page_banner-fixer.page-banner .page-description h1,
#page_banner-fixer.page-banner .page-description h2 {
    /*tamaÃƒÂ±os de H1*/
    font-size: 3.2rem;
    line-height: 4rem;
    color: #fff;
    position: relative;
}




@media (min-width:1200px) {
    #page_banner-fixer.page-banner .page-description,
    #page_banner-fixer.page-banner .page-description {
        text-align: left;
    }
}

@media (min-width:991px) {
    #page_banner-fixer.page-banner .page-title h2 {
        /*tamaÃƒÂ±os de H1*/
        font-size: 4rem;
        line-height: 4.8rem;
        color: #fff;
    }
}

@media (max-width:991px) {
    #page_banner-fixer.page-banner {
        display: flex;
        position: absolute;
        justify-content: center;
        bottom: 10%;
        padding: 2% !important;
    }

    .banner-image.image_banner-fixer .banner-media .banner-image-group img {
        width: 200%;
        height: 200%;
        min-height: 250px;
        left: -76%;
    }
}

.page-wrapper ul li .c-2col-element__text-body p.fake_blue-link {
    font-weight: 600;
    color: #007eae;
    font-size: 1.6rem;
    margin-top: 0;
    letter-spacing: 1px;
}

.page-wrapper .c-2col-ul__element:hover  p.fake_blue-link {
    text-decoration: underline;
}

/*FIN Ticket 109003 - Hazte cliente autonomos*/

/*Ticket 109062 - Home Particulares > Visualizacion terrat Ucrania en mobile*/
.hm-slide.hm-text-center.hm-text-contrast.slick-slide .hm-slide-description h2 {
    color: #4a4a4a;
}
@media (min-width: 991px) {
    .hm-slide.hm-text-center.hm-text-contrast.slick-slide .hm-slide-description h2 {
        color: #fff;}
}
/*FIN Ticket 109062 - Home Particulares > Visualizacion terrat Ucrania en mobile*/

/*TICKET 109242 - Empresas // General // > Fondos Europeos Next Generation*/

.slider-gco__carousel {
    overflow: hidden;
}
.slider-gco__carousel .slick-track {
    display: flex;
    Flex-flow: row wrap;
}
.highlight-gco {
    background: #fff;
    padding: 0;
    margin: 0 4px;
    text-align: center;
    border: 1px solid #eee;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

.highlight-gco__image {
    display: block;
    position: relative;
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.highlight-gco__product {
    margin-top: 2rem;
    padding-top: 2rem;
    min-height: 4rem;
    font-family: 'OpenSans-Bold', Arial, serif;
    color: #333;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.8rem;
    line-height: 2rem;
}

.highlight-gco__description {
    padding: 0 2rem 2rem;
    margin-top: 2rem;
}

.highlight-gco__description p {
    font-size: 1.3rem;
    line-height: 1.8rem;
}

.highlight-gco__description p strong{
    margin-bottom: 5px;
}

.highlight-gco__description .texto_grande {
    font-size: 1.8rem;
}

.highlight-gco__link {
    margin-top: 25px;
}

.slider-gco__arrows {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-gco__arrows a.slick-arrow:before, .slider-gco__arrows a.slick-arrow:after {
    content: none !important;
}

.slider-gco__dots {
    display: none;
}

.slider-gco__dots ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-gco__dots ul li {
    margin: 0 5px;
}

.slider-gco__dots ul li button {
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slider-gco__dots ul li button:before {
    content: "";
    background: url(/deployedfiles/common/R2016/Estaticos/css/icons/dot-inactive.png) no-repeat center center;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -5px;
}

.slider-gco__dots ul li.slick-active button:before {
    content: "";
    background: url(/deployedfiles/common/R2016/Estaticos/css/icons/dot-active.png) no-repeat center center;
}

@media (min-width:768px) {
    .slider-gco__simple {
        display: flex !important;
        justify-content: center;
        width: 100% !important;
    }
    .slider-gco__dots {
        display: block;
    }
}

/*FIN TICKET 109242 - Empresas // General // > Fondos Europeos Next Generation*/

/*TICKET 109249 - Modificacion landing comparativa*/
.article-content.article-text#roundPointList ul li {
    padding: 0;
    margin: 0 0 0 3.2rem;
    list-style: disc;
}
.article-content.article-text#roundPointList ul li:before {
    display: none;
}
/*FIN TICKET 109249 - Modificacion landing comparativa*/

/* Ticket #109206 - Colorbox en subhome seguridad */
#colorbox-ciberseg {
    display: none;
    background: #fff;
    padding: 40px 25px;
    width: 100%;
}

.ciberseguridad #cboxClose {
    background: url(icons/cross_black.png) 53% center no-repeat;
}

@media (min-width: 768px) {
    #colorbox-ciberseg {
        width: 710px;
    }
}
/* FIN Ticket #109206 - Colorbox en subhome seguridad */
/* Ticket #109332 - Particulares // Tarjetas // Venta MyCard > Ajustes para mobile */
#twoCimgTopTextCenter .contenedor_exterior_columnas {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}
#twoCimgTopTextCenter .contenedor_exterior_columnas .estilo_col_derecha p.button_wrap {
    display: inline-block;
    margin-top: 2rem;
}
@media (min-width: 991px) {
    #twoCimgTopTextCenter .contenedor_exterior_columnas {
        flex-direction: row-reverse;
        text-align: left;
    }
}
/* FIN Ticket #109332 - Particulares // Tarjetas // Venta MyCard > Ajustes para mobile */

/* Ticket #109513 - Particulares // Planes // Nueva OM para Planes Gama Destino */
.om-group .om-content .om-right .om-value ul.list {
    display: flex;
    vertical-align: middle;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}
.om-group .om-content .om-right .om-value ul.list li.list__item{
    display: block;
    width: 13%;
    position: relative;
    border-radius: 0;
    text-align: center;
    font-weight: bold;
    background-image:none;
    padding: 0;
    background-color: transparent;
}
.om-group .om-content .om-right .om-value ul.list li.list__item span.font-color--gray,
.om-group .om-content .om-right .om-value ul.list li.list__item span.font-color--black{
    border-radius: 3px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.4rem 0;
    text-align: center;
}
.om-group .om-content .om-right .om-value ul.list li.list__item span.font-color--gray {
    background-color: #d4d4d4;
    color: #9f9f9f;
}

.om-group .om-content .om-right .om-value ul.list li.list__item span.font-color--black {
    background-color: #000;
    color: #fff;
}
/* FIN Ticket #109513 - Particulares // Planes // Nueva OM para Planes Gama Destino */
/*Ticket 108448 - Redisenio de macromenu caixabank.es*/
/*Estilos generales*/
.macromenu .block-title__link{
    font-size: 15px;
}
.macromenu .block-category{
    padding: 0 20px 0 10px;
}
/*Estilos banner lateral con imagen*/

#panel-menu .tabs-content .menu-linkgroup.menu-campaigns {
    height: 315px;
}
#panel-menu .menu-campaign .menu-campaign-text {
    width: 97%;
}

#panel-menu .menu-campaign .menu-campaign-section p {
    font-style: normal;
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 1px;
}
#panel-menu .menu-campaign-image-wrap {
    background: #000;
}
#panel-menu .menu-campaign.menu-campaign-h .menu-campaign-image img {
    opacity: .7;
}

/*Estilos listado enlaces subseccon*/

.macromenu .block-section__sublink {
    display: block;
    font-size: 1.4rem;
    line-height: 1.82rem;
}
.macromenu ul.block-category__subcontent {
    margin-left: 1.5rem;
}
.macromenu ul.block-category__subcontent li.block-category__subsection {
    display: block;
    position: relative;
    margin: 1.5rem 0;
}
.macromenu ul.block-category__subcontent li.block-category__subsection:last-child{
    margin-bottom: 1rem;
}
.macromenu ul.block-category__subcontent li.block-category__subsection:before{
    content:"";
    position: absolute;
    display:inline;
    width: 8px;
    height: 8px;
    border-top: 2px solid #007eae;
    border-right: 2px solid #007eae;
    top: 8px;
    left: -1.7rem;
    transform: rotate(45deg);
}
.macromenu ul.block-category__subcontent li.block-category__subsection a.block-section__secundarylink {
    text-decoration: none;
    font-size: 1.4rem;
}
.macromenu ul.block-category__content.open .block-section__link:after{
    opacity: 0;
}
.macromenu .block-section__link {
    margin: 1.5rem 0;
}
#panel-menu .menu-campaigns-wrap .menu-campaign-title .btn, #panel-menu .menu-campaigns-wrap .menu-campaign-title .btn a {
    width: 100%;
}
.macromenu .block-category__content.open {
    border-bottom: 0;
}
.macromenu .b-servicios__link:after{
    display: none;
}
/*EspecÃ­fico macromenÃº empresas*/
#panel-menu .menu-campaigns-template-empresas .menu-campaign-section p  {
    text-align: left;
}

/*Media queries*/
@media (min-width: 991px) {
    .macromenu {
        min-height: 465px;
        position: relative;
    }
    .macromenu .row:last-child {
        position: absolute;
        bottom: 15px;
    }
    .macromenu .block-section__link {
        margin: 10px 0px 5px 0px;
    }
    .macromenu ul.block-category__subcontent li.block-category__subsection {
        margin: 3px 0px 0px 0px;
    }
    #panel-menu .tabs-content .menu-linkgroup.menu-campaigns {
        height: auto;
    }
    #panel-menu .menu-campaign .menu-campaign-text {
        width: auto;
    }
}
/*FIN Ticket 108448 - Redisenio de macromenu caixabank.es*/

/*Css display view dinamica Modulo composicion imagenes*/
.module-images {
    overflow: hidden;
}

.module-images__container .slick-track {
    position: absolute;
}

.module-images__wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 15px;
}

.module-images__img {
    -webkit-box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.18);
    width: 100%;
    height: auto;
    margin: 0 5px;
    border-radius: 10px;
    /* &--big-center {
              max-width: 990px;
          }
          */
}

.module-images__img--small {
    width: 49%;
}

.module-images__small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.module-images__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.module-images__arrows .slick-prev, .module-images__arrows .slick-next {
    position: relative;
    z-index: 1000;
}

.module-images__arrows a:before, .module-images__arrows a:after {
    content: none !important;
}

.module-images__dots {
    display: none;
}

.module-images__dots ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.module-images__dots ul li {
    margin: 0 5px;
}

.module-images__dots ul li button {
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.module-images__dots ul li button:before {
    content: "";
    background: url("/deployedfiles/common/R2016/Estaticos/css/icons/dot-inactive.png") no-repeat center center;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -5px;
}

.module-images__dots ul li.slick-active button:before {
    content: "";
    background: url("/deployedfiles/common/R2016/Estaticos/css/icons/dot-active.png") no-repeat center center;
}

@media (min-width: 768px) {
    .module-images__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .module-images__small {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .module-images__img--big-right, .module-images__img--big-left {
        width: 401px;
    }
    .module-images__img--small {
        width: 265px;
    }
    .module-images__four-small .module-images__small {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .module-images__arrows {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .module-images__arrows .slick-prev, .module-images__arrows .slick-next {
        position: absolute;
        top: 40%;
    }
    .module-images__arrows .slick-prev {
        left: -30px;
    }
    .module-images__arrows .slick-next {
        right: -30px;
    }
    .module-images__dots {
        display: block;
    }
}

@media (min-width: 992px) {
    .module-images__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .module-images__img--big-center {
        width: 830px;
    }
    .module-images__img--big-right, .module-images__img--big-left {
        width: 482px;
    }
    .module-images__img--small {
        width: 320px;
    }
    .module-images__arrows .slick-prev {
        left: 0;
    }
    .module-images__arrows .slick-next {
        right: 0;
    }
}

/*FIN Css display view dinamica Modulo composicion imagenes*/
