/*!
Theme Name: SMiLE Web
Theme URI: https://smilecomunicacion.com/web/wordpress/smile-web/
Version: 6.0.7
Author: SMiLE Communication
Author URI: https://www.linkedin.com/in/cesarbla/
Description: Free theme, SEO optimized. Gain visibility and reach the top positions in search engines quickly. Fully configured and very easy to self-manage with the integration of WordPress Guttemberg blocks editor.
Requires at least: 6.3
Tested up to: 6.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smile-web
Domain Path: /languages
Tags: two-columns, theme-options, editor-style

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
/*--------------------------------------------------------------
# INDICE
# 1.0 - GENERAL
	# 1.1 - HEADERS H1, H2, H3, P
	# 1.2 - LINKS
	# 1.3 - BOTONES
	# 1.4 - CARD

# 2.0 - HEADER - Header-scrolled
# 3.0 - NAVBAR
# 4.0 - MAIN
	# 4.1 - COLUMNS
	# 4.2 - .Constainer
	# 4.3 - LIST BULLETS
	# 4.4 - CTA
	# 4.5 - BACKGROUND colors
	# 4.6 - SEARCH modal
	# 4.7 - IMAGE FEATURED
	# 4.8 - BLOG
	# 4.9 - SIDEBAR

# 5.0 - FORM

# 6.0 - FOOTER
# 7.0 - ACCESSIBILITY
# 98.0 - GUTTEMBERG BLOCKS - MINI
# 99.0 - BOOTSTRAP 5.2 MINI
--------------------------------------------------------------*/

/* Galería de imágenes Hermandad */
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-masonry-thumbnails .bwg-title2 {
	font-size: 16px !important;
	color: var(--link) !important;
}

.bwg-item {
	border: 1px solid var(--accent-secondary-dark);
}

.bwg-title1 {
	background: var(--color-white);
}

.fit-figure {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
}

.fit-figure img {
	width: 100% !important;
	height: auto;
}

.fit-margin-bottom img {
	width: 90% !important;
	position: relative;
	margin-left: 5%;
	margin-bottom: -83px;
}

@media (min-width:768px) {
	.fit-figure {
		overflow: hidden;
	}

	.fit-figure img {
		position: absolute;
		width: auto;
		min-width: 100%;
		min-height: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		object-fit: cover;
		object-position: center;
	}

	.fit-margin-bottom img {
		width: 100% !important;
		margin-left: 0%;
		margin-bottom: -83px;
	}
}


/*--------------------------------------------------------------
# 1.0 - GENERAL
--------------------------------------------------------------*/
* {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--font-family);
	line-height: 1.7em;
	color: var(--text-base);
}

::selection {
        background-color: var(--selection-bg);
}


.wp-caption {
        max-width: 100%;
        margin: 0 0 1.5em;
        text-align: center;
}

.wp-caption img {
        display: block;
        margin: 0 auto;
        height: auto;
}

.wp-caption-text,
.gallery-caption {
        margin-top: 0.5em;
        font-size: 0.875em;
        color: var(--text-subheading);
}

.bypostauthor {
        border-left: 4px solid var(--accent-secondary-dark);
        padding-left: 1rem;
        font-weight: 600;
}

.sticky {
        border-left: 4px solid var(--accent-secondary-dark);
        padding: 1.5rem;
        background-color: var(--accent-primary-light);
}

.alignleft {
        float: left;
        margin: 0 1.5em 1.5em 0;
}

.alignright {
        float: right;
        margin: 0 0 1.5em 1.5em;
}

.aligncenter {
        display: block;
        margin: 0 auto 1.5em;
        text-align: center;
}



/*--------------------------------------------------------------
# 1.1 - HEADERS H1, H2, H3, P
--------------------------------------------------------------*/
h1 {
	line-height: 1.1em;
	color: var(--text-heading);
	font-family: var(--font-family-bold);
	padding-top: 0;
	margin: 0;
	padding-bottom: 10px;
	width: 100%;
}

h2,
.h2 {
	line-height: 1.1em;
	color: var(--text-subheading);
	font-family: var(--font-family-bold);
	padding-top: 0;
	margin: 0;
	padding-bottom: 10px;
	width: 100%;
	font-size: 36px;
}

h3 {
	color: var(--text-subheading);
	line-height: 1.2em;
}

p {
	width: 100%;
}

section p:not(.text-emphasis):not(.h2) {
	color: var(--text-base);
}

small,
.text-muted {
	color: var(--text-muted);
}

.text-base {
	color: var(--text-base);
}

.text-heading {
	color: var(--text-heading);
}

.text-subheading {
	color: var(--text-subheading);
}

blockquote,
.text-quote {
	color: var(--text-quote);
}


:is(p, li, ul, ul li, h1, h2, h3, h4, h5, h6):not([class*="has-"]) :is(ul li, ) {
	color: var(--text-list);
}

:is(p, li, h1, h2, h3, h4, h5, h6):not([class*="has-"]) :is(em, strong, b) {
	color: var(--text-emphasis);
}

