








@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');








body {
	font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
	color: #1b2028;
	font-size: 18px;
	font-family: ;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #1b2028;
}

a:not([data-hs-anchor="true"], .hs-button, .button, [role="menuitem"]) {
	font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
	color: #ef6629;
	font-size: 20px;
	transition: all .2s ease-in-out;
}
a:hover,
a:focus {
	font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
	color: #ef6629;
	background-color: transparent; 
	transition: all .2s ease-in-out;
}
a.nostyle {
	color: unset;
	font-size: unset;
}

.hs-tools-menu a {
	background: unset;
	border: unset;
	min-width: unset;
}

strong {

}

h2 {
	font-size: 2.5rem;
	margin-top: .5rem;
	margin-bottom: .8rem;
}
h3 {
	font-size: 1.6rem;
	margin-top: .5rem;
	margin-bottom: .8rem;
}

.nomargin {
	margin: 0;
}

.bullet_link {
	position: relative;
}
.bullet_link::after {
	content: "\2022";
	margin: .5rem;
	font-size: 45px;
	vertical-align: bottom;
	line-height: 1rem;
}
.bullet_link::before {
	height: 0;
	transition: all .5s ease;
	transition-delay: .5s;
	margin: .5rem;
	position: absolute;
	right: 8px;
	width: 2px;
	bottom: .5rem;
	background-color: #ededed;
	content: "";
}
.bullet_link.active::before {
	height: 4rem;
	transition: all .5s ease;
	transition-delay: .5s;
}
.bullet_link.active.top::after {
	line-height: 2rem;
}


.lightblue {
	color: #00C6CD;
}


.no_list {
	list-style: none;
	margin: 0;
}


p[style="font-size: 120px; text-align: center; font-weight: bold;"] {
	margin-block: 0 !important;
}

@media (max-width: 768px) {
	h2 {
		font-size: 2rem;
		text-wrap: balance;
	}
	h2.small {
		font-size: 1.85rem;
	}
}

@media (max-width: 476px) {
	h2 {
		font-size: 2rem !important;
		text-wrap: balance;
	}
	h2.small {
		font-size: 1.85rem;
	}
	.widget-type-rich_text {
		margin-inline: .4rem;
	}
}



@media (max-width: 360px) {
	h1 {
		font-size: 2rem !important;
		word-break: break-word;
	}
	h2 {
		font-size: 1.65rem !important;
		word-break: break-word;
	}
	.span12 h2,
	.span12 h2 > span {
		font-size: 2.4rem !important;
		word-break: break-word;
	}
	.widget-type-rich_text {
		margin-inline: 0;
	}
}
.main {

}

.span12 {
	width: 100%;
	margin: 0 auto;
}
.span11 {
	width: 91.66%;
	margin: 0 auto;
}
.span10 {
	width: 83.33%;
	margin: 0 auto;
}
.span9 {
	width: 75%;
	margin: 0 auto;
}
.span8 {
	width: 66.64%;
	margin: 0 auto;
}
.span7 {
	width: 58.31%;
	margin: 0 auto;
}
.span6 {
	width: 50%;
	margin: 0 auto;
}
.span5 {
	width: 41.66%;
	margin: 0 auto;
}
.span4 {
	width: 33.32%;
	margin: 0 auto;
}
.span3 {
	width: 25%;
	margin: 0 auto;
}
.span2 {
	width: 16.66%;
	margin: 0 auto;
}
.span1 {
	width: 8.33%;
	margin: 0 auto;
}


.flex {
	display: flex;
	gap: 1rem;
}
.items-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.flex-wrap {
	flex-wrap: wrap;
}
.row-reverse {
	flex-direction: row-reverse;
}


.flexwrap_cta_container {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
}

.certified_brand {
	max-width: 90ch;
	margin: auto;
	display: block;
}



.span12 h2 {
	max-width: 1024px;
	margin-inline: auto;
}

@media (max-width: 768px) {
	.span9 {
		width: 100%;
	}
	.span3.widget-span.widget-type-cell.dnd-column {
		width: auto;
	}
	.center_text {
		text-align: center !important; 
	}

	.span6 {
		width: 100%;
	}

	.row-fluid-wrapper.dnd-section:not(:has(.hfcm-hero)) {
		padding-inline: 1rem !important;
	}
	
	.widget-type-rich_text {
		margin-inline: 1rem;
	}
}


@media (max-width: 476px) {

}









div[data-global-resource-path="Ploy SAS Theme/partials/globals/header_2024.html"] {
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 20;
    padding-top: 16px;
    padding-bottom: 16px;
}
header.main_menu.menu .container {
  background-color: #ededed;
  border-radius: 20px;
  padding: 0 16px;
  box-sizing: border-box;
}

header.main_menu.menu.header_2024 {
	z-index: 10;
	position: relative;
}

header.main_menu.menu a[role=menuitem] {
	display: inline-flex;
	cursor: pointer;
}
header.main_menu.menu a[role=menuitem]:hover {
	color: #ef6629;
}
header.main_menu.menu a[role=menuitem]:hover::after {
	background-color: #ef6629 !important;
}
header.main_menu.menu.header_2024 li.hs-item-has-children {
	position: relative; 
	padding-right: 10px;
}
header.main_menu.menu.header_2024 li.hs-item-has-children ul.hs-menu-children-wrapper {
	display: none;
	flex-direction: column;
	gap: 1rem;
	position: absolute;
	top: 100%;
	left: 0;
    background-color: #e0e0e0;
    border-radius: 16px;
    overflow: hidden;
	padding: 1rem;
	text-align: left;
	padding-top: 3rem;
	z-index: 1;
}
header.main_menu.menu div#hs_menu_wrapper_main_menu li.hs-item-has-children ul.hs-menu-children-wrapper a[role=menuitem] {
            color: #1F2937 !important;
    background-color: transparent !important;
}
header.main_menu.menu div#hs_menu_wrapper_main_menu li.hs-item-has-children ul.hs-menu-children-wrapper a[role=menuitem]:hover {
            color: #1F2937 !important;
    background-color: transparent !important;
}
header.main_menu.menu.header_2024 li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
	display: block;
}
header.main_menu.menu.header_2024 li.hs-item-has-children:hover ul.hs-menu-children-wrapper a[role=menuitem]{
	display: flex;
	align-items: center;
	white-space: nowrap;
}
header.main_menu.menu {
	display: grid;
	place-content: center;
	box-shadow: 0 3px 6px #00000029;
}
header.main_menu.menu .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1400px;
	max-width: 100svw;
	position: relative;
	gap: 1rem;
}
header.main_menu.menu .main_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: -webkit-fill-available;
	gap: 1rem;
}
header.main_menu.menu ul[role="menu"] {
	list-style: none;
	padding: 0;
	display: inline-flex;
}
header.main_menu.menu a[role="menuitem"] {
	position: relative;
	font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
	color: #1b2028;
	font-size: 18px;
	transition: all .2s ease-in-out;
	padding-top: 0.5rem;
padding-right: 0.8rem;
padding-bottom: 0.5rem;
padding-left: 0.8rem;
;
}
header.main_menu.menu li.hs-menu-depth-1.hs-item-has-children>a[role=menuitem]::after {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	clip-path: polygon(50% 90%, 85% 60%, 100% 60%, 50% 100%, 0 60%, 15% 60%);
	content: "";
	height: 20px;
	width: 15px;
	margin-left: .5rem;
	vertical-align: middle;
	transition: all .2s ease-in-out;
	translate: 0 -2px;
}
header.main_menu.menu li.hs-menu-depth-1.hs-item-has-children>a[role=menuitem].active::after {
	background-color: #ff5908;
}
header.main_menu.menu span#hs_cos_wrapper_main_menu {
	margin: auto 0 auto auto;
	z-index: 2;
}
header.main_menu.menu span#hs_cos_wrapper_cta_menu {
	margin-left: 0;
	margin-right: 2rem;
	width: fit-content;
}
header.main_menu.menu span#hs_cos_wrapper_cta_menu a[role="menuitem"] {
	padding-top: 0rem;
