@charset "utf-8";
/* CSS Document */

a {
    color: #00417B;
}

@media (max-width: 859px) {
	.container {
		width: 93%;
	}
}

/* UTILITIES */
.table-cell-middle {
	display: table-cell;
	vertical-align: middle;
}
.u-mt0 {
	margin-top: 0 !important;
}
.u-mb0 {
	margin-bottom: 0 !important;	
}

/* AGREGADO GRILLA */
@media (min-width: 860px) {
	.cuarto-lg {
		width: 25%;
	}
}
/**/

/* PROPIEDADES FLEX */
@media (min-width: 860px) {
  .u-flex-md {
	  display: flex;
  }
}
.u-flex {
	display: flex;
}

/* AVISO COVID */
#aviso-covid {
	background: #052D69;
	color: #FFFFFF;
}
#aviso-covid p {
	font-size: 1rem;
	line-height: 1.5;
	margin: .5rem .75rem .5rem 1.25rem;
}
#aviso-covid a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: 500;
}

@media (min-width: 860px) {
	#aviso-covid p {
		font-size: 1.125rem;
		margin: .75rem .75rem .75rem 1.25rem;
	}
}

/* HEADER */
header.nuevo {
	 margin: 0px 0 15px;
}
.icon-usuario {
    background-image: url('/bps/theme/sitioweb2021/img/usuario.svg');
    background-position: center center;
    background-size: cover;
    height: 23px;
    width: 23px;
    margin-right: 2px;
    margin-top: 1px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}
.ingresar {
	font-size: 1.125rem;
	color: #052D69;
	font-weight: 500;
}

#ingresarServicios {
    background: #f2f2f2;
    padding: 10px 0;
    margin-bottom: 30px;
}

@media (max-width: 859px) {
	.ingresar {
		padding: .65rem .15rem;
	}
	.icon-usuario {
		height: 28px;
		width: 28px;
		margin-top: 0;
		margin-right: 0;
	}
	.text-ingresar {
		display: none;
	}
}

.contenedor-accesos {
	margin-bottom: .9375rem;
	display: none;
	height: 27px;
}
.contenedor-logo {
	float: left;
} 
@media (max-width: 859px) {
	.contenedor-accesos {
		margin-bottom: 0;
		height: auto;
		display: block;
	}
	.contenedor-logo {
		float: unset;
		text-align: center;
	    margin-bottom: 20px;
		margin-top: 0.25rem;
		padding: 0 5rem;
	    display: flex;
        justify-content: center;
	}
	
	
	.contenedor-logo img {
		height: 40px;
	}
	.Header-search {
    margin-top: 0rem !important;
	}
}
/* MENU */
.nav-ul {
	list-style: none;
	padding: 0 2rem;
	margin: 0;
}
.nav-li {
	float: left;
}
.nav-li > a {
	padding: 31px 14px;
	margin: 0 .15rem;
	background-color: transparent;
	border-radius: 6px 6px 0 0;
	text-transform: uppercase;
	font-size: 1.125rem;
	color: #3D4D5B;
	-webkit-transition: background .25s, border .25s;
  transition: background .25s, border .25s;
	border: solid 1px transparent;
	border-bottom: none;
}
.nav-li > a:hover,
.nav-li > a:focus,
.nav-li > a:focus-within,
.nav-li.hover > a {
	background-color: #EDEDED;
	color: #052D69;
	text-decoration: none;
	-webkit-transition-delay: .3s;
  transition-delay: .3s;
	border: solid 1px #999;
	border-bottom: none;
	position: relative;
	z-index: 11;
}
.nav-li > a .icon-desplegable {
	font-size: 0.625rem;
	margin-left: 3px;
}