li:not([class*="has-"]):has(strong)::marker,
li:not([class*="has-"]):has(em)::marker,
li:not([class*="has-"]):has(b)::marker {
	color: var(--text-emphasis);
}

.smile-web-nodecorlist li {
	list-style: none;
}

ol.wp-block-latest-comments {
	padding-left: 0;
}

.blog-page h3 {
	color: var(--text-subheading);
}

/*--------------------------------------------------------------
# 1.2 - LINKS
--------------------------------------------------------------*/
a {
	color: var(--link);
}

a:hover {
	text-decoration: none;
	color: var(--link-hover);
}

a:focus {
	color: var(--link-active);
}

a:visited:not([class*="btn"]):not([class*="button"]) {
	color: var(--link-visited);
}

#contact a {
	text-decoration: none;
}

/*--------------------------------------------------------------
# 1.3 - BOTONES
--------------------------------------------------------------*/

.wp-block-buttons>.wp-block-button,
.btn-cta,
.btn {
	display: inline-block;
	z-index: 100;
	border-radius: var(--btn-radius, 50px);
	transition: .5s;
	margin: 5px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	background-color: var(--btn-bg);
	color: var(--btn-text);
	text-decoration: none;
	border: 1px solid var(--btn-border);
}

.btn-cta,
.btn {
	padding: 5px 25px;
}

@media (min-width:768px) {

	.wp-block-buttons>.wp-block-button,
	.btn-cta {
		font-size: 16px;
	}
}

.wp-block-button__link {
	color: var(--btn-text);
	background-color: transparent;
	padding: 5px 25px;
}

.wp-block-button__link:hover {
	color: var(--btn-text-hover) !important;
}

.wp-block-buttons>.wp-block-button:hover,
.btn-cta:hover,
.btn:hover {
	background-color: var(--btn-bg-hover);
	color: var(--btn-text-hover) !important;
	border: 1px solid var(--btn-border-hover);
}

.btn-cta2 {
	transition: .5s;
	z-index: 100;
	padding: 6px;
	margin: 10px;
	border-radius: var(--btn-radius, 50px);
	color: var(--color-white);
	background-color: var(--accent-secondary-dark);
	text-decoration: none;
	letter-spacing: 1px;
}

.btn-cta2:hover {
	background-color: var(--color-white);
	color: var(--accent-secondary-dark);
}

/*--------------------------------------------------------------
# 1.4 - CARD
--------------------------------------------------------------*/
.card {
	border-radius: 6px;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid var(--accent-primary-light);
	margin: 0 0 30px !important;
	transition: 0.4s;
}

.card:hover {
	margin-top: -15px !important;
	margin-bottom: 45px !important;
	transition: 0.4s;
	box-shadow: 0 10px 15px 5px var(--accent-primary-light);
}

.card h3 {
	color: var(--accent-secondary);
}

/*--------------------------------------------------------------
# 2.0 - HEADER - Header-scrolled
--------------------------------------------------------------*/
#logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

#logo img {
	max-height: 100%;
	width: auto;
}

#topBar {
	background-color: var(--topbar-bg);
	color: var(--topbar-text);
}

#topBar a {
	color: var(--topbar-link);
}

#topBar a:hover {
	color: var(--topbar-link-hover);
}

#topBar p {
	margin: 0;
	padding: 20px 0;
}

#topBar .social-links ul li a {
	display: inline-block;
	margin: 0 8px;
	text-align: center;
	transition: .3s;
	color: var(--topbar-social-icon);
}

.svg-icon svg {
	fill: var(--icon);
	width: 25px;
	height: 25px;
}

#topBar .svg-icon svg {
	fill: var(--topbar-social-icon);
}

#topBar .buscar svg {
	fill: var(--topbar-social-icon);
}

.header-scrolled #logo img {
	transition: all 0.9s;
}

#masthead {
	transition: all 0.5s;
	background-color: var(--masthead-bg);
	color: var(--masthead-text);
}

#masthead a {
	color: var(--masthead-link);
}

#masthead a:hover {
	color: var(--masthead-link-hover);
}

.header-scrolled {
	position: sticky !important;
	top: 0;
	z-index: 999;
}

nav {
	transition: all 0.5s;
	padding: 15px 0;
	background-color: var(--masthead-bg);
	color: var(--masthead-text);
}

#masthead.header-scrolled {
	background-color: var(--masthead-scrolled-bg);
	transition: background-color 0.3s ease;
}

.header-scrolled .header-scrolled-visible p,
.header-scrolled-visible {
	display: none
}

.header-scrolled .header-scrolled-visible {
	display: inline-block;
	margin-top: -10px
}

.header-scrolled .header-scrolled-visible img {
	display: inline-block;
	margin-top: -15px;
	height: 40px
}

.header-scrolled .header-scrolled-novisible {
	display: none
}

.header-scrolled .header-scrolled-visible p {
	display: inline-block;
	padding-left: 6px;
	font-size: 32px
}

@media (min-width:768px) {
	.header-scrolled .header-scrolled-visible p {
		display: none
	}

	.header-scrolled .header-scrolled-visible img {
		margin-top: 10px
	}
}

