/* IMPORT FONTS */
@font-face {
    font-family: 'SansPro';
    src: url('https://www.andbank.es/wp-content/themes/andbank/assets/fonts/SourceSansPro-Light.ttf');
	font-weight:normal;
  }
	@font-face {
		font-family: 'SansPro';
		font-weight:bold;
		src: url('https://www.andbank.es/wp-content/themes/andbank/assets/fonts/SourceSansPro-Regular.ttf');
		font-weight:600;
	  }
  @font-face {
    font-family: 'SansPro';
    font-weight:bold;
    src: url('https://www.andbank.es/wp-content/themes/andbank/assets/fonts/SourceSansPro-SemiBold.ttf');
  }
h1,h2,h3,h4,h5{
    font-weight:300;
}
*{
    padding:0;
    margin:0;
    box-sizing:border-box;
}
html{

}
body{
    font-family:'SansPro';
}

/* Cabecera */
.hero-header{
    width:100%;
    position:relative;
}
.hero-background{
    background:url('https://www.andbank.es/wp-content/themes/andbank/assets/images/esade/header-bg.jpg'), #C2BDB9;
    background-size:70%;
    background-position:0% 50%;
    background-repeat:no-repeat;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:0;
    filter:grayscale(1);
}
.hero-background-filter-gradient{
    /* Permalink - use to edit and share this gradient. Enlace permanente - úsalo para editar y compartir este gradiente: https://colorzilla.com/gradient-editor/#c2bdb9+17,c2bdb9+99&0+21,1+43,1+43 */
    background: linear-gradient(to right,  rgba(194,189,185,0) 17%,rgba(194,189,185,0) 31%,rgba(194,189,185,1) 73%,rgba(194,189,185,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:3;
}
.hero-background-filter{
    background:#C2BDB9;
    filter:opacity(0.5);
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:1;
}
.hero-background-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 77%;
}
.hero-container.container{
    margin:0 auto;
    display:flex;
    flex-direction:row;
    align-items: flex-end;
	padding:unset;
}
.breadcrumbs-container{
	width:50%;
}
.header-img-container{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
}
.header-img{
    max-width: 50%;
    position: relative;
    z-index: 7;
    padding-bottom: 50px;
    margin-top: 10%;
    min-width: 600px;
}
.breadcrumbs-container > .container {
    width:unset !important;
    display:block;
}
/* Cuerpo */
.semi-bold{
	font-weight:600;
}
.body-container{
    margin-top:20px;
}
section{
    width:100%;
    display:flex;
    flex-direction:column;
    margin-bottom:90px;
	padding:unset;
}
.section-title{
    font-size:2em;
    color:#D52B1E;
    margin-bottom:20px;
}
.section-paragraph{
    font-size:16px;
    color:#1a1616;
    line-height:1.5;
}
.section-1-intro > .section-paragraph{
	font-size:18px;
}
.section-1-intro{
    width:73%;
}
.section-1-intro.typ{
	width:100%;
	text-align:center;
}
.section-title.typ{
	color:unset;
	text-align:center;
}
.section-1-cards{
    margin:60px 0 0px;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    width:100%;
    min-height:200px;
}
.section-1-card.item{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    background:#EAE8E7;
    width:31%;
    aspect-ratio: 1.6 / 1;
    padding:20px 30px 30px 40px;
}
.card-1-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 91px;
    width: 100%;
    aspect-ratio: 0.65 / 1;
}
.card-1-title{
    font-size:28px;
    font-weight:light;
    color:#7d756e;
    width:50%;
}
.card-1-img{
    height:100%;
}
.card-1-paragraph{
    font-size:16px;
    width:52%;
    line-height:1.5;
}
.section-1-card:nth-child(3) .card-1-paragraph{
    width:66%;
}
.disclaimer{
    font-size:24px;
    text-align:center;
    color:#101a35;
}
.section-3{
    padding:5% 0;
    background: url('https://www.andbank.es/wp-content/themes/andbank/assets/images/esade/section-3-bg-f.png');
    background-size:49.9%;
    background-repeat:no-repeat;
    position:relative;
	margin-bottom:30px;
}
.section-3-card.list{
	font-size:22px;
	color:#fff;
	margin-left:10px;
	gap:10px;
}
.section-3-card.list > li::marker{
	color:#fff;
}
.section-3 > .section-container{
    display:flex;
    justify-content:space-between;
}
.section-3 .container:before{
	content:unset;
	display:none;
}
.section-3 .container:after{
	content:unset;
	display:none;
}
.section-3-filter{
    position: absolute;
    top: -5px;
    left: 0;
    clip-path: polygon(70% 100%, 96% -31%, 96% 100%);
    width: 52%;
    height: 102%;
    aspect-ratio: 1 / 1;
    background: white;
}
.container-50:first-child{
    width:40%;
}
.container-50:nth-child(2){
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items:center;
    gap:20px;
}
.container-50{
    width:50%;
    display:flex;
    align-items:center;
}
.container-50:first-child p{
    color:#fff;
}
.container-50:first-child > .section-3-card{
    width:71%;
    height:100%;
}
.section-3-card{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    gap:20px;
    width:43%;
}
.container-50:nth-child(2) > .section-3-card > .section-title{
    color:#101a35;
    font-size:22px;
}
.section-3-card > .section-paragraph{
    font-size:20px;
}
.section-3-card.section-paragraph{
    font-size:15px;
    width:90%;
    margin-bottom:36px;
}
.section-3-card.section-title{
    font-weight:bold;
    margin-bottom:0;
    width:100%;
}
.section-3.section-3-add{
	flex-direction:row;
	
	padding:unset;
}
.section-3-card.section-3-add{
	width:100%;
	justify-content:center;
}
.section-3-card.section-3-add > .section-3-card.section-paragraph{
	width:100%;
}
.section-3-card.image-container{
	flex-direction:row;
	justify-content:flex-start;
}
.section-3.section-3-add > .section-3-filter{
	height:102.5%;
}
.section-3-add-link{
	text-decoration: underline;
    color: #D52B1E;
	font-size:18px;
}
.link-esade{
	color:#000;
	font-family: 'SansPro';
	font-weight:bold;
}
.section-3-add-link:hover{
	text-decoration: underline;
    color: #D52B1E;
	cursor: pointer;
    display: inline-block;
}
.container-50:nth-child(2) > .section-3-card.section-3-add{
	padding:25px 0;
}
ul.section-3-card{
	list-style:disc;
	padding-left:20px;
}
li::marker {
	color:#D52B1E;
}
.section-5-cards{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content: center;
    width:100%;
    gap:10%;
}
.section-5-card.item{
    display:flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items:flex-start;
    gap:15px;
}
.section-5-card.item:nth-child(1) > .card-5-top{
    padding-left:13px;
}
.section-5-card.item:nth-child(2) > .card-5-bottom{
    padding-left:13px;
}
.section-5-card.item:nth-child(3) > .card-5-bottom{
    padding-left:13px;
}
.section-5-card.item:nth-child(4) > .card-5-bottom{
    padding-left:20px;
}
.card-5-title{
    color:#D52B1E;
    font-size:120px;
    display: flex;
    align-items: center;
}
sup.card-5-title-percent{
    font-size:62px;
    font-weight:300;
    margin-top:-55px;
	top:unset;
}
.card-5-title-decimal{
    font-size:60px;
    font-weight:500;
    margin-top:17px;
}
.card-5-comma{
    margin-top:-20px;
}
.card-5-subtitle{
    text-align:center;
    font-size:22px;
}
.section-6{
    padding:50px 0;
    background:#EAE8E7;
    position:relative;
}
.section-6-filter{
    position:absolute;
    height:102%;
    width:30%;
    background:#fff;
    top:-1px;
    left:0;
    clip-path: polygon(0 0, 81% 0, 55% 100%, 0 100%);

}
.section-6-container.preflex{
    padding-left:13%;
}
h4.section-6-title {
    font-size: 30px;
    color: #101a35;
    margin-bottom: 45px;
}
.section-6-flex{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap:9%;
}
.section-6-card{
    display:flex;
    flex-direction:column;
    gap:35px;
    width:32%;
}
.section-6-card.middle{
    width:10%;
}
.section-6-card-img{
    max-width:115px;
}
.section-6-card.right .section-6-card-img{
    max-width:244px;
}
.section-6-separator-img{
    aspect-ratio: 1 / 2.5;
    min-width: 100px;
    max-width: 80%;
}
.section-6-card.right > .section-6-paragraph{
    width:90%;
}
.section-7 .cards-container{
    margin-top:50px;
    display:flex;
    flex-direction:row;
    justify-content: space-around;
    align-items:center;
}
.section-7-card.item{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
    gap:30px;
}
.section-7-card.img{
    min-width:180px;
    aspect-ratio:1 / 1;
    background:red;
    border-radius:100px;
    background-size:contain !important;
    background-repeat:no-repeat !important;
    background-position:center center !important;
    filter:grayscale(1);
}
.section-7-card.right{
    display:flex;
    flex-direction:column;
    gap:20px;
}
.section-7-card.title{
    font-size:28px;
}
.section-7-card.subtitle{
    font-size:14px;
}
.section-8{
    background:#c8c4c0;
    margin-bottom:unset;
}
.form-container{
    display:flex;
    flex-direction:column;
    justify-conten:center;
    align-items:center;
    padding:50px 0;
}
.section-8-title{
    color:#fff;
    font-size:42px;
    margin-bottom: 25px;
}
.section-8-subtitle{
    font-size:22px;
    margin-bottom:25px;
}

