/*
Theme Name: Child Theme Hello Graphica
Template: hello-elementor
Author: Graphica Digital Projects
Description: Theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1
Updated: 26-06-23 17:04:05

*/


/* ******************************** */
/*GENERALES NUEVA WEB*/
/* ******************************** */

/* 
AGREGAR PARA: 
*************
BOTON PRINCIPAL: 					.boton_primario
BOTON SECUNDARIO: 					.boton_secundario
BOTON COMPLEMENTARIO: 				.boton_complementario
ENLACE SIMPLE:						.enlace
ENLACE CON ICONO: 					.enlace_icon - se debe agregar la .enlace tambien
TITULO DEGRADADO:					.titulo_degradado - Se agregará <b></b> al texto a modificar
TITULO CON TEXT-SHADOW:				.titulo_shadow
TITULO SUBRAYADO:					.titulo_subrayado - Se agregara <b></b> al texto a modificar
TITULO CON RESALTADO:				.resaltar_morado - Se agregara <b></b> al texto a modificar
BANNER DE PAGINAS INTERNAS: 		.banner_internas_img
OCULTAR ALGO: 						.hide
APLICAR TRANSITION:					.transition
HOVER CON LINEA TACHANDO TITULOS: 	.animar_titulo_g
HOVER TITULOS MORADO:				.pintar_morado_hover al elemento y al padre que tendra el hover .hover_titulos
MARGIN BUTON A LOS P				.parrafoMultiple

*/

/************************/
/*GENERALES - SCROLLBAR*/
/**********************/
html{
	scroll-behavior: smooth;
}

body::-webkit-scrollbar {
	width: 9px;
}
/*El color del scroll - fondo*/
body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 100px #dcc4e1 !important;
	border-radius: 0px !important;
}
/*El color del scroll - barra mobil (simula el hover de la barra)*/
body::-webkit-scrollbar-thumb {
	background: #a159ff !important;
	border-radius: 10px !important;
}
body:hover::-webkit-scrollbar-thumb{
	background: #8959ff !important
} 
/* 9fd3889 accent */
body {
	scrollbar-color: #8959ff !important;
	scrollbar-width: thin !important;
}
::-moz-selection { /* Code for Firefox */
	color: #fff;
	background: var(--e-global-color-0812522);
}
::selection {
	color: #fff;
	background: var(--e-global-color-0812522);
}


/* ***************************************** */
/* BOTON PRINCIPAL */
/* ***************************************** */
.boton_primario .elementor-button i{
	background: var(--e-global-color-primary) !important;
	border-radius: 50% !important;
	position: absolute !important;
	left: 5px !important;
	color: var(--e-global-color-96617c2) !important;
	font-size: 25px !important;
	padding: 7px !important;
	top: calc(50% - 19px) !important;
	z-index: 1 !important;
	box-shadow: 0px 0px 10px rgb(26 26 26 / 10%) !important;
	transition: all .3s cubic-bezier(0.28, 0.03, 0.43, -0.48) !important;
	-webkit-transition: all .3s cubic-bezier(0.28, 0.03, 0.43, -0.48) !important;
}
.boton_primario.alternativo .elementor-button i{
    background: var(--e-global-color-96617c2) !important;
    color: var(--e-global-color-primary) !important;
}
.boton_primario button.elementor-button,
.boton_primario a.elementor-button{
	min-height: 50px !important;
	padding: 15px 30px 14px 60px !important;
	position: relative !important;
	transition: all .3s linear !important;
	-webkit-transition: all .3s linear !important;
	overflow: hidden !important;
	box-shadow: 0px 7px 20px 0px rgb(26 26 26 / 10%) !important;
}

.boton_primario button.elementor-button:hover i,
.boton_primario a.elementor-button:hover i{
	left: calc(100% - 45px) !important;
}

.boton_primario button.elementor-button:hover,
.boton_primario a.elementor-button:hover{
	padding-left: 30px !important;
	padding-right: 60px !important;
}