@media (min-width:992px) {
	.header-scrolled .header-scrolled-visible img {
		margin-top: -15px
	}

	.header-scrolled .header-scrolled-visible p {
		display: inline-block;
		padding-left: 10px;
		font-size: 36px
	}
}

/*--------------------------------------------------------------
# 3.0 - NAVBAR
--------------------------------------------------------------*/

header nav {
	display: flex;
	justify-content: space-between;
	position: relative;
	min-height: 50px;
	line-height: 1.6em;
}

#nav-toggle {
	border: none;
	background-color: transparent;
	display: inline-block;
	cursor: pointer;
	z-index: 999;
}

/* Acccessility */
#nav-toggle:focus,
#nav-menu a:focus,
.child-arrow-down:focus {
	outline-offset: 2px;
}

/* Focus visible for arrow */
.menu-item-has-children i:focus::after {
	outline-offset: 2px;
	border-radius: 4px;
}

#nav-menu {
	position: fixed;
	z-index: 999;
	top: 0px;
	margin: 0 auto;
	width: 80%;
	height: 100vh;
	overflow-y: auto;
	padding: 0;
	list-style: none;
	right: 100%;
	background-color: var(--masthead-bg);
}

.nav-menu-active {
	right: 20% !important;
}

#nav-menu.active::before {
	opacity: 1;
	/* Visible when the menu is active */
}


#nav-menu a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: var(--masthead-link);
	margin-bottom: 10px;
	width: 85%;
}

ul .sub-menu {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

#masthead #nav-menu .sub-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	background-color: var(--masthead-submenu-bg);
	color: var(--masthead-submenu-text);
}

@media (min-width: 768px) {
	#masthead #nav-menu .sub-menu {
		border-top: none;
		background-color: var(--masthead-submenu-bg);
		color: var(--masthead-submenu-text);
	}
}

#masthead #nav-menu .sub-menu li>a {
	color: var(--masthead-submenu-text);
}

.menu-item-has-children {
	position: relative;
	display: block;
	width: auto;
	padding-right: 10px;
}

.menu-item-has-children i::after {
	content: "\003E";
	position: absolute;
	top: 5px;
	right: 5px !important;
	z-index: 9999;
	font-weight: 100;
	font-size: 15px;
}

#masthead .menu-item-has-children i::after {
	color: var(--masthead-submenu-text);
}

#footer .menu-item-has-children i::after {
	color: var(--footer-text);
	top: 2px;
}

.menu-item-has-children .child-arrow-down::after {
	transform: rotate(90deg);
}

.menu-item-has-children .child-arrow-up::after {
	right: 35px;
	transform: rotate(-90deg);
}

@media (min-width: 768px) {
	#nav-toggle {
		display: none;
	}

	#nav-menu {
		position: static;
		display: flex;
		flex-wrap: wrap;
		right: 0px;
		justify-content: flex-end;
		width: 100%;
		height: auto;
		overflow-y: visible;
		background-color: transparent;
	}

	#nav-menu li {
		position: relative;
		margin: 5px 0;
		padding: 0 10px 0 0;
		line-height: 1.3em;
	}

	#nav-menu a {
		color: var(--masthead-link);
		text-align: left;
		padding: 5px;
		line-height: 1.2em;
		margin-bottom: 0px;
		width: 100%;
	}

	#nav-menu a:hover {
		color: var(--masthead-link-hover);
		background-color: var(--masthead-bg);
	}

	#nav-menu .current_page_item>a {
		color: var(--footer-link-hover);
	}

	.menu-item-has-children {
		display: block;
		padding: 0 15px 0 0 !important;
	}


	.menu-item-has-children>a {
		display: block;
		width: 100%;
	}

	.menu-item-has-children i::after {
		top: 5px;
		right: 5px !important;
		font-weight: 100;
		font-size: 15px;
	}

	#masthead .menu-item-has-children i::after {
		color: var(--masthead-link);
	}

	#footer .menu-item-has-children i::after {
		color: var(--footer-text);
		top: 2px;
	}


	/* focus-within */
	#masthead .menu-item-has-children:focus-within>.sub-menu,
	#masthead #nav-menu .sub-menu {
		position: absolute;
		z-index: 99999;
		width: max-content;
		padding: 20px 15px;
		margin-top: 10px;
		min-width: 150px;
		max-width: 250px;
		background-color: var(--masthead-submenu-bg);
		color: var(--masthead-submenu-text);
		display: block !important;
		max-height: none !important;
	}

	.menu-item:hover>.sub-menu {
		display: block;
		height: auto;
		overflow: visible;
		visibility: visible;
		opacity: 1;
	}

	ul .sub-menu {
		max-height: inherit;
	}

	#masthead #nav-menu .sub-menu li>a {
		margin: 12px 0;
	}

	#masthead #nav-menu .sub-menu li>a:hover {
		color: var(--masthead-link-hover);
	}

	.menu-item-has-children .child-arrow-up::after {
		transform: rotate(90deg);
	}

	.menu-item-has-children .sub-menu .child-arrow-down::after {
		transform: rotate(0deg);
	}

	.menu-item-has-children:focus-within>ul,
	.menu-item-has-children>ul {
		position: absolute;
		background-color: var(--masthead-submenu-bg);
		box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
		left: 0;
		width: 100%;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
	}

	/* Muestra el sub-menú cuando el elemento padre es hovered */
	.menu-item-has-children:focus-within>ul,
	.menu-item-has-children:hover>ul {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	/* Sub-menús para elementos de segundo nivel */
	.menu-item-has-children ul .menu-item-has-children:focus-within>ul,
	.menu-item-has-children ul .menu-item-has-children>ul {
		left: 100%;
		top: 0;
	}

	/* Asegúrate de que el tercer nivel solo se muestre cuando se hace hover sobre su enlace directo en el segundo nivel */
	.menu-item-has-children ul .menu-item-has-children:hover>ul {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	/* INICIO - Estilos para navegación accesible */
	.menu-item-has-children:focus-within>.sub-menu,
	.menu-item-has-children:hover>.sub-menu {
		display: block;
		opacity: 1;
		visibility: visible;
		max-height: none;
		overflow: visible;
		z-index: 1000;
		/* Para garantizar que no haya recortes */
	}

	.menu-item-has-children>a:focus {
		outline-offset: 2px;
	}

	/* FIN - Estilos para navegación accesible */
}

/*--------------------------------------------------------------
# 4.0 - MAIN
--------------------------------------------------------------*/
main figure {
	width: 100%;
}

main figure img,
.search-items img,
.post-thumbnail img {
	width: 100%;
	height: auto;
}

/* Front Page Intro */
body.home #intro::before {
	/* Overlay color with alpha from Customizer */
	background-color: var(--front-intro-overlay);
}