padding-right: 2.5rem;
padding-bottom: 0rem;
padding-left: 2.4rem;
;
	font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
	font-size: 17px;
	cursor: pointer;
	transition: all .2s ease-in-out;
	border: 1px solid #ef6629!important;
	border-radius: 999px;
	background-color: #ef6629;
	color: #fff;
}
header.main_menu.menu span#hs_cos_wrapper_cta_menu a[role="menuitem"]:hover {
	background-color: #fff!important;
	color: #ef6629!important;
}
header.main_menu.menu span#hs_cos_wrapper_logo_ploy a {
	display: grid;
	place-content: center;
	margin: 1rem;
	width: 100%;
}
header.main_menu.menu span#hs_cos_wrapper_logo_ploy a img {
	width: 100%!important; 
	min-width: 82px;
}



header.main_menu.menu .burger {
	display: none;
	width: 40px;
	height: 30px;
	order: 3;
	padding: 1rem;
	cursor: pointer;
	margin: 0;
	box-sizing: content-box;
}
header.main_menu.menu .burger span {
	height: 2px;
	display: block;
	width: 100%;
	background-color: #1b2028;
}
header.main_menu.menu .burger.active span {
	background-color: #ef6629;
}

/***************************************************/


@media (max-width: 1024px) {
	header.main_menu.menu .container {
		flex-wrap: wrap;
	}
	header.main_menu.menu .main_container {
		order: 3;
		width: 100%;
	}
	header.main_menu.menu span#hs_cos_wrapper_main_menu {
		margin: auto 1rem auto auto;
	}
	header.main_menu.menu span#hs_cos_wrapper_cta_menu {
		margin-left: auto;
		margin-right: 2rem;
	}
	.language_switcher {
		margin-right: 1rem;
	}
}


@media (max-width: 920px) {
	header.main_menu.menu .main_container {
		order: 0;
	}
	header.main_menu.menu span#hs_cos_wrapper_main_menu {
		margin: auto;
	}
	.language_switcher {
		margin-left: auto;
		margin-right: 0;
	}
	div[data-global-resource-path="Ploy SAS Theme/partials/globals/header_2024.html"] {
		position: sticky;
		top: 0;
		background-color: #fff;
		z-index: 20;
	}
	header.main_menu.menu .container {
		flex-direction: row;
		justify-content: space-between;
		width: 100svw;
		max-width: 100svw;
		flex-wrap: nowrap;
		gap: 0;
	}
	header.main_menu.menu .burger {
		display: grid;
		align-items: center;
	}
	span#hs_cos_wrapper_logo_ploy {
		margin-right: auto;
		margin-left: 0;
	}

	header.main_menu.menu ul[role=menu] {
		display: none;
	}
	header.main_menu.menu span#hs_cos_wrapper_cta_menu {
		margin-right: 0;
	}
	header.main_menu.menu span#hs_cos_wrapper_cta_menu ul {
		display: inline;
	}
	header.main_menu.menu span#hs_cos_wrapper_cta_menu li {

	}
	header.main_menu.menu a[role=menuitem] {
		display: inline-flex;
		position: relative;
		align-items: center;
		gap: 1rem;
		min-height: 40px;
	}


	header.main_menu.menu span#hs_cos_wrapper_main_menu {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
	}
	span#hs_cos_wrapper_main_menu.active div#hs_menu_wrapper_main_menu > ul[role=menu] {
		display: flex;
		flex-direction: column;
		width: 100%;
		background-color: #fff;
		margin: 0;
		box-shadow: 0 3px 6px #00000029;
		padding-block: 2rem 1rem;
	}
	header.main_menu.menu.header_2024 li.hs-item-has-children ul.hs-menu-children-wrapper {
		padding-top: 1rem;
		position: relative;
		display: none !important;
	}
	header.main_menu.menu.header_2024 li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active ul.hs-menu-children-wrapper {
		display: block !important;
		padding-top: 0;
	}

}
header.main_menu.menu span#hs_cos_wrapper_main_menu.active a[role=menuitem],
header.main_menu.menu span#hs_cos_wrapper_main_menu.active li.hs-menu-depth-1 > a,
header.main_menu.menu span#hs_cos_wrapper_main_menu.active li.hs-menu-depth-2 > a,
header.main_menu.menu span#hs_cos_wrapper_main_menu.active li.hs-item-has-children > a,
header.main_menu.menu div#hs_menu_wrapper_main_menu ul[role=menu] a[role=menuitem],
header.main_menu.menu div#hs_menu_wrapper_main_menu ul[role=menu] li > a {
  color: #1f2937 !important;
}

span#hs_cos_wrapper_language_switcher {
	display: grid;
}

@media (max-width: 476px) {
	header.main_menu.menu span#hs_cos_wrapper_cta_menu {
		margin-right: 1rem;
	}

	header.main_menu.menu span#hs_cos_wrapper_logo_ploy a {
		margin-inline: 1rem 0;
	}
	header.main_menu.menu span#hs_cos_wrapper_cta_menu a[role=menuitem] {
		font-size: 14px;
		min-height: unset;
		text-align: center;
	}
	header.main_menu.menu .burger {
		margin-left: 0;
		padding-inline: 0;
		width: 48px;
		margin-right: 1rem;
	}
}


@media (max-width: 320px) {
	header.main_menu.menu span#hs_cos_wrapper_logo_ploy a {
		margin-inline: .4rem 0;
	}
	header.main_menu.menu span#hs_cos_wrapper_logo_ploy a img {
		width: 60px !important;
		min-width: unset;
	}
}



















form.hs-form-private.hs-form.stacked.hs-custom-form, .hs_cos_wrapper.form-title {
	max-width: 764px;
	margin: 3rem auto;
}
form.hs-form-private.hs-form.stacked.hs-custom-form fieldset {
	max-width: 764px;
}


form input[type="submit"], form input[type=submit] {
	-webkit-appearance: none !important;
	appaearance: none !important;
	-moz-appearance: none !important;
	display: block;
	margin: 0 0 2rem auto;
}

form select {
	-webkit-appearance: menulist !important;
	appaearance: menulist !important;
	-moz-appearance: menulist !important;
	min-height: 40px;
	width: 100%;
}


/* Form title */

.form-title {
	color: ;
}

/* Labels */

form label {
	color: #1b2028;
	color: #1b2028;font-size: 20px;font-family: 'Open Sans', sans-serif;;
	margin: 1rem 0;
	display: block;
}

/* Help text */

form ul.no-list.hs-error-msgs.inputs-list {
	list-style: none;
	padding: 0;
}
form label.hs-error-msg.hs-main-font-element {
	color: #ef6629;
	font-size: .8rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form textarea {
	min-height: calc(40px - 1.0rem - (2px * 2));
	width: calc(100% - 1.6000000000000000888178419700125232338905334472656250rem);
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
	border: none;
	border-bottom: 2px solid #00000029;
	background-color: #FFFFFF;
	background-color: transparent;
	color: ;
	border-radius: 0px;
	padding-top: 0.5rem;
padding-right: 0.8rem;
padding-bottom: 0.5rem;
padding-left: 0.8rem;
;
	outline: none;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
	border-radius: 0px;
}

form select,
::picker(select) {
	appearance: list-item !important;
	-webkit-appearance: list-item !important;
}



form .hs_submit.hs-submit {
	margin: 3rem 0;
}
form input.hs-button.primary.large {
	margin-left: auto;
}
form .hs-richtext.hs-main-font-element h2 {
	font-size: 2rem;
	margin-bottom: 3rem;
}


/*****************************************/
/* formularios 2024 */
/*****************************************/

form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0px auto;
	max-width: 750px;
	width: 95%;
}

form label {
	margin: 0;
}

fieldset {
	max-width: unset !important;
}

.hs-form-field {
	margin: 15px auto;
	text-align: left;
	width: 100%;
}