@media(max-width: 768px){
	.boton_primario button.elementor-button,
	.boton_primario a.elementor-button{
		padding: 12px 20px 12px 40px !important;
		min-height: 40px !important;
	} 
	.boton_primario .elementor-button i{
		font-size: 18px !important;
		padding: 5px !important;
		top: calc(50% - 15px) !important;
	}
	.boton_primario button.elementor-button:hover i,
	.boton_primario a.elementor-button:hover i{
		left: calc(100% - 35px) !important;
		background: var(--e-global-color-primary) !important;
	}

	.boton_primario button.elementor-button:hover,
	.boton_primario a.elementor-button:hover{
		padding-left: 20px !important;
		padding-right: 40px !important;
	}
}

/* ***************************************** */
/* BOTON COMPLEMENTARIO */
/* ***************************************** */
.boton_complementario .elementor-button{
	padding: 8px 25px !important;
}


/* ******************************** */
/* SEPARADOR MORADO */
/* ******************************** */
.espaciador .elementor-divider-separator{
	border-radius: 5px;
}

/* ******************************** */
/* TITULO CON DEGRADADO */
/* ******************************** */
.titulo_shadow{
	text-shadow: 3px 3px 0px rgba(94, 105, 202, 0.10);
}
.titulo_degradado b{
	font-weight: inherit !important;
	animation: shine 3s linear infinite;
	-webkit-animation: shine 3s linear infinite;
	background: linear-gradient(90deg, #FBC701 0%, #FFB600 100%);
	background-size: 100% auto;
	color: #1DC8AB;
	background-clip: text !important;
	-webkit-background-clip: text !important;
	text-fill-color: transparent !important;
	-webkit-text-fill-color: transparent !important;
}
.titulo_sin_sombra{
	text-shadow: none !important;
}
@keyframes shine {to { background-position: 200%;}}
@keyframes shine-y {to {background-position-y: 200%;}}

/* ******************************** */
/* TITULO CON SUBRAYADO */
/* ******************************** */
.titulo_subrayado b span{
	font-weight: inherit !important;
	position: relative;
	display: inline-block;
	margin-left: 8px;
}
.titulo_subrayado b span:before{
	content: '';
	width: 100%;
	height: 8px;
	background: var(--e-global-color-8cc6b3e) !important;
	position: absolute;
	bottom: 6px;
	display: inline;
	border-radius: 4px;
	z-index: -1;
	opacity: .5;
}

/* ******************************** */
/* TITULO RESALTADO DE MORADO */
/* ******************************** */
.resaltar_morado .elementor-field-type-html b,
.resaltar_morado strong,
.resaltar_morado b{
	color: var( --e-global-color-accent ) !important;
}

/* ******************************** */
/* ENLACES */
/* ******************************** */
.enlace p,
.enlace a{
	position: relative !important;
	display: inline !important;
}
.enlace p:before,
.enlace a:before{
	content: '' !important;
	position: absolute !important;
	width: 0% !important;
	margin: 0px auto !important;
	height: 2px !important;
	background: var(--e-global-color-accent) !important;
	bottom: -3px !important;
	left: 0px !important;
	right: 0px !important;
	display: block !important;
	transition: all .3s linear !important;
	-webkik-transition: all .3s linear !important;
}
.enlace:hover p:before,
.enlace:hover a:before{
	width: 100% !important;
}

.enlace_white a,
.enlace_white p{
	color: white !important;
}
.enlace_white a:before,
.enlace_white p:before{
	background: white !important;
}

.enlace_black a,
.enlace_black p{
	color: #000 !important;
}
.enlace_black a:before,
.enlace_black p:before{
	background: #000 !important;
}

/* ******************************** */
/* FECHAS CON CIRCULO Y TEXTO */
/* ******************************** */
/* animaciones de flechas */
.btn_circular *{
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.btn_circular-up{}
.btn_circular-down{}
.btn_circular_up-txt{}
.btn_circular_up-flecha{}

/* ******************************** */
/* SLIDERS DE ELEMENTOR */
/* ******************************** */
.elementor-swiper-button{
	background: #F29100;
	background: linear-gradient(270deg, #FBC701 0%, #FFB600 100%);
	padding: 10px;
	border-radius: 50%;
	box-shadow: 0px 7px 20px rgb(255 147 65 / 26%);
}
.elementor-swiper-button i:before{
	content: "\e911" !important;
	font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
	font-size: 25px !important;
}
.elementor-swiper-button-prev i:before{
	content: "\e90c" !important;
}

/* ******************************** */
/* BANNER DE TODAS LAS INTERNAS CON IMAGEN */
/* ******************************** */
.banner_internas_img:before{
	background-size: cover !important;
	width: 48% !important;
	height: 450px !important;
	right: 0px !important;
	left: inherit !important;
	top: 112px !important;
	border-radius: 20px 0 0 20px !important;
	box-shadow: -7px 7px 25px 0px rgb(129 81 21 / 21%), 7px -7px 25px 0px rgb(221 138 53 / 15%) !important;;
}
@media(max-width: 768px){
	.banner_internas_img{
		padding-bottom: 350px !important;
	}
	.banner_internas_img:before{
		width: 100% !important;
		height: 300px !important;
		top: inherit !important;
		bottom: 0px !important;
		border-radius: 0px !important;
	}
}
/* ******************************** */
/* ANIMACIONES DE LOS CARDS */
/* ******************************** */
.transition *,
.transition{
	transition: all .2s linear !important;
	-webkit-transition: all .2s linear !important;
}
.animar_titulo_g .elementor-heading-title{
	z-index: 1;
	position: relative
}
.animar_titulo_g:before{
	background: white;
	border-radius: 5px; 
	height: 12px;
	position: absolute;
	content: '';
	width: 0%;
	bottom: 0;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	z-index: 0;
}
.hover_titulos:hover .animar_titulo_g:before{
	width: 60%;
}
.hover_titulos:hover .pintar_morado_hover * {
	color: var( --e-global-color-accent ) !important;
}
/* ******************************** */
/* HEADER */
/* ******************************** */
/*nav desktop_btn sub-items*/
.hd_nav #menu-1-6bb0301 ul{
	border-radius: 20px !important;
	border: 1px solid #E2E2E2 !important;
	overflow: hidden !important;
	margin-top: 10px !important;
}
.hd_nav #menu-1-6bb0301 ul .menu-item a{
	padding-left: 26px !important;
	padding-right: 26px !important;
}
.hd_nav #menu-1-6bb0301 ul .menu-item a:hover{
	position: relative; 
	background-image: url(/wp-content/uploads/2023/12/nav-selector-1.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: 0px 15px;
}
/*nav desktop _ btn Hablemos*/
.hd_nav #menu-1-6bb0301 .destacado.menu-item a{
	color: var(--e-global-color-primary) !important ;
	border: 1px solid #000;
	display: block !important;
	padding: 8px 18px !important;
	background: white !important;
	box-shadow: none !important;
	border-radius: 50px;
	font-weight: 500 !important;
	line-height: 1em !important;
}
.hd_nav #menu-1-6bb0301 .destacado.menu-item a:before,
.hd_nav #menu-1-6bb0301 .destacado.menu-item a:after{
	display: none !important;
}
.hd_nav #menu-1-6bb0301 .destacado.menu-item a:hover{
	color: white !important;
	background: var(--e-global-color-primary) !important;
}
/*nav mobile_current item*/
.hd_nav #menu-2-6bb0301 .menu-item.curren-item a{
	position: relative; 
	background-image: url(/wp-content/uploads/2023/12/nav-selector-1.png);
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: 6px 12px;
}
/* MEGA-MENU */
.mm_content{
	max-width: 98% !important;
	position: fixed !important;
	top: 130px !important;
	z-index: 5000 !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	box-shadow: 0px 4px 20px 0px rgba(66, 48, 117, 0.30) !important;
	opacity: 0 !important;
	visibility: hidden !important;
	transition: all .3s linear !important;
	-webkit-transition: all .3s linear !important;
}
@media(min-width: 769px){
	.mm_content.active{
		opacity: 1 !important;
		visibility: visible !important;
		top: 78px !important;
	}
	.mm_opened.elementor[data-elementor-type="wp-page"],
	.mm_opened.elementor[data-elementor-type="single-page"]{
		opacity: 0.3 !important;
	}
	.mm_item_menu{
		background: white !important;
		transition: all .3s linear !important;
		-webkit-transition: all .3s linear !important;
	}
	.mm_item_menu .elementor-divider-separator{
		width: 0% !important;
		transition: all .3s linear !important;
		-webkit-transition: all .3s linear !important;
	}
	.mm_item_menu:hover{
		background: var(--e-global-color-96aaf5c) !important;
	}
	.mm_item_menu:hover .elementor-divider-separator{
		width: 100% !important;
	}
}
@media(max-width: 1024px){
	.hd_nav .has_megamenu{
		display: none !important;
	}
}
/* ******************************** */
/* FOOTER */
/* ******************************** */
/* Footer menu Servicio mobile */
@media(max-width: 768px){
	.footer_nav_legal ul,
	.footer_nav_servicio ul{
		display: flex !important;
		flex-flow: column wrap !important;
		align-items: center !important;
		text-align: center !important;
	}
}


