.text-none{    text-transform: none;}
@media only screen and (max-width: 767px) {
    /* ================ General ================== */
    h1 {        font-size: 37px;    }
    h2 {        font-size: 28px;    }
    h3 {        font-size: 22px;    }
    h4 {        font-size: 16px;    }
    h5 {        font-size: 14px;    }
    h6 {        font-size: 12px;    }
    p {        margin: 0 0 15px;    }
    .btn { font-size: 13px; line-height: 20px; padding: 10px 24px;  }
    .center-responsive{ display: block; text-align: center;  }
    .introduccion p.des-title { position: relative; }
    .introduccion p.des-title span {margin-right: 20px; }
    .introduccion p.des-title i { position: absolute; right: 0; bottom: 10px;}
}
/*SECCIONES COMUNES*/
section.pad-sect {	padding-top: 80px;	padding-bottom: 80px;}
.lista-bullet {	list-style: square;	margin-left: 30px;}
/* intro*/
.introduccion h1 {	font-size: 37px;	color: #005aa0;	line-height: 40px;}
.introduccion .text-intro {	padding: 70px 50px 20px 50px;}
.introduccion p {	margin-bottom: 30px;	font-size: 16px;}
.introduccion p.des-title {	font-weight: bold;}
.introduccion p.des-title span {	border-bottom: 2px dashed #ccc;	display: inline-block;	padding-bottom: 2px;}
.introduccion p.des-title i {	margin-left: 12px;	font-size: 22px;}
.introduccion .section-divider {	margin-bottom: 30px;}
.introduccion .container-fluid>.row>.col-md-5 {	padding-left: 0;}
.calculo-edad {	margin-left: 14px;	color: #a0a3a6;	margin-top: 4px;	position: absolute;	font-size: 14px;}

/* promociones*/
.promocion {
	padding-top: 60px;
	padding-bottom: 60px;
	max-width: 100%;
	background-image: url(../img/informacion/fondo-decorado-promo.jpg);
	background-position: 50% center;
	background-repeat: no-repeat;
	background-size: cover;
}

.promocion .container {	position: relative;}
.promocion .section-divider {	margin-bottom: 20px;}
.promocion .bloque-momento {
	position: relative;
	margin: 0 30px;
	opacity: 1;
	-webkit-box-shadow: 0;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0
		rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0
		3px 1px -2px rgba(0, 0, 0, 0.2);
}

.promocion .bloque-momento h3 {	font-weight: 600;	margin-top: 30px;}
.promocion .aviso {
    display: inline-block;
    color: #808386;
    font-style: italic;
    font-size: 12px !important;
    line-height: 15px !important;
    margin-top: 10px;
    padding: 5px 10px;
    letter-spacing: -0.05px;
}

.promocion .bloque-momento button {	margin-top: 15px;margin-bottom: 20px;}
.promocion .bloque-momento .img-responsive {	padding: 20px 6px;	position: relative;	display: block;	width: 100%;}
.promocion .bloque-momento .container-img {	position: relative;}
.promocion .text-btn {	margin-bottom: 20px;}
.promocion .porcentaje {	font-size: 2em;	color: #e52726;	position: relative;}
.promocion .porcentaje:after {	content: "1";	position: absolute;	right: -18px;	top: 18px;	color: #111;	font-size: 17px;}
.promocion sup {	margin-right: 10px;}
.promocion h3 {	color: #0B7AD0;}
.promocion .h2-small {
	clear: both;
	font-size: 17px;
	line-height: 24px;
	display: block;
	margin-top: 10px;
}

@media only screen and (max-width: 1190px) {
    .promocion .bloque-momento h3 { margin-top: 20px;   }
    .promocion .bloque-momento {position: relative;margin-top: 30px;}
    .introduccion .container-fluid > .row > .col-md-5 {padding-left: 15px;}
}

@media only screen and (max-width: 991px) {
    .promocion { padding: 10px 20px;    }
    .featured-item .icon { margin-bottom: 20px;    }
}

@media only screen and (max-width: 767px) {
    .calcula-plan .calculo-edad { position: static;  margin-bottom: -10px;   }
    .promocion { padding: 10px 15px;  }
    .promocion .bloque-momento .img-responsive { padding: 10px 0 0 0;  }
    .promocion .bloque-momento p { font-size: 15px; line-height: 25px;}
    section.pad-sect{ padding-top: 60px; padding-bottom: 60px;}
}

/* FIN SECCIONES COMUNES*/

/*PAGINA PENSANDO AHORRAR*/

/* SECTION calculadora*/
.calculadora {
	padding-top: 80px;
	padding-bottom: 120px;
	max-width: 100%;
	background-image: url(../img/informacion/calcule-pension.jpg);
	background-position: 50% bottom;
	background-repeat: no-repeat;
}

.calculadora .quote {	margin-top: 35px;	border: 2px solid #2d343e;	background-color: rgba(255, 255, 255, 0.85);}
.calculadora .qoute-title {	background-color: #2d343e;}
.calculadora .qoute-title p {	margin-bottom: 0;}
.calculadora .qoute-form {	padding: 45px 35px 35px 35px;}
.calculadora .qoute-form button {	width: auto;}
.calculadora select.form-control::-ms-expand {	display: none;}
.calculadora select.form-control {
	appearance: none;
	-webkit-appearance: none;
	/* chrome and safari */
	-moz-appearance: none;
	/* Mozilla */
	-ms-appearance: none;
	/* Internet explorer */
	background: none;
	background-color: #fff;
	border: 1px solid #ccc;
}

.calculadora  input::placeholder {	color: #808386 !important;}
.calculadora .form-control {	border: 1px solid #ccc;}
.calculadora .input-group {	width: 100%;}
.calculadora .input-group-addon {	border-radius: 0;	color: #909396;	font-size: 18px;}
.calculadora .input-group-addon {	width: 40px;}
.calculadora .radios>div:first-child, .calculadora .radios>div:last-child {	text-align: center;}
.calculadora .radios input[type="radio"] {	display: none;}
.calculadora .radios span {	position: relative;	top: -10px;	color: #707376;	margin-right: 5px;}
.calculadora .radios input[type="radio"]+label {
	position: relative;
	top: 2px;
	left: 8px;
	width: 28px;
	height: 28px;
	z-index: 0;
	border: 2px solid #bbbcbd;
	border-radius: 1px;
	transition: .2s;
	background-color: #fff;
	cursor: pointer;
}

.calculadora .radios input[type="radio"]:checked+label {
	background-color: transparent;
	top: 3px;
	left: 6px;
	width: 14px;
	height: 28px;
	border-top: 3px solid transparent;
	border-left: 3px solid transparent;
	border-right: 3px solid #bbbcbd;
	border-bottom: 3px solid #bbbcbd;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

/* SECTION ahorra*/
.ahorra {	padding-top: 80px;	padding-bottom: 80px;}
.ahorra .section-divider {	margin-bottom: 30px;}
.ahorra .aportacion {	margin-top: 10px;}
.ahorra .aportacion .b-boy1,.ahorra .aportacion .b-boy2 {	text-align: center;}
.ahorra .aportacion h3 {	display: inline-block;	border: 1px solid #ccc;	padding: 5px 20px;}
.ahorra .aportacion img {	margin: 20px auto;}

.ahorra .aportacion .fija, .ahorra .aportacion .anual, .ahorra .aportacion .mensual,	.ahorra .aportacion .intereses {
	font-style: italic;	font-size: 12px;	color: #808386;	display: block;	margin-bottom: 2px;
}

.ahorra .aportacion .fija:before {	content: "";	display: inline-block;	width: 17px;	height: 10px;	border: 1px solid #aaa;	background-color: #97cdfb;	margin-right: 8px;}

.ahorra .aportacion .anual:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 10px;
	border: 1px solid #aaa;
	background-color: #1d95f8;
	margin-right: 8px;
}

.ahorra .aportacion .mensual:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 10px;
	border: 1px solid #aaa;
	background-color: #135f9e;
	margin-right: 8px;
}

.ahorra .aportacion .intereses:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 10px;
	border: 1px solid #aaa;
	background-color: #febe2a;
	margin-right: 8px;
}
.ahorra .aportacion .leyenda {	text-align: center;	padding: 0 40px;}

.ahorra .aportacion .leyenda-box {
	margin: 20px 0;
	padding: 10px 15px;
	display: inline-block;
	text-align: left;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
}

.ahorra .aportacion p.datos {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	color: #929292;
}
.ahorra .aportacion p.datos span {	font-weight: bold;	color: #505356;}
.ahorra .aportacion p.ganancias {	padding: 6px 10px;color: #303336;	background-color: #febe2a;}
.ahorra .aportacion p.ganancias.alt {	border: 1px solid #febe2a;	color: #505356;	background-color: transparent;}
.ahorra .aportacion p.ganancias span {	font-weight: bold;}
.ahorra .coletilla {	margin: 10px 0;	line-height: 18px !important;	font-size: 12px;	color: #a0a3a6;}
.ahorra .inverse {	background-color: #2d343e;	text-align: left;	padding: 10px 15px;	color: #fff;	margin: 40px 0 20px 0;	list-style: none;}
.ahorra .inverse i {	margin-right: 5px;	color: #febf2b;	-ms-transform: rotate(25deg);	-webkit-transform: rotate(25deg);	transform: rotate(25deg);}
.ahorra .lista-detalle {	padding-left: 30px;}
.ahorra hr {	margin: 40px 0 60px 0;}
.ahorra .lista-detalle .boxed {	background-color: #f5f5f5;	padding: 20px 15px 15px 10px;}
.ahorra .destaca {	background-color: #f5f5f5;	padding: 15px 15px;	margin-top: -15px;}
.ahorra .lista-detalle .boxed ul {	list-style: square;	margin-left: 30px;}
.ahorra .lista-detalle .boxed ul li {	margin-bottom: 6px;}

/* SECTION rescatar*/
.rescatar {	padding-top: 80px;padding-bottom: 80px;}
.rescatar .section-divider {	margin-top: 0;	margin-bottom: 30px;}
.rescatar .img-responsive {	margin-top: 10px;}
.rescatar .explicacion {	padding-right: 30px;}
.rescatar hr {	border-top: 1px solid #ddd;}

/* SECTION planes*/
.planes {	padding-top: 80px;	padding-bottom: 40px;}
.planes .section-divider {	margin-bottom: 30px;}
.planes hr {	margin-top: 40px;}
.planes .promo .section-divider {	border-bottom: 2px solid #febe2a;	margin-top: 20px;	margin-bottom: 10x;}
.planes .promo .big {	font-size: 19px;	letter-spacing: 0.8px;}
.planes .featured-item .icon {	margin-bottom: 20px;}
.planes .featured-item .des {	margin-bottom: 10px;}
.planes .featured-item.w-risk {	margin-bottom: 80px;	display: block}
.planes .icon .w-svg .europa {	width: 52px !important;	position: relative;	top: 1px;}
#contenido .planes .leyenda-escala .tabla-escala tr.leyenda-numeros td {	width: 35px;}
#contenido .planes .leyenda-escala {	width: 100%;	left: 0;	margin: 0;	text-align: center;	position: absolute;	bottom: 0;}
#contenido .planes .leyenda-escala.no-abs {	position: static;}
#contenido .planes .leyenda-escala .tabla-escala {font-size: 12px;	line-height: 20px;}
#contenido .planes .leyenda-escala p {	line-height: 16px !important;	margin-top: 8px;}
#contenido .planes .leyenda-escala .tabla-escala {	margin-top: 5px;}
#contenido .planes .leyenda-escala .tabla-escala tr th {	line-height: normal;}
.planes  .leyenda-escala .tabla-escala tr.leyenda-numeros .selected {	background-color: #000;}
.planes .leyenda-escala  .tabla-escala tr.leyenda-numeros .selected .numero-riesgo	{	color: #fff !important;	font-weight: bold;}
.RiskAdvice {	color: #aaaaaa !important;	padding-top: 15px;	border-top: 1px dashed #dadada;	margin-top: 10px;	padding-left: 10px;}
.RiskAdvice p {	font-size: 12px !important;	margin-bottom: 5px;	color: #888888 !important;	line-height: 16px !important;}
.featured-item.icon-bordered.icon-circle:hover .europa polygon {	fill: #004d8a;}

@media only screen and (min-width: 1200px) {

    .xtra-pad{        padding-bottom: 20px;    }
    .xtra-pad >div:first-child{        padding-right: 40px;    }
    .xtra-pad >div:last-child{        padding-left: 40px;           }
    .calculadora {        background-size: contain;    }
}

@media only screen and (max-width: 1190px) {
    .introduccion p {        margin-bottom: 15px;    }
    .introduccion .text-intro {        padding: 40px 20px;    }
    .introduccion .img-responsive {        margin-top: 40px;    }
    .introduccion .section-title {        margin-bottom: 10px;    }
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
    #contenido .planes .leyenda-escala .tabla-escala tr.leyenda-numeros td {        width: 30px;    }
    #contenido .planes .leyenda-escala .tabla-escala {        font-size: 11px;    }
}


@media only screen and (max-width: 991px) {
    .introduccion .container-fluid .row>div {overflow: hidden;}
	.introduccion .img-responsive {	margin-top: -12%;}
	.ahorra .inverse {	margin-top: 20px;}
	.ahorra .aportacion .leyenda-box {	margin: 20px 0 0 0;	display: block;}
	.ahorra .aportacion img {	max-width: 300px;}
	.ahorra .aportacion .leyenda {	padding: 0 15px;}
	.ahorra .aportacion .leyenda-box span {	display: inline-block;	margin-left: 10px;}
	.ahorra .aportacion .leyenda-box span:before {	margin-right: 5px;}
	.rescatar .explicacion {	padding-right: 15px;	text-align: left;}
	.rescatar .img-responsive {	margin-top: 30px;}
	#contenido .planes .leyenda-escala {	position: static;}
	.planes .featured-item {	display: block;}
	.planes .featured-item.w-risk {	margin-bottom: 0;}
	.planes .equal-height-column {	height: auto !important;}
	.promocion .bloque-momento h2 {	font-size: 24px;}
	.promocion .h2-small {	font-size: 16px;	line-height: 22px;}
	.promocion .bloque-momento h3 {	margin-top: 20px;	font-size: 23px;	margin-bottom: 10px;}
}

@media only screen and (max-width: 767px) {
	.introduccion .container-fluid .row>div {		overflow: auto;	}
	.introduccion .img-responsive {		margin-top: 20px;	}
	h1.section-title small {		line-height: normal;		display: block;		margin-top: 10px;	}
	.calculadora.inicio, .calculadora {		padding-top: 60px;		padding-bottom: 80px;	}
	.calculadora .section-divider {		margin-top: 0;	}
	.calculadora .radios>div {		text-align: left !important;	}
	.ahorra .section-divider {		margin-top: 0;	}
	.ahorra .aportacion img {		max-width: 100%;	}
	.ahorra, .rescatar {		padding-top: 60px;		padding-bottom: 60px;	}
	.rescatar .explicacion {		padding-right: 15px;		text-align: left;	}
	.ahorra .aportacion h3 {		margin-bottom: 0;	}
	.ahorra .aportacion>div {		margin-bottom: 30px;		padding: 0 20px;	}
	.planes {		padding-top: 60px;		padding-bottom: 30px;	}
}

/* FIN PAGINA PENSANDO AHORRAR*/

/*PAGINA INICIO JUBILACIÓN*/

/* SECTION calculadora*/
.calculadora.inicio {	padding-top: 80px;	padding-bottom: 120px;	background-image: url(../img/informacion/calcule-pension-ahorro.jpg);}
/* SECTION selector*/
.selector {	padding-top: 80px;	padding-bottom: 60px;}
.selector .quote {	padding-right: 30px;}
.selector .qoute-title {	background-color: #2d343e;}
.selector .caja-selector {	padding: 40px 15px 20px 15px;	border: 2px solid #2d343e;}
.selector .caja-selector .bloque-sliders {	text-align: center;}
.selector .caja-selector .bloque-sliders .slider {	margin-bottom: 75px;	display: inline-block;	text-align: left;}
.selector .caja-selector .bloque-sliders .slider:last-child {	margin-top: 0;}
.selector .caja-selector .back-bar .pointer-label {	top: -20px;	font-size: 10px;	color: #0061ae;}
.selector .caja-selector .bloque-sliders .slider:first-child .scale span {	min-width: 12px;}
.selector .caja-selector .bloque-sliders .slider label {	margin-bottom: 25px;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}

.selector .caja-selector .back-bar {
	height: 15px;
	background: #f3f3f3;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px
		rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.selector .caja-selector .back-bar .pointer {	width: 30px;	height: 30px;	border-radius: 100%;	top: -10px;}
.selector .caja-selector .slider-container .scale ins {	color: #808386;	font-size: 12px;	top: 18px;	text-align: center;}
.selector .caja-selector .theme-blue .scale span {	height: 12px;	border-left: 1px solid #a0a3a6;	min-width: 50px;}

.selector .caja-selector .theme-blue .back-bar .pointer {
	background: #498DC0;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12),
		0 3px 5px -1px rgba(0, 0, 0, 0.3);
	border: 3px solid #fafafa;
	margin-left: -2px;
}

.selector .caja-selector .theme-blue .back-bar .selected-bar {
	border-radius: 2px;
	background-color: #a2c1d8;
	background-image: -moz-linear-gradient(top, #a2c1d8, #b0bdd0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a2c1d8),
		to(#b0bdd0));
	background-image: -webkit-linear-gradient(top, #a2c1d8, #b0bdd0);
	background-image: -o-linear-gradient(top, #a2c1d8, #b0bdd0);
	background-image: linear-gradient(to bottom, #a2c1d8, #b0bdd0);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa2c1d8',
		endColorstr='#b0bdd0', GradientType=0);
}

.selector #planes {	display: table;}
.selector #planes .centrado-vertical {	display: table-cell;	vertical-align: middle;}
.selector .lista-planes {	background-color: #f2f2f2;	padding: 20px 40px 20px 35px;	margin-top: 25px;	border-left: 4px solid #0B7AD0;}
.selector .lista-planes li {	list-style: none;	margin-bottom: 6px;}
.selector .lista-planes li:before {	display: none;}

.selector .lista-planes li a {
	border: 0;
	font-weight: normal;
	background-color: transparent;
	color: #0B7AD0;
	text-transform: none;
	padding: 0;
}

.selector .lista-planes li a .premios {	color: #505356;	font-style: italic;	display: block;	}
.selector .lista-planes li a:hover {	color: #004d8a;}
.selector .lista-planes li a .risk {	color: #888;	border-left: 1px solid #ccc;	padding-left: 8px;	margin-left: 5px;}
.selector .lista-planes li a .premios+.risk {	margin-left: 0;}
.selector .section-divider {	margin-bottom: 30px;}

@media only screen and (max-width: 991px) {
	.selector .quote {		padding-right: 0;	}
	selector .equal-height-column {		height: auto !important;	}
	.selector #planes {		height: auto !important;		display: block;		margin-top: 30px;	}
	.selector #planes .centrado-vertical {		display: block;	}
}

@media only screen and (max-width: 767px) {
	.selector .quote {		padding-right: 0;	}
	.selector .lista-planes {		margin-top: 10px;	}
	.selector {		padding-top: 60px;		padding-bottom: 30px;	}
	.selector .lista-planes {		padding: 10px;	}
	.selector .caja-selector {		padding: 20px 8px 10px 16px;		box-sizing: border-box;		overflow: hidden;	}
	.selector .caja-selector .bloque-sliders .slider {		margin-bottom: 65px;		display: block;	}
}

/*FIN INICIO JUBILACIÓN*/

/*PAGINA PRÓXIMA JUBILACIÓN*/
.guia-jubilacion {    padding-top: 80px;    padding-bottom: 80px;}
.guia-jubilacion .section-divider {  margin-bottom: 30px; margin-top:0;}
.guia-jubilacion .explicacion{ text-align: center;  padding: 0 35px;}
.guia-jubilacion .libro {max-height:360px; margin:0 auto 20px auto;}
.seccion-promo .promo .section-divider{ border-bottom: 2px solid #febe2a;    margin-top: 20px;        margin-bottom: 10x;    }
.seccion-promo .promo strong{ font-size: 19px;  letter-spacing: 0.8px;  }
.seccion-promo .promo {margin-top:60px;}

@media only screen and (max-width: 767px) {
    .guia-jubilacion h2, .guia-jubilacion h3, .guia-jubilacion p {text-align:left !important; }
    .guia-jubilacion div {text-align:center !important; }
}

/*FIN PRÓXIMA JUBILACIÓN*/

/*general*/
.white-bg {background: #FFF !important;}
.tab-border {	border: 1px solid #d8d8d8;}
ul.list-in {	margin-left: 44px;}
.coletilla {	font-size: 11px;	color: #8d8d8d;	line-height: 1.1em !important;}
.mb-35 {	margin-bottom: 35px;}
.mb-50 {	margin-bottom: 50px;}

/*YA JUBILADO*/
.asesoramiento2{padding-top: 80px; padding-bottom: 80px;}
.asesoramiento2 .section-divider{margin-bottom: 30px;}
.asesoramiento2 .pricing-table .package-name h3 {font-size:21px !important; padding:0 12px;}
.asesoramiento2 .table-info { padding: 8px 12px; margin-top:23px; min-height: 270px;}
.asesoramiento2 .pricing-table .table-header {border-top-color: #0B7AD0; padding-bottom:60px;}

.asesoramiento2 .border-round {background: #FFF;}
.asesoramiento2 .pricing-table .table-header {background: #dfeffc}
.asesoramiento2 .pricing-table:hover .table-header {background: #bae0ff}
.asesoramiento2 .pricing-icon {width:90px; height: 90px; margin:-45px auto 0 auto; background: #0B7AD0; border-radius: 50%; border: 2px solid #FFF; box-shadow: 1px 1px 8px #aaaaaa; padding:16px !important; position: relative;}

.asesoramiento2 .pricing-icon path {fill: #FFF;}

@media only screen and (max-width: 991px) {
    .guia-jubilacion .explicacion{ padding: 0 15px; }
    .asesoramiento2 .table-info { min-height: 180px !important;}
}

@media only screen and (max-width: 767px) {
     .guia-jubilacion .imgguia2 {width:50%;}
}
/*FIN YA JUBILADO*/