/* FORM STYLE */
.hbspt-form{
    width:100%;
}
fieldset[class^='form-columns']{
    max-width: unset !important;
    display: flex;
    justify-content: space-between;
    margin-bottom:35px !important;
}
fieldset[class^='form-columns'] > input{
    margin-right:unset !important;

}
input{
    width: 100% !important;
    border: 0px;
    font-size: 18px;
    padding: 10px;
    font-family: 'SansPro';
}
input[type^='email']{
    width:100% !important;
}
div.actions{
    display:flex;
    flex-direction:row;
    justify-content:center;
    margin-top:30px;
}
input[type='submit']{
    background:#D52B1E;
    color:#fff;
    border:0px;
    font-size:18px;
    padding:15px;
    max-width:200px;
}
.hs-form-field{
    width:100%;
}
.hs-form-booleancheckbox-display{
    display:flex;
    flex-direction:row;
    align-items:flex-start;
}
.hs-form-booleancheckbox-display > span{
    margin-left:10px !important;
}
.hs-form-7f7fac94-9330-4390-834b-657df7f63003_1673abd9-6bca-48b5-b715-e076cfc24322 fieldset.form-columns-1 .input{
    margin:unset;
}
.hs-form-7f7fac94-9330-4390-834b-657df7f63003_1673abd9-6bca-48b5-b715-e076cfc24322 fieldset.form-columns-2 .input{
    margin:unset;
}
[class^='hs-form-'] fieldset.form-columns-2 .hs-form-field{
    width:49% !important;
}
.legal-consent-container .hs-form-booleancheckbox-display p{
    margin:unset;
}
.hs-form-booleancheckbox-display > span > p{
    line-height:1.5;
}
.legal-consent-container .field.hs-form-field{
    margin-bottom:20px;
}
.hs-richtext{
    line-height:1.5;
    text-align:justify;
    font-size:13px;
}
.inputs-list{
    list-style-type: none;
}
input[type="checkbox"]{
    width:auto !important;
    margin-top:4px !important;
}
.legal-consent-container{
    width:94%;
    margin:0 auto;
}
form a{
    color:#000;
    font-weight:700;
}
label{
	font-weight:normal;
}
@media(min-width: 1200px){
}
@media screen and (max-width: 768px){
	.section-title, h4.section-6-title{
		font-size:1.25em;
	}
	.section-paragraph, .section-6-paragraph{
		font-size:0.75em;
	}
    .br-mobile-none{
        display:none;
    }
    .hero-container{
        width:90%;
    }
    .header-img{
        padding-bottom:30px;
        min-width:unset;
        max-width:100%;
    }
    .body-container{
        margin-top:10px;
    }

    section{
        margin-bottom:50px;
    }
    .section-1-intro{
        width:unset;
    }
    .section-1-cards{
        flex-direction:column;
        gap:25px;
        margin:40px 0 0;
    }
    .section-1-card.item{
        width:80%;
        padding: 20px;
        gap:10px;
    }
    .card-1-paragraph{
        width:79%;
    }
    .section-1-card:nth-child(3) .card-1-paragraph {
        width:84%;
    }
	.card-1-title{
		font-size:1.25em;
	}
	.card-1-paragraph{
		font-size:0.75em;
	}
	.card-1-img{
		max-width:80px;
		height:unset;
	}
	.section-1-card.item:first-child > .card-1-top > .card-1-img{
		max-width:55px;
	}
	.disclaimer{
		font-size:1.1em;
	}
    .section-3{
        background-size:100% 36%;
    }
	.section-3.section-3-add{
        background-size: 100% 47%;
    }
	.section-3-card.image-container > .section-3-card-img{
		max-width:120px;
	}
	.section-3.section-3-add .section-3-card.section-title{
		margin-top: 35px;
	}
	.section-3.section-3-add > .section-container{
		gap: 10px;
	}
    .section-3 > .section-container{
        flex-direction:column;
        gap:50px;
    }
    .section-3-filter{
        display:none;
    }
    .container-50:first-child > .section-3-card{
        width:100%;
    }
    .section-3-card{
        width:90%;
    }
	.section-3-card.list{
		gap:10px;
		margin-left:10px;
		font-size:1em;
	}
	.section-3-add-link{
		font-size:0.80em;
	}
    .container-50{
        width:100% !important;
    }
    .container-50:nth-child(2){
        flex-direction:column;
        gap:60px;
    }
    .section-3-card.section-paragraph{
        width:100%;
        margin-bottom:10px;
    }
	.section-3-card > .section-paragraph{
		font-size:1em;
	}
    .section-3-card-img{
        max-width:200px;
    }
    .section-5-cards{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .section-5-card.item:nth-child(2) > .card-5-bottom{
        padding:unset;
    }
    .section-5-card.item:nth-child(3) > .card-5-bottom{
        padding:unset;
    }
    .section-5-card.item:nth-child(4) > .card-5-bottom{
        padding:unset;
    }
    .section-5-card.item{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 0;
        width: 100%;
        margin-bottom: 30px;
    }
	.card-5-title{
		font-size:3.5em;
	}
	.card-5-subtitle{
		font-size:1.10em;
	}
	sup.card-5-title-percent{
		font-size:.5em;
		margin-top:-35px;
	}
	.card-5-comma{
		margin-top:unset;
	}
	.card-5-title-decimal{
		font-size: .5em;
    	margin-top: -10px;
	}
    .section-6-filter{
        display:none;
    }
    .section-6-container.preflex{
        padding-left:unset;
    }
    .section-6-flex{
        flex-direction:column;
        gap:50px;
    }
    .section-6-card{
        width:100%;
    }
    .section-6-separator-img{
        display:none;
    }
    .section-6-card.middle{
        width:100%;
    }
    .section-6-separator-div{
        border:2px solid #D52B1E;
        width:90%;
        margin:0 auto;
    }
    .section-6-card.right > .section-6-paragraph{
        width:100%;
    }
	.section-6-card-img{
		width:100%;
		max-width:100px;
	}
	.section-6-card.right .section-6-card-img{
		max-width:188px;
	}
	.section-7-intro > .section-title.light{
		text-align:center;
	}
    .section-7 .cards-container{
        flex-direction:column;
        gap:50px;
    }
    .section-7-card.item{
        flex-direction:column;
        gap:10px;
    }
    .section-7-card.right{
        gap:10px;
        align-items:center;
        text-align:center;
    }
	.section-7-card.img{
		min-width:150px;
	}
	.section-7-card.title{
		font-size:1.25em;
	}
	.section-7-card.subtitle{
		font-size:0.75em;
	}
	.section-7-card.right{
		gap:0;
	}
    .section-8-title{
        font-size:1.5em;
    }
    .section-8-subtitle{
        font-size:0.90em;
        text-align:center;
    }
    .form-columns-2{
        display:flex;
        flex-direction:column;
        gap:25px;
    }
    fieldset[class^='form-columns']{
        margin-bottom:25px !important;
    }
    [class^='hs-form-'] fieldset.form-columns-2 .hs-form-field{
        width:100% !important;
    }
    input{
        font-size:0.75em;
    }
    .legal-consent-container .hs-form-booleancheckbox-display p{
        font-size:11px;
    }
}
@media screen and (max-width: 1670px){
    .section-6-filter{
        width:18%;
        clip-path: polygon(0 0, 81% 0, 35% 100%, 0 100%);
    }
    
}
/* Footer */