.form-titular {
	color: #ef6629;
	text-transform: uppercase;
	text-align: left;
	padding-left: 10px;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0px;
	transition: all 0.5s;
	margin-top: 20px;
}

.form-titular:after {
	content: "";
	width: 20px;
	margin: 10px 0px 0px 5px;
	background: #ef6629;;
	padding: 0 3px;
	height: 3px;
	position: absolute;
	transition: all 0.5s;
}



label span {
	padding-left: 10px;
	font-size: 16px !important;
}

span.hs-form-required {
	padding-left: 2px;
}

.input {
	margin: 0 8px;
}

form input[type=email], 
form input[type=file], 
form input[type=number], 
form input[type=password], 
form input[type=tel], 
form input[type=text], 
form select, 
form textarea {
	padding: 0; 
	min-height: 40px;
}

input, select, textarea, input.hs-input, textarea.hs-input {
	min-width: 150px;
	width: 100% !important;
	margin: 0px !important;
	min-height: 40px;
	box-sizing: content-box;
	max-width: 100%;
	color: #1b2028;
	border-bottom: 1px solid #707070 !important;
	border: none;
	transition: all 0.3s;
	outline: unset !important;
}

input.hs-input[type="checkbox"], input.hs-input[type="radio"] {
	width: auto !important;
	min-width: unset;
}
form label.hs-form-checkbox-display {
	display: flex;
	align-items: center;
}
form ul.inputs-list.multi-container[role="checkbox"] {
	list-style: none;
	padding: 0;
}

select {
	padding: 0 0 0 5px;
	font-size: 13px;
}

textarea {
	min-height: 120px;
	padding-top: 10px;
}

textarea::placeholder {
	padding: 0px 0 0 10px;
	opacity: 0.5;
}

::placeholder, option {
	color: ;
	padding: 10px 10px 1px;
	font-size: 13px;
	transition: all 0.3s;
	min-height: 40px;
	opacity: 0.5 !important;
}

input:focus::placeholder,textarea:focus::placeholder {
	color: #242d3c38 !important;
	transition: all 0.3s;
}

input.hs-button.primary.large {
	width: min-content !important;
	float: left;
	margin-left: 8px !important;
	background: #ef6629;
	color: white;
	border: 2px solid #ef6629 !important;
	transition: all 0.3s;
	font-size: 16px;
	border-radius: 999px;
	padding: 0;
}

input.hs-button.primary.large:hover {
	background: white;
	color: #ef6629;
	border: 2px solid #ef6629;
	transition: all 0.3s;
}

input:focus, select:focus, textarea:focus {
	background: #fff6d3;
	transition: all 0.3s;
	border-bottom: 1px solid #ef6629 !important;
}

ul.hs-error-msgs.inputs-list {
	margin:0;
	padding: 0;
}

ul.hs-error-msgs.inputs-list li {
	font-size: 13px;
	list-style: none;
	text-align: left;
	color: #ef6629;
	margin-left: 8px;
	margin-top: 5px;
	transition: all 0.3s;
	transition-delay: 0.3s;
}

select option:checked, select option:hover {
	background-color: #ef6629 !important;
	color: white !important;
	transition: all 0.3s;
}

/*****************************************/
/* Formulario Popup HTML */
/*****************************************/
#postulate-ploy form .form-titular {
	color: white;
	padding: 0;
}

#postulate-ploy form .form-titular:after {
	background: white;
}

#postulate-ploy form span {
	color: white;
	padding: 0;
}

#postulate-ploy form .popup__content__title {
	margin-left: 0px;
}

#postulate-ploy form textarea {
	width: 100% !important;
	max-width: unset;
}

#postulate-ploy form input {
	margin: 0 !important;
	padding: 0;
	width: 100% !important;
	max-width: unset;
	text-shadow: none;
}

#postulate-ploy form fieldset.form-columns-2 input {
	width: 95% !important;
	display: flex;
}

input[type=file] {
	background: transparent !important;
	border: none !important;
}

#postulate-ploy form .input input[type=file] {
	border-bottom: none !important;
}

#postulate-ploy form .hs-input {
	background: transparent;
	border: none;
	outline: none;
	box-shadow: none;
	border-bottom: 1px solid white !important;
	border-radius: 0px !important;
}

#postulate-ploy form input:focus {
	box-shadow: none;
}

#postulate-ploy form input.hs-button.primary.large:hover {
	background: transparent;
}

#postulate-ploy form input:hover {
	box-shadow: none;
	outline: none !important;
}

#postulate-ploy form .hs-form-9e6fade3-698c-4d06-93e9-fea1235f37c6_6ac0c8f4-1d99-43c0-b811-0b73c081cab6 .hs-button {
	box-shadow: none !important;
}

.hs-input.hs-fieldtype-intl-phone {
	width: 100%;
	display: flex;
}
.hs-fieldtype-intl-phone.hs-input select {
	max-width: 30% !important;
	width: 30% !important;
	min-width: 50px;
}

input#phone-5a17846d-8a93-44ac-b84c-52edf035caf0_6936 {
	width: 60% !important;
	margin-left: 10px !important;
}


@media (max-width: 300px) {
	.form-titular:after {
		display: none;
		content: none;
	}
}





/***********************/
/***********************/
/***********************/
/** Blog Subscription **/
/***********************/
/***********************/
/***********************/


.blog_suscription {
	margin: 3rem 5rem; 
}
.blog_suscription > span {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center; 
	max-width: 1200px;
	margin-inline: auto;
}
.blog_suscription .hs_cos_wrapper.form-title {
	max-width: 320px;
	width: 40%;
}
.blog_suscription .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.blog_suscription div:has(form) {
	width: 70%; 
}
.blog_suscription form {
	display: flex;
	align-items: center; 
	justify-content: center;
	gap: 1rem;
	flex-direction: row;
	max-width: none;
}
.blog_suscription form label {
	display: none; 
}
.blog_suscription .input {
	width: 100%;
}
.blog_suscription form input[type=email] {
	width: 100% !important;
	box-sizing: border-box;
	border-color: #fff !important;
	color: #fff !important;
}
.blog_suscription form .hs_submit.hs-submit {
	margin: 0;
}
.blog_suscription form input.hs-button.primary.large {
	margin: 0;
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff!important;
}


