@import url("fonts.css"); /* Import fonts Barlow */
@import url("inputRange_3.css");
@import url("landing.css");
@import url("simulador.css");
@import url("perfilado.css");
@import url("comparador.css");
@import url("pasosSeguir.css");

/*********/
/* RESET */
/*********/

body{font-size:62.5%;line-height:1;font-family:Barlow-Reg, Arial;}

ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,address,fieldset,input,table,th,td{ margin:0; padding:0;}

input:focus, select, select:focus, input.form-control:focus, label:focus, .bonificaciones .form-check-input { /* Para que chrome no nos ponga un borde azul*/
	outline-offset: 0px;
	outline: -webkit-focus-ring-color auto 0px;
	outline:none !important;
	outline-width: 0 !important;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    -webkit-appearance:none;
}
.btn-secondary{
	--bs-btn-focus-shadow-rgb: 255,255,255;
}
ul,ol {list-style:none;}
a {outline:none;}

a img,:link img,:visited img {border:none;}

a:hover,a:focus{text-decoration:underline;}

abbr {border-color:#CCCCCC;}

/************/
/* CABECERA */
/************/
.contLogoBreadcrumb{
	align-items: end!important;
}
.breadcrumb a{
	text-decoration: none;
	color: #000;
}
.breadcrumb .active span{
	color: #000;
	font-family: Barlow-Bol, Arial, sans-serif;
}
.contAcciones{
	display: flex;
	align-items: center;
	font-size: 14px;
}
.contAcciones .lock{
	display: flex;
	align-items: center;
	background-color: #f8f8f8;
	padding: 5px 10px;
	border-radius: 6;
	margin-right: 10px;
}
.contAcciones .lock img{
	margin-right: 5px;
	width: 20px;
}
.contAcciones .selIdioma{
	border:0;
	width: auto;
	margin-right: 10px;
}
.contAcciones .menu{
	border:0;
	background-color: transparent;
}
.offcanvas{
	width:100%!important;
	top:80px!important;
	background-color: #f8f8f8;
}
.offcanvas-backdrop{
	display: none!important;
}
.btnCloseMenu{display: none;width:24px;}

/***********/
/* MENU BE */
/***********/
.opcionesMenuBE{
	overflow-y : auto;
}
.opcionesMenuBE .container{margin-top:0;}

.opcionesMenuBE .list-group li{
	background-color: transparent;
	border: 0;
}
.opcionesMenuBE .list-group li a{
	text-decoration: none;
	color:#000;
}
.opcionesMenuBE .listadoPpal{
	font-size: 30px;
	font-family: Barlow-Bol, Arial, sans-serif;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;	
}
.opcionesMenuBE .listadoPpal a.selected, .opcionesMenuBE .listadoPpal .selected a{
	color: #007a87;
}
.opcionesMenuBE .listadoSecund{
	font-size: 20px;
	font-family: Barlow-Bol, Arial, sans-serif;
	padding-top: 10px;
}
.opcionesMenuBE .secciones{
	font-family: Barlow-Bol, Arial, sans-serif;
	margin-bottom: 10px;
}
.opcionesMenuBE .secciones h6{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	display: flex;
	align-items: center;
	font-size: 18px;
}
.opcionesMenuBE .secciones h6 img{
	width:20px;
	margin-right: 7px;
}
.opcionesMenuBE .listadoSecciones{
	font-size: 16px;
}
.opcionesMenuBE .separadorAcciones{
	border-top:1px solid #ccc;
	padding-top:15px;
}
.opcionesMenuBE .lockMenu{
	font-family: Barlow-Bol, Arial, sans-serif;
	font-size: 17px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.opcionesMenuBE .lockMenu img{
	width: 30px;
}

/*******/
/* PIE */
/*******/
.footer{
	background-color: #000;
	font-size: 1.4em;
	border-top:1px solid #ccc;
}


/***********/
/* GENERAL */
/***********/
.navbar{background-color: #fff;}
.container{margin-top:100px;}
.contPpal{background: linear-gradient(to bottom, transparent 0%, transparent 380px, black 300px, black 100%);}
.breadcrumb{font-size: 1.1em;}
.footer .breadcrumb{font-size: 1em;}
h1 span{font-family: Barlow-Bol, Arial;}
.conTitular{max-width: 650px;}


/***********/
/* BANNER */
/***********/
.contBannerSimulador{
	min-height: calc(100vh - 60px - 62px);
	background: transparent url("../img/fondos/registro.png") no-repeat right 0;
	background-size: 300px;
}

/* Botones */

.btn-kutxa, .btn-kutxa:hover, .btn-kutxa:active, .btn-kutxa:focus{
	background-color: #e30613;
	color: #fff;
}
.btn-kutxa:disabled{
	background-color: #c4c4c4;
	border-color: #c4c4c4;
	color: #fff;
}
.btn-kutxa-negro, .btn-kutxa-negro:hover, .btn-kutxa-negro:active, .btn-kutxa-negro:focus{
	background-color: #000;
	color: #fff;
	padding-left:30px;
	padding-right:30px;
}
.btn-kutxa-blanco, .btn-kutxa-blanco:hover, .btn-kutxa-blanco:active, .btn-kutxa-blanco:focus{
	background-color: #fff;
	color: #000;
	padding-left:30px;
	padding-right:30px;
}
.btn-kutxa-negro img{
	width: 12px;
}
.btn-kutxa-negro:disabled{
	background-color: #c4c4c4;
	border-color: #c4c4c4;
	color: #fff;
}
.btn-link{
	text-decoration: none;
	color: #007a87;
	font-weight: 600;
	padding: 0;
	margin: 10px 0;
}
.btn-tool{
	text-decoration: none;
	color: #007a87;
	font-weight: 600;
	padding: 0;
	border:0;
}
.btn-tool:hover{
	border: 0;
}
.btn-contactar{
	text-decoration: none;
	color: #007a87;
	font-weight: 600;
	font-size: 12px;
	padding: 0;
	text-align: left;
	border: 0;
	margin:0;
}
.btn-contactar:hover, .btn-contactar:active, .btn-contactar:focus{
	color: #007a87;
}
.btn-kutxa-blanco.btn-contactar{
	background-color: #fff;
	color: #000;
	padding: 4px 30px;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}
.btn-kutxa-blanco.btn-contactar:hover,.btn-kutxa-blanco.btn-contactar:active,.btn-kutxa-blanco.btn-contactar:focus{
	color: #000;
}
.btnInfo{
	width: 18px;
	height: 18px;
}
.btn-card{
	text-align: left;
}

/* Info en modal */

.info{
	margin-left:5px;
	border:0;
	background-color: transparent;
}

.modal-content .modal-title{
	font-weight: 600;
}

.modal-content p{ 
	font-size: 14px;
	margin-bottom: 10px;
	line-height: normal;
}

.contSelectores{
	display: flex;
}

.contSelectores .importe{
	font-size: 30px;
	font-family: Barlow-Bol, Arial, sans-serif;
}

.contSelectores .contImporte{
	max-width: 200px;	
}

.contSelectores .contImporte input:focus{
	border-color: #ced4da;
}

.contSelector{
	background-color: #f8f8f8;
}

.separador{
	padding: 0!important;
	display: flex;
	align-items: center;
}
.linea{
	border-left:1px solid #e7e7e4;
	height: 50%;
}
.contactoPaso2{
	display: none;
}
.contactoPaso2 h6{
	font-family: Barlow-Bol, Arial, sans-serif;
}

/* ACCORDION INFO */
.contMasInfo{
	display: none;
}
.accordionInfo{
	background-color: #f1fafb;
	padding:20px;
}
.accordionInfo img{
	width:20px;
}
.accordionInfo .accordion-header{
	font-size: 13px;
}
.accordionInfo span{
	font-weight: 600;
}
.collapseInfo .list-group{
	font-size: 14px;
	padding: 0 20px 20px;
}
.collapseInfo .card-title{
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px solid #e7e7e4;
	padding: 20px;
}

.accordionInfo button{
	width: 30px;
	height: 30px;
	border:0;
}
.accordionInfo button.collapsed{
    background:transparent url("../img/mas.png") 0 0 no-repeat;
	background-size: 30px;
}

.accordionInfo button{
    background:transparent url("../img/close.png") 0 0 no-repeat;
	background-size: 30px;
}
.accordionInfo .contInfoMasInfo{
	border:0;
	background-color: transparent;
}
.accordionInfo .contInfoMasInfo ul li{
	background-color: transparent;
}
.accordionInfo .contInfoMasInfo.infoTotal{
	border-top: 1px solid #e7e7e4;
}

/* TOOLTIP */
.custom-tooltip {
	--bs-tooltip-bg: #007a87;
	--bs-tooltip-opacity: 1;
}

@media (max-width: 1200px){
	.card-simulacion .card-foot button{
		width: 100%;
	}
	.btn-comparador{
		margin-bottom: 10px;
	}
}
@media (max-width: 992px){
	.container {
		max-width: 100%;
	}
	
	.breadcrumb:not(.breadcrumb-footer){
		display: none;
	}
	.navbar .container-fluid{
		margin-left: 0;
		margin-right: 0;
	}
	.navbar .container-fluid.justify-content-end {
		justify-content: flex-end!important;
	}
	
	.contResultSimulacion .btn-kutxa{
		width: 100%;
	}
	.contResultSimulacion .btn-kutxa-blanco.btn-contactar{
		margin-top:10px;
	}
	.contSeccionBancoCard{
		display: none;
	}
	.contSeccionBancoAccodion{
		display: block;
	}
	.contBannerSimulador .row .colEsp{
		width: 50%;
		margin-bottom:10px;
	}
	.contBannerSimulador .row .colEsp img:not(.img-colEsp){
		width: 50%;
	}
	
}
@media (max-width: 900px){
	.contBannerSimulador{background-image: none;}
	.contBannerSimulador .row .colEsp img{
		width: 50%;
	}
	.conTitular{max-width: 100%;}
	.container {
		max-width: 100%;
	}	
	.row>*{
		flex-shrink: 0;
		width: 100%;
		max-width: 100%;
	}
	.separador{
		display: none;
	}
	.contSelectores{
		display: block;
	}
	.contSelector{
		max-width: 100%;
	}
}
@media (max-width: 576px){
	.navbar .container-fluid{
		width: auto;
	}
	.lock{display: none!important;}
	.opcionesMenuBE .separadorAcciones{display: block!important;}
	.accordionInfo button.collapsed, .accordionInfo button{background-size: 18px;}
	.opcionesMenuBE .list-group li{padding-left:0;}
}
.oculto{display: none;}