.breadcrumbs-centro-ayuda{
    display:flex;
    align-items:center;
    flex-wrap:nowrap;
    overflow:hidden;
    gap:4px;
}

.breadcrumbs-centro-ayuda a,
.breadcrumbs-centro-ayuda span{
    white-space:nowrap;
}
.breadcrumbs-centro-ayuda a{
	display: flex;
}
.breadcrumb-current{
    overflow:hidden;
    text-overflow:ellipsis;
}

.breadcrumb-ellipsis{
    font-weight:600;
}





.item-subcategoria a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    padding:16px;
    box-sizing:border-box;
    text-decoration:none;
}

.item-subcategoria{
    width:100%;
}

.tabs-wrapper { padding: 10px; }

.tabs-nav { display:flex; gap:10px; }

.tab-btn { padding:8px 12px; cursor:pointer; }

.categorias-sidebar,
.help-center-wrapper {
    display:flex;
    flex-direction:column;
}

.categoria-item a,
.post-item-sidebar a,
.item-question a {
    text-decoration:none;
}

.active {
    font-weight:bold;
    color:#000;
}
.ov-text-right{
	text-align: right;
}
.asl_m .probox svg{
	fill: #3F3F3F !important;
}
p{
	margin: 0;
}
.help-center-wrapper a{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #3F3F3F;
}
.help-center-wrapper .item-subcategoria{
	border-bottom: 0.4px solid #3F3F3F20;
	display: flex;
    justify-content: space-between;
}
.help-center-wrapper{
	gap: 0px;
}
.categoria-item a{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #3F3F3F;
}
.categoria-item{
	padding: 16px;
}
.categorias-sidebar{
	gap: 5px;
}
.categorias-sidebar .active a{
	color: #1D1B20;
}
.categorias-sidebar .active{
	color: #1D1B20;
	background-color: #FCE8EB;
	border-radius: 8px 0px 0px 8px;
	border-right: 2px solid #DD193A;
}
.boton-volver a{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;

	color: #E44761;
}
.boton-volver a:hover{
	color: #DD193A;
}
.boton-volver{
	display: flex;
  align-items: center;
	margin: 0;
}
.boton-volver .material-symbols-outlined{
	color: #E44761;
	font-size: 23px;
	margin-right: 5px;
}
.categoria-item:hover{
	color: #1D1B20;
	background-color: #f0f0f0;
	border-radius: 8px 0px 0px 8px;
}
.help-center-wrapper .item-subcategoria:hover{
		background-color: #f0f0f0;
	border-bottom: 0px;
}
.breadcrumbs-centro-ayuda{
	display: flex;
	gap: 0px;
}
.breadcrumbs-centro-ayuda a{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #3F3F3F;
	text-decoration: underline !important;
}
.breadcrumbs-centro-ayuda span:not(.material-symbols-outlined){
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #3F3F3F;
	text-decoration: underline;
}
.breadcrumbs-centro-ayuda a:hover{
	color: #DD193A;
}
.item-question{
		padding: 16px;
	border-bottom: 0.4px solid #3F3F3F20;
	display: flex;
    justify-content: space-between;
}
.item-question:hover{
	background-color: #f0f0f0;
	border-bottom: 0px;
}
.post-item-sidebar{
	padding: 16px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #3F3F3F;
}
.post-item-sidebar a{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #3F3F3F;
}
.post-item-sidebar:hover{
	color: #1D1B20;
	background-color: #f0f0f0;
	border-radius: 8px 0px 0px 8px;
}
.ca-titulo{
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
}
.ca-busquedas-recientes a{
	color: #fff;
	text-decoration: underline !important;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-left: 16px;
}
.ca-busquedas-recientes{
	text-align: center;
}
/* Accordeon help */
.content-accor{
	display: flex;
	align-items: center;
	gap: 20px;
}
.ov-img-help{
	width: 75px;
	display: flex;
	justify-content: center;
	align-items: center;

}
.elementor-318 .elementor-element.elementor-element-995f78f{
	border-top: none;
}
.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title{
	border-bottom: none;
	border-radius: 8px 8px 0px 0px;
}
.quest-accor{
	display: flex;
	justify-content: left;
	flex-direction: column;
	gap: 5px;
}
.p-accor{
	font-weight: 400;
font-size: 16px;
margin-top: 5px
}
@media(max-width: 900px){
	.p-accor{
font-size: 14px;
}
}
/* Botones centro ayuda */
.btn-red-ov{
        display: flex;
        align-items: center;
    }
    .btn-help-ov{
        font-family: 'Roboto', Sans-Serif;
        font-weight: 700;
        color: #e44761;
        font-size: 14px;
    }
    .btn-help-ov:hover{
        color: #DD183B;
    }
    .btn-red-ov .material-symbols-outlined{
       font-size: 18px;
       color: #DD183B;
       margin-left: 4px;
    }