.nav-page {
	margin-top: 27px;
	padding-bottom: 3rem;
	background: #EDEDED;
	width: 100%;
	height: auto;
	position: absolute;
	left: -9999px;
	opacity: 0;
	z-index: 9;
	transition: left 0s, opacity .25s;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	-webkit-box-shadow: 0px 6px 12px -4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 6px 12px -4px rgba(0, 0, 0, 0.25);
}
.nav-li:hover .nav-page,
.nav-li:focus .nav-page,
.nav-li:focus-within .nav-page,
.nav-li.hover .nav-page {
	opacity: 1;
	left: 0;
	-webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.nav-li.hover .nav-page {
	z-index: 9;
}

.nav-page h3 {
	margin-bottom: .75rem;
	margin-top: 3.25rem;
	font-size: 1.625rem;
	font-weight: 500;
	color: #03204B;
	position: relative;
}

.nav-page h3::before {
	content: "\e91a";
  margin-right: 14px;
	font-size: 1.125rem;
	color: #c65310;
	/* i */
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.nav-page h4 {
	font-size: 1.375rem;
	margin: 2.5rem 0 .75rem 1.5rem;
	color: #03204B;
}

.nav-page-ul {
	margin: 0 3rem 3rem 1.25rem;
	list-style: none;
	padding: 0;
	color: #c65310;
}

.nav-page-ul li {
	position: relative;
}

.nav-page-ul a::before {
	content: "";
	display: inline-block;
	height: 5px;
	position: absolute;
	border-radius: 50%;
	top: 18px;
	left: 12px;
	background: #c65310;
	width: 5px;
}

.nav-page-ul a {
	margin: 0;
	padding: 10px 14px 10px 28px;
	display: block;
	color: #03204B;
	font-size: 1.2rem;
	line-height: 1.5;
	text-transform: none;
	border-radius: 3px;
	-webkit-transition: background-color .15s,color .15s;
  transition: background-color .15s,color .15s;
}

.nav-page-ul a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #c65310;
}
.nav-page-ul a:hover:before {
	background: #FFFFFF;
}

.nav-page a.icon-desplegable {
	padding: .5rem;
  display: inline-block;
	border-radius: 50%;
	transform: rotate(180deg);
	-webkit-transition: background-color .15s,color .15s;
  transition: background-color .15s,color .15s;
}
.nav-page a.icon-desplegable:hover {
	text-decoration: none;
	background-color: #dbdbdb;
}

.nav-page a.icon-desplegable:focus {
	background-color: #dbdbdb;
}

/* Lista con textos más chicos */
.nav-page-ul--small a::before {
	top: 15px;
}
.nav-page-ul--small a {
	padding: 8px 14px 8px 28px;
	font-size: 1.0625rem;
}

/* Lista con íconos */
.nav-page-ul--icons a::before {
	content: none;
}
.nav-page-ul--icons a {
	padding-left: 12px;
}
.nav-page-ul--icons img,
.nav-page-ul--icons svg {
	height: 18px;
	margin-top: -4px;
	margin-right: 8px;
	fill: #03204B;
}
.nav-page-ul--icons a:hover svg {
	fill: #FFFFFF;
}

.nav-page .info-text {
    color: #03204B;
		font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
		margin-bottom: 0;
		margin-left: 1.5rem;
}
.nav-page .ver-mas {
	color: #03204B;
	font-weight: 500;
	margin-right: 3rem;
	margin-top: 1.5rem
}
.nav-page .icon-ver-mas {
   background-image: url(/bps/theme/sitioweb2021/img/ver-mas-azul.svg);
}

.mas-consultados {
	color: #FFFFFF;
	background: #03204B;
	padding: 8.5rem 3rem 4rem 3rem;
	border-radius: 0 0 180px 0;
	margin-bottom: 2rem;
	position: relative;
}
.mas-consultados h3 {
	color: #FFFFFF;
	font-weight: 400;
	padding: 1rem 0;
	margin-top: 0;
	margin-left: -48px;
  background: #c65310;
  margin-bottom: 2rem;
}
.mas-consultados h4 {
	color: #FFFFFF;
	font-weight: 400;
	margin: 0 0 .75rem 0;
}
.mas-consultados .nav-page-ul {
	margin-right: 0;
	margin-bottom: 2.25rem;
	margin-left: .5rem;
}
.mas-consultados .nav-page-ul a {
	color: #FFFFFF;
	padding: 9px 18px 9px 28px;
}

.mas-consultados .nav-page-ul a:focus {
	outline: 2px solid #E7941D;
}

/**/
.cinta-fondo {
  position: absolute;
  top: 36px;
  left: -15px;
  overflow: visible;
  font-size: 1.625rem;
  line-height: 1.1;
}
.cinta-fondo:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
	top: 2px;
	right: -22px;
	border-top: 30px solid rgba(0, 0, 0, .3);
	border-bottom: 30px solid rgba(0, 0, 0, .3);
	border-left: 20px solid rgba(0, 0, 0, .3);
	border-right: 20px solid transparent;
}
.cinta-fondo:after {
  content: "";
	height: 2px;
  background: rgba(0, 0, 0, .3);
  display: block;
  position: absolute;
	bottom: -2px;
	left: 15px;
	right: 18px;
}
.cinta-fondo div {
  display: block;
  padding: 16px 20px 16px 60px;
  position: relative;
	width: 100%;
	min-width: 300px;
  background: #c65310;
  overflow: visible;
  height: 60px;
  margin-right: 21px;
  color: #fff;
  text-decoration: none;
}
.cinta-fondo div:before {
  content: "";
  height: 0;
  width: 15px;
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  border-top: 15px solid #7C511C;
  border-left: 15px solid transparent;
}
.cinta-fondo div:after {
  content: "";
  height: 60px;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  border-top: 30px solid #c65310;
  border-bottom: 30px solid #c65310;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
/**/
.boton-accion-menu {
	margin: .75rem 2rem .5rem 1.5rem;
	background: #03204B;
	border-radius: 6px;
	color: #fff;
	width: calc(100% - 3.5rem);
	max-width: 310px;
	display: inline-block;
	padding: 1.75rem .75rem;
	-webkit-box-shadow: 0px 2px 6px rgb(0 0 0 / 25%);
  box-shadow: 0px 2px 6px rgb(0 0 0 / 25%);
	-webkit-transition: background-color .25s;
  transition: background-color .25s;
}
.boton-accion-menu .icon-usuario {
	background-image: url(/bps/theme/sitioweb2021/img/usuario-blanco.svg);
	height: 25px;
	width: 25px;
	margin-right: 7px;
	margin-top: -3px;
}
.boton-accion-menu .icon-cita {
	background-image: url(/bps/theme/sitioweb2021/img/cita-blanco.svg);
	background-position: center center;
	background-size: cover;
	height: 26px;
	width: 25px;
	margin-right: 9px;
	margin-top: -4px;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
}

.boton-accion-menu .icon-tramite {
	background-image: url(/bps/theme/sitioweb2021/img/icono-tramites-blanco.svg);
	background-position: center center;
	background-size: cover;
	height: 24px;
	width: 19px;
	margin-right: 9px;
	margin-top: -4px;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
}

.boton-accion-menu p {
	font-size: 1.125rem;
	line-height: 1.5;
	margin: 0;
}

.nav-telefono-fix {
	margin-left: 1.45rem;
	margin-bottom: 2.75rem;
}
.boton-accion-menu .icon-telefono {
	margin-right:	10px;
	font-size: 1.25rem;
}
.boton-accion-menu:hover,
.boton-accion-menu:focus {
	text-decoration: none;
	background: #c65310;
}
.boton-accion-menu:active {
    color: #FFFFFF;
}

/* INGRESO A SEVICIOS EN LÍNEA - MENÚ LATERAL */
.acceso-gestiones {
	border: 0;
	border-radius: 0;
	padding: 1.5rem 0.875rem;
	margin-bottom: 1rem;
	background: #03204B;
}
.acceso-gestiones p {
	font-size: 1.125rem;
	margin: 0;
	color: #FFFFFF;
}
.acceso-gestiones .icon-usuario {
	background-image: url(/bps/theme/sitioweb2021/img/usuario-blanco.svg);
	height: 24px;
	width: 24px;
	margin-right: 8px;
	margin-top: 0px;
}
.nav-bar .icon-flecha-slider-sig {
	font-size: 0.875rem;
	height: 32px;
	line-height: 1.5;
	position: absolute;
	right: 1rem;
	color: #c65310;
}
.nav-bar .item-open .icon-flecha-slider-sig {
	transform: rotate(90deg);
}
.nav-bar .boton-accion-menu {
	margin: .5rem 0 1rem;
	padding: 1.25rem .5rem !important;
	width: 100%;
	text-align: center !important;
	color: #FFFFFF;
}
.nav-bar .boton-accion-menu p {
	font-size: 1.0625rem !important;
}
.nav-bar .boton-accion-menu:hover p {
	color: #FFFFFF;
}
.nav-bar .boton-accion-menu .icon-cita {
	margin-top: -4px;
}
.nav-bar .boton-accion-menu .icon-telefono {
	font-size: 1.125rem;
}
.nav-bar .ver-mas {
	color: #052D69;
	font-size: 1.0625rem !important;
	font-weight: 500 !important;
	margin-top: .5rem;
	padding: .5rem;
}
.nav-bar .ver-mas a:hover {
	 color: #052D69 !important;
}
/**/
.nav-bar .icon-ver-mas {
    background-image: url(/bps/theme/sitioweb2021/img/ver-mas-azul.svg);
}

.nuevo .btn-menu {
	width: auto;
	max-width: 80px;
	height: 54px;
	color: #052D69;
	padding: 0 .25rem;
} 

.nuevo .btn-menu:focus {
	outline: none;	
}

.nuevo .text-menu {
	font-size: 0.875rem;
  margin-left: 4px;
}
.nuevo .btn-menu-open {
	position: absolute;
	z-index: 9999;
	top: 2px;
	right: 1px;
	width: 60px;
	height: 60px;
	color: #ffffff;
	background: none;
	font-size: 1.25rem;
}
.nuevo .btn-menu-open .text-menu {
	display: none;
}
.overlay {
	top: 0px;
}
.no-scroll .overlay {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.nuevo .nav-bar a {
	border-bottom: none;
}
.nav-bar h4 {
	font-size: 1.2rem;
	margin: 2rem 0 .75rem 0;
	color: #03204B;
}
.nav-bar .info-text {
	margin: .75rem 0;
}

@media (max-width: 859px) {
  .nav-bar {
		padding: 0;
		top: 0;
		color: #03204B;
		border: 0;
		max-width: 315px;
  }
  .nav-bar.nav-bar-show {
    left: 0;
  }
  .nav-bar nav > ul {
    width: 100%;
  }
  .nav-bar nav > ul > li {
    width: 100%;
    border: 0;
  }
  .nav-bar nav > ul > li:nth-child(2) .item {
    border-left: 0;
  }
  .nav-bar nav > ul > li.item {
    border: 0;
		border-bottom: 0;
  }
	.nav-bar nav > ul > li.item:hover, 
	.nav-bar nav > ul > li.item.hover, 
	.nav-bar nav > ul > li.item.active {
		background-color: transparent;
	}
	.nav-bar nav > ul > li.item > a {	/* SECCIONES */
		color: #03204B;
		padding: 16px;
		/*font-size: 1.25rem;*/
		font-size: 1.3rem;
		font-weight: 500;
	}
  .nav-bar nav > ul > li.item a { /* TODOS LOS ITEMS*/
		border-bottom: 0;
  }
  .item-large .submenu {
    width: 100%;
  }
  .item-large .submenu .col {
    border-right: 0;
  }
  .nav-bar nav > ul > li.item ul li a { /* ITEMS INTERIORES*/
    border-bottom: 0;
		text-transform: none;
		font-size: 1.0625rem;
  }
	.nav-bar nav > ul > li.item ul li a:hover { 
		color: #03204B;
	}
  .submenu {
    position: static;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
    font-weight: normal;
    border-bottom: 0;
		background-color: #EDEDED;
		padding: .875rem .625rem .875rem 1rem;
  }
  .submenu ul {
    min-width: 0;
  }
	.submenu ul li:hover {
		background: none;	
	}
	.submenu a:hover {
		color: inherit !important;
	}

/* Elimina hover en móvil y lo hace al clickear */
	.nav-bar .nav-page-ul a:hover:before {
    background: #c65310;
	}
	.nav-bar .nav-page-ul a:hover {
		color: #03204B !important;
		background-color: transparent !important;
	}
	.nav-bar .nav-page-ul a:target:before,
	.nav-bar .nav-page-ul a:focus:before {
		background: #FFFFFF;
	}
	.nav-bar .nav-page-ul a:target,
	.nav-bar .nav-page-ul a:active,
	.nav-bar .nav-page-ul a:focus {
		text-decoration: none;
		color: #FFFFFF;
		background-color: #c65310;
	}
	.nav-bar .nav-page-ul--icons a:hover svg {
		fill: #03204B;
	}
	.nav-bar .nav-page-ul--icons a:target svg,
	.nav-bar .nav-page-ul--icons a:focus svg {
		fill: #FFFFFF;
	}
}

/* AJUSTE LISTAS CON BULLETS */
.nav-bar .nav-page-ul {
	margin: 0;
}
.submenu .col:first-child {
    border-right: 0;
}
.submenu ul li a img {
	height: 20px;
  margin-right: 10px;
}

/* BUSCADOR */
header.nuevo .Header-search {
    float: right;
		width:  calc(100% - 744px)
}
@media (max-width: 1100px){
header.nuevo .Header-search {
    margin-top: 2rem;
		width: 100%;
	}
}

header.nuevo .Search {
    position: relative;
    border-radius: 3px;
    padding: 2px;
    background-color: #fff;
		border: 1px solid #B9C8D4;
		box-sizing: border-box;
		box-shadow: 0px 2px 6px rgba(185, 200, 213, 0.5);
}
header.nuevo .Search:after, .Search:before {
    display: table;
    content: "";
}
header.nuevo .Search-input {
    background-color: #fff;
    border-radius: 3px;
    border: 0;
    color: #000;
    font-family: inherit;
    font-weight: 400;
		width: calc(100% - 57px);
    position: relative;
    z-index: 1;
    padding: 12px 45px 12px 12px;
    line-height: 1.5;
}
header.nuevo .Search-button, .Search-checkboxLabel {
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
header.nuevo .Search-button {
    right: 2px;
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 2px;
	color: #052D69;
	background: none;
	font-size: 1.5rem;
	top: 2px;
}
header.nuevo .u-hideVisually {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

@media (max-width: 859px){
	header.nuevo {
	 margin: 0 0 15px;
	}
	#contenido.nuevo {
		padding-top: 0px;
	}
}

/* NUEVA ESTRUCTURA DE FRANJAS */
.franja {
	padding: 4.25rem 0;
}
.fondo-slider {
	min-height: 580px;
	padding-top: 2rem;
}
.fondo-celeste {
  background: #CDD5E1; 
}
.fondo-patron {
  position:relative;
}
.fondo-patron::after {
  content: "";
  background: url("../img/recursos/fondo-patron.png");
  background-size: 38px;
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
.fondo-gris {
  background: #F8F8F9; 
}
.fondo-azul {
  background: #052D69;
}
.titulo-franja {
	font-size: 2.25rem;
	color: #021F38;
	margin-top: 0;
	margin-bottom: 2.25rem;
}
.fondo-patron .titulo-franja {
	margin-bottom: 3.25rem;	
}
.link-franja {
	margin-top: 10px;
  display: inline-block;
  font-size: 1.25rem;
}

/* AJUSTE ALTURA MANUAL */
.altura-100 {
	height: 100%;
}
.altura-100-fix {
	height: calc(100% - 15px);
}

/* NUEVOS CONTENEDORES */
.contenedor-home {
  background: #fff;
  padding: 2.5rem;
  margin-bottom: 15px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
	border: none;
	border-radius: 3px;
	position: relative;
}
.contenedor-home ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.contenedor--con-pie {
	padding-bottom: 4.5rem;
}
.titulo-contenedor,
.nuevo .contenedor-home h2 {
	color: #021F38;
	font-size: 1.875rem;
	margin-bottom: 2.5rem;
	margin-top: 0;
}
.pie-contenedor {
	text-align: right;
	font-size: 1rem;
	font-weight: 500;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0 2.5rem 2rem 1.5rem;
}
.pie-contenedor .icon-flecha-slider-sig:before {
	font-size: 0.75rem;
	padding-left: 8px;
}
.icon-ver-mas {
    background-image: url("../img/ver-mas.svg");
    background-position: center center;
    background-size: contain;
		background-repeat: no-repeat;
    height: 20px;
    width: 7px;
    margin-left: 10px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}
.ver-mas {
	font-size: 1.125rem;
	line-height: 1.35rem;
	color: #00417B;
	font-weight: 500;
	display: inline-block;
}

/* CONTROL DEL ROTADOR PRINCIPAL */
.nuevo .rslides_container {
	position: absolute;
	z-index: -5;
}
.rslides_container a {
	height: 1143px;
}
.rslides img {
    display: block;
    height: 100%;
    width: 100%;
    border: 0;
    object-fit: cover;
}
.nuevo .centered-btns_nav {
	background: url(/bps/theme/sitioweb2021/img/iconos-slider-home.png) transparent no-repeat left top;
	opacity: 0.3;
}
.centered-btns_nav:active {
    opacity: 0.7;
}
.nuevo .centered-btns_nav.next {
    background-position: right top;
}

.slider-wrapper {}

.contenedor--transparente {
	height: 380px;
	margin-top: 30px;
	box-shadow: none;
	background: transparent;
	display: block;
	position: relative;
}

#area-clickeable-sm,
#area-clickeable-md,
#area-clickeable-xl {
	display: inline-block;
	width: 100%;
	height:100%;
}

/* FACETAS */
.acceso-faceta {
	display: table;
	width: 100%; 
	padding: 0px;
	border: 1px solid #B9C8D4;
	-webkit-transition: background-color .25s,color .35s;
  transition: background-color .25s,color .35s;
}
.acceso-faceta:hover {
	background-color:#FBF2E4;
	border-color: #99620b;
	text-decoration: none;
}
.acceso-faceta-imagen {
	width: 125px;
	height: 80px;
}
.acceso-faceta-imagen img {
	width: 100%;
	height: 100%!important;
	margin-bottom: 0;
  border-radius: 2px 0px 0px 2px;
  -o-object-fit: cover;
  object-fit: cover;
	background-position: center;
	background-repeat: no-repeat;
  background-size: cover;
}
.acceso-faceta h3 {
	margin: 0 auto;
	width: 150px;
	font-size: 1.25rem;
	line-height: 24px;
	text-align: left;
	color: #3D4D5B;
	text-transform: uppercase;
} 

@media (min-width: 860px){
	.acceso-faceta h3 {
		width: min-content; 
	}
}

/* MENU ACCESOS DESTACADOS */
.nuevo .menu-accesos-destacados .acceso-destacado:hover {
	text-decoration:none !important;
	} 

.nuevo .menu-accesos-destacados .acceso-destacado h3:hover {
	text-decoration: underline;
	} 

.nuevo .menu-accesos-destacados {
	border: 1px solid #B9C8D4;	    
	padding: 10px 13px;
	margin-top:15px;
}
.nuevo .menu-accesos-destacados .acceso-destacado {
	background: #fff;
	padding: 15px 5px;
}
.nuevo .menu-accesos-destacados .acceso-destacado:hover {
  text-decoration: underline;
	background: transparent;
}
.nuevo .menu-accesos-destacados .acceso-destacado-imagen {
	width: 55px;
  padding-right: 15px;
}
.nuevo .menu-accesos-destacados .acceso-destacado img {
	margin: 0 auto;
}
.nuevo .menu-accesos-destacados ul {
	margin: auto;
}
.nuevo .menu-accesos-destacados li:after {
	display: table;
	margin: auto;
	width: 100px;
	content: "";
	background: #e5e5e5;
	height: 1px;
}
.nuevo .menu-accesos-destacados li:last-child:after {
	display: none;
}
.nuevo .menu-accesos-destacados .acceso-destacado h3 {
	font-size: 1.25rem;
	line-height: 28px;
	color: #00417B;
	margin: 0;
}

/* CAMBIOS EN CONTENEDORES PARA FUNCIONAMIENTO DEL SLIDER */
@media (min-width: 480px) {
	.rslides_container a {
    	height: 1090px;
	}
}
@media (min-width: 860px){ 
	.contenedor--transparente {	
		height: calc(100% - 55px);
		margin-top: 40px;
	}
	.rslides_container a {
    	height: 580px;
	}
	.nuevo .menu-accesos-destacados {
 	  margin-top: 40px;
	}
	.nuevo .menu-accesos-destacados .acceso-destacado {
    	padding: 15px 0px 15px 5px;
	}
}

	
@media (min-width: 1090px) {
	.contenedor--transparente {	
		height: calc(100% - 55px);
		margin-top: 40px;
	}
  	.rslides_container a {
    	height: 580px;
	}
	.nuevo .menu-accesos-destacados {
		margin-top: 40px;
	}
	.nuevo .menu-accesos-destacados .acceso-destacado {
    	padding: 15px 5px;
	}
}
@media (min-width: 1200px) {
  .contenedor--transparente {	
		height: calc(100% - 65px);
		margin-top: 50px /*38px 0px 38px*/;
	}
	.rslides_container a {
    	height: 580px;
		background-size: cover;
		background-position: center;
	}
	.nuevo .menu-accesos-destacados {
    padding: 20px 28px;
		margin-top: 50px;
	}
	.nuevo .menu-accesos-destacados .acceso-destacado {
    	padding: 15px 5px;
	}
}

/* MENU ACCESOS */
.accesos-tramites-destacados ul li {
	border-bottom: 1px solid #C4C4C4;
	position: relative;
}
.accesos-tramites-destacados ul li:last-child {
	border-bottom: none;
}
.accesos-tramites-destacados ul li a {
	display: block;
    padding: 1.25rem 2rem 1.25rem .5rem;
	-webkit-transition: color .25s;
    transition: color .25s;
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 26px;
	color: #00417B;
}
.accesos-tramites-destacados .icon-flecha-slider-sig {
	font-size: 1rem;
	color:#c65310;
	height: 26px;
	line-height: 26px;
	position: absolute;
	right: .5rem;
	top: calc(50% - 13px);
}

/* LISTA ACCESOS */
.nuevo .lista-accesos h3 {
	margin: 0px 0 30px 0;
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 26px;
	color: #3D4D5B;
}
.nuevo .lista-accesos ul {
    list-style: disc;
    padding-left: 25px;
    color: #c65310;
}
.nuevo .lista-accesos ul li {
	font-size: 1.125rem;
	line-height: 1.5;
	margin: 18px 0;
}

/* TEMA DESTACADO */
.tema-destacado {
	height: 224px;
	text-align: center;
	margin-top: 15px;
}
.tema-destacado a {
	display: block;
  	padding: 25px 5px;
}
.tema-destacado img {
	height: 125px;
	-webkit-transition: filter .35s,color .35s;
    transition: filter .35s,color .35s;
}
.tema-destacado a:hover img {
	filter: brightness(85%); 
}
.tema-destacado p {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 28px;
	text-align: center;
	color: #00417B;
}

/* NOVEDADES */
.novedad-destacada {
	padding: 0;
}
.novedad-destacada-imagen {
	height: 250px;
	margin: 0;
}
.novedad-destacada-imagen img {
	width: 100%;
	height: 100%!important;
	margin-bottom: 0;
  border-radius: 3px;
  -o-object-fit: cover;
  object-fit: cover;
	border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
	background-position: center;
	background-repeat: no-repeat;
  background-size: cover;
}
.novedad-destacada-texto {
	padding: 2rem 2.5rem 1rem;
}
.novedad-destacada-texto h3 {
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.5;
	color: #00417B;
	margin-top: 0;
	margin-bottom: 1rem;
}
.novedad-destacada-texto p {
	margin: 5px 0;
	color: #666666;
	line-height: 1.5;/**/
}

/* AJUSTES VARIOS MOVIL*/
@media (max-width: 859px){ 
	.novedad-destacada-texto {
		padding: 2rem 2.5rem 2rem;
	}
	.link-franja {
		margin: 0 0 20px 0;
		float: left;
	}
	.margen-sm-3 {
		margin-bottom: 3rem;
	}
}

/* ACCESO DESTACADO */
.nuevo .acceso-destacado {
	display: table;
	width: 100%; 
	background: #052D69;
	padding: 20px 40px;
	-webkit-transition: background-color .35s,color .35s;
    transition: background-color .35s,color .35s;
} 
.nuevo .acceso-destacado img {
	display:block;
	margin-right: 10px;
} 

.nuevo .acceso-destacado h3 {
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 26px;
	color: #FFFFFF;
	margin: 0px;
}
.nuevo .acceso-destacado:hover {
    text-decoration: none;
    background: #0056a1;
}

/* FOOTER */
.nuevo .footer {
	margin: 0 auto;
	padding: 4.25rem 0;
	background: #003a70;
	color: #FFFFFF;
}
.nuevo .footer a {
	color: #FFFFFF;
}

.nuevo .footer a:focus {
	outline: 2px solid #E7941D;
}

.nuevo .footer h2 {
  margin-bottom: 1.5rem;
  font-weight: 500;
	font-size: 1.375rem;
	line-height: 26px;
}
.nuevo .footer p {
	font-size: 1rem;
	font-weight: 500;
	padding-bottom: .65rem;
	
}
.nuevo .ul-pie {
	list-style: none;
}
.nuevo .ul-pie--web {
	list-style: none;
	padding-left: 0rem;
	margin-top: -5px;
}
.nuevo .ul-pie--web img {
	margin-right: .5rem;
	margin-top: -.1rem;
}
.nuevo .ul-pie--tel {
	list-style: none;
	font-size: 1.25rem;
	font-weight: 500;
	padding-left: 0;
}
.nuevo .ul-pie--tel .icon-telefono {
	font-size: 1rem;
	margin-right: 6px;
	font-weight: 700;
}
.nuevo .ul-pie--tel small {
	color: #000000;
    font-size: 0.875rem;
    font-weight: 400;
    margin-left: 10px;
}

/* BLOQUE FINAL - TEXTO Y REDES */
.nuevo .bloque-final {
	text-align: left;
	background: #03204B;
	padding: 30px 0;
}

.nuevo .bloque-final a:focus {
	outline: 2px solid #E7941D
}


.nuevo .bloque-final p {
	margin: 5px 0;
}
.nuevo .acciones-wrap .redes-sociales {
	border-left: none;
	padding-left: 0;
}
.nuevo .acciones-wrap .redes-sociales li {
	margin: 4px 12px;
}
.nuevo .acciones-wrap .redes-sociales li a img {
	width: 21px;
}
#aviso-covid > div > div > div:nth-child(1) > img{
	height: 58px;
}
@media (min-width: 860px){
	body > header > div.container > div.cfx.contenedor-logo > a > img{
		height: 52px;
	}
}

@media (min-width: 1101px){
	#slider-home-xl{
		margin: auto;
	}
}

.boton-autogestion {
    display: inline-block;
    border: solid 2px #fff;
    border-radius: 10px;
    margin: 0rem 2rem 0.7rem 0.5rem;
    padding: 0.3rem 2.5rem;
}

.boton-autogestion:hover {
    background-color: #c65310;
}

.autogestion a {
    text-decoration: none !important;
}

.autogestion img {
    width: 15px;
    margin-right: 0.5rem;
    margin-top: -0.5rem;
}

@media (max-width: 689px){
    .autogestion {
        text-align: center;
    }
    .boton-autogestion {
        margin: 0rem 0.5rem 0.5rem 0.5rem;
    }
}

/******* BARRA BANNER REFORMA SS ********/
.barraPC {
    background-image: url('/bps/imagenes/fondo-barra-banner.svg');
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#aviso-reformaSS span {
    color: #000;
    font-weight: 500;
    font-size: 1.25rem;
    font-family: "Alata", "Roboto";
}

#aviso-reformaSS img {
    margin: 20px;
    margin-left: 10px;
}

