.buscador-header {justify-content:flex-end;}
.campo-home {width:55%; background-color:#e5e5e5; border:none; padding:10px 20px; box-sizing:border-box;}
.buscador-filtros {width:80%; margin:0px auto; display:flex; justify-content:center; padding:0 0 20px 0}
.campo-gris-palabra {width:45%; background-color:#e5e5e5; border:none; padding:10px 20px; margin:0 10px;}
.campo-gris-categoria {width:20%; background-color:#e5e5e5; border:none; padding:10px 20px; margin:0 10px; border-right: 15px solid transparent} 
.campo-gris-tiempo {width:15%; background-color:#e5e5e5; border:none; padding:10px 20px; margin:0 10px; border-right: 15px solid transparent} 
.bt-buscar {color:#fff; border:none; background-color:rgb(236, 109, 5); text-transform:uppercase; font-weight:bold; padding:10px 20px; margin-left:15px;}
select {-webkit-border-radius: 0px; -webkit-appearance: none; padding-left: 20px !important; background-image:url("https://jesuitas.lat/archivo/templates/cpal/img/chevron-down-svgrepo-com.svg"); background-repeat:no-repeat; background-position:right; background-size:10px auto;}

@media only screen and (max-width: 767px) {
    .buscador-header {justify-content:space-around; padding-bottom:20px;}
    .centrar {text-align:center !important; padding: 10px 60px; flex:0 0 100% !important; max-width:100% !important;}
    .centrar svg {max-width:350px;}
.campo-home {width:69%;}
.buscador-filtros {width:100%; margin:0px auto; display:block; padding:0 20px 20px 20px; text-align:center;}
.campo-gris-palabra {width:100%; background-color:#e5e5e5; border:none; padding:10px 20px; margin:0 0px 15px 0px;}
.campo-gris-categoria {color: #000 !important; height:40px; width:100%; background-color:#e5e5e5; border:none; padding:10px 20px; margin:0 0px 15px 0px; border-right: 15px solid transparent} 
.campo-gris-tiempo {color: #000 !important; height:40px; width:100%; background-color:#e5e5e5; border:none; padding:10px 20px; margin:0 0px 15px 0px; border-right: 15px solid transparent} 
.bt-buscar {margin-left:0px;}
.bt {display:block !important;}    
}

@font-face {
	font-family: 'santor';
	src: url('../fonts/santor_1.002.woff2') format('woff2'),
	url('../fonts/santor_1.002.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Roboto";
	src: local(Roboto Thin), url("../fonts/roboto/Roboto-Thin.eot");
	src: url("../fonts/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
	font-weight: 200;
}
@font-face {
	font-family: "Roboto";
	src: local(Roboto Light), url("../fonts/roboto/Roboto-Light.eot");
	src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
	font-weight: 300;
}
@font-face {
	font-family: "Roboto";
	src: local(Roboto Regular), url("../fonts/roboto/Roboto-Regular.eot");
	src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
	font-weight: 400;
}
@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto/Roboto-Medium.eot");
	src: url("../fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
	font-weight: 500;
}
@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto/Roboto-Bold.eot");
	src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
	font-weight: 700;
}
html {
	scroll-behavior: smooth;
}
:root {
	--secondary: #008650;
	--primary: #ec6d05;
}
body {
	font-family: Roboto, sans-serif;
}
p, dl, ol, ul {
	margin-bottom: 1.5rem;
}
.lh-1 {
	line-height: 1;
}
.pop:focus {
	outline: 0;
}
.bg-primary {
	background-color: var(--primary) !important;
}
.badge-primary {
	background-color: var(--primary);
}
.item-page a:not(.btn), .otras-biblio a {
	color: var(--primary);
	font-weight: bold;
}
.item-page a:not(.btn):hover {
	color: var(--primary);
	text-decoration: underline;
}
.text-black {
	color: #000 !important;
}
.text-primary {
	color: var(--primary) !important;
}
a.text-primary:focus, a.text-primary:hover {
	color: #b25204 !important;
}
.st1 {
	fill: var(--primary);
}
.st2 {
	fill: var(--secondary);
}
.fondo-secondary {
	background: var(--secondary) !important;
}
.btn-outline-primary {
	color: var(--primary);
	border-color: var(--primary);
}
.btn-link {
	color: var(--primary);
}
.btn-link:hover, .page-link:hover, a:hover {
	color: #b25204;
}
.btn-outline-primary:hover {
	color: #fff !important;
	background-color: var(--primary);
	border-color: var(--primary);
	text-decoration: none !important;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(236, 109, 5, 0.25);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: var(--primary);
	background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(236, 109, 5, 0.5);
}
.logo {
	max-width: 300px;
	width: 100%;
	margin-top: 6px;
	display: inline-block;
}

.buscador, .idioma, footer .btn {display:none !important;} /*CAMBIO*/

.redes > a {
	font-size: 21px;
	padding: 0 6px;
	color: #000;
}
.redes > a:first-of-type {
	padding: 0 6px 0 0;
}
.buscador i {
	font-size: 21px;
	color: #000;
}
.menu {
	margin-top: 1rem;
	display: none !important; /*CAMBIO*/
}
.menu .nav-link {
	color: #000;
	font-size: 22px;
	font-family: Santor, sans-serif;
}
.destacada h2 {
	width: 100%;
}
.destacada .play-video {
	bottom: 10px;
	right: 16px;
}
.noticias .play-video, .blog .play-video {
	top: 10px;
	left: 10px;
	z-index: 2;
}
.play-video {
	position: absolute;
	font-size: 32px;
	color: white;
}
.destacada > .col-md-8 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.destacada > .col-md-4 {
	background-color: #ece8e5;
}
.destacada > .w-100 {
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(236,109,5,1) 100%);
	height: 3px;
}
.des-thumbs .carousel-indicators {
	position: relative;
	margin: 0;
	justify-content: space-between;
	height: 100%;
}
.des-thumbs .carousel-indicators li {
	text-indent: 0;
	width: 100%;
	height: auto;
	border-top: 0px;
	border-bottom: 0px;
}
.des-thumbs .carousel-indicators li:first-of-type {
	border-top: 0px;
}
.coyunturas {
	background: var(--primary);
	position: relative;
	min-height: 115px;
}
.v-texto {
	display: block;
	text-transform: uppercase;
	color: white;
	transform: rotate(-90deg);
	position: absolute;
	top: 43%;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	left: -100px;
	width: 105px;
	font-size: 1rem;
}
.card-footer small.pop {
	float: right;
	font-size: 17px;
}
.coyunturas .btn {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}
.btn-teal {
	background-color: var(--secondary);
}
.btn-naranja {
	background-color: var(--primary);
}
.coyunturas .container-lg {
	position: relative;
}
.coyunturas h4 {
	color: white;
}
.coyunturas .coyu {
	position: relative;
	min-height: 100px;
}
.item-page .imagen {
	text-align: center;
}
.coyunturas .coyu > *:not(.imagen) {
	z-index: 2;
	position: relative;
}
.coyunturas .coyu .imagen {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: no-repeat center center;
	background-size: cover;
	z-index: 0;
}
.soft-light {
	mix-blend-mode: soft-light;
}
.luminosity {
	mix-blend-mode: luminosity;
}
.noti-3 .imagen {
	min-height: 175px;
	background: no-repeat center center;
	background-size: cover;
}
.noti-2 {
	flex-grow: 1;
}
.noti-2 .card-title {
	background: rgba(0,0,0,.5);
	padding: 10px 15px;
	backdrop-filter: blur(8px);
	width: 100%;
}
.noti-2 .imagen, .noti-1 .imagen {
	background: no-repeat center center;
	background-size: cover;
	padding: 0;
}
.fill-height-or-more {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.fill-height-or-more > div {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.noti-1 .card-title {
	padding: 10px 15px;
	position: relative;
}
.noti-1 .card-title span {
	z-index: 1;
	position: relative;
}
.noti-1 .card-title:before {
	content: '';
	background: rgba(255,255,255,.75);
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	backdrop-filter: blur(8px);
}
.pulse:hover,
.pulse:focus {
	-webkit-animation: pulse 1s;
	animation: pulse 1s;
	box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}
.campa .pulse:hover,
.campa .pulse:focus {
	-webkit-animation: pulse-naranja 1s;
	animation: pulse-naranja 1s;
	box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}
.campa h4 {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}
.campa .btn {
	text-transform: uppercase;
	font-weight: bold;
}
.footer {
	background-color: rgba(0,0,0,.75);
	overflow: hidden;
}
.footer .direccion span {
	font-size: 14px;
}
.footer .logos svg {
	width: 100%;
}
body.no-scroll {
	overflow: hidden;
}
#sidebar {
	min-width: 250px;
	max-width: 250px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	/* top layer */
	z-index: 9999;
	background: #fff;
	color: #fff;
	transition: all 0.3s;
	display: none;
	overflow-y: scroll;
	padding-bottom: 70px;
}
#sidebar.active {
	margin-left: -250px;
}
#sidebar .sidebar-header {
	padding: 20px;
}
#sidebar ul.components {
	padding: 20px 0;
	border-bottom: 1px solid var(--secondary);
}
#sidebar ul li a {
	padding: 10px;
	font-size: 1.1em;
	display: block;
	color: #000;
}
#sidebar ul li a:hover {
	color: var(--primary);
	text-decoration: none;
}
#sidebar ul li a:hover > svg path {
	fill: var(--primary);
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
	color: #fff !important;
	background: var(--primary);
}
#sidebar li.redes > a {
	float: left;
	font-size: 22px;
}
ul ul a {
	font-size: 0.9em !important;
	padding-left: 30px !important;
	background: #F6F6F6;
}
.overlay {
	display: none;
	position: fixed;
	/* full screen */
	width: 100vw;
	height: 100vh;
	/* transparent black */
	background: rgba(0, 0, 0, 0.7);
	/* middle layer, i.e. appears below the sidebar */
	z-index: 998;
	opacity: 0;
	/* animate the transition */
	transition: all 0.5s ease-in-out;
}
/* display .overlay when it has the .active class */
.overlay.active {
	display: block;
	opacity: 1;
}
#dismiss {
	width: 35px;
	height: 35px;
	position: absolute;
	right: 20px;
	/* top right corner of the sidebar */
	font-size: 25px;
	cursor: pointer;
	color: #000;
}
.dropdown-toggle {
	position: relative;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: var(--primary);
	color: white;
}
.dropdown-item.indent.active, .dropdown-item.indent:active {
	background-color: #F9D3B4;
	color: black;
}
.indent {
	text-indent: 1.5rem;
}
.dropdown-menu {
	padding: 0;
}
.dropdown-menu .dropdown-item {
	padding: .5rem 1.5rem;
}
#sidebar .dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
#sidebar .dropdown-item {
	white-space: normal;
}
.page-header {
	background: var(--primary);
}
.new-page-header {
	padding: 1rem 0;
	border-top: 2px solid var(--secondary);
}
.article-body {
	background: rgba(17, 17, 17, 0.0175) url("../images/sol.png") no-repeat center center;
	margin-bottom: 4rem;
}
.prioridades .col-md-4 {
	margin-top: 55px;
}
.prioridades .st0.card .img-fluid {
	border: 1px solid #DA272A;
}
.prioridades .st0.card div.img-fluid > svg circle {
	fill: #DA272A;
}
.prioridades .card.st0 {
	border-color: #DA272A;
}
.prioridades .st1.card .img-fluid {
	border: 1px solid #E87805;
}
.prioridades .st1.card div.img-fluid > svg circle {
	fill: #E87805;
}
.prioridades .card.st1 {
	border-color: #E87805;
}
.prioridades .st2.card .img-fluid {
	border: 1px solid #DF9901;
}
.prioridades .st2.card div.img-fluid > svg circle {
	fill: #DF9901;
}
.prioridades .card.st2 {
	border-color: #DF9901;
}
.prioridades .card .img-fluid {
	position: relative;
	top: -58px;
	border-radius: 50%;
	padding: 3px;
}
.prioridades .card div.img-fluid {
	width: 116px;
	margin: auto;
}
.prioridades .card div.img-fluid > svg {
	width: 100%;
	position: relative;
	z-index: 2;
}
.prioridades .card div.img-fluid > svg circle {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.prioridades .card .img-fluid:after {
	content: "";
	border: 1px solid #000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: scale(0);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 0;
}
.prioridades .card div.img-fluid:hover:after {
	transform: scale(1);
}
.prioridades .card div.img-fluid > svg:hover .st0 {
	fill: #000;
}
.prioridades .card .row.no-gutters {
	margin-top: -25px;
}
.ignacio {
	background: url("../images/IgnacioDeLoyola_01.jpg") no-repeat center center;
}
.vocaciones {
	background: url("../images/vocaciones.jpg") no-repeat 0px center;
}
.somoscpal {
	background: url("../images/san-ignacio.jpg") no-repeat 0px center;
}
.ignacio > .row, .somoscpal > .row, .vocaciones > .row {
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(32,32,32,0.85) 45%, rgba(32,32,32,0.5) 50%, rgba(32,32,32,0) 75%);
	padding: 1rem 0;
	color: white;
}
.pubdate {
	font-style: italic;
}
.tags {
	text-align: right;
}
.popover-body i.fab, .popover-body i.fas {
	font-size: 1.5rem;
}
.etiqueta {
	text-transform: uppercase;
	font-weight: normal;
}
.etiqueta:not(:first-of-type):before {
	content: '|';
	margin: 0 .5rem;
	color: var(--primary);
}
.btn-primary {
	background-color: var(--primary);
	border-color: var(--primary);
}
.btn-primary:hover {
	background-color: #b25204;
	border-color: #b25204;
}
.bg-claro {
	background-color: #E8E8E8;
}
.otra {
	margin-bottom: 2rem;
	border-bottom: 2px solid var(--primary);
	padding-bottom: 1rem;
}
.otra .card-title {
	font-weight: normal;
}
.card-pubdate {
	font-size: 0.9rem;
	font-style: italic;
	margin-top: .5rem;
}
.counter-box {
	display: block;
	background: #f6f6f6;
	padding: 40px 20px 37px;
	text-align: center
}
.counter-box p {
	margin: 5px 0 0;
	padding: 0;
	color: #909090;
	font-size: 18px;
	font-weight: 500
}
.counter-box i {
	font-size: 60px;
	margin: 0 0 15px;
	color: #d2d2d2
}
.counter-container {
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #666;
	line-height: 28px
}
.counter-box.colored.primary {
	background: var(--primary);
}
.counter-box.colored.secondary {
	background: var(--secondary);
}
.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter-container {
	color: #ffff
}
.switcher {
	float: right;
}
.busqueda-filtros .badge {
	font-size: 15px;
	line-height: 24px;
}
a.card {
	color: #0c0c0d !important;
	text-decoration: none !important;
}
.badge .cerrar {
	margin-right: 0.5rem;
	cursor: pointer;
}
.page-item.active .page-link {
	background-color: var(--primary);
	border-color: var(--primary);
}
.page-link {
	color: var(--primary);
}
.idioma .dropdown-toggle {
	font-size: 21px;
}
.opacidad {
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
#mapa {
	background: #fbfbfb;
}
#mapa .region > g:not(.letra) {
	opacity: 0.5;
	cursor: pointer;
	transition: 1s;
}
#mapa .region:hover g {
	opacity: 1;
}
.article-body .btn-outline-primary {
	margin-top: .25rem;
	margin-bottom: .25rem;
}
.mostrar {
	font-size: 24px;
	float: right;
}
i.mostrar {
	transition: transform 0.2s;
}
.accordion button:not(.collapsed) i.mostrar {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.collapse .custom-control-label {
	width: 100%;
}
.collapse .badge {
	float: right;
	position: relative;
	top: 3px;
}
.article-body p, .article-body div {
	word-break: break-word;
}
.noti-1 .titulo {
	width: 100%;
}
.modal-backdrop.fade.show {
	visibility: visible !important;
}

@-webkit-keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 var(--secondary);
	}
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 var(--secondary);
	}
}
@-webkit-keyframes pulse-naranja {
	0% {
		box-shadow: 0 0 0 0 var(--primary);
	}
}
@keyframes pulse-naranja {
	0% {
		box-shadow: 0 0 0 0 var(--primary);
	}
}
@media (min-width: 768px) {
	.m-neg {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}
@media (max-width: 1336px) {
	.v-texto {
		position: relative;
		top: auto;
		transform: rotate(0);
		padding: 7px 0px;
		left: auto;
		width: auto;
		font-size: 1.5rem;
	}
}
@media (max-width: 992px) {
	.menu .nav-link {
		font-size: 20px;
	}
	.nav-link {
		padding: .5rem .75rem;
	}
	html {
		font-size: 13px;
	}
	.noticias > div:nth-child(1) {
		order: 3
	}
	.noticias > div:nth-child(2) {
		order: 2
	}
	.noticias > div:nth-child(3) {
		order: 1
	}
	.fill-height-or-more {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.noti-2 .imagen, .noti-1 .imagen {
		padding-top: 56.25%;
	}
}
@media (max-width: 768px) {
	#sidebar {
		display: block;
		margin-left: -250px;
	}
	#sidebar.active {
		margin-left: 0;
	}
	.ignacio > .row, .somoscpal > .row, .vocaciones > .row {
		background: rgba(32,32,32,0.5);
	}
	.destacada .play-video {
		right: auto;
		left: 16px;
	}
}
@media (max-width: 576px) {
	.fill-height-or-more > div {
		flex: 0 0 100%;
	}
	.counter-container {
		font-size: 22px;
		line-height: 18px
	}
	.counter-box i {
		font-size: 52px;
	}
	.counter-box {
		padding: 32px 16px 30px;
	}
	.counter-box p {
		font-size: 15px;
	}
	.noticias .imagen .btn {
		position: absolute;
		top: 40%;
	}
}