body.home #intro h1 {
	color: var(--front-intro-heading);
}

body.home #intro p {
	color: var(--front-intro-text);
}

/* Page Intro */
body.page:not(.home) #intro::before {
	background-color: var(--page-intro-bg);
}

.page #intro h1 {
	color: var(--page-intro-heading);
}

/* Single Post Intro */
body.single #intro::before {
	background-color: var(--single-intro-bg);
}

.single-post #intro h1 {
	color: var(--single-intro-heading);
}

.smile-web-single-date {
	color: var(--single-intro-heading);
}

/* # 4.1 - COLUMNS */
.row {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-8 {
	flex: 0 0 66.6%;
	max-width: 66.6%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

@media (min-width:768px) {
	.col-md-12 {
		flex: 0 0 100%;
		padding: 10px;
		margin: 0;
	}

	.col-md-11 {
		flex: 0 0 91.666667%;
		padding: 10px;
		margin: 0;
	}

	.col-md-10 {
		flex: 0 0 83.333333%;
		padding: 10px;
		margin: 0;
	}

	.col-md-9 {
		flex: 0 0 75%;
		padding: 10px;
		margin: 0;
	}

	.col-md-8 {
		flex: 0 0 66.3%;
		padding: 10px;
		margin: 0;
	}

	.col-md-7 {
		flex: 0 0 58.333333%;
		padding: 10px;
		margin: 0;
	}

	.col-md-6 {
		flex: 0 0 50%;
		padding: 10px;
		margin: 0;
	}

	.col-md-5 {
		flex: 0 0 41.666667%;
		padding: 10px;
		margin: 0;
	}

	.col-md-4 {
		flex: 0 0 33.33%;
		padding: 10px;
		margin: 0;
	}

	.col-md-3 {
		flex: 0 0 25%;
		padding: 10px;
		margin: 0;
	}

	.col-md-2 {
		flex: 0 0 16.666667%;
		padding: 10px;
		margin: 0;
	}

	.col-md-1 {
		flex: 0 0 8.333333%;
		padding: 10px;
		margin: 0;
	}
}

@media (min-width:992px) {
	.col-lg-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-lg-10 {
		flex: 0 0 83.333333%;
		padding: 10px;
		margin: 0;
	}

	.col-lg-9 {
		flex: 0 0 75%;
		padding: 10px;
		margin: 0;
	}

	.col-lg-8 {
		flex: 0 0 66.6%;
		padding: 10px;
		margin: 0;
	}

	.col-lg-7 {
		flex: 0 0 58.333333%;
		padding: 10px;
		margin: 0;
	}

	.col-lg-6 {
		flex: 0 0 50%;
		padding: 10px;
		margin: 0;
	}

	.col-lg-5 {
		flex: 0 0 41.666667%;
		padding: 10px;
		margin: 0;
	}

	.col-lg-4 {
		flex: 0 0 33.33%;
		padding: 10px;
		margin: 0;
	}

	.col-lg-3 {
		flex: 0 0 25%;
		padding: 10px;
		margin: 0;
	}

	.col-lg-2 {
		flex: 0 0 16.666667%;
		padding: 10px;
		margin: 0;
	}

	.col-lg-1 {
		flex: 0 0 8.333333%;
		padding: 10px;
		margin: 0;
	}
}

section {
	padding: 10px 0;
}

section h2 {
	font-size: 1.9em;
	position: relative;
	margin-bottom: 45px;
}


/* # 4.2 - .Constainer */

.container .header {
	text-align: center;
	margin-bottom: 50px;
	color: var(--link-hover);
	font-size: 1.2em;
}

.container .header h2::before {
	position: absolute;
	content: "";
	display: block;
	width: 150px;
	height: 2px;
	background-color: var(--accent-primary-light);
	bottom: -15px;
	left: calc(50% - 75px);
}

.container {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}

@media (min-width: 992px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1320px;
	}
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100%;
    max-width: none;
}

hr {
	height: 1px;
	width: 100%;
	margin: 30px 0;
	background-color: var(--accent-primary-light);
}

/* c# 4.3 - LIST BULLETS */
main article li,
main section li {
	padding-left: 1em;
	text-indent: -.7em;
}

main ul {
	padding: 0;
	margin: 0;
}

main li {
	padding-left: 1em;
	text-indent: -.7em;
}

main section ul li::before,
main article ul li::before {
	color: var(--link-active);
	font-size: 3em;
	position: relative;
	top: 0.25em;
}

#posts-relacionados article ul li::before {
	content: none;
}