/* ******************************** */
/* HOME */
/* ******************************** */
/* Secc. Servicios	 */
.Item_servicio_home:hover{
	background: var(--e-global-color-accent) !important;
}
.filtro_servicios_home .jet-radio-list__button span{
	text-transform: lowercase !important;
}
.filtro_servicios_home .jet-radio-list__button span:before{
	content: 'Para ';
	text-transform: none !important;
}

/* Secc. Pensar  */
.pensar_item h3 b{
	font-weight: 600 !important;
	color: var( --e-global-color-accent ) !important;
}

/* Secc. Aidu es hambre */
.aidu_hambre:after{
	content: '' !important;
	height: 30px !important;
	width: 80% !important;
	max-width: 940px !important;
	margin: auto !important;
	left: 0px !important;
	right: 0px !important;
	position: absolute !important;
	bottom: 65px !important;
	z-index: -1 !important;
	border-radius: 500px !important;
	background: #BE870A !important;
	filter: blur(25px) !important;
}

/* Secc. Buyers */
.buyer_item .enlace a:before,
.buyer_item .enlace p:before{
	width: 100% !important;
}

/* Secc. Insight */
.insight_item .insight_item_back{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	border-radius: 10px;
	padding: 10px 10px 25px 10px !important;
	z-index: 2;
	opacity: 0;
}
.insight_item .insight_item_back .elementor-widget-heading{
	padding: 5px 10px !important;
}
.insight_item .insight_item_back .elementor-widget-icon{
	display:block;
	position: absolute;
	bottom: -60px;
	z-index: 2;
}
.insight_item:hover .insight_item_back{
	opacity: 1;
}
.insight_item:hover .insight_item_back .elementor-widget-icon{
	bottom: -20px;
}
@media(max-width: 768px){
	.insight_item .insight_item_back{
		background: transparent !important;
		opacity: 1 !important;
	}
	.insight_item .insight_item_back .elementor-widget-heading{
		display: none !important
	}
	.insight_item .insight_item_back .elementor-widget-icon{
		bottom: -15px;
	}
	.insight_item .insight_item_back .elementor-widget-icon i{
		font-size: 22px !important;
	}
}

