/*--------------------------------------------  NEW TOP  ------------------------------------------*/
@media screen and (min-width: 1180px) {
	.welcome-2 {
		/* margin-top: -200px; */
		background-size: 700px !important;
	}
}

@media screen and (min-width: 880px) and (max-width: 1179px) {
	.welcome-2 {
		background-size: 600px !important;
		/* margin-top: -200px; */
	}

	.welcome-2 .content {
		max-width: 400px !important;
	}
}

@media screen and (max-width: 879px) {
	.welcome-2 {
		background-size: cover !important;
	}

	.welcome-2 .content {
		max-width: 600px !important;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
		background: rgba(255,255,255,0.85) !important;
	}
}

.welcome-2 {
	background: url(../images/SAB_Frente.jpg) right bottom no-repeat;
	z-index: 0;
	position: relative;
}

.welcome-2 .content {
	background: white;
	max-width: 600px;
	padding-top: 50px;
}

.welcome-2 .content #mass_schedule #regular-schedule_bilingual {
	max-width: 600px;
}

.welcome-2 .content h1 {
	max-width: 600px;
	margin: 0 auto 20px;
	font-family: "Montserrat", sans-serif;
	font-size: 34px;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
}

/*--------------------------------------------  OLD TOP  ------------------------------------------*/
@media screen and (min-width: 1180px) {
	div#pg_title {
		text-align: right;
		right: 30px;
		top: 10px;
		left: auto;
		width: 470px;
	}

	div#pg_title h1 {
		font-size: 68px;
	}
}

@media screen and (min-width: 880px) and (max-width: 1179px) {
	div#pg_title {
		text-align: right;
		right: 30px;
		top: 10px;
		left: auto;
		width: 470px;
	}

	div#pg_title h1 {
		font-size: 68px;
	}
}

@media screen and (max-width: 879px) {
	div#pg_title {
		text-align: right;
		right: 30px;
		top: 10px;
		left: auto;
		width: 470px;
		display: none;
	}
}

div#pg_title h1 {
	font-family: "Dancing Script", cursive;
	color: white;
}

table.default caption {
	color: var(--color4000);
}

table.default th {
	color: var(--color4000);
	border-bottom: 1px solid var(--color4000);
	background-color: initial;
}

.welcome {
	text-align: center;
	color: var(--color1000);
	padding: 30px 0;
}

.welcome .content {
	background: transparent;
}

.welcome .title {
	font-size: 4.5em;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
}

.welcome .MS-subtitle {
	font-size: 1.8em;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	color: var(--color4000);
}

.welcome p {
	color: var(--gray5);
}

.welcome table.default td {
	border-bottom: 1px solid var(--gray3);
	color: var(--gray5);
	vertical-align: middle;
	font-size: 0.875em;
}

@media screen and (max-width: 879px) {
	.welcome .title{
		font-size: 2em;
	}

	.welcome p {
		font-size: 1.2em;
	}
}

/* ---------------------------------------------------------  NEWS ROTATOR --------------------------- */
@media screen and (min-width: 880px) {
	#hm_news {
		margin-top: -200px;
		z-index: 0;
		position: relative;
		padding-top: 100px !important;
	}
}

#hm_news {
	background: url('../images/background-home-mass.jpg') var(--color1000) no-repeat top center;
	background-blend-mode: color-burn;
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0;
}

#hm_news .content { background: transparent; }

#hm_news h2 {
	text-align: center;
	font-size: 2em;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	color: white;
}

#news_rotator {
    /* height: 260px; */
	overflow: hidden;
}

#news_rotator a {
	display: block;
	margin: 13px 15px 0 15px;
	max-width: 520px;
}

#news_rotator a img {
	width: 100%;
	border: 1px solid white;
}

#news_rotator a p { 
    padding: 3px 10px;
    text-align: center;
}

#news_rotator a p.title { 
    font-size: 17px;
	font-weight: 600;
	color: white;
	margin-bottom: 0;
}