/* Listas Ordenadas */
main ol li::marker {
	padding-left: 1em;
	color: var(--accent-primary-light);
	font-size: 1.6em;
}



/* # 4.4 - CTA */
#call-to-action h2,
#call-to-action h3 {
	font-size: 1.5em;
	margin-bottom: 30px;
	color: var(--color-white);
}

/* BOOTSTRAP MINI - With Var colors */
.text-white {
	color: var(--color-white);
}

.border {
	border: 1px solid var(--border) !important;
}

.text-emphasis {
	font-weight: 200;
	color: var(--text-emphasis);
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 30px;
}

.display-4 {
	font-size: 3em;
	font-weight: 300;
	line-height: 1.2;
}

/* Alerts */
.alert {
	padding: 1rem;
	margin-bottom: 1rem;
	border-radius: 0.25rem;
}

.alert-success {
	background-color: var(--alert-success);
	color: var(--color-white);
}

.alert-error {
	background-color: var(--alert-error);
	color: var(--color-white);
}

.alert-warning {
	background-color: var(--alert-warning);
	color: var(--color-white);
}

.alert-info {
	background-color: var(--alert-info);
	color: var(--color-white);
}

.d-none {
	display: none !important;
}


/* # 4.5 - BACKGROUND colors */

.bg-primary {
	background-color: var(--bg-primary);
}

.bg-secondary {
	background-color: var(--bg-secondary);
}

.bg-white {
	background-color: var(--color-white);
}

main {
	background-color: var(--bg-primary);
}

section {
	background-color: var(--bg-secondary);
}

.bg-cta {
	/* Ensure CTA background maintains adequate contrast */
	background-color: var(--cta-bg);
}

.bg-footer {
	background: var(--footer-bg);
	color: var(--footer-text);
}

.bg-footer a {
	color: var(--footer-link, var(--link));
}

.bg-footer a:hover {
	color: var(--footer-link-hover, var(--link-hover));
}

.bg-dark {
	background: var(--accent-secondary-dark);
	border: none;
}

.bg-dark h2,
.bg-dark h3 {
	color: var(--accent-primary-light);
}

.bg-dark p,
.bg-dark li {
	color: var(--color-white);
}

.bg-dark a {
	color: var(--link-active);
}


@media (min-width:768px) {
	.bg-dark figure {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.bg-dark figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: -50%;
		left: -50%;
		--0-transform: translate(50%, 50%);
		--webkit-transform: translate(50%, 50%);
		transform: translate(50%, 50%);
	}
}