/* Secc. Razones */
.contador_razones .elementor-counter-number{
	color: var( --e-global-color-accent ) !important;
}
.elementor-counter-number-wrapper{
	display: block !important;
	text-align: center !important;
}
.contador_razones .elementor-counter-number,
.contador_razones .elementor-counter-number-suffix,
.contador_razones .elementor-counter-number-prefix{
	display: inline !important;
}

/* Secc. Testimonios */
.testimonios b{
	color: var( --e-global-color-primary ) !important;
	display: inline-block !important;
	width: 100% !important;
	padding-bottom: 10px !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}
.testimonios .elementor-testimonial{
	padding: 0 0 0 15px !important;
}
.testimonios .elementor-testimonial__image img{
	box-shadow: 0px 7px 10px rgb(113 81 1 / 26%) !important; 
}
.testimonios .elementor-testimonial__content{
	display: flex !important;
	flex-flow: column nowrap !important;
}
.testimonios .elementor-testimonial__cite{
	order: 1 !important;
	margin: 0 0 20px 0 !important;
}
.testimonios .elementor-testimonial__text{
	order: 2 !important;
}
.testimonios .elementor-swiper-button-next{
	right: -15px !important;
}
.testimonios .elementor-swiper-button-prev{
	left: -15px !important;
}