#news_rotator a p.subtitle {
	font-size: 12px;
	color: var(--color5000);
	font-weight: 500;
	font-style: italic;
	display: none;
}

#news_rotator .swiper-container-horizontal > .swiper-pagination-bullets,
#news_rotator .swiper-pagination-custom,
#news_rotator .swiper-pagination-fraction { display: none; }

/* ---------------------------------------------------------------  DIRECTORIO  ---------------------------- */
@media screen and (min-width: 880px) {
	.directorio {
		background-size: 600px !important;
	}
}

@media screen and (max-width: 879px) {
	.directorio {
		background-size: 190px !important;
	}

	.directorio h2 { margin-bottom: 100px; }
}

.directorio {
	background: var(--gray1) url(../images/bg-directory-home.png) right top no-repeat;
	padding: 70px 0 100px;
	margin-bottom: -70px;
}

.directorio .content {
	background: transparent;
}

.box-list-ministries .fx_2, .box-list-ministries .fx_4 {
    background: rgba(220,220,220,0.2);
}

.directorio h2 {
	text-align: center;
	font-size: 1.8em;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	color: var(--color4000);
}

.hm-directorio-tables {
	margin-top: 30px;
}

.hm-directorio-tables h2 {
	color: white;
	font-size: 1em;
	margin-bottom: 0;
}


/*---------------------------------------------------------  NEW BUSINESS DIRECTORY  ---------------------------*/
.business-directory-home {
	background-color: var(--gray1);
	border-bottom: none !important;
}

@media screen and (min-width: 1180px) {

	.business-directory-home hgroup {
		margin-top: -160px;
	}

	.business-directory-home hgroup h1 {
		font-size: 70px;
	}

	.business-directory-home hgroup h3 {
		font-size: 30px;
	}

	.business-directory-home .bd-legend p {
		font-size: 19px;
	}

	.business-directory-home .bd-btns {
		max-width: 180px !important;
		float: right;
		margin-top: 21px !important;
	}

	.business-directory-home .bd_four_business .sample_bdirectory {
		width: 100%;
		float: left;
	}
}