/*--------------------------------------------------------------
# 4.6 - SEARCH modal
--------------------------------------------------------------*/
/* The Modal (background) */
.modal,
.modal2 {
	display: none;
	position: fixed;
	z-index: 999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content,
.modal-content2 {
	position: relative;
	background-color: var(--bg-primary);
	margin: auto;
	padding: 0;
	border: 1px solid var(--modal-border);
	width: 90%;
	max-width: 1000px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

/* The Close Button */
.close,
.close2 {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus,
.close2:hover,
.close2:focus {
	color: var(--text-base);
	text-decoration: none;
	cursor: pointer;
}


.modal-header {
	padding: 2px 16px;
	background-color: var(--accent-secondary-dark);
	color: var(--color-white);
}

.modal-body {
	padding: 30px 16px 10px;
}

.modal-footer {
	padding: 2px 16px;
	background-color: var(--color-white);
	color: var(--text-base);
	min-height: 50px;
}

/*   END MODAL */

/*--------------------------------------------------------------
# 4.7 - IMAGE FEATURED
	--------------------------------------------------------------*/
.img-featured {
	position: relative;
	margin: 0 0 30px;
}

.img-featured img {
	width: 95%;
	position: relative;
	z-index: 1;
}

.img-featured::after {
	content: "";
	position: absolute;
	top: 10%;
	left: 15%;
	width: 85%;
	height: 95%;
	background-color: var(--accent-primary-light);
	z-index: 0;
}

.img-fluid {
	width: 100%;
	/* max-width: 100%; */
	height: auto;
}

/*--------------------------------------------------------------
# 4.8 - BLOG
--------------------------------------------------------------*/

.single #about h2,
.single #about h3 {
	padding-top: 70px;
	margin-top: 0;
}

.share-social-media ul {
	display: flex;
}

.share-social-media a {
	text-decoration: none;
}

.single #about .form-control {
	width: 100%;
	padding: 15px;
}

body.single .svg-icon .comment-icon {
	fill: var(--comment-color);
	position: relative;
	top: 5px;
	width: 20px;
	height: 20px;
}

body.single .comment-count {
	color: var(--comment-color);
}

.comment-metadata,
.comment-metadata a,
.comment-meta,
.comment-meta a {
	color: var(--comment-color);
}

#comments,
ol.comment-list,
.comment-body,
.children {
	max-width: 100%;
	word-wrap: break-word;
}

.comment-body {
	display: block;
}

.comment-author.vcard {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.comment-body .avatar {
	flex-shrink: 0;
	margin: 0;
}

.comment-meta,
.comment-metadata {
	margin-bottom: 0.75rem;
}

.comment-actions {
	display: flex;
	gap: 2rem;
	margin-top: 1rem;
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.comment-form p {
	width: 100%;
}

.comment-form-author,
.comment-form-email {
	flex: 1 1 calc(50% - 0.5rem);
	display: flex;
	flex-direction: column;
}

@media (max-width: 600px) {
	.children {
		margin-left: 20px;
	}

	.comment-body .avatar {
		width: 50px;
		height: 50px;
	}

	.comment-form {
		flex-direction: column;
	}

	.comment-form-author,
	.comment-form-email {
		flex-basis: 100%;
	}
}

.figcaption-text {
	color: var(--card-text-color);
}

/* Post Categories */
.category .post-categories {
	list-style: none;
	margin: 0;
	padding: 5px 10px;
	display: flex;
}

.category .post-categories li {
	display: inline-block;
	background-color: var(--category-bg);
	margin-right: 0.5rem;
}

.category .post-categories li:hover {
	background-color: var(--category-bg-hover);
}

.category .post-categories a {
	text-decoration: none;
	color: var(--category-text);
	padding: 0.25rem 0.5rem;
}

.category .post-categories a:hover {
	color: var(--category-text-hover);
}


/* # 4.9 - SIDEBAR */
.sidebar-menu {
	background-color: var(--color-white);
	border: 2px solid var(--accent-primary-light);
	padding: 10px;
}

.sidebar-text {
	color: var(--text-base)
}

#toc_container a,
#ez-toc-container a,
#secondary a {
	color: var(--toc-link);
}

/* BARRA LATERAL SIMULANDO HR  */
.sidebar-border-bot {
	border-bottom: 2px solid var(--accent-primary-light);
}

.sidebar-border {
	border: 2px solid var(--accent-primary-light);
}


/*--------------------------------------------------------------
# 5.0 - FORM
--------------------------------------------------------------*/
input,
select,
textarea {
	color: var(--form-text);
	background-color: var(--form-bg);
	border: 1px solid var(--form-border);
}

input::placeholder,
textarea::placeholder {
	color: var(--form-placeholder);
}

input:focus,
textarea:focus {
	border-color: var(--form-border-focus);
}

.invalid-feedback {
	color: var(--form-error);
}

.valid-feedback {
	color: var(--form-success);
}

.comment-form input,
.comment-form textarea {
	width: 100%;
	padding: 10px;
	color: var(--form-text);
	background-color: var(--form-bg);
	border: 1px solid var(--form-border);
}

.comment-form label {
	display: block;
	margin-bottom: 10px;
	color: var(--form-text);
}

.form-submit .btn {
	background-color: var(--btn-bg);
	color: var(--btn-text);
	border: 1px solid var(--btn-border);
	cursor: pointer;
}

.form-submit .btn:hover {
	background-color: var(--btn-bg-hover);
	color: var(--btn-text-hover);
	border: 1px solid var(--btn-border-hover);
}

#details {
	background-color: var(--accent-secondary-dark);
	text-align: center;
	line-height: 1.2;
}

#details span {
	color: var(--color-white);
	font-size: 3em;
}


/*--------------------------------------------------------------
# 6.0 - FOOTER
--------------------------------------------------------------*/
#footer {
	background-color: var(--footer-top-bg);
}

/* Remover los puntos de las listas dentro del footer */
#footer .footer-link ul,
#footer .footer-link li {
	list-style: none !important;
	padding: 0;
	margin: 0;
	background-color: unset;
}

#footer .footer-link li::marker {
	display: none !important;
	content: none !important;
}

#footer .footer-link li::before {
	display: none !important;
	content: none !important;
}


#footer-top {
	background-color: var(--bg-primary);
}

#footer #contact {
	background-color: var(--footer-top-bg);
}

#contact label {
	display: block;
	margin-bottom: 10px;
}

/* Remover los puntos de las listas en el footer area1 */
#footer .footer-link-area1 ul,
#footer .footer-link-area1 li {
	list-style: none !important;
	padding: 0;
	margin: 0;
}

