/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 01 2025 | 13:39:22 */
.plastic-surgery .page-header{
	margin-top: 30px !important;
}
h2.subcat-title{
	margin-bottom: 40px;
}
.subcategory-box{
	display: flex;
	background-color: var(--e-global-color-secondary) !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-divider);
    border-radius: 20px 20px 20px 20px;
    height: 100%;
    overflow: hidden;
}
.subcategory-box .service-item-gpl{
	padding: 0;
}
.subcategory-box .elementor-widget-image{
    border-radius: 0 0 20px 20px;
}
.subcategory-box .elementor-widget-image img{
	width: 100%;
}
.subcategory-box h3{
	margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
}
.subcategory-box .elementskit-infobox{
	    background-color: var(--e-global-color-secondary) !important;
    padding: 28px 20px 28px 20px !important;
	height: 280px;
}
.single .post-single-image{
	display: none;
}
.ekit-wid-con .elementskit-infobox .box-body p {
    font-size: 15px;
}
.subcategory-box .elementskit-infobox::before {
    background-color: var(--e-global-color-accent);
}
.subcategory-box .elementskit-infobox.gradient-active.hover_from_bottom::before {
    left: 0;
    top: 100%;
}
.subcategory-box .elementskit-infobox.gradient-active::before {
    position: absolute;
    content: "";
    top: 0;
    left: -101%;
    height: 100%;
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background-size: 101% 101%;
}
.category-sidebar-wrapper{
	margin: -30px
}
.category-sidebar-wrapper h2{
	background-color: var(--e-global-color-primary);
    padding: 20px 30px 20px 30px;
    text-align: left;
	color: #fff !important;
    border-radius: 25px 25px 0 0;
}
.category-sidebar-wrapper ul{
	padding: 10px 20px !important;
}
.category-sidebar-wrapper ul li{
	list-style: none;
	padding-block-end: calc(40px / 2);
	position: relative;
}
.category-sidebar-wrapper ul li:before{
	content: '';
	background: url("https://paraquesirve.mx/wp-content/uploads/2025/11/arrow.png") no-repeat center center;
	width: 16px;
	height: 17px;
	position: absolute;
	right: 0;
		
}


}:not(:last-child):after {
    content: "";
	    border-block-start-style: solid;
    border-block-start-width: 1px;
    border-color: var(--e-global-color-divider);
	inset-block-end: 0;
    position: absolute;
    width: 100%;
	left: 0;
}
.category-sidebar-wrapper ul li a{
	font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}
.category-sidebar-wrapper ul ul.children{
	display: none !important;
}
.col-mobile-6{
	margin-bottom: 30px;
}
.service-image{
	margin-top: auto;
}
@media (max-width: 992px) {
	.category-sidebar-wrapper {
		margin: -20px;
	}
	.subcategory-box .elementor-widget-image img{
		width: 100vh;
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	.col-mobile-6{
		width: 50% !important
	}
}
@media (max-width: 430px) {
	.col-mobile-6{
		width: 100% !important
	}
}