@media(max-width: 768px){
	.testimonios .elementor-swiper-button-next{
		right: -24px !important;
	}
	.testimonios .elementor-swiper-button-prev{
		left: -24px !important;
	}  
	.testimonios .elementor-testimonial{
		padding: 0 10px 0 5px !important;
	}
}

/* Secc. Equipo */
.equipo_items .elementor-testimonial__image img{
	box-shadow: 0px 7px 20px 0px rgba(167, 65, 255, 0.26) !important;
}
.equipo_items .elementor-testimonial__title{
	padding-top: 10px
}
/* ******************************** */
/* TYC */
/* ******************************** */
.tyc-titulo:before{
	width: 3500px !important;
	left: -1500px !important;
	height: 900px !important;
	top: inherit !important;
	bottom: 0px !important;
}
.tabla-contenidos .elementor-toc__list-wrapper{
	margin: 0px;
}
.tabla-contenidos .elementor-toc__body{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.tabla-contenidos li{
	padding-left: 20px !important;
}
.tabla-contenidos li *{
	text-decoration: none !important;
}
.tabla-contenidos li a{
	display: block !important;
	position: relative;
}
.tabla-contenidos li a:before{
	content: '' !important;
	width: 20px !important;
	height: 20px !important;
	display: block !important;
	background-image: url('/wp-content/uploads/2025/06/senalador.svg');
	background-size: 10px;
	background-repeat: no-repeat;
	opacity: 0 !important;
	position: absolute;
	top: 7px;
	left: -20px;
}

.tabla-contenidos a:hover:before,
.tabla-contenidos .elementor-item-active:before{
	opacity: 1 !important;
}
/* ******************************** */
/* BLOG */
/* ******************************** */

/* Destacado de blog */
.destacado_blog_grid_x1:hover{
	background: var(--e-global-color-96aaf5c) !important;
}
.datos_post_destacado li:nth-child(2) *{
    font-weight: bold !important;
}
/* SUB MENU */
.blog_submenu_item .elementor-nav-menu{
	display: flex !important;
	flex-flow: row nowrap !important;
	width: 100% !important;
	overflow: hidden !important;
	overflow-x: auto !important;
}
/* PAGINADOR */
.blog_paginador_loadmore{
	position: relative !important;
}
.blog_paginador_loadmore .jet-filters-pagination{
	padding: 20px 10px !important;
	justify-content: flex-end !important;
}
.blog_paginador_loadmore .jet-filters-pagination__load-more{
	box-shadow: 0px 7px 20px 0px rgba(113, 81, 1, 0.26);
	border-radius: 50px !important;
	padding: 8px 25px !important;
	position: absolute !important;
	left: 0px !important;
	top: 20px !important;
}
.blog_paginador_loadmore .jet-filters-pagination__item .jet-filters-pagination__link{
	width: 35px !important;
	height: 35px !important;
	padding: 0px !important;
	text-align: center !important;
	display: block !important;
	box-shadow: 0px 7px 20px 0px rgba(113, 81, 1, 0.26);
	line-height: 35px !important;
	background: white !important;
}
.blog_paginador_loadmore .jet-filters-pagination__item .jet-filters-pagination__link:hover,
.blog_paginador_loadmore .jet-filters-pagination__item.jet-filters-pagination__current .jet-filters-pagination__link{
	background: var(--e-global-color-accent) !important;
}
@media(max-width: 768px){
	.blog_paginador_loadmore .jet-filters-pagination{
		padding: 80px 10px 20px 10px !important;
		justify-content: center !important;
	}
	.blog_paginador_loadmore .jet-filters-pagination__load-more{
		right: 0px !important;
		margin: auto !important;
		width: 233px !important;
		top: 5px !important;
	}
}
/* efecto de arrastre */
.scrollCtn{
	position: relative  !important;
	overflow-x: scroll !important;
	transition: all 0.2s !important;
	transform: scale(0.99) !important;
	will-change: transform !important;
	user-select: none !important;
	cursor: move !important;
}
.secc_repeater_scroll_efect:before{
/* 	content: '' !important; */
	position: absolute !important;
	left: inherit !important;
	right: 0px !important;
	top: 0px !important;
	width: 90px !important;
	background: #000;
	height: 100% !important;
	z-index: 2;
}
.scrollCtn .elementor-widget-wrap.active{
	cursor: move !important;
	cursor: -webkit-move !important;
	transform: scale(1) !important;
}
.scrollCtn::-webkit-scrollbar {
	height: 5px;
}
/* Track */
.scrollCtn::-webkit-scrollbar-track {
	box-shadow: inset 0 0 50px #ffb700; 
	border-radius: 5px;
}
/* Handle */
.scrollCtn::-webkit-scrollbar-thumb {
	background: #e4a507; 
	border-radius: 5px;
}
.scrollCtn {
	scrollbar-color: #e4a507;
	scrollbar-height: thin;
}
/* Categoría del footer */
.repeat_ctn{
    background: white;
    border-radius: 30px;
    position: relative;
    padding: 20px 20px 20px 35px !important;
    display: block !important;
    margin: 20px;
    min-width: 280px;
	max-width: 300px;
}
.repeat_icono{
    background: #000;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.26);
    width: 45px;
    height: 45px;
    position: absolute;
    border-radius: 50px;
    padding: 10px;
    top: -20px;
    left: -20px;
}
.repeat_icono img{
    display: block;
    margin: auto;
    width: 28px;
}
.repeat_ctn h3, .repeat_ctn p{
    display: block !important;
    color: #000;
}

/* GRILLA GENERAL */
/* ******************************** */
.blog_nb_card_excerpt_g .elementor-widget-container{
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 3 !important;
	overflow: hidden !important;
}

/* GRILLA DE DESTACADOS HOME */
/* ******************************** */
.post-destacado-icon{
	opacity: 0;
}
.post-destacado-item:hover .post-destacado-icon{
	bottom: -20px !important;
	opacity: 1;
}
/* ******************************** */
/* INTERNA DE ENTRADA */
/* ******************************** */
.blog_nb_thumb img{
	box-shadow: 3px 3px 10px rgba(113, 81, 1, 0.1) !important;
	border-radius: 15px !important;
}
.blog_interna_etiquetas .elementor-post-info__terms-list{
    font-size: 0px !important;
}
.blog_interna_etiquetas .elementor-post-info__terms-list a{
    font-size: var(--e-global-typography-text-font-size)  !important;
    color: var(--e-global-color-primary)  !important;
    background: var(--e-global-color-96aaf5c)  !important;
    margin: 0 8px 8px 0;
    padding: 2px 15px;
    border-radius: 50px
}
.blog_interna_redes_share .elementor-share-btn{
    border: 1px solid var(--Propuestas-Web-Morado-BG, #F6F2FF);
    background: #FFF;
    box-shadow: 0px 5px 5px 0px rgba(167, 65, 255, 0.05);
}
.elementor-share-btn_facebook *{color: #1559C2 !important;}
.elementor-share-btn_twitter *{color: #1EA9E9 !important;}
.elementor-share-btn_linkedin *{color: #0177B5 !important;}
.elementor-share-btn_whatsapp *{color: #43CF32 !important;}
.elementor-share-btn_email *{color: #87B1E8 !important;}
.elementor-share-btn_print *{color: #5A60F8 !important;}

/* ANULAR ESTIMOS DE CONTENT POST EN HIGHTLIGH */
.postContent > .elementor-widget-container > .elementor > .e-con-boxed.e-con.e-parent{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 0px !important
}
.postContent > .elementor-widget-container > .elementor > .e-con-boxed.e-con.e-parent > .e-con-inner{
    margin: 0px !important;
    padding: 0px !important;
}
.postContent .anular_stylos_content-post h2,
.postContent .anular_stylos_content-post h3,
.postContent .anular_stylos_content-post h4,
.postContent .anular_stylos_content-post h5,
.postContent .anular_stylos_content-post h6{
    color: white !important;
    margin: 0px !important;
    font-family: var(--e-global-typography-8e9424b-font-family), Sans-serif !important;
}
.postContent .anular_stylos_content-post h3{
    font-size: var( --e-global-typography-8e9424b-font-size ) !important;
    font-weight: var( --e-global-typography-8e9424b-font-weight ) !important;
}
.postContent .anular_stylos_content-post h5{
    font-size: var( --e-global-typography-0948c37-font-size ) !important;
    font-weight: var( --e-global-typography-0948c37-font-weight ) !important;
}
.postContent .anular_stylos_content-post img{
    background: none !important;
    box-shadow: none !important;
    margin: 0px !important;
    padding: 0px !important;
    bottom: inherit !important;
    top: inherit !important;
}
.postContent .anular_stylos_content-post .elementor-widget-image .elementor-widget-container,
.postContent .anular_stylos_content-post .elementor-widget-image{
    margin: 0px !important;
}
.postContent .anular_stylos_content-post a{
    text-decoration: none !important;
}



/* ******************************** */
/* INTERNA DE PUBLICO OBJETIVOS */
/* ******************************** */
.po_servicio_imagen img{
	border-radius: 10px !important;
	box-shadow: -7px 7px 25px 0px rgba(167, 65, 255, 0.21), 7px -7px 25px 0px rgba(3, 169, 244, 0.15) !important;
}
.select2-results__option{
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 1 !important;
	overflow: hidden !important;
	    padding: 0px !important;
    line-height: 32px;
}
.select2-results__option span:empty{
	display: none !important;
}


@media(min-width: 768px){
	.card_servicio_po_grid .jet-listing-grid__item:nth-child(even) .po_servicio_img_ctn{
		order: 2 !important;
	}
	.card_servicio_po_grid .jet-listing-grid__item:nth-child(even) .po_servicio_txt_ctn{
		order: 1 !important;
		padding: 0 50px 0 0 !important;
	}
}

@media(max-width: 1023px){
	.btn_fixed_interna-po{
		position: fixed !important;
		bottom: 0px !important;
		z-index: 9 !important;
		width: 100% !important;
		left: 0 !important;
	}
}
/* ******************************** */
/* CURSOR CUSTOM */
/* ******************************** */
/* CURSOR */
#cursorElement{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 99999;
	mix-blend-mode: exclusion; 
}
#cursorElement::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	mix-blend-mode: exclusion; 
	pointer-events: none;
	z-index: 99999;
	background: transparent;
	border: 1px solid #fff;
	opacity: .2;
	border-radius: 100%;
}
#cursorElement #cursor_arrow{
	opacity: 0;
	transition: .6s;
	transform: scale(0.3);
	pointer-events: none;
}
#cursorElement.showArrow{
	cursor: pointer;
	pointer-events: none;
}
#cursorElement.showArrow #cursor_arrow{
	opacity: 0;
	transform: scale(1);
	pointer-events: none;
	display: none;
}