#footer-bottom {
	padding: 30px 0;
	background-color: var(--accent-secondary-dark);
	color: var(--color-white);
}

footer h3 {
	color: var(--accent-primary-light);
}

.footer-list {
	padding: 0;
}

.footer-list li {
	list-style: none;
}

/* FOOTER-TOP */

#footer .footer-top {
	padding: 60px 0 30px
}

#footer .footer-top .footer-info {
	margin-bottom: 30px
}

#footer .footer-top .footer-info h3 {
	font-size: 34px;
	margin: 0 0 20px;
	padding: 2px 0 2px 10px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 3px
}

#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}

#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: var(--footer-social-bg);
	color: var(--footer-social-icon);
	line-height: 1;
	padding: 10px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 45px;
	height: 45px;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s
}

#footer .footer-top .social-links a:hover {
	background: var(--footer-social-icon);
	color: var(--footer-social-bg);
}

#footer .svg-icon svg {
	fill: var(--footer-social-icon);
}

#footer .svg-icon svg:hover {
	fill: var(--footer-social-icon-hover);
}

#footer .footer-top .footer-links {
	margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#footer .footer-top .footer-links a {
	color: var(--footer-link);
}

#footer .footer-top .footer-contact,
#footer .footer-top .footer-newsletter {
	margin-bottom: 30px
}

#footer .footer-top .footer-links ul i {
	padding-right: 8px;
	color: var(--color-white);
}

#footer .footer-top .footer-links ul li {
	border-bottom: 1px solid var(--footer-border);
	padding: 10px 0
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0
}

#footer .footer-top .footer-links a:hover {
	color: var(--footer-link-hover)
}

#footer .footer-top .footer-contact p {
	line-height: 26px
}

#footer .footer-top .footer-newsletter input[type=email] {
	border: 0;
	padding: 6px 8px;
	width: 65%;
	background: var(--form-bg);
}

#footer .footer-top .footer-newsletter input[type=submit] {
	background: var(--btn-bg);
	border: 0;
	width: 35%;
	padding: 6px 0;
	text-align: center;
	color: var(--btn-text);
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
	background: var(--btn-bg-hover);
	color: var(--btn-text-hover);
}

#footer .copyright {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 15px
}

#footer .credits {
	text-align: center;
	font-size: 13px;
	color: var(--bg-primary);
}

/* FOOTER menu-3 */
#menu-legal-menu {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-legal-menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu-legal-menu li:not(:first-child)::before {
	content: " | ";
	color: var(--footer-text);
}

#menu-legal-menu a {
	text-decoration: none;
	color: var(--footer-link);
}

#menu-legal-menu a:hover {
	text-decoration: underline;
}

/* ------------------------------------
# 7.0 - ACCESSIBILITY
--------------------------------------------- */
/* Text meant only for screen readers. */
.skip-link {
	position: absolute;
	left: -9999px;
}

.skip-link:focus {
	position: static;
	left: 0;
	background-color: yellow;
	color: black;
	padding: 10px;
}

/* ------------------------------------------
# 98.0 - GUTTEMBERG BLOCKS - MINI
--------------------------------------------- */
.entry-content.row > * {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
}

.wp-block-columns {
        margin: 40px 0;
}

.wp-block-latest-posts li {
	margin-bottom: 30px;
}

.wp-block-latest-posts__featured-image img {
	margin: 0 10px;
	padding: 5px 10px;
}

.wp-block-separator {
	color: var(--accent-primary-light);
	margin: 30px 0;
}