@media (max-width: 768px) {
	.blog_suscription .hs_cos_wrapper.form-title {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.blog_suscription>span {
		flex-direction: column;
		gap: 1rem;
	}
	.blog_suscription div:has(form) {
		width: 100%;
	}
}
@media (max-width: 425px) {
	.blog_suscription form {
		flex-direction: column;
	} 
}
/* 1d. Buttons */










button,
.button, .hs-button {
	padding-top: 0rem;
padding-right: 2.5rem;
padding-bottom: 0rem;
padding-left: 2.4rem;
;
	font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
	font-size: 17px;
	background-color: #ef6629;
	border-radius: 100px;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .2s ease-in-out;
	border: 1px solid transparent;
	line-height: 30px;
}
.button.lightwhite {
	background-color: #fff;
	border-color: #fff;
	color: #1b2028;
}
.button.linkOrange {
	background-color: #fff;
	border-color: #fff;
	color: #ef6629;
	text-decoration: underline;
}
.button.button_orange {
	background-color: #ef6629;
	color: #fff;
	border: 1px solid #ef6629;
	border-radius: 999px;
	letter-spacing: 1px;
}
.button.button_orange:hover, .button.button_orange:focus {
	background-color: #fff;
	color: #ef6629;
	cursor: pointer;
}
.button.button_lightblue {
	background-color: #00C6CD;
	color: #fff;
	border: 1px solid #00C6CD;
	border-radius: 999px;
	letter-spacing: 1px;
}
.button.button_lightblue:hover, .button.button_lightblue:focus {
	background-color: #fff;
	color: #00C6CD;
	cursor: pointer;
}
.button.button_blue {
	background-color: #1b2028;
	color: #fff;
	border: 1px solid #1b2028;
	border-radius: 999px;
	letter-spacing: 1px;
}
.button.button_blue:hover, .button.button_blue:focus {
	background-color: #fff;
	color: #1b2028;
	cursor: pointer;
}




button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {

	font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;

	background-color: transparent;
	color: ;
	border-color: ; 
	transition: all .2s ease-in-out;

	border: 1px solid;
}

button:active,
.button:active,
.hs-button:active {
	background-color: rgba(239, 102, 41, 1.0);
	border-color: ;
}

button.btn_svg {
	background: transparent;
	border: none;
	cursor: pointer;
}


.secondary-button {
	background-color: #D65A1F;
	border: 1px solid transparent;
}
.secondary-button:hover {
	color: #FFFFFF;
}

/***********************/
/***********************/
/***********************/
/* LP Institucional */
/***********************/
/***********************/
/***********************/

.lp_button_container {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}

.lp_button, a.lp_button, button.lp_button {
	padding-top: 0rem;
padding-right: 2.5rem;
padding-bottom: 0rem;
padding-left: 2.4rem;
;
	font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
	font-size: 17px;
	cursor: pointer;
	transition: all .2s ease-in-out;
	border: 1px solid transparent;
	border-radius: 999px;
	line-height: 30px;
}

a.lp_button_orange, button.lp_button_orange, .lp_button_orange {
	background-color: #ef6629;
	color: #fff;
	cursor: pointer;
}
a.lp_button_dark, button.lp_button_dark, .lp_button_dark {
	background-color: #1b2028;
	color: #fff;
	cursor: pointer;
}
a.lp_button_cyan, button.lp_button_cyan, .lp_button_cyan {
	background-color: #00C6CD;
	color: #fff;
	height: fit-content;
	cursor: pointer;
}
a.lp_button_orange:hover,
a.lp_button_orange:focus,
button.lp_button_orange:hover,
button.lp_button_orange:focus{
	background-color: #fff;
	color: #ef6629;
	border: 1px solid #ef6629;
}
a.lp_button_dark:hover,
a.lp_button_dark:focus,
button.lp_button_dark:hover,
button.lp_button_dark:focus{
	background-color: #fff;
	color: #1b2028;
	border: 1px solid #1b2028;
}
a.lp_button_cyan:hover,
a.lp_button_cyan:focus,
button.lp_button_cyan:hover,
button.lp_button_cyan:focus{
	background-color: #fff;
	color: #00C6CD;
	border: 1px solid #00C6CD;
}

a[rel="noopener"] {
	min-height: 48px;
	min-width: 48px;
	display: inline-block;
	line-height: 48px;
}
.lp_button,
a.cta_button {
	line-height: 48px !important;
	min-height: 48px;
}

@media (max-width: 768px) {
	.lp_button_container {
		flex-direction: column;
		align-items: center;
		gap: 2rem;
	}
}


@media (max-width: 420px) {
	.modal_casos_exito .lp_button_container a.lp_button, .modal_casos_exito .lp_button_container a.lp_button span,
	a.lp_button_dark, button.lp_button_dark, a.lp_button_dark, button.lp_button_dark span {
		text-wrap: wrap;
		max-width: 90svw;
		white-space: normal !important;
		text-align: center;
		display: inline-block;
	}

	.lp_button, a.cta_button {
		width: 100%;
		text-align: center;
		margin-inline: 0;
		box-sizing: border-box;
	}

	.lp_button_dark, a.lp_button_dark, button.lp_button_dark {
		margin: auto !important;
	}
	.lp_button_container {
		margin-top: 1.5rem !important;
	}
	.cta_button a.lp_button {
		line-height: normal !important;
	}
	.modal_casos_exito .lp_button_container a.lp_button, .modal_casos_exito .lp_button_container a.lp_button span, a.lp_button_dark, button.lp_button_dark, button.lp_button_dark span {
		line-height: normal;
		min-height: 48px;
		vertical-align: middle;
	}

	.modal_casos_exito .lp_button_container a.lp_button span, 
	.modal_casos_exito .lp_button_container a.lp_button span, 
	a.lp_button_dark span, 
	button.lp_button_dark span, 
	button.lp_button_dark span {
		line-height: inherit;
		vertical-align: unset;
	}


	a[rel=noopener] {
		vertical-align: middle;
	}
}

.lp_button_outline_orange,
a.lp_button_outline_orange,
button.lp_button_outline_orange {
  background-color: #FFFFFF;
  color: #EF6629;
  border: 1px solid #EF6629;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  box-sizing: border-box;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.lp_button_outline_orange::after,
a.lp_button_outline_orange::after,
button.lp_button_outline_orange::after {
  content: " \2192";
}

.lp_button_outline_orange:hover,
a.lp_button_outline_orange:hover,
button.lp_button_outline_orange:hover {
  background-color: #EF6629;
  color: #FFFFFF;
}




footer.footer:not(.footer_home) {
	display: grid;
	place-content: center;
	font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
	font-size: 18px;
}
footer.footer .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 1200px;
	max-width: 90svw;
	padding: 4rem 0;
	flex-wrap: wrap;
	box-sizing: border-box;
}
footer.footer.footer_home .container {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 80svw;
	padding: 4rem 2rem;
	width: 1440px;
	margin: auto;
	gap: 2rem;
}
footer.footer .container span#hs_cos_wrapper_footer_logo img {
	max-width: 150px; 
}
footer.footer.footer_home .container span#hs_cos_wrapper_footer_logo img {
	max-width: 150px; 
	max-height: 56px;
}
footer.footer ul[role="menu"] {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer.footer ul li a[aria-expanded="false"] {
	font-weight: 600;
	pointer-events: none;
	cursor: unset;
}
footer.footer ul[role=menu] li a {
	text-decoration: none;
	color: #1b2028;
}
footer.footer.footer_lp .container {
	justify-content: space-evenly;
}


footer .copyright {
	text-align: center;
	font-size: 14px;
	padding: 1.5rem;
	background-color: #1b2028;
	color: #fff;
	font-size: 14px;
	padding-block: 1rem;
}
.copyright div#hs_cos_wrapper_copyright_text {
	text-align: center;
}

div[data-global-resource-path] .copyright {
	padding: 1rem;
}

footer.footer.footer_home .container a {
	min-width: 48px;
	min-height: 48px;
	display: grid;
	place-content: center;
}

@media (max-width: 768px) {
	footer.footer.footer_home .container {
		justify-content: space-around;
	} 
}

@media (max-width: 476px) {
	footer.footer.footer_home .container {
		padding: 1rem;
		margin-inline: 0;
		width: -webkit-fill-available !important;
		max-width: 100%;
	}
	footer.footer.footer_home .container .footer_flex_container {
		flex-wrap: wrap;
		gap: 0 !important;
	}
}


/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body {
	margin: 0;
}
h1.hidden {
    display: none !important;
}
article#post_1.blog_post_main > img {
  width: 100% !important;
  height: auto !important; /* Para mantener la proporción */
  display: block !important; /* Elimina espacios extra debajo de la imagen */
  object-fit: cover !important; /* Recorta la imagen para cubrir el área sin distorsionarla */
}
.blog_bottom_cta {
    text-align: center;
}
/***********************/
/***********************/
/***********************/
/* Listado del Blog */
/***********************/
/***********************/
/***********************/
article.blog_post.main_post {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    height: auto;
    gap: 0rem !important;
    /*background: transparent !important;*/
}

.blog_listing__main_post .blog_post__image {
    display: none;
}

article#post_1.blog_post.main_post {
    display: flex;
    margin-bottom: 0 !important;
}

.main_post .blog_post__title {
    display: none;
}
article.blog_post.main_post > div {
    display:none !important;
}

.blog_listing__main_post .blog_post__text {
  display:none;
}
/*.blog_listing__main_post .blog_post__text {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0; 
}*/

/* Hacer que todo el artículo principal sea clickeable */
/* Asegurar que no haya espacios en el article */
/*article.blog_post.main_post {
    background-size: cover;
    background-position: center center !important;
    background-repeat: no-repeat;
    position: relative;
    min-height: 400px;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    padding: 0; 
    margin-bottom: 0;
}*/

