/* FONTS */
/* FONTS SANTANDER HEADLINE */
@font-face {
    font-family: 'Santander Headline Bold';
    src: url('../fonts/SantanderHeadlineW05-Bold.woff2') format('woff2'),
        url('../fonts/SantanderHeadlineW05-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Santander Headline Bold Italic';
    src: url('../fonts/SantanderHeadlineW05-BoldIt.woff2') format('woff2'),
        url('../fonts/SantanderHeadlineW05-BoldIt.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Santander Headline';
    src: url('../fonts/SantanderHeadlineW05-Rg.woff2') format('woff2'),
    url('../fonts/SantanderHeadlineW05-Rg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Santander Headline Italic';
    src: url('../fonts/SantanderHeadlineW05-Italic.woff2') format('woff2'),
        url('../fonts/SantanderHeadlineW05-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Santander Headline Light';
    src: url('../fonts/SantanderHeadlineW05-Light.woff2') format('woff2'),
        url('../fonts/SantanderHeadlineW05-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Santander Headline Light Italic';
    src: url('../fonts/SantanderHeadlineW05-LtIt.woff2') format('woff2'),
        url('../fonts/SantanderHeadlineW05-LtIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
/* END FONTS SANTANDER HEADLINE */

/* FONTS SANTANDER MICRO TEXT */
@font-face {
    font-family: 'Santander Micro Text Extra';
    src: url('../fonts/SantanderMicroTextW05-XBold.woff2') format('woff2'),
        url('../fonts/SantanderMicroTextW05-XBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Santander Micro Text Extra Italic';
    src: url('../fonts/SantanderMicroTextW05-XBdIt.woff2') format('woff2'),
        url('../fonts/SantanderMicroTextW05-XBdIt.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Santander Micro Text Bold';
    src: url('../fonts/SantanderMicroTextW05-Bold.woff2') format('woff2'),
        url('../fonts/SantanderMicroTextW05-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Santander Micro Text Bold Italic';
    src: url('../fonts/SantanderMicroTextW05-BdIt.woff2') format('woff2'),
        url('../fonts/SantanderMicroTextW05-BdIt.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Santander Micro Text Semi';
    src: url('../fonts/SantanderMicroTextW05-SmBd.woff2') format('woff2'),
        url('../fonts/SantanderMicroTextW05-SmBd.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Santander Micro Text Semi Italic';
    src: url('../fonts/SantanderMicroTextW05-SBIt.woff2') format('woff2'),
        url('../fonts/SantanderMicroTextW05-SBIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Santander Micro Text';
    src: url('../fonts/SantanderMicroTextW05-Rg.woff2') format('woff2'),
    url('../fonts/SantanderMicroTextW05-Rg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Santander Micro Text Italic';
    src: url('../fonts/SantanderMicroTextW05-It.woff2') format('woff2'),
        url('../fonts/SantanderMicroTextW05-It.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Santander Micro Text Light';
    src: url('../fonts/SantanderMicroTextW05-Light.woff2') format('woff2'),
        url('../fonts/SantanderMicroTextW05-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Santander Micro Text Light Italic';
    src: url('../fonts/SantanderMicroTextW05-LtIt.woff2') format('woff2'),
        url('../fonts/SantanderMicroTextW05-LtIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
/* END FONTS SANTANDER MICRO TEXT */

/* END FONTS */

/* ESTILOS GENERALES */

* {
    font-family: Helvetica, Arial, sans-serif;
    color: #000000;
}

body{
    overflow-x: hidden;
}

body.block{
    overflow-y: hidden;
}

img{
    display: block;
    width: 100%;
}

h1{
    color: #222222;
    font-family: 'Santander Headline Bold', Helvetica, Arial, sans-serif;
    font-size: 3rem;
    margin-bottom: 20px;
}

h1 b{
    color: #ffffff;
}

h2{
    font-family: 'Santander Headline Bold', Helvetica, Arial, sans-serif;
    font-size: 2.8rem;
    color: #222222;
    text-align: center;
    margin-bottom: 50px;
}

h3{
    font-family: 'Santander Headline Bold', Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    color: #222222;
}

p{
    font-family: 'Santander Micro Text', Helvetica, Arial, sans-serif;
    color: #222222;
}

strong{
    font-family: 'Santander Micro Text Bold', Helvetica, Arial, sans-serif;
    color: #222222;
}

main{
    padding-top: 160px;
    position: relative;
}

section{
    padding: 100px 0 0;
}

section:last-child{
    padding: 100px 0;
}

section:first-child{
    padding: 60px 0;
}

.btn{
    display: block;
    font-family: 'Santander Micro Text Bold', Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    background-color: #EC0000;
    padding: 15px 20px;
    width: fit-content;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 20px;
}

.btn:hover{
    background-color: #cc0000;
}

/* END ESTILOS GENERALES */

/* COMPONENTES */

/* HEADER */
header{
    position: fixed;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 9;
    transition: transform 0.3s ease;
}

header.hide{
    transform: translateY(-100%);
}

.header_logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    margin-bottom: 20px;
}

.header_logo .burger_menu{
    display: none;
}

.header_logo svg{
    width: 360px;
}

.header_logo-btns{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.header_logo-btns .btn{
    margin-top: 0;
    padding: 10px 20px;
    position: relative;
}

.header_logo-btns .btn::after{
    content: '|';
    position: absolute;
    display: block;
    font-family: 'Santander Micro Text Light', Helvetica, Arial, sans-serif;
    color: #000000;
    top: 20%;
    right: -20%;
}

.header_logo-btns .translate_btns{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.header_logo-btns .translate_btns a{
    font-family: 'Santander Micro Text', Helvetica, Arial, sans-serif;
    color: #222222;
    text-decoration: none;
}

.header_logo-btns .translate_btns a.active,
.header_logo-btns .translate_btns a:hover{
    color: #EC0000;
    text-decoration: underline;
}

header nav.menu_mobile{
    display: none;
}

header nav ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
}

header nav ul li{
    padding-bottom: 10px;
    position: relative;
}

header nav ul li.active>a,
header nav ul li a:hover{
    color: #EC0000;
}

header nav ul li.active::after{
    content: '';
    position: absolute;
    display: block;
    background-color: #EC0000;
    width: 25px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

header nav ul li.with_submenu{
    position: relative;
}

header nav ul li.with_submenu .submenu{
    position: absolute;
    display: none;
    width: 140%;
    padding: 25px;
    border-radius: 25px;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
}

header nav ul li.with_submenu.selected>a{
    color: #EC0000;
}

header nav ul li.with_submenu.selected .submenu{
    display: block;
}

header nav ul li.with_submenu .submenu li{
    padding-bottom: 20px;
}

header nav ul li.with_submenu .submenu li:last-child{
    padding-bottom: 0px;
}

header nav ul li.with_submenu .submenu li a{
    text-transform: none;
    font-family: 'Santander Micro Text', Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
}

header nav ul li.with_submenu .submenu li.active{
    color: #EC0000;
}

header nav ul li.with_submenu .submenu li.active::after{
    display: none;
}

header nav ul li.with_submenu .submenu li a:hover{
    color: #EC0000;
    text-decoration: underline;
}

header nav ul li.with_submenu .submenu li:hover::after{
    display: none;
}

header nav ul li a{
    display: block;
    text-decoration: none;
    font-family: 'Santander Micro Text Bold', Helvetica, Arial, sans-serif;
    color: #222222;
    text-transform: uppercase;
}

header nav ul li a svg{
    margin-left: 5px;
    fill: #222222;
    transition: all 0.15s linear;
}

header nav ul li:hover a svg{
    fill: #EC0000;
}

header nav ul li.selected a svg{
    fill: #EC0000;
    transform: rotate(-180deg);
}

header nav ul li.active a svg{
    fill: #EC0000;
}
/* END HEADER */

/* FOOTER */
footer nav{
    background-color: #F7F7F7;
    padding: 5% 10%;
}

footer nav ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

footer nav ul li a{
    font-family: 'Santander Micro Text', Helvetica, Arial, sans-serif;
    color: #222222;
    text-decoration: none;
}

footer nav ul li a svg{
    margin-left: 10px;
}

footer nav ul li a svg.linkedin{
    margin-left: 0;
    margin-right: 10px;
}

.footer_logo{
    background-color: #EC0000;
    padding: 25px 0;
}

.footer_logo svg{
    display: block;
    max-width: 300px;
    margin: 0 auto 30px;
}

.footer_logo p{
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: .9rem;
}
/* END FOOTER */

/* HERO */
.hero img{
    max-height: 425px;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
}

.hero.subcategory{
    padding-bottom: 0;
}

.hero.subcategory h1{
    font-size: 3.2rem;
}

.hero.subcategory p{
    font-size: 1.2rem;
    margin-bottom: 0;
}

.hero.subcategory img{
    max-height: 380px;
}
/* END HERO */

/* BANNER */
.banner{
    padding: 40px 0;
}
.banner figure{
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.banner figure::after{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
}

.banner figure img{
    max-height: 220px;
    object-fit: cover;
    object-position: center;
}

.banner figure figcaption{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 2% 30% 2% 5%;
    z-index: 3;
}

.banner figure figcaption .banner_subtitle{
    font-family: 'Santander Micro Text Bold', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #FFFFFF;
    margin-bottom: 0;
}

.banner figure figcaption .banner_title{
    font-family: 'Santander Headline', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    line-height: normal;
    color: #FFFFFF;
    margin-bottom: 0;
}
/* END BANNER */

/* IMG + TXT */
.img_txt img{
    max-height: 350px;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
}

.img_txt .btn{
    font-size: 0.8rem;
    padding: 10px 30px;
    margin: 0 auto;
}
/* END IMG + TXT */

/* CARDS */
.cards__card{
    position: relative;
}

.cards__card figcaption{
    position: absolute;
    width: 80%;
    bottom: 10%;
    right: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #FFFFFF;
    padding: 20px 20px;
    border-radius: 20px;
    max-height: 90px;
    height: 100%;
}

.cards__card figcaption p{
    font-family: 'Santander Micro Text Bold', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}

.cards__card img{
    height: 300px;
}
/* END CARDS */

/* CARDS LINK */
.linkcards__card {
    display: block;
    text-decoration: none;
    border-radius: 28px;
    overflow: hidden;
    height: 100%;
}

.linkcards__card figure{
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.linkcards__card img{
    max-height: 200px;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
}

.linkcards__card figcaption{
    background-color: #F0F0F0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.linkcards__card figcaption h3{
    font-size: 1.4rem;
}

.linkcards__card figcaption .arrow{
    width: 20px;
    margin-left: auto;
}

.linkcards__card figcaption .figcaption_txt{
	font-family: 'Santander Micro Text', Helvetica, Arial, sans-serif;
}
/* END CARDS LINK */

/* NO LINK CARD */
.nolinkcards__card {
    border-radius: 28px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.nolinkcards__card figure{
    margin-bottom: 0;
}

.nolinkcards__card img{
    max-height: 200px;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
}

.nolinkcards__card figcaption{
    background-color: #FFFFFF;
    padding: 20px;
    flex-grow: 1;
}

.nolinkcards__card figcaption h3{
    font-size: 1.4rem;
}

.nolinkcards__card figcaption p{
    margin-bottom: 0;
}

.nolinkcards__card figcaption .arrow{
    width: 20px;
    margin-left: auto;
}
/* END NO LINK CARD */

/* EQUIPO */
section.equipo .equipo_card img{
    max-width: 200px;
    object-fit: cover;
    object-position: center;
    margin: 0 auto 20px;
    width: 100%;
    border-radius: 24px;
}
section.equipo .equipo_card figcaption{
    text-align: center;
}
section.equipo .equipo_card figcaption h3{
    font-size: 1.2rem;
}
/* END EQUIPO */

/* TABS */
.tabs{
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    padding: 4px;
    background-color: #F0F0F0;
    border-radius: 26px;
    overflow: hidden;
}

.tab{
    appearance: none;
    border: none;
    outline: 0;
    padding: 10px 30px;
    font-family: 'Santander Micro Text Bold', Helvetica, Arial, sans-serif;
    color: #222222;
    border-radius: 26px;
}

.tab.active{
    background-color: #EC0000;
    color: #FFFFFF;
}
/* END TABS */

/* ENLACES */
section.enlaces h2{
    font-family: 'Santander Headline', Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    text-align: start;
    margin-bottom: 20px;
}

section.enlaces .enlaces_box{
    background-color: #F5F9FB;
    padding: 8%;
    border-radius: 24px;
}

section.enlaces .enlaces_box .enlaces_select{
    display: flex;
    align-items: center;
    gap: 8px;
}

section.enlaces .enlaces_box .enlaces_select .select_txt{
    font-family: 'Santander Headline', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: #000000;
    display: block;
}

section.enlaces .enlaces_box .select_enlaces{
    min-width: 180px;
    position: relative;
}

section.enlaces .enlaces_box .select_enlaces .select_btn{
    font-family: 'Santander Headline Light', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #CEDEE7;
    text-decoration: none;
}

section.enlaces .enlaces_box .select_enlaces .select_btn span{
    font-family: 'Santander Headline Light', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: #000000;
}

section.enlaces .enlaces_box .select_enlaces .select_btn svg{
    fill: #EC0000;
    margin-left: 20px;
    margin-top: 8px;
    transition: all 0.15s linear;
}

section.enlaces .enlaces_box .select_enlaces.active .select_btn svg{
    transform: rotate(-180deg);
}

section.enlaces .enlaces_box .select_enlaces .select_dropdown{
    position: absolute;
    width: 100%;
    max-height: 176px;
    border: 1px solid #1bb3bc;
    overflow-y: scroll;
    top: calc(100% + -2px);
}

section.enlaces .enlaces_box .select_enlaces .select_dropdown::-webkit-scrollbar{
    width: 8px;
    background-color: rgba(222, 237, 242, 0.5);
}

section.enlaces .enlaces_box .select_enlaces .select_dropdown::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #cedee7;
}

section.enlaces .enlaces_box .select_enlaces .select_dropdown .select_dropdown-item img{
    width: 24px;
}

section.enlaces .enlaces_box .select_enlaces .select_dropdown .select_dropdown-item a{
    text-decoration: none;
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 10px;
    align-items: center;
    background-color: #FFFFFF;
    position: relative;
}

section.enlaces .enlaces_box .select_enlaces .select_dropdown .select_dropdown-item a:hover{
    background-color: #EC0000;
}

section.enlaces .enlaces_box .select_enlaces .select_dropdown .select_dropdown-item a span{
    text-transform: uppercase;
    font-family: 'Santander Micro Text', Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #000000;
}

section.enlaces .enlaces_box .select_enlaces .select_dropdown .select_dropdown-item.active a span::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #0a0a0a;
    right: 6px;
    top: 32%;
}

section.enlaces .enlaces_box .select_enlaces .select_dropdown .select_dropdown-item.active a span::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #ec0000;
    right: 10px;
    top: 42%;
}

section.enlaces .enlaces_box .select_enlaces .select_dropdown .select_dropdown-item.active a:hover span::before{
    display: none;
}

section.enlaces .enlaces_box .select_enlaces .select_dropdown .select_dropdown-item.active a:hover span::after{
    display: none;
}

section.enlaces .enlaces_box .select_enlaces .select_dropdown .select_dropdown-item a:hover span{
    color: #FFFFFF;
}

section.enlaces .enlaces_box .select_info{
    padding: 20px 0 0;
}

section.enlaces .enlaces_box .select_info p{
    font-family: 'Santander Micro Text', Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: #000000;
    margin-bottom: 0;
}

section.enlaces .enlaces_box .select_info p a{
    font-family: 'Santander Micro Text', Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: #EC0000;
}
/* END ENLACES */

/* END COMPONENTES */

/* PAGES */
/* PAGES PRINCIPIOS */
section.principios {
    background-color: #FBF1EA;
    padding: 60px 0;
}
/* END PAGES PRINCIPIOS */

/* PAGES PROPUESTA */
section.propuesta .propuesta_card{
    background-color: #FBF1EA;
    padding: 5%;
    border-radius: 24px;
}

section.propuesta .propuesta_card h3{
    font-size: 1.5rem;
    margin-bottom: 20px;
}
/* END PAGES PROPUESTA */

/* PAGES BUSINESS LINES */
.businesslines img{
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
/* END PAGES BUSINESS LINES */

/* PAGES CRECIMIENTO */
section.crecimiento P{
    text-align: center;
}
section.crecimiento .timeline img{
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
/* END PAGES CRECIMIENTO */

/* PAGES EQUIPO CONSEJO */
section.equipo.consejo{
    background-color: #FBF1EA;
    padding: 100px 0;
    margin: 100px 0 0;
}
/* END PAGES EQUIPO CONSEJO */

/* PAGES NOLINKCARDS SOLUCIONES */
.soluciones .nolinkcards h3{
    text-align: center;
}

.soluciones .nolinkcards p{
    text-align: center;
}

.soluciones .nolinkcards .nolinkcards__card img{
    max-height: 150px;
}

.soluciones .nolinkcards .nolinkcards__card figcaption{
    background-color: #F0F0F0;
    padding: 30px;
}

.soluciones .nolinkcards .nolinkcards__card h4{
    font-family: 'Santander Micro Text Bold', Helvetica, Arial, sans-serif;
}

.soluciones .nolinkcards .nolinkcards__card p{
    text-align: start;
}
.soluciones .nolinkcards.img_txt p{
    text-align: start;
}
/* END PAGES NOLINKCARDS SOLUCIONES */

/* PAGES PARTNERS */
section.partners{
    padding: 60px 0;
    margin: 100px 0;
    background-color: #F6F6F6;
}

section.partners img{
    width: auto;
    margin: 0 auto;
    border-radius: 24px;
}

section.partners img.mobile{
    display: none;
}
/* END PAGES PARTNERS */

/* PAGES DOCUMENTACION */
section.documentacion .documentacion-documento{
    background-color: #F5F5F5;
    padding: 5% 5% 3% 5%;
    border-radius: 24px;
}

section.documentacion .documentacion-documento a.btn{
    margin-top: 0;
    margin-left: auto;
    background-color: #F5F5F5;
    color: #EC0000;
    border: 1px solid #EC0000;
}
/* END PAGES DOCUMENTACION */

/* PAGES LEGALES */
section.legal h1{
    text-align: center;
    margin-bottom: 6%;
}

section.legal h2{
    font-family: 'Santander Headline', Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-align: start;
}

section.legal ul,
section.legal ol{
    margin: 40px 0;
}

section.legal ul li,
section.legal ol li{
    font-family: 'Santander Micro Text', Helvetica, Arial, sans-serif;
    color: #222222;
}

section.legal ul li::marker,
section.legal ol li::marker{
    color: #EC0000;
}

section.legal a{
    font-family: 'Santander Micro Text', Helvetica, Arial, sans-serif;
    color: #EC0000;
}

section.legal table{
    width: 100% !important;
    margin: 5% 0 !important;
}

section.legal table th,
section.legal table td:first-child{
    font-family: 'Santander Micro Text Bold', Helvetica, Arial, sans-serif !important;
}

section.legal table thead tr{
    background-color: #deedf2 !important;
}

section.legal table thead tr th{
    background-color: #deedf2 !important;
}

section.legal table tbody tr:nth-child(even){
    background-color: #eff6f9 !important;
}

section.legal table tbody tr:nth-child(odd){
    background-color: #f9fcfd !important;
}

section.legal table tbody tr td:first-child{
    background-color: #deedf2 !important;
}

section.legal table td,
section.legal table th{
    min-width: 15rem !important;
    font-family: 'Santander Micro Text', Helvetica, Arial, sans-serif !important;
    padding: 2rem 1.6rem !important;
}

section.legal table th{
    vertical-align: middle !important;
    background: #deedf2 !important;
}

section.legal table td{
    vertical-align: top !important;
}

section.legal table th strong,
section.legal table td strong{
    font-weight: 700 !important;
}

section.legal #ot-sdk-cookie-policy h3{
    color: #222222 !important;
    font-size: 1.4rem !important;
    font-family: 'Santander Headline', Helvetica, Arial, sans-serif !important;
    font-weight: 400;
}

section.legal #ot-sdk-cookie-policy h4{
    color: #222222 !important;
    font-size: 1.3rem !important;
    font-family: 'Santander Headline', Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
}

section.legal #ot-sdk-cookie-policy #cookie-policy-description,
section.legal #ot-sdk-cookie-policy p{
    font-family: 'Santander Micro Text', Helvetica, Arial, sans-serif !important;
    color: #222222 !important;
    font-size: 1rem !important;
}

section.legal #ot-sdk-cookie-policy table{
    border-radius: 0px !important;
    border: 0px !important;
}

section.legal #ot-sdk-cookie-policy table th{
    background-color: #deedf2 !important;
    font-family: 'Santander Micro Text', Helvetica, Arial, sans-serif !important;
    color: #000000 !important;
    font-size: 1rem !important;
    border: 0px !important;
    font-weight: 400;
}

section.legal #ot-sdk-cookie-policy table td{
    font-family: 'Santander Micro Text', Helvetica, Arial, sans-serif !important;
    color: #000000 !important;
    font-size: 1rem !important;
    border: 0px !important;
    font-weight: 400;
}

section.legal #ot-sdk-cookie-policy table tr td:first-child{
    background-color: #deedf2 !important;
}

section.legal #ot-sdk-cookie-policy table td a{
    font-family: 'Santander Micro Text', Helvetica, Arial, sans-serif !important;
    color: #000000 !important;
    font-size: 1rem !important;
    border: 0px !important;
    font-weight: 400;
    color: #EC0000 !important;
    background: none !important;
}
/* END PAGES LEGALES */
/* END PAGES */

/* RESPONSIVE */
@media (max-width: 1366px){
    /* ENLACES RESPONSIVE 1366 */
    section.enlaces .enlaces_box .enlaces_select .select_txt{
        font-size: 1.8rem;
    }

    section.enlaces .enlaces_box .select_enlaces .select_btn span{
        font-size: 1.8rem;
    }

    section.enlaces .enlaces_box .select_enlaces{
        min-width: 160px;
    }
    /* END ENLACES RESPONSIVE 1366 */
}

@media (max-width: 1024px){
    /* ENLACES RESPONSIVE 1024 */
    section.enlaces .enlaces_box .enlaces_select .select_txt{
        font-size: 1.4rem;
    }

    section.enlaces .enlaces_box .select_enlaces .select_btn span{
        font-size: 1.4rem;
    }

    section.enlaces .enlaces_box .select_enlaces{
        min-width: 160px;
    }
    /* END ENLACES RESPONSIVE 1024 */
}

@media (max-width: 980px) {
    /* HEADER RESPONSIVE 980 */
    .header_logo{
        padding: 15px;
        margin-bottom: 0;
    }

    .header_logo svg{
        max-width: 200px;
    }

    .header_logo-btns{
        display: none;
    }

    .header_logo .burger_menu{
        display: block;
    }

    header .overlay{
        background-color: rgb(34, 34, 34);
        display: none;
        opacity: 0.7;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 7;
    }
    
    header .overlay.active{
        display: block;
    }

    header nav{
        display: none;
    }

    header nav ul li.active::after, header nav ul li:hover::after{
        display: none;
    }

    header nav.menu_mobile{
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background-color: #FFFFFF;
        border-top: 8px solid #EC0000;
        transform: translateX(-100%);
        transition: all 0.4s linear;
        z-index: 9;
        padding: 20px 20px 60px;
    }

    header nav.menu_mobile .close_menu{
        width: fit-content;
        align-self: flex-end;
    }
    
    header nav.menu_mobile .menu_mobile-links{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    
    header nav.menu_mobile .menu_mobile-links .btn{
        width: 100%;
        text-align: center;
    }
    
    header nav.menu_mobile .menu_mobile-links ul{
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding: 20px;
        gap: 0;
        overflow-y: scroll;
    }
    
    header nav.menu_mobile ul li{
        margin-bottom: 20px;
        width: 100%;
    }
    
    header nav.menu_mobile ul li.translate_btns{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }
    
    header nav.menu_mobile ul li.translate_btns .translate_btn{
        font-family: 'Santander Micro Text', Helvetica, Arial, sans-serif;
        color: #222222;
    }
    
    header nav.menu_mobile ul li.translate_btns .translate_btn.active{
        color: #EC0000;
        text-decoration: underline;
    }
    
    header nav.menu_mobile ul li a{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    header nav.menu_mobile.active{
        transform: translateX(0);
    }

    header nav ul li.with_submenu .submenu{
        position: initial;
        transform: none;
        width: 100%;
        box-shadow: none;
    }
    header nav ul li.with_submenu .submenu li{
        margin-bottom: 0;
    }
    /* END HEADER RESPONSIVE 980 */

    /* ESTILOS GENERALES RESPONSIVE 980 */
    main{
        padding-top: 70px;
    }
    section{
        padding: 40px 0 0;
    }
    
    section:last-child{
        padding: 40px 0;
    }
    /* END ESTILOS GENERALES RESPONSIVE 980 */

    /* TABS RESPONSIVE 980 */
    .tabs{
        justify-content: space-between;
        width: 100%;
    }

    .tab{
        font-size: 0.875rem;
        padding: 10px;
    }
    /* END TABS RESPONSIVE 980 */

    /* ENLACES RESPONSIVE 980 */
    section.enlaces .enlaces_box .enlaces_select .select_txt{
        font-size: 1.8rem;
    }

    section.enlaces .enlaces_box .select_enlaces .select_btn span{
        font-size: 1.8rem;
    }

    section.enlaces .enlaces_box .enlaces_select{
        justify-content: center;
    }
    /* END ENLACES RESPONSIVE 980 */

    /* BANNER RESPONSIVE 980 */
    .banner{
        padding: 0 0 40px;
    }

    .banner figure figcaption{
        padding: 5%;
    }
    /* END BANNER RESPONSIVE 980 */

    /* EQUIPO RESPONSIVE 980 */
    section.equipo.consejo{
        padding: 40px 0;
        margin: 40px 0 0;
    }
    /* END EQUIPO RESPONSIVE 980 */

    /* PAGE PARTNERS RESPOSIVE 980 */
    section.partners {
        margin: 60px 0;
    }

    section.partners img{
        width: 100%;
    }
    /* END PAGE PARTNERS RESPOSIVE 980 */

    /* PAGES DOCUMENTACION RESPOSIVE 980 */
    section.documentacion .documentacion-documento h3{
        font-size: 2rem;
    }
    
    section.documentacion .documentacion-documento a.btn{
        margin-top: 20px;
    }
    /* END PAGES DOCUMENTACION RESPOSIVE 980 */

    /* PAGES LEGALES RESPONSIVE 980 */
    section.legal table{
        display: block !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
    }
    /* END PAGES LEGALES RESPONSIVE 980 */

    /* FOOTER RESPONSIVE 980 */
    footer nav{
        padding: 5%;
    }
    /* END FOOTER RESPONSIVE 980 */
}

@media (max-width: 768px) {
    /* ESTILOS GENERALES RESPONSIVE 768 */
    h1{
        font-size: 2.5rem;
    }
    h2{
        font-size: 2rem;
        margin-bottom: 40px;
    }
    h3{
        font-size: 2rem;
    }
    section{
        padding: 40px 0 0;
    }
    section:first-child{
        padding: 40px 0;
    }
    section:last-child{
        padding: 40px 0;
    }
    /* END ESTILOS GENERALES RESPONSIVE 768 */

    /* HERO SUBCATEGORY RESPONSIVE 768 */
    .hero.subcategory h1{
        font-size: 2.5rem;
    }
    /* END HERO SUBCATEGORY RESPONSIVE 768 */

    /* BANNER RESPONSIVE 768 */
    .banner figure figcaption .banner_subtitle{
        font-size: 0.8rem;
    }

    .banner figure figcaption .banner_title{
        font-size: 1.5rem;
    }
    /* END BANNER RESPONSIVE 768 */

    /* TABS RESPONSIVE 768 */
    .tabs{
        overflow: visible;
        display: block;
    }
    .tabs .slick-list{
        border-radius: 26px;
    }

    .tabs .slick-prev svg,
    .tabs .slick-next svg{
        fill: #EC0000;
    }
    
    .tabs .slick-prev.slick-disabled svg,
    .tabs .slick-next.slick-disabled svg{
        fill: #222222;
    }

    .tabs .slick-prev::before,
    .tabs .slick-next::before{
        display: none;
    }
    /* END TABS RESPONSIVE 768 */

    /* PAGE PARTNERS RESPOSIVE 768 */
    section.partners img{
        display: none;
    }
    
    section.partners img.mobile{
        display: block;
    }
    /* END PAGE PARTNERS RESPOSIVE 768 */

    /* ENLACES RESPONSIVE 768 */
    section.enlaces .enlaces_box .select_enlaces .select_dropdown .select_dropdown-item.active a span::after{
        top: 41%;
    }
    section.enlaces .enlaces_box .select_enlaces{
        min-width: 180px;
    }
    section.enlaces .enlaces_box .enlaces_select{
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    section.enlaces .enlaces_box .select_info p{
        font-size: 14px;
        word-break: break-word;
    }
    section.enlaces .enlaces_box .select_info p a{
        font-size: 14px;
        word-break: break-word;
    }
    /* END ENLACES RESPONSIVE 768 */

    /* PAGES DOCUMENTACION RESPOSIVE 768 */
    section.documentacion .documentacion-documento{
        padding: 5%;
    }

    section.documentacion .documentacion-documento h3{
        font-size: 1.5rem;
    }
    /* END PAGES DOCUMENTACION RESPOSIVE 768 */
    
    /* PAGES LEGALES RESPONSIVE 768 */
    section.legal table{
        display: block !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
    }
    /* END PAGES LEGALES RESPONSIVE 768 */

    /* FOOTER RESPONSIVE 768 */
    footer nav{
        padding: 60px 5%;
    }
    
    footer nav ul{
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
    
    footer nav ul li{
        margin-bottom: 40px;
    }
    
    footer nav ul li:last-child{
        margin-bottom: 0;
    }

    .footer_logo p{
        font-size: 0.8rem;
    }
    /* END FOOTER RESPONSIVE 768 */
}