<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "ISO-8859-1";
/*Form-Wizard*/
.wizard .content {
  background: transparent;
  border-radius: 0;
  min-height: 100px;
  margin: 0;
  border: none;
  border-top: none;
  margin-bottom: 30px;
}
.wizard .content .table-responsive {
  margin: 0 -30px;
}
.wizard .content &gt; .body {
  width: 100%;
  height: auto;
  padding: 30px;
  position: relative;
}
.wizard .content &gt; .body input.error {
  border-color: rgba(241, 91, 38, 0.5) !important;
  background: transparent;
}
.wizard .steps .number {
  font-size: 18px;
  color: #878787;
}
.wizard .steps ul {
  display: table;
  width: 100%;
}
.wizard .steps ul &gt; li {
  display: table-cell;
  background: rgba(255, 255, 255, 0.1);
}
.wizard .steps ul &gt; li.done {
  background: #2ecd99;
}
.wizard .steps ul &gt; li.current {
  background: #f0c541 !important;
}
.wizard .steps ul &gt; li &gt; a {
  margin: 0;
  padding: 14px 20px;
  background: transparent !important;
}
.wizard .steps ul &gt; li &gt; a:hover, .wizard .steps ul &gt; li &gt; a:focus, .wizard .steps ul &gt; li &gt; a:active {
  margin: 0;
  padding: 14px 20px;
}
.wizard .steps ul &gt; li span.head-font{
	display: inline !important;
	font-size: 16px;
}
.wizard .steps ul &gt; li span.number {
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
  margin-right: 8px;
  text-align: center;
  background: white;
}
.wizard .steps ul &gt; li.disabled a {
  cursor: not-allowed !important;
}
.wizard &gt; .actions {
  padding-right: 15px;
}
.wizard &gt; .actions &gt; ul &gt; li {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  float: none;
  margin: 0;
  margin-left: 10px;
  padding: 0;
}
.wizard .bootstrap-touchspin {
  width: 70px;
}
.wizard &gt; .actions .disabled a, .wizard &gt; .actions .disabled a:hover {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
}
.wizard &gt; .content &gt; .body label.error {
  display: none !important;
}
.current {
  color: inherit !important;
}
.wizard &gt; .content &gt; .body ul.cards &gt; li {
  display: inline-block;
}
.tabcontrol &gt; .content {
  border-top: medium none;
  height: auto;
  padding-top: 0;
}
.tabcontrol &gt; .content &gt; .body {
  position: relative;
  height: auto;
  padding: 15px 0 0 0;
  width: 100%;
}
.tabcontrol &gt; .steps &gt; ul {
  border-bottom: 1px solid #f7f7f9;
  margin-top: 0;
  float: left;
  width: 100%;
  top: 0;
}
.tabcontrol &gt; .steps &gt; ul &gt; li {
  border: medium none;
  margin: 0 5px 0 0;
  padding: 0;
  background: transparent;
}
.tabcontrol &gt; .steps &gt; ul &gt; li:hover, .tabcontrol &gt; .steps &gt; ul &gt; li:focus, .tabcontrol &gt; .steps &gt; ul &gt; li:active {
  background: transparent;
  border: medium none;
}
.tabcontrol &gt; .steps &gt; ul &gt; li &gt; a {
  background: transparent;
  border: none;
  padding: 10px 20px;
  color: #878787;
  margin: 0;
  border-radius: 0;
  text-transform: capitalize;
}
.tabcontrol &gt; .steps &gt; ul &gt; li &gt; a:active, .tabcontrol &gt; .steps &gt; ul &gt; li &gt; a:focus, .tabcontrol &gt; .steps &gt; ul &gt; li &gt; a:hover {
  color: #fff;
}
.tabcontrol &gt; .steps &gt; ul &gt; li.current {
  border: medium none;
  padding: 0;
}
.tabcontrol &gt; .steps &gt; ul &gt; li.current &gt; a {
  color: #fff;
  padding: 10px 20px;
  border-bottom: 3px solid #2ecd99;
}
.tabcontrol &gt; .steps &gt; ul &gt; li.current &gt; a:active, .tabcontrol &gt; .steps &gt; ul &gt; li.current &gt; a:focus, .tabcontrol &gt; .steps &gt; ul &gt; li.current &gt; a:hover {
  color: #fff;
}
.tabcontrol &gt; .steps &gt; ul &gt; li:first-child &gt; a {
  border-top-left-radius: 10px;
}
.tabcontrol &gt; .steps &gt; ul &gt; li:last-child {
  margin-right: 0;
}
.tabcontrol &gt; .steps &gt; ul &gt; li:last-child &gt; a {
  border-top-right-radius: 10px;
}
.review-tag {
  font-size: 18px;
}

/* CSS Document */

.i2m_panel-pricing{
	background-color: #f2f2f2;
	border-radius: 25px;
	border: 1.8px #a2a2a2 solid;
	color: #606060;
	padding: 60px 0px;
	transition-duration:0.2s;
	margin-left: 3px;
	margin-right: 3px;
}
.i2m_panel-pricing:hover{
	background-color: #d3d3d3;
	transform: scale(1.03);
}
.i2m_panel-price{
	/* width: 130px; */
	/* height: 130px; */
	display: flex;
	align-items: center;
}
.i2m_icon-panel-price {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d1DF58;
  margin-bottom: 25px;
}
.i2m_icon-panel-price i{
	font-size: 45px;
	color: #fff;
}
.i2m_panel-price p{
	font-size: 40px;
	color: #606060;
	font-weight: 370;
	display: flex;
	align-items: center;
	letter-spacing: -0.7px;
}
.i2m_panel-price p span{
	font-size: 26px;
	margin-left: 0.25rem !important;
	MARGIN-RIGHT: 10px;
}
.panel-heading h3{
	color: var(--i2m_colorPerfilOscuro);
	letter-spacing: 0.5px;
}
.panel-heading p{
	line-height: 25px;
}
.i2m_panel-body {
	border-top: 1.8px solid #606060 !important;
	padding: 35px 0px;
}
.i2m_point-item-subscription{
	font-size: 8px;
	color: var(--i2m_colorPerfilOscuro);
	margin-right: 5px;
}
.i2m_list-suscripcion{
	color: #606060;
}
.i2m_btn-subscription{
	background-color: #d2e952 !important;
	opacity: 1;
	color: #606060 !important;
	text-transform: capitalize !important;
}
.i2m_btn-subscription:hover{ 
	opacity: 0.8; 
}
.i2m_panel-pricing_morePopular{
    border: 1.8px var(--i2m_colorPerfilOscuro) solid;
}
.i2m_panel-pricing_morePopular .i2m_bg-perfilOscuro{
  background-color: var(--i2m_colorPerfilOscuro);
  display:inline-block !important;
}
@media (max-width: 1200px){
	.i2m_panel-pricing{
		margin-left: 0px;
		margin-right: 0px;
	}
}
@media (min-width: 1200px){
	.promo_block .container{
		padding-left: 70px !important;
		padding-right: 70px !important;
	}
}
.btn.btn-rounded {
	border-radius: 50px;
}
.promo_block .panel-body &gt; .container {
  display: flex;
  justify-content: center;
}</pre></body></html>