/* Eliminar espacios del contenedor principal */
.blog_listing__main_post {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 0;
}

.blog_listing__main_post > a {
    display: block;
    width: 100%;
}

article.hs-blog-post-listing__post.hs-blog-post-listing__post--grid {
	display: grid;
	background-color: #fff;
	border-radius: .5rem;
	box-shadow: 0 10px 10px #00000029;
	transition: all .3s ease;
}
article.hs-blog-post-listing__post.hs-blog-post-listing__post--grid:hover {
	background-color: #ededed;
	transition: all .3s ease;
}
article.hs-blog-post-listing__post.hs-blog-post-listing__post--grid a.hs-blog-post-listing__post-image-wrapper.hs-blog-post-listing__post-image-wrapper--grid {
	order: 2;
}
article.hs-blog-post-listing__post.hs-blog-post-listing__post--grid .hs-blog-post-listing__post-content.hs-blog-post-listing__post-content--grid.hs-blog-post-listing__post-content--with-image {
	display: grid;
	order: 1;
}
article.hs-blog-post-listing__post.hs-blog-post-listing__post--grid .hs-blog-post-listing__post-content.hs-blog-post-listing__post-content--grid.hs-blog-post-listing__post-content--with-image h2.hs-blog-post-listing__post-title {
	order: 2;
	font-size: 2rem;
	line-height: 1;
	text-align: center;
	padding: 1rem;
}
article.hs-blog-post-listing__post.hs-blog-post-listing__post--grid time.hs-blog-post-listing__post-timestamp {
	font-size: .8rem;
	order: 1;
	padding: 2rem 2rem 0 2rem;
	margin: 0;
	position: relative;
}
article.hs-blog-post-listing__post.hs-blog-post-listing__post--grid time.hs-blog-post-listing__post-timestamp:after {
	content: "";
	position: absolute;
	width: -webkit-fill-available;
	height: 2px;
	background-color: #707070;
	margin: .5rem;
}


article.hs-blog-post-listing__post.hs-blog-post-listing__post--grid a.hs-blog-post-listing__post-title-link {
	color: #707070;
	text-align: center;
}
article.hs-blog-post-listing__post.hs-blog-post-listing__post--grid a.hs-blog-post-listing__post-image-wrapper.hs-blog-post-listing__post-image-wrapper--grid img.hs-blog-post-listing__post-image.hs-blog-post-listing__post-image--grid {
	object-fit: cover;
	aspect-ratio: auto !important;
}

.hs_cos_wrapper_type_post_filter .widget-module ul li a span.filter-link-count {
	display: none;
}
.hs_cos_wrapper_type_post_filter .widget-module ul li a {
	background-color: #ef6629;
	border: 1px solid #ef6629;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	padding: .5rem .8rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
}
.hs_cos_wrapper_type_post_filter .widget-module ul li a:hover {
	background-color: #fff;
	color: #ef6629;
}

/***********************/
/***********************/
/***********************/
/* Blog Post */
/***********************/
/***********************/
/***********************/
body.blog.blog_post * {
	box-sizing: border-box; 
}

body.blog.blog_post main.main article > img {
	object-fit: cover;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
body.blog.blog_post main.main .blog_post__info {
	margin: 0 auto 100px;
	width: fit-content;
	gap: 3rem;
	display: flex;
	align-items: center;
}
body.blog.blog_post span.blog_post__tiempo_lectura {
	display: flex;
	align-items: center;
}

body.blog.blog_post main.main .blog_post__info a {
	color: unset;
}
body.blog.blog_post main.main .blog_post__info>a:not(.author_link) {
	padding: 5px;
	border: 2px solid black;
	font-size: 18px;
}
body.blog.blog_post main.main article > div:not(.blog_post__text):not(:has(.blog_feature_animation)) {
	padding: 2rem;
}
.blog_post__body span#hs_cos_wrapper_post_body>h1,
.blog_post__body span#hs_cos_wrapper_post_body>h2,
.blog_post__body span#hs_cos_wrapper_post_body>h3,
.blog_post__body span#hs_cos_wrapper_post_body>h4,
.blog_post__body span#hs_cos_wrapper_post_body>h5,
.blog_post__body span#hs_cos_wrapper_post_body>h6,
.blog_post__body span#hs_cos_wrapper_post_body>ul,
.blog_post__body span#hs_cos_wrapper_post_body>ol,
.blog_post__body span#hs_cos_wrapper_post_body>p:not(:has(img)),
.blog_post__body > p {
	max-width: 1000px;
	margin: 1em auto;
	text-align: left;
}
.blog_post__body span#hs_cos_wrapper_post_body>blockquote {
	max-width: 1300px;
	margin: 1em auto;
}
.blog_post__body span#hs_cos_wrapper_post_body>p:has(img) {
	max-width: 1500px;
	margin: 5em auto;
}
body.blog.blog_post main.main .article__bottom {
	width: 100%;
	padding: 2rem;
	margin: auto;
	max-width: 1500px;
}
body.blog.blog_post main.main article .blog_post__body span#hs_cos_wrapper_post_body img {
	object-fit: contain;
	width: 100%;
	max-width: 1000px !important;
}

span#hs_cos_wrapper_post_body blockquote h2 {
	font-size: 2.25rem;
}
span#hs_cos_wrapper_post_body h2 {
	font-size: 2rem;
}
span#hs_cos_wrapper_post_body h3 {
	font-size: 1.75rem;
}

.blog_post__body span#hs_cos_wrapper_post_body>p img {
	max-width: 80svw;
}

.blog_feature_animation__title h1 {
	font-size: 3rem;
}

@media (max-width: 768px) {
	body.blog.blog_post h1 {
		font-size: 2.5rem !important;
	}
  .blog_post__body span#hs_cos_wrapper_post_body>h2{
  text-align: left !important;
}
}
@media (max-width: 600px) {
  .hs-cta-img {
    width:100%;
    height:auto;
  }
}
/***********************/
/* AJUSTE DE ALINEACION DEL CONTENIDO DEL BLOG - Ago 2026 */
/***********************/
.blog_post__body span#hs_cos_wrapper_post_body>h1,
.blog_post__body span#hs_cos_wrapper_post_body>h2,
.blog_post__body span#hs_cos_wrapper_post_body>h3,
.blog_post__body span#hs_cos_wrapper_post_body>h4,
.blog_post__body span#hs_cos_wrapper_post_body>h5,
.blog_post__body span#hs_cos_wrapper_post_body>h6,
.blog_post__body span#hs_cos_wrapper_post_body>ul,
.blog_post__body span#hs_cos_wrapper_post_body>ol,
.blog_post__body span#hs_cos_wrapper_post_body>p:not(:has(img)),
.blog_post__body > p {
max-width: 760px !important;
margin: 1em auto !important;
text-align: left !important;
}
.blog_post__body span#hs_cos_wrapper_post_body > .key-takeaways,
.blog_post__body span#hs_cos_wrapper_post_body > .table-of-contents {
max-width: 760px !important;
margin: 1.5em auto !important;
}
.blog_post__body span#hs_cos_wrapper_post_body>blockquote,
.blog_post__body span#hs_cos_wrapper_post_body>div>table {
max-width: 1100px !important;
margin: 2em auto !important;
}
.blog_post__body span#hs_cos_wrapper_post_body>p:has(img) {
max-width: 1100px !important;
margin: 2em auto !important;
}
.blog_post__body span#hs_cos_wrapper_post_body > figure {
max-width: 1100px !important;
margin: 2em auto !important;
}
body.blog.blog_post main.main article .blog_post__body span#hs_cos_wrapper_post_body img,
.blog_post__body span#hs_cos_wrapper_post_body>p img {
display: block !important;
margin-inline: auto !important;
max-width: 760px !important;
    height: auto !important;
    /* aspect-ratio: auto !important; -- quitado 29-08-2026: bloqueaba la reserva de espacio de las imagenes (width/height) y causaba salto de maquetacion al cargar */