@media screen and (min-width: 750px) and (max-width: 1179px) {
	.business-directory-home hgroup {
		margin-top: -128px;
	}

	.business-directory-home hgroup h1 {
		font-size: 53px;
	}

	.business-directory-home hgroup h3 {
		font-size: 30px;
	}

	.business-directory-home .bd-legend p {
		font-size: 18px;
	}

	.business-directory-home .bd-btns {
		max-width: 410px !important;
		width: 100%;
		position: relative;
	}

	.business-directory-home .bd-btns a:last-child {
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media screen and (min-width: 650px) and (max-width: 879px) {
	.business-directory-home .bd-btns {
		max-width: 410px !important;
		width: 100%;
		position: relative;
	}

	.business-directory-home .bd-btns a:last-child {
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media screen and (min-width: 650px) {
	.business-directory-home img.imgC.mob-img {
		display: none;
	}

	.business-directory-home .bd_four_business .sample_bdirectory {
		display: flex;
		justify-content: center;
		max-width: 950px;
	}

	.business-directory-home .bd_four_business .sample_bdirectory dl:first-child { margin-left: 0 !important; }

	.business-directory-home .bd_four_business .sample_bdirectory dl:last-child { margin-right: 0 !important; }

	.business-directory-home .bd-btns {
		max-width: 200px;
		width: 100%;
		margin: 0 auto 20px;
	}
}

@media screen and (min-width: 650px) and (max-width: 749px) {
	.business-directory-home hgroup {
		padding-right: 20px !important;
	}

	.business-directory-home hgroup h1 {
		text-align: center !important;
		font-size: 33px;
		max-width: 300px;
		margin: 0 auto;
	}

	.business-directory-home hgroup h3 {
		max-width: 253px;
		margin: -15px auto 0 !important;
		font-size: 18px;
	}
}

@media screen and (max-width: 649px) {
	.business-directory-home img.imgC.desk-img {
		display: none;
	}

	.business-directory-home img.imgC.mob-img {
		margin-bottom: 0;
	}

	.business-directory-home hgroup {
		padding-right: 20px !important;
		float: right;
		margin-top: -90px;
	}

	.business-directory-home hgroup h1 {
		font-size: 31px;
		max-width: 210px;
		margin: 0 auto;
		line-height: 31px;
	}

	.business-directory-home hgroup h3 {
		max-width: 253px;
		margin: -5px auto 0 !important;
		font-size: 18px;
	}

	.business-directory-home .bd-legend { margin-top: 0 !important; }

	.business-directory-home .bd-legend p { line-height: 1.25em; }

	.business-directory-home .bd_four_business .sample_bdirectory {
		display: block;
		max-width: 260px;
		margin: 0 auto 20px;
	}

	.business-directory-home .bd_four_business .sample_bdirectory dl {
		margin: 10px 0 !important;
	}

	.business-directory-home .bd-btns {
		max-width: 200px;
		width: 100%;
		margin: 0 auto 20px;
	}
}

.business-directory-home .content {
	padding-bottom: 80px;
    margin-bottom: -70px;
    padding-top: 80px;
	background-color: transparent !important;
}

.business-directory-home .imgC {
	position: relative;
	z-index: 0;
}

.business-directory-home hgroup {
	position: relative;
	z-index: 10;
	padding-right: 30px;
}

.business-directory-home hgroup h1 {
	text-align: right;
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 0;
}

.business-directory-home hgroup h3 {
	font-weight: 400;
	color: var(--color1000);
	text-align: right;
	margin-top: -26px;
	margin-bottom: 0;
}

.business-directory-home .bd-legend {
	background: var(--color1000);
	margin-top: 32px;
	padding: 5px;
}

.business-directory-home .bd-legend p {
	text-align: center;
	color: white;
	margin-bottom: 0;
}

.business-directory-home .bd_four_business .sample_bdirectory dl {
	background: var(--gray1);
	max-width: 260px;
	width: 100%;
	text-align: center;
	padding: 20px 10px;
	margin: 20px 10px;
	border-bottom: 1px solid var(--gray2);
}

.business-directory-home .bd_four_business .sample_bdirectory dl dt {
	font-size: 14px;
	font-weight: 800;
}

.business-directory-home .bd_four_business .sample_bdirectory dl dd.category {
	font-size: 13px;
	font-weight: 600;
	font-style: italic;
	color: var(--color2000);
	margin: 3px auto;
}

.business-directory-home .bd_four_business .sample_bdirectory dl dd.sm {
	display: none;
}

.business-directory-home .bd_four_business .sample_bdirectory dl dd.phone {
	font-size: 13px;
	font-weight: 400;
	margin-top: 10px;
	color: var(--gray5);
}

.business-directory-home .bd_four_business .sample_bdirectory dl dd.phone::before {
	content: none;
}

.business-directory-home .bd_four_business .sample_bdirectory dl dd.desc,
.business-directory-home .bd_four_business .sample_bdirectory dl dd.web {
	display: none;
}

.business-directory-home .bd-btns a {
	display: block;
	max-width: 200px;
	width: 100%;
	border: 1px solid var(--color1000);
	padding: 15px 5px;
	margin-bottom: 7px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	color: var(--color1000);
	transition: all 0.2s linear;
}

.business-directory-home .bd-btns a:hover {
	border-color: var(--color2000);
	transition: all 0.2s linear;
	color: var(--color2000);
}

.business-directory-home .bd-btns a i {
	margin-right: 5px;
	font-size: 15px;
}

.business-directory-home .extra-text {
	color: var(--gray5);
	font-style: italic;
	margin-bottom: 0;
}