.barramovil {
    display: none !important;
}

.barramovil img {
    margin-top: 0 !important;
    margin-left: 20px !important;
}

#whatsapp-nspc h2 {
    font-size:1.25rem;
}

#whatsapp-nspc p {
    margin-top: 10px;
}

#whatsapp-nspc strong {
    margin-top: 20px;
}
#whatsapp-nspc a {
 font-size:1.375rem;
 font-weight:500;
}
#whatsapp-nspc img {
 height: 26px;
 padding-right: 5px;
 padding-bottom: 5px;
}

@media (max-width: 859px) {
    .barraPC {
        display: none;
    }
    .barramovil {
        display: inline-flex !important;
        margin-top: 20px;
        margin-bottom: 10px;
		align-items:center;
		width: 218px;
		line-height: 16px;
    }
    .barramovil img {
        height: 60px;
        margin-top: 5px !important;
    }
    .barramovil a {
    	display: flex;
    	align-items:center;
    }
    #aviso-reformaSS {
        background-image: url('/bps/imagenes/fondo-barra-banner.svg');
        width: 100%;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: contain;
    }
    #aviso-reformaSS span {
        font-size: 1rem;
        position: relative;
    	bottom: 6px;
    }
    .boton-autogestion {
        margin: 0rem 0.5rem 0.5rem 0.5rem;
    }
}

@media (max-width: 859px){
	#aviso-reformaSS {
		background-image: url('/bps/imagenes/fondo-barra-banner-sm.svg');
	}
	.boton-autogestion {
		margin: 0rem 0.5rem 0.5rem 0.5rem;
	}
}

@media (max-width: 550px) {
    #aviso-reformaSS {
        background-image: url('/bps/imagenes/fondo-barra-banner-xs.svg');
        width: 100%;
        background-attachment: fixed;
    }
    .boton-autogestion {
		margin: 0rem 0.5rem 0.5rem 0.5rem;
	}
}

@media (max-width: 450px) {
    .boton-autogestion {
        margin: 0rem 0.5rem 0.5rem 0.5rem;
    }
}