border-radius: 18px !important;
}

/* Blindaje tipografico: neutraliza estilos inline que pega la herramienta de IA externa */
.blog_post__body span#hs_cos_wrapper_post_body>h1,
.blog_post__body span#hs_cos_wrapper_post_body>h2,
.blog_post__body span#hs_cos_wrapper_post_body>h3,
.blog_post__body span#hs_cos_wrapper_post_body>h4,
.blog_post__body span#hs_cos_wrapper_post_body>h5,
.blog_post__body span#hs_cos_wrapper_post_body>h6 {
font-family: "Open Sans", sans-serif !important;
font-weight: 700 !important;
text-align: left !important;
}
.blog_post__body span#hs_cos_wrapper_post_body>p,
.blog_post__body span#hs_cos_wrapper_post_body>li {
font-family: "Open Sans", sans-serif !important;
font-weight: 400 !important;
}
.blog_post__body span#hs_cos_wrapper_post_body>ul {
list-style-type: disc !important;
}
.blog_post__body span#hs_cos_wrapper_post_body>ol {
list-style-type: decimal !important;
}
/* CTA final centrado (la regla original de flex-center quedo atrapada en el bug de la media query rota) */
.blog_bottom_cta {
display: flex !important;
justify-content: center !important;
align-items: center !important;
}

@media (max-width: 476px) {
	body.blog.blog_post h1 {
		word-break: break-word;
	}
  .blog_post__body span#hs_cos_wrapper_post_body>h2{
  text-align: left !important;
}
@media (max-width: 360px) {
	body.blog.blog_post h1 {
		font-size: 2rem !important;
	}
}
/***********************/
/***********************/
/***********************/
/** Blog Subscription **/
/***********************/
/***********************/
/***********************/


.blog_suscription {
	margin: 3rem 5rem; 
}
.blog_suscription > span {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center; 
	max-width: 1200px;
	margin-inline: auto;
}
.blog_suscription .hs_cos_wrapper.form-title {
	max-width: 320px;
	width: 40%;
}
.blog_suscription .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.blog_suscription div:has(form) {
	width: 70%;
	margin-inline: auto;
}
.blog_suscription form {
	display: flex;
	align-items: center; 
	justify-content: center;
	gap: 1rem;
	flex-direction: row;
	max-width: none;
}
.blog_suscription form label {
	display: none; 
}
.blog_suscription .input {
	width: 100%;
}
.blog_suscription form input[type=email] {
	width: 100% !important;
	box-sizing: border-box;
	border-color: #fff !important;
	color: #fff !important;
}
.blog_suscription form .hs_submit.hs-submit {
	margin: 0;
}
.blog_suscription form input.hs-button.primary.large {
	margin: 0;
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff!important;
}


.blog_listing__main .blog_cta {
	background-color: #1b2028;
}

.blog_listing__main .blog_cta h3 {
	color: #ef6629;
}
/*************************************************/




h1.hidden {
	display: none;
}

/*************************************************/
/* CTA Global Post */
/*************************************************/

@media (max-width: 1024px) {
	.blog_post__body span#hs_cos_wrapper_post_body> .hs-cta-embed.hs-cta-simple-placeholder.hs-cta-embed__loaded, .blog_post__body span#hs_cos_wrapper_post_body .hs-cta-embed.hs-cta-simple-placeholder.hs-cta-embed__loaded iframe {
		width: fit-content !important;
	}	
	.hs-cta-embed.hs-cta-simple-placeholder.hs-cta-embed__loaded, .hs-cta-embed.hs-cta-simple-placeholder.hs-cta-embed__loaded iframe {
		width: 100% !important;
	}
  article#post_1.blog_post.main_post {
    display: flex;
    margin-bottom: 0px !important;
}
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image img {
	max-width: 80svw;
}

/*************************************************/
/*************************************************/
/*************************************************/
/*************************************************/
/*************************************************/
/*************************************************/
/*************************************************/
/*************************************************/

@media (max-width: 768px) {
	body.blog.blog_post h1 {
		padding: 0 1rem;
	}
	body.blog.blog_post main.main .blog_post__info {
		display: none;
	}
	.blog_suscription .hs_cos_wrapper.form-title {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.blog_suscription>span {
		flex-direction: column;
		gap: 1rem;
	}
  article#post_1.blog_post.main_post {
    display: flex;
    margin-bottom: 0px !important;
}
	.blog_suscription div:has(form) {
		width: 100%;
	}
	body.blog.blog_post main.main .article__bottom {
		padding: 2rem 0;
	}

	.blog_post__body span#hs_cos_wrapper_post_body>div>table tr td {
		font-size: 14px;
	}

}



@media (max-width: 425px) {
	.blog_suscription form {
		flex-direction: column;
	} 
	body.blog.blog_post main.main article>div:not(.blog_post__text):not(:has(.blog_feature_animation)) {
		padding: 1rem;
	}
	.blog_post__body span#hs_cos_wrapper_post_body>h2,
	.blog_post__body span#hs_cos_wrapper_post_body>h3,
	.blog_post__body span#hs_cos_wrapper_post_body>h4,
	.blog_post__body span#hs_cos_wrapper_post_body>h5,
	.blog_post__body span#hs_cos_wrapper_post_body>h6,
	.blog_post__body span#hs_cos_wrapper_post_body>p:not(:has(img)),
	.blog_post__body span#hs_cos_wrapper_post_body>ul {
		padding: 10px;
	}
    article#post_1.blog_post.main_post {
    display: block;
    margin-bottom: -355px !important;
}
}

@media (max-width: 320px) {
	span#hs_cos_wrapper_name {
		word-break: break-word;
	}
}


.blog_bottom_cta {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	/*background-color: #242d3d26;*/
	padding: 2rem;
	margin: 2rem 0;
}
article.blog_post.destacado {
	background-color: #ef6629;
}
article.blog_post.destacado p.blog_post__tag {
	border: 2px solid #1b2028;
	color: #1b2028;
}
article.blog_post.destacado .blog_post__bottom .blog_post__author, 
article.blog_post.destacado .blog_post__bottom .blog_post__tiempo_lectura, 
article.blog_post.destacado .blog_post__bottom .blog_post__timestamp {
	color: #1b2028;
}

@media (max-width: 420px) {
	a.cta_button {
		line-height: normal !important;
		vertical-align: middle;
	}
	p.blog_post__author {
		display: none !important;
	}
	.blog_post__body span#hs_cos_wrapper_post_body>p:has(a.cta_button) {
		padding-inline: 0;
		margin-inline: auto;
	}
	.blog_post__body span#hs_cos_wrapper_post_body>p a.cta_button {
		font-size: 14px;
		line-height: 48px !important;
		min-height: 48px;
		padding-block: 0;
	}
}




body.blog.blog_post main.main .article__bottom .blog_bottom_cta {
	aspect-ratio: 37/15;
}
section.blog_listing__secondary .blog_suscription {
	margin-top: 0;
}


.blog_post__body {
	max-width: 1500px;
	margin-inline: auto;
}


.blog_post__body span#hs_cos_wrapper_post_body>p:has(img) a, .blog_post__body span#hs_cos_wrapper_post_body>p:has(img) img {
	margin-inline: auto;
	display: flex;
}


.blog_post__body span#hs_cos_wrapper_post_body>div> table {
	max-width: 1000px;
	margin-inline: auto;
	margin-block: 2rem;
}
.blog_post__body span#hs_cos_wrapper_post_body>div> table tr:first-child {
	background-color: lightgray;
}
.blog_post__body span#hs_cos_wrapper_post_body>div> table tr td {
	border: 1px solid;
	padding: .5rem !important;
}