ul.wp-block-list {
	padding-left: 1em;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

ol.wp-block-list {

	padding-left: 1.6em;
}

.g-0 {
        gap: 0;
}

/* Gutenberg Block Styles */
.wp-block-image.is-style-smile-shadow img {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.wp-block-quote.is-style-smile-accent-border {
        border-left: 4px solid var(--accent-secondary-dark);
        padding: 1.5rem;
        background-color: var(--accent-primary-light);
        color: var(--text-quote);
}

.wp-block-quote.is-style-smile-accent-border cite {
        color: var(--text-subheading);
}

/* ------------------------------------------
# 99.0 - BOOTSTRAP 5.2 - MINI
--------------------------------------------- */

/* SHADOW */
.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

/* OBJECT-FIT */
.cover {
	object-fit: cover;
}

/* TEXT */
.text-decoration-none {
	text-decoration: none !important
}

.text-center {
	text-align: center !important
}

/* FONT Size */
@media (min-width:678px) {
	.fs-1 {
		font-size: 2.5rem !important
	}

	.fs-2 {
		font-size: 2rem !important
	}

	.fs-3 {
		font-size: 1.75rem !important
	}

	.fs-4 {
		font-size: 1.5rem !important
	}
}

/* DISPLAY */
.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-grid {
	display: grid !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: flex !important
}

.d-inline-flex {
	display: inline-flex !important
}

/* FLEX */
.flex-fill {
	flex: 1 1 auto !important
}

.flex-row {
	flex-direction: row !important
}

.flex-column {
	flex-direction: column !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	flex-direction: column-reverse !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

/* JUSTIFY CONTENT */
.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}


.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.justify-content-evenly {
	justify-content: space-evenly !important
}

/* ALIGN ITEMS */
.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.align-center {
	align-items: center
}

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

.vertical-align {
	vertical-align: middle
}

/* ORDEN COLUMNAS */
.column-order {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse
}

@media (min-width:768px) {
	.column-order {
		flex-direction: row
	}
}

/* ORDER */
.order-first {
	order: -1 !important
}

.order-0 {
	order: 0 !important
}

.order-1 {
	order: 1 !important
}

.order-2 {
	order: 2 !important
}

.order-3 {
	order: 3 !important
}

.order-4 {
	order: 4 !important
}

.order-5 {
	order: 5 !important
}

.order-last {
	order: 6 !important
}

/* order-md */
@media (min-width:768px) {
	.order-md-first {
		order: -1 !important
	}

	.order-md-0 {
		order: 0 !important
	}

	.order-md-1 {
		order: 1 !important
	}

	.order-md-2 {
		order: 2 !important
	}

	.order-md-3 {
		order: 3 !important
	}

	.order-md-4 {
		order: 4 !important
	}

	.order-md-5 {
		order: 5 !important
	}

	.order-md-last {
		order: 6 !important
	}
}

/* JUSTIFY CONTENT */
.justify-content-center {
	justify-content: center !important;
}

/* BORDER */
.border-top {
	border-top: 1px solid var(--border) !important;
}

.border-bottom {
	border-bottom: 1px solid var(--border) !important;
}

.border-3 {
	border: 3px solid var(--border) !important;
}

.border-5 {
	border: 5px solid var(--border) !important;
}

.border-10 {
	border: 10px solid var(--border) !important;
}

.border-15 {
	border: 15px solid var(--border) !important;
}

.border-20 {
	border: 20px solid var(--border) !important;
}

.border-25 {
	border: 25px solid var(--border) !important;
}

.border-30 {
	border: 30px solid var(--border) !important;
}

.border-35 {
	border: 35px solid var(--border) !important;
}

.border-40 {
	border: 40px solid var(--border) !important;
}

/* ROUNDED */
.rounded {
	border-radius: 0.25rem !important;
}

.rounded-3 {
	border-radius: 0.3rem !important;
}

.rounded-5 {
	border-radius: 0.5rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

/* MARGIN Y PADDING */
.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

.mt-0 {
	margin-top: 0 !important
}

.mt-1 {
	margin-top: .25rem !important
}

.mt-2 {
	margin-top: .5rem !important
}

.mt-3 {
	margin-top: 1rem !important
}

.mt-4 {
	margin-top: 1.5rem !important
}

.mt-5 {
	margin-top: 3rem !important
}

.mt-auto {
	margin-top: auto !important
}

.me-0 {
	margin-right: 0 !important
}

.me-1 {
	margin-right: .25rem !important
}

.me-2 {
	margin-right: .5rem !important
}

.me-3 {
	margin-right: 1rem !important
}

.me-4 {
	margin-right: 1.5rem !important
}

.me-5 {
	margin-right: 3rem !important
}

.me-auto {
	margin-right: auto !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.mb-auto {
	margin-bottom: auto !important
}

.ms-0 {
	margin-left: 0 !important
}

.ms-1 {
	margin-left: .25rem !important
}

.ms-2 {
	margin-left: .5rem !important
}

.ms-3 {
	margin-left: 1rem !important
}

.ms-4 {
	margin-left: 1.5rem !important
}

.ms-5 {
	margin-left: 3rem !important
}

.ms-auto {
	margin-left: auto !important
}

.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.pt-0 {
	padding-top: 0 !important
}

.pt-1 {
	padding-top: .25rem !important
}

.pt-2 {
	padding-top: .5rem !important
}

.pt-3 {
	padding-top: 1rem !important
}

.pt-4 {
	padding-top: 1.5rem !important
}

.pt-5 {
	padding-top: 3rem !important
}

.pe-0 {
	padding-right: 0 !important
}

.pe-1 {
	padding-right: .25rem !important
}

.pe-2 {
	padding-right: .5rem !important
}

.pe-3 {
	padding-right: 1rem !important
}

.pe-4 {
	padding-right: 1.5rem !important
}

.pe-5 {
	padding-right: 3rem !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pb-1 {
	padding-bottom: .25rem !important
}

.pb-2 {
	padding-bottom: .5rem !important
}

.pb-3 {
	padding-bottom: 1rem !important
}

.pb-4 {
	padding-bottom: 1.5rem !important
}

.pb-5 {
	padding-bottom: 3rem !important
}

.ps-0 {
	padding-left: 0 !important
}

.ps-1 {
	padding-left: .25rem !important
}

.ps-2 {
	padding-left: .5rem !important
}

.ps-3 {
	padding-left: 1rem !important
}

.ps-4 {
	padding-left: 1.5rem !important
}

.ps-5 {
	padding-left: 3rem !important
}

/* GUTTERS */
.g-0,
.gx-0 {
	--bs-gutter-x: 0
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem
}