@media (max-width: 476px) {
	.blog_post__body span#hs_cos_wrapper_post_body>div> table {
		table-layout: auto !important;
	}

}
  
  /***********************/
  /* AJUSTE DE ALINEACION DEL CONTENIDO DEL BLOG - Ago 2026 */
  /***********************/
  .blog_post__body span#hs_cos_wrapper_post_body>h1,
  .blog_post__body span#hs_cos_wrapper_post_body>h2,
  .blog_post__body span#hs_cos_wrapper_post_body>h3,
  .blog_post__body span#hs_cos_wrapper_post_body>h4,
  .blog_post__body span#hs_cos_wrapper_post_body>h5,
  .blog_post__body span#hs_cos_wrapper_post_body>h6,
  .blog_post__body span#hs_cos_wrapper_post_body>ul,
  .blog_post__body span#hs_cos_wrapper_post_body>p:not(:has(img)),
  .blog_post__body > p {
    max-width: 760px;
    margin: 1em auto;
    text-align: left;
  }
  .blog_post__body span#hs_cos_wrapper_post_body > .key-takeaways,
  .blog_post__body span#hs_cos_wrapper_post_body > .table-of-contents {
    max-width: 760px;
    margin: 1.5em auto;
  }
  .blog_post__body span#hs_cos_wrapper_post_body>blockquote,
  .blog_post__body span#hs_cos_wrapper_post_body>div>table {
    max-width: 1100px;
    margin: 2em auto;
  }
  .blog_post__body span#hs_cos_wrapper_post_body>p:has(img) {
    max-width: 1100px;
    margin: 2em auto;
  }
  .blog_post__body span#hs_cos_wrapper_post_body > figure {
    max-width: 1100px;
    margin: 2em auto;
  }
  body.blog.blog_post main.main article .blog_post__body span#hs_cos_wrapper_post_body img,
  .blog_post__body span#hs_cos_wrapper_post_body>p img {
    display: block;
    margin-inline: auto;
    max-width: 100% !important;
    border-radius: 10px;
  }
  /* Ploy — sistema visual de posts de blog. Consolidado desde el <style> de cada post el 29/08/2026. */
.ploy_post_hero_audio_wrap {
					width: min(calc(100% - 48px), 1240px);
					margin: 12px auto 24px;
				}
.icon-list { list-style:none !important; padding-left:0 !important; margin:0 !important; }
.icon-list li[class*="ico-"] { list-style:none !important; position:relative; padding-left:38px; line-height:1.5; margin-bottom:16px; background-repeat:no-repeat; background-size:26px 26px; background-position:0 3px; }
.icon-list--divided li[class*="ico-"] { margin-bottom:0; padding-bottom:16px; border-bottom:1px solid #E5E7EB; }
.icon-list--divided li[class*="ico-"]:last-child { border-bottom:none; padding-bottom:0; }
.ico-puntos-clave { background-image:url('data:image/png;base64,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'); }
.ploy_faq_section {
		width: min(calc(100% - 48px), 800px);
		margin: 40px auto;
		font-family: "Open Sans", Arial, sans-serif;
	}
.ploy_faq_title {
		margin: 0 0 20px;
		color: #1B2028;
		font-size: 24px;
		font-weight: 600;
	}
.ploy_faq_card {
		border: 1px solid #E5E5E5;
		border-radius: 20px;
		background: #ffffff;
		overflow: hidden;
	}
.ploy_faq_item {
		border-bottom: 1px solid #E5E5E5;
	}
.ploy_faq_item:last-child {
		border-bottom: none;
	}
.ploy_faq_question {
		padding: 18px 22px;
		background: #ffffff;
		color: #1B2028;
		font-weight: 600;
		font-size: 16px;
		cursor: pointer;
		list-style: none;
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 16px;
		transition: background-color 0.2s ease, color 0.2s ease;
	}
.ploy_faq_question::-webkit-details-marker {
		display: none;
	}
.ploy_faq_icon {
		flex-shrink: 0;
		color: #1B2028;
		transition: transform 0.3s ease, color 0.3s ease;
	}
.ploy_faq_item[open] .ploy_faq_icon {
		transform: rotate(180deg);
		color: #ffffff;
	}
.ploy_faq_item[open] .ploy_faq_question {
		background-color: #EF6629;
		color: #ffffff;
	}
.ploy_faq_answer {
		padding: 0 22px;
		max-height: 0;
		overflow: hidden;
		color: #1B2028;
		font-size: 15px;
		line-height: 1.6;
		transition: max-height 0.4s ease, padding 0.4s ease;
	}
.ploy_faq_item[open] .ploy_faq_answer {
		padding: 16px 22px 20px;
		max-height: 500px;
	}
@media (max-width: 480px) {
		.ploy_faq_question {
			padding: 14px 18px;
			font-size: 15px;
		}
.divided-list { list-style:none !important; padding-left:0 !important; margin:0 !important; }
.divided-list li { list-style:none !important; margin-bottom:0; padding-bottom:14px; border-bottom:1px solid #EF6629; }
.divided-list li:last-child { border-bottom:none; padding-bottom:0; }
.ico-alerta { background-image:url('data:image/png;base64,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'); }
.ico-crecimiento { background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEABAMAAACuXLVVAAAAMFBMVEVHcEzvZinwZinwZinuZijwZSnvZin////0kGT/+/jxdDz7zrv85dr1oHr4uJv+8OpucHN0AAAABnRSTlMApeBuHkTnpwozAAAE90lEQVR42u3dO2jVUBzH8fjoLj4626KddXFWQecixb1VD6GlrqFY060aijhGfKzXDhe62aHiqKDOCoq6VfCBYwcFvdfe25tzch45J8n/J/I/g4uSfPzm0XuTwj+KiuvC6ckp0eqamzwyE5nW2GFBsiam9fs/NyWI1txR7f4F4ToG3r8QpQYHBPE6Je//4Dg1YPasBLgkyNdJ6AFQD8IZBOAKOEAxwRkMYC/BmACt4S35PApwYgAYRwFmoafg6DS8iANcxR6BwTE4KICrfx3sQwIOYU+B3ZNgHAnonwRTSMAc8D48PAv3YQGHov1YwHHsRdC/DC5jAddQH0ZGH0rGsYBZ7G2gfyNggAAvBjCAAQxgAAMYwAAGMIABDGAAAxjAAAa0AZh/v7X1auup5o/Xv39ttw+Y30xsa7t1wIZ1/8ly24D5HTtg6XnLgIXEsW62DHjsAqy0DPjsAiSddgGbTsB2u4AX/z7gyX9+CN46AW/aBWygAYtogPskaBtwHQ0QazkYIOIPd6T1iRqg/oB+AQZ0EyxADUAO6CZYQCkANaCbYAHlAMSAboIFaALQAroJFqALQAooBngIABQDLK0BAMUA9xboAVKAVQBACiDoAXIAAEAOQA9QAtADlABNAdZvBwZoCPAjSX52ggI0A7jb38CjoACNAOJc96ivWoBGANnuFtKQAE0A4lz/tLNSgCYA2XATaUCABgBxbnrgWyVAA4BstNHUP0B9QJybn3lXCFAfkBU/16XeAWoD4tz22N8doDYgkz/apr4B6gLi3P7mwxmgLiBTP92nngFqAuLc9fLHFaAmICt/wUn9AtQDxLn7/ZcjQD1Apnvel3oFqAWI8yqvAO0BagEy/SPP1CdAHUAxwPKmNYE5QB1AMcDLBVsCS4AaAClAR9gSWAKMnqKv+gKkAPKr0bR6ABEP/0J4ApQAwpLAFkCIwUvlB74AJYAlgTXA3uus+56AUgBzAnuAIfyNJ6AUwJjAEWDwWln5XhUFBDAlcATobasnvNHxBGgCGBI4A/T+ycfv6jfbKCSAPoEzgHZFIQG0CSoECAAYAugShAVwAQwBNAkCAzgAxgDlBIEBHABjgFKC0AB2gCWAmiA0gB1gCaAkCA5gBVgDyAm+hQawAqwBjL8y5RfABnAEMP2mgl8AG8ARwJDAM4AF4AygT+AZwAJwBtAm8A1gBlQIoEvgG8AMqBBAk8A7gBFQKUA5gXcAI6BSgFIC/wAmQMUAagL/ACZAxQBKgoAABkDlAHKCgAAGQOUAUoKQAHqAR4BigpAAeoBHgEKCoABagFeAUYKgAFqAV4C9BGEBdADPAMMEYQF0AM8Ag2cvK6tNAbwDCLHW2/8X0RTAO0BvrX8I/P9rAAEBaq2oiQBNAqgDlADUAVQAeQAVQB5AAdAHUAAb5AEUwGfyAApghzyADIjpA8iARfoAJgBZANMhIAsgA+bpAyhXwSZ5AAVwizyAArhOHkD9YfT3VviwgwMs9u6FS9sCBxDx12fvBBJAvhjAAAYwgAEMYAADGMAABjCAAQxgAAMYwPML8AD4EA34GBEw4Bp+lAx8mA58nBB8oBJ8pBR+qNZF7EXwDwxWg4+Wgw/Xw48XhA9YhI+YxA/ZhI8ZhQ9axY+ahQ/bxY8bhg9cxo+chg/dxo8dxw9ex4+e792SD9Psf2I6Mq0LpydbzjA3eWRG2uUf3juArnCNts4AAAAASUVORK5CYII='); }
.ico-logro { background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iQ2FwYV8yIiBkYXRhLW5hbWU9IkNhcGEgMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEuOCA1MS44Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZWY2NjI5OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iQ2FwYV8xLTIiIGRhdGEtbmFtZT0iQ2FwYSAxIj4KICAgIDxnPgogICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yNS45LDBDMTEuNjIsMCwwLDExLjYyLDAsMjUuOXMxMS42MiwyNS45LDI1LjksMjUuOSwyNS45LTExLjYyLDI1LjktMjUuOVM0MC4xOCwwLDI1LjksMFpNMjUuOSw0Ny4wOWMtMTEuNjksMC0yMS4xOS05LjUxLTIxLjE5LTIxLjE5UzE0LjIyLDQuNzEsMjUuOSw0LjcxczIxLjE5LDkuNTEsMjEuMTksMjEuMTktOS41MSwyMS4xOS0yMS4xOSwyMS4xOVoiLz4KICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzUuNjEsMTYuNzRsLTEzLjMyLDEzLjMyLTYuMTEtNi4xMWMtLjkyLS45Mi0yLjQxLS45Mi0zLjMzLDAtLjkyLjkyLS45MiwyLjQxLDAsMy4zM2w3Ljc3LDcuNzdjLjQ0LjQ0LDEuMDQuNjksMS42Ni42OWgwYy42MiwwLDEuMjItLjI1LDEuNjYtLjY5bDE0Ljk5LTE0Ljk5Yy45Mi0uOTIuOTItMi40MSwwLTMuMzMtLjkyLS45Mi0yLjQxLS45Mi0zLjMzLDBaIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4='); }
.ico-ideas { background-image:url('data:image/png;base64,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'); }
.ploy-table { width:100%; border-collapse:collapse; }
.ploy-table th { background:#1B2028; color:#ffffff; padding:12px 14px; text-align:left; font-size:15px; }
.ploy-table td { padding:12px 14px; border-bottom:1px solid #E5E7EB; font-size:15px; }
.ploy-table tr:nth-child(even) td { background:#FFF6F1; }
.ploy-table-wrap { border-radius:10px; overflow:hidden; border:1px solid #E5E7EB; margin:24px 0; }
.ico-siguiente-paso { background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAA8UExURf///+9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKe9mKf///wO7TXYAAAASdFJOUwAwUICwwNBAoPAgkBDgYHDTPH1W8OMAAAABYktHRACIBR1IAAAACXBIWXMAABl3AAAZdwF9jYUOAAAAB3RJTUUH6gcBEzsEVCgfOQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyNi0wNy0wMVQxOTo1OTowNCswMDowMPmsbq0AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjYtMDctMDFUMTk6NTk6MDQrMDA6MDCI8dYRAAAAKHRFWHRkYXRlOnRpbWVzdGFtcAAyMDI2LTA3LTAxVDE5OjU5OjA0KzAwOjAw3+T3zgAAAAFvck5UAc+id5oAAALfSURBVGje7VrbYoMgDFWQm2K7+f8fu9UZBBUSsM3T8tYKHDi5AAldR5ReyEHpZROtBil6al+SGKmWS1HSvAdBWLcUxFlxF2GciggbzjTeoUnhCBtvrbTRIZphxiqIFaaaNHkaQ1tpjP/76o2RVp+ayCqIfk57z5Pw51ZeTMd2Fa4jDwgFHsYDDnUxPtGGQt1ApO09BSOhaiCtvx8qKTOR99HNMjZ3h/Z6RI0fVIi1YzQ5pGOEMZDI3cUPRJQdwz3rIF7ydBQU02Twu0Q2k9VLH2aiK6kKlIUo4DKz9GEeNFu/HCNY2Xw9RvhuWyFeYsNMr77K4le6hLleRJj+rj4CY0EvZ7XMZS5rUMJQObLcG845wUoPhI2wxAYfPMsTRkv3CNDWQJmoeUgkOg1XNgSu7lCFbC11uZUHwmLHh4XgcRd4RZo9zksxV6vLCBabDtM2hX/Q3thefpo3UEDRejeRlLLrfkz7LSQXMcTGEEGm7berilmOGEU3Xt3fL7FhEq8A9sBDTtJhbSbSIHyhS5njdi4lDxWIspgtThFfhrj8IOBo2J4wRpORdWztPKCEzbtLqUq2okMNErKn3WrrbGuVcIwrxzqwr91pajbEEGTLKD74rSCGiWvCynrRQJIkWn0qYe9bdCG+WND8QIuqmf6ryWSZlhB4FT3K51CyyQID5qUbQWKUX9KefR5EgwU3nLaOt3D9pdR30gLMC0Aup1AvB/f8B/kHeYm/D1IwYRZnZAkrLAGSJdQL4K1Gajctlu2X5SDBcyRiOdyxHFObD9zYNSg+cPNcHcAIPnoJYrnO8VxMWa7YLMkCnrQHSwKHJxXFklTjSQ+yJDqjPOsbU7anoViSzyxpdJ6CAE9pg6VIw1Nu4imc8ZQAeYqZPGXZQ4HZ0grM8a2LZjMcpfLuVPSXHyj6dzzPF377tz3EqA0UHE9KOpbHMXUwzRAraZ9/sLTK559ebbR9/BHZJneew/0AAv3Eu2WWPMQAAAAASUVORK5CYII='); }
.ico-tiempo { background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iQ2FwYV8yIiBkYXRhLW5hbWU9IkNhcGEgMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTM1LjUxIDU4LjUxIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiBub25lOwogICAgICAgIHN0cm9rZTogI2VmNjYyOTsKICAgICAgICBzdHJva2UtbWl0ZXJsaW1pdDogMTA7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiA0cHg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnIGlkPSJDYXBhXzEtMiIgZGF0YS1uYW1lPSJDYXBhIDEiPgogICAgPGc+CiAgICAgIDxnPgogICAgICAgIDxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjMyLjQ1IiB5MT0iMjkuNjkiIHgyPSIxMDUuNTMiIHkyPSIyOS42OSIvPgogICAgICAgIDxnPgogICAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNODkuNDcsMTFjMS4wOSwxMC4yNiw5Ljc2LDE4LjI1LDIwLjMyLDE4LjI1Ii8+CiAgICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik04OS40Nyw0Ny41MWMxLjA5LTEwLjI3LDkuNzYtMTguMjUsMjAuMzItMTguMjUiLz4KICAgICAgICA8L2c+CiAgICAgIDwvZz4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSIyIiB5PSIyIiB3aWR0aD0iMTMxLjUxIiBoZWlnaHQ9IjU0LjUxIiByeD0iMjcuMjUiIHJ5PSIyNy4yNSIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+'); }