@charset "utf-8";
/* @import url("./animations_lc.css"); */

:root {
	--dark-blue: #003465;
	--light-blue: #1775cf;

	--claro: #ffffff;
	--azul1: #0084ff;
	--azul2: #024a8e;
	--azul3: #2f5579;
	--azul4: #0078e8;
	--naranja: #ff7d00;
	--verde: #0cc602;
	--txt: #2e2e2e;

	scroll-behavior: smooth;
}

html {
	font-size: 10px;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
	display: none !important;
}

::-moz-selection {
	color: var(--claro);
	background: var(--naranja);
}

::selection {
	color: var(--claro);
	background: var(--naranja);
}

body,
td,
th,
input,
select,
textarea,
p,
h1,
h2,
.h2,
h3,
h4,
h5,
h6,
a,
li {
	font-family: "Montserrat", sans-serif;
	color: #ffffff;
}

body,
td,
th,
input,
select,
textarea {
	font-size: 14px;
}

body.home header.home {
	background: #fff;
}

body.home .container img {
	margin: 0 !important;
}

body.blog .site-content {
	max-width: 1000px;
}

body.pg-no-adm .footer-portal:after {
	display: none;
}

body.pg-no-adm .footer {
	padding-top: 3rem;
	margin-top: 2rem;
}

/* body.pg-no-adm .home {
	box-shadow: 0px 2px 4px #0000001a;
} */

body.home.pg-no-adm .home {
	box-shadow: none;
}

body.pg-adm #content-main {
	background: linear-gradient(#fff, #f1fbff);
	position: relative;
}

body.home .home-titulo-clientes {
	text-align: center;
	padding-top: 40px;
	font-weight: normal;
	font-size: 17px;
	color: #7b7b7b;
	border-bottom: dashed 1px #daebfb;
	padding-bottom: 27px;
}

body.home .home-extras-title {
	font-size: 40px;
	margin: 40px auto 0px;
	padding: 0;
	font-weight: 700;
	text-align: center;
	color: var(--azul1);
	font-family: montserrat, sans-serif;
}

/* body.home .slider-clientes {
	max-height: 115px;
	overflow: hidden;
} */

body.home .clientes-pais {
	font-size: 10px;
	color: #fff;
	font-family: montserrat, sans-serif;
	font-weight: bold;
	text-align: center;
	background: #383838;
	border-radius: 10px;
	padding: 3px 9px;
	margin: 0 14px;
	overflow: hidden;
	display: none;
	position: absolute;
	bottom: 10%;
}

body.home .item-bann:hover .clientes-pais {
	display: block;
}

/* .whatsapp-widget-min {
	display: none !important;
} */

.newspaper {
	border: 1px black solid;
	padding: 15px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	-webkit-column-rule: 1px solid lightgrey;
	-moz-column-rule: 1px solid lightgrey;
	column-rule: 1px solid lightgrey;
}

section.faq {
	background: #0078e8;
}

.faq h2.faq-title {
	color: #deefff;
}

.faq p.faq-desc {
	color: #7cc0ff;
}

.faq .newspaper {
	-webkit-column-rule: 1px solid #3188e6;
	-moz-column-rule: 1px solid #3188e6;
	column-rule: 1px solid #3188e6;
}

h1 {
	color: var(--dark-blue);
}

h2,
.h2 {
	color: var(--dark-blue);
}

h3 {
	color: #024a8e;
}

h4 {
	color: #2e2e2e;
}

h5 {
	color: #2e2e2e;
}

h6 {
	color: #024a8e;
}

/* Estilos para las zebras */

.zebra {
	margin-top: 15px;
	margin-bottom: 20px;
}

.zebra td {
	border-bottom: 1px solid #f1f1f1;
}

.zebra tr.alt td {
	background: #f7f7f7;
}

.zebra tr.over td {
	background: #e2e2e2;
}

.zebra tr.title td {
	background-color: #d6d6d6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.big-padding {
	padding: 40px 0;
}

/* Retoques al jQuery UI*/

.ui-state-default,
.ui-widget-content .ui-state-default {
	background: #444444;
	color: #fff;
	border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	color: #fff;
	border: none;
	background-color: #0a79e2;
	background-image: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default * {
	color: #fff;
	border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active * {
	color: #fff;
	border: none;
}

.ui-widget-header,
.ui-widget-content {
	border: none;
	background: #fff;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
}

.ui-tabs-nav {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	padding-bottom: 5px;
	border: none;
}

.ui-tabs .ui-tabs-nav li a {
	padding: 5px;
}

.margin {
	margin: 5px;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.clear {
	clear: both;
}

#MenuVertical {
	padding: 0;
	margin: 0;
	width: 172px;
	float: left;
	margin-right: 27px;
}

#MenuVertical li {
	list-style-position: inside;
	list-style-type: none;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image: url(vineta.gif);
}

#MenuVertical li a {
	color: #0a79e2;
	display: inline;
	list-style-position: inside;
	list-style-type: none;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
}

.btn-default {
	color: #fff;
	background-color: var(--light-blue);
	border-color: var(--light-blue);
	transition: all 0.3s ease;
}

.btn-default.disabled {
	color: #fff;
	border-color: var(--light-blue);
	background-color: var(--light-blue);
}

.btn-default:hover {
	background-color: var(--dark-blue);
	border-color: var(--dark-blue);
	transition: all 0.3s ease;
	color: #fff;
}

/* Paddings */

.p-x {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.p-y {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.p-0 {
	padding: 0px;
}

.p-1 {
	padding: 1em;
}

.p-2 {
	padding: 2em;
}

.p-3 {
	padding: 3em;
}

.p {
	padding: 1em;
}

/* Tags */

p {
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
}

a {
	color: #3c489e;
	transition: all 0.3s ease-in-out;
}

a:hover {
	text-decoration: none;
	color: var(--azul2);
}

a:visited,
a:active,
a:focus {
	text-decoration: none !important;
}

*:focus {
	outline: none !important;
}

/*------------*/

.site-content {
	/* padding-top: 71px; */
	padding-top: 8rem;
}

section.home-section {
	/* padding-top: 40px; */
	padding-top: 8rem;
}

.site-content,
.my-container {
	max-width: 1200px;
	margin: 0 auto;
}

/*------------*/

.w-100 {
	width: 100%;
}

/* Revisar q rayos es estos xd/ */

/* Selector cantidad creditos */

.input {
	width: 100%;
	position: relative;
	max-width: 283px;
}

.action {
	position: absolute;
	max-width: 283px;
	width: auto;
	padding: 0 15px;
	z-index: 999;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	cursor: pointer;
	color: #339f81;
	font-size: 25px;
}

.paquetes .opciones {
	background-color: #fff;
	padding: 0;
	position: absolute;
	width: 100%;
	border: solid 1px #53b56f;
	border-radius: 8px;
	overflow: hidden;
	left: 0;
	right: 0;
	margin: 10px auto 0;
	z-index: 9999;
}

.opcion {
	transition: all 0.3s ease;
}

.paquetes .opciones .opcion {
	cursor: pointer;
	font-size: 14px;
	border-bottom: 1px dashed #53b470;
	padding: 10px 15px;
}

.paquetes .opciones .opcion:hover,
.paquetes .opciones .opcion.active {
	background-color: #d7ffdd;
}

.paquetes .opciones .opcion:last-child {
	border: 0;
}

/**** Start Section Header ****/

header.home {
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	background: #fff;
	transition: all 0.3s ease;
}

.header-content {
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
	transition: all 0.3s ease;
}

.nav-brand {
	max-width: 145px;
	transition: all 0.3s ease;
}

.nav-brand img {
	transition: all 0.3s ease;
	width: 100%;
}

/*para quitar los submenus en la vista responsive*/

.social-links,
.main-nav-mobile {
	display: none;
}

/*para quitar los submenus en la vista de escritorio*/

#menu-main > li > ul {
	display: none;
}

.toogle-menu {
	/*boton del menu responsive*/
	color: var(--azul1);
	font-size: 30px;
	padding: 0 5px;
	line-height: 1;
}

.btn-login {
	display: flex;
	width: 52%;
	max-width: 176px;
	height: 33px;
	border: 2px solid var(--light-blue);
	border-radius: 30px;
	padding: 4px 10px;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: bold;
	color: var(--light-blue);
	line-height: 9px;
	text-align: center;
	margin-right: 5px;
}

.content-info-header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: 10px;
}

/**** End Section Header ****/



/******** new menu heheh *********/
/*** Start Header Section ***/

body.menu_hamburgesa-disable-scroll {
	overflow: hidden;
}


header.home {
	/* background-color: #e8f3fd !important; */
	min-height: 8rem;
	max-height: 8rem;
	border-bottom: .1rem solid #f3f3f4;
}

.header-content {
	padding: 0 !important;
}

.container__header {
	display: flex;
	justify-content: space-between;
	min-height: 8rem;
	/* width: 90%; */
	padding: 0 1.2rem;
	max-width: 120rem;
	margin: 0 auto;
}

.nav-brand {
	display: flex;
	place-items: center;
	min-width: 14rem;
	padding: .8rem !important;
}

.container__header nav {
	min-height: 8rem;
}

nav.header_nav {
	display: flex;
	place-items: center;
}

/*** Start Responsive Menu ***/

.menu_hamburgesa {
	cursor: pointer;
}

.menu_hamburgesa .menu_hamburgesa--close {
	display: none;
}

nav.header_nav.menu_hamburgesa-opened .menu_hamburgesa--open {
	display: none;
}

nav.header_nav.menu_hamburgesa-opened .menu_hamburgesa--close {
	display: flex;
}


nav.header_nav.menu_hamburgesa-opened ul.header_menu {
	display: flex;
	flex-direction: column;
	align-items: start;
	overflow: auto;
	background-color: #FFF;
	position: absolute;
	top: 8rem;
	height: calc(100vh - 8rem);
	width: 100%;
	/* max-width: 50rem; */
	padding: 2rem .4rem;
	left: 0;
	/* border-right: .1rem solid #f3f3f4; */
 
}

nav.header_nav.menu_hamburgesa-opened li.header_menu-item {
	display: flex;
	place-content: space-between;
	place-items: center;
	list-style: none;
	padding: .8rem 1.6rem;
	position: relative;
	width: 100%;
	cursor: pointer;
}

/* nav.header_nav.menu_hamburgesa-opened li.header_menu-item:hover, */
/* nav.header_nav.menu_hamburgesa-opened li.header_menu-item.submenu_drop {
	flex-direction: column;
	place-items: start;
} */

nav.header_nav.menu_hamburgesa-opened li.header_menu-item {
	flex-direction: column;
	place-items: start;
}

nav.header_nav.menu_hamburgesa-opened li.header_menu-item .header_menu-item-drop.submenu_drop > .fa-angle-down {
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform-origin: center;
	transform: rotate(-180deg);
}

.header_menu-item-drop,
nav.header_nav.menu_hamburgesa-opened .header_menu-item-drop {
	display: flex;
	place-content: space-between;
	place-items: center;
	width: 100%;
}

nav.header_nav.menu_hamburgesa-opened li.header_menu-item .header_menu-item-drop.submenu_drop + ul.submenu_container {
	display: grid;
	transition: all .4s ease-in-out;
}

nav.header_nav.menu_hamburgesa-opened ul.submenu_container {
	display: none;
	/* grid-template-columns: repeat(4, 1fr); */
	grid-template-columns: repeat(2, 1fr);
	gap: 4rem 2rem;
	width: 100%;
	/* min-width: auto;
	max-width: 50rem; */
	min-width: 100%;
	max-width: 100%;
	box-shadow: none;
	margin: 0 auto;
	padding: 4rem .8rem;
	transition: all .4s ease-in;
}

nav.header_nav.menu_hamburgesa-opened li.submenu_item a {
	gap: 1.2rem;
}

nav.header_nav.menu_hamburgesa-opened .submenu_item-img {
	min-width: 2.4rem;
	max-width: 2.4rem;
}

nav.header_nav.menu_hamburgesa-opened .submenu_item-link span {
	font-size: 1rem;
	line-height: 1.4rem;
	padding: .4rem 0 .8rem;
}

nav.header_nav.menu_hamburgesa-opened .submenu_item-link p {
	font-size: .8rem;
	line-height: 1.2rem;
}

nav.header_nav.menu_hamburgesa-opened .submenu_item-link-more {
	display: none;
}

nav.header_nav.menu_hamburgesa-opened ul.submenu_container {
	position: static;
	/* display: flex; */
	top: auto;
	left: auto;
	transform: translateX(0);
}

/*** End Responsive Menu ***/

/*** Start Desktop Menu ***/

#menu-header{
	display: flex;
    flex-direction: column;
}
#menu-header li{
	position: relative;
	list-style: none;
}
#menu-header li a{
	font-size: 1.6rem;
	font-weight: 400;
	color: #5c7791;
}

ul.header_menu {
	display: none;
	margin: 0;
	min-height: 8rem;
}

li.header_menu-item {
	display: flex;
	place-content: center;
	place-items: center;
	list-style: none;
	padding: .8rem 1.6rem;
	position: relative;
}

li.header_menu-item,
li.header_menu-item a {
	font-size: 1.4rem;
	font-weight: 500;
	transition: color .4s ease-in;
	color: #0879e3;
}

li.header_menu-item:hover,
li.header_menu-item:hover a {
	transition: color .2s ease-in-out;
	color: #0879e3;
}

li.header_menu-item .header_menu-item-drop > .fa-angle-down {
	font-size: 1.8rem;
	margin-left: .8rem;
	transform-origin: center;
	transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

li.header_menu-item.btn_create_account {
	/* margin-left: 2.8rem; */
	margin-left: .4rem;
	padding: 0 .8rem 0 0 !important;
}

li.header_menu-item.btn_create_account a {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 700;
	border-radius: .8rem;
	padding: 1.1rem 2rem;
	/* padding: .8rem 2.8rem; */
	color: #fff;
	text-align: center;
	background-color: #035497;
	transition: all .4s ease-in;
}

li.header_menu-item.btn_create_account a:hover {
	color: #fff;
	background-color: #0cc602;
	transition: all .3s ease-in-out;
}

ul.submenu_container {
	/* display: grid; */
	display: none;
	/* grid-template-columns: repeat(4, 1fr); */
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem;
	/* gap: 2rem; */
	/* min-width: 120rem;
	max-width: 120rem; */
	min-width: 90rem;
	max-width: 90rem;
	margin: 0 auto;
	padding: 4rem 3.2rem;
	background-color: #FFF;
	box-shadow: 0px 0px 46px rgba(0, 134, 210, 0.114347);
	border-radius: 1.2rem;
	position: absolute;
	z-index: 9;
	/* top: 6rem; */
	top: 8rem;
	left: 50%;
	transform: translateX(-50%);
	transition: all .4s ease-in;
}

li.submenu_item {
	list-style: none;
}

li.submenu_item a {
	display: flex;
	gap: 1.2rem;
}

.submenu_item-img {
	display: flex;
	place-content: center;
	place-items: start;
	min-width: 3.2rem;
	max-width: 3.2rem;
}

.submenu_item-link span {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.7rem;
	font-weight: 700;
	padding: .4rem 0 .8rem;
	color: #0F2149;
}

.submenu_item-link p {
	font-size: 1rem;
	line-height: 1.4rem;
	font-weight: 500;
	text-align: start;
	margin: 0;
	color: #0F2149;
}

.submenu_item-link-hover {
	display: none;
	margin-left: .4rem;
}

li.submenu_item:hover .submenu_item-link-hover {
	/* display: inline-flex; */
	place-content: center;
	place-items: center;
}

.submenu_item-link-more {
	display: flex;
	place-content: center;
	place-items: center;
	min-width: 1.6rem;
}

.submenu_item-link-more svg {
	display: none;
	transition: all .4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

li.submenu_item:hover .submenu_item-link-more svg {
	display: flex;
	transition: all .4s cubic-bezier(0.55, 0.055, 0.675, 0.19);

}

/*** End Desktop Menu ***/

/*** End Header Section ***/


/* Slider Home */

.slick-arrow {
	position: absolute;
	top: 100%;
	right: 0;
	transform: translateY(-50%);
	z-index: 50;
	color: #fff;
	font-size: 20px;
	padding-top: 0px;
	line-height: 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	background: var(--azul1);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	margin: 0 25px;
}

span.arrow-right.slick-arrow {
	right: 0;
	left: auto;
}

.slick-arrow:hover {
	background: var(--naranja);
	color: #fff;
}

#blog-cloud-tags-pge {
	font-size: 7px;
	font-weight: bold;
}

#blog-cloud-tags-pge a {
	color: #346da6;
	vertical-align: text-bottom;
	padding: 5px;
}

#blog-cloud-tags-pge a:hover {
	background: #ddefff;
}

.blog-container {
	display: flow-root;
}

body.mod-blog #content-main,
body.mod-noticias #content-main,
body.mod-news #content-main {
	overflow: inherit !important;
}

.blog-container .blog-lat {
	border-left: dotted 1px #ccc;
	position: sticky;
	top: 100px;
}

.blog-top-item {
	margin-bottom: 10px;
}

.blog-top-item a {
	display: flex;
	color: #346da6;
}

.blog-top-item .blog-top-img img {
	flex: 1;
	width: 80px;
}

.blog-top-item .blog-top-img img {
	width: 80px;
	height: 80px;
	object-fit: cover;
}

.blog-top-item .blog-top-cnt {
	flex: 1;
	margin-left: 10px;
	font-size: 13px;
	display: flex;
	align-items: center;
}

.blog-lat ul#Default {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-lat ul li {
	margin-bottom: 10px;
}

.blog-lat ul li#last {
	margin-bottom: 0px;
}

.blog-lat ul li a {
	display: block;
	text-align: center;
	border: solid 3px #1e84ff;
	padding: 10px 0;
	border-radius: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #1e84ff;
	background-color: #fff;
}

.blog-lat ul li a:hover {
	color: #fff;
	background-color: #1e84ff;
}

/*titulos--------------------------*/

.content-box-title,
.mod-box-title {
	font-size: calc(1em + 2vw);
	width: fit-content;
	margin: 0em auto 2rem;
	padding: 1rem;
	max-width: 600px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
	color: #041c76;
}

.mod-lat {
	margin: 10px 5px;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 20px;
}

.mod-lat .mod-lat-title {
	color: #1e84ff;
	font-weight: bold;
	padding: 11px 0;
	font-size: 14px;
}

/*secciones con ancho especial --------------------- */

.mod-news .pg-editor,
.mod-news .content-area,
.mod-noticias .pg-editor,
.mod-noticias .content-area,
.mod-blog .pg-editor,
.mod-blog .content-area {
	max-width: 700px;
	margin: auto;
}

/*blog --------------------- */

.blog-post {
	margin-bottom: 80px !important;
}

.blog-post a {
	color: #6f6f6f;
}

.blog-post h1 {
	font-size: 40px;
	font-weight: bold !important;
	margin-bottom: 40px !important;
	text-align: center;
}

.blog--grid .card .thumb {
	padding-bottom: 50% !important;
	border-bottom: 5px solid var(--azul2);
}

.blog--grid .card .header-text {
	color: var(--azul3) !important;
	letter-spacing: 0.025em !important;
	margin-top: 0 !important;
}

.blog--grid .card h1 {
	font-size: 20px !important;
}

.blog--grid .card h1 a {
	color: var(--azul1);
	font-weight: bold;
	line-height: 1.2em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin: 1rem 0;
}

.blog--grid .card p {
	flex: initial !important;
	line-height: 1.3 !important;
	font-size: 15px;
	text-align: left;
	color: var(--txt);
	font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin: auto 0;
}

.bottom-support-text > a {
	display: flex;
	width: 100%;
	height: 40px;
	max-width: 185px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 2px solid #0a79e2;
	border-radius: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #0a79e2;
}

.bottom-support-text > a:hover {
	background: var(--azul2) !important;
	border: 2px solid var(--azul2);
}

.blog--grid .card {
	box-shadow: 0 2px 7px rgb(0 0 0 / 21%) !important;
	border: 1px solid var(--azul1);
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s ease !important;
}

.blog--grid .card:hover {
	top: initial !important;
	box-shadow: 0 7px 10px rgb(0 0 0 / 20%) !important;
	transform: translateY(-7px);
	transition: all 0.3s ease !important;
}

/*HOVERS*/

.btn-login:hover {
	background: var(--azul1);
	color: #fff;
	border-color: var(--azul1);
}

.banner-content-txt > a:hover {
	background: #fff;
	color: var(--naranja);
	border-color: var(--naranja);
}

.btn-cal:hover {
	background: var(--verde);
	color: #fff;
	text-shadow: 1px 1px 5px #267129;
}

.herramienta:hover {
	transform: scale(1.08);
	box-shadow: 0px 20px 60px #3145f43d;
}

.enlace-herra:hover {
	color: #fff;
	background: var(--naranja);
}

.pago:hover {
	transform: translateY(-15px);
}

.funcionalidad:hover {
	transform: translateY(-15px);
}

.extra:hover {
	box-shadow: 0px 10px 4px #3145f41a;
	transform: translateY(-10px);
	border: 1px solid var(--azul1);
}

.color .container {
	padding: 0;
}

.home.fixed {
	box-shadow: 0px 2px 4px #0000001a;
	background: #fff;
}

.home.fixed.scroll {
	transform: translateY(0px);
}

.scroll .menuTop-ul > li .menuTop-detalle {
	display: none !important;
}

.container_footer .end-content {
	/* background: #ededed; */
	background-color: #f2f5f8;
	padding: 50px 0;
}

.container_footer .footer-extra-content * {
	color: #666;
	font-size: 90%;
}

.container_footer .footer-extra-content h2 {
	color: #888;
	font-size: 95%;
	font-weight: bold;
}

.container_footer .footer-extra-content h3 {
	color: #888;
	font-size: 93%;
	font-weight: bold;
}

.container_footer .footer-extra-content h4 {
	color: #888;
	font-size: 91%;
	font-weight: bold;
}

/* Media Queries */

/* General Styles */

.content-box,
.mod-box {
	padding: 25px;
}

.content-area {
	padding: 20px 0;
}

/* Colors */

.col-whi {
	color: #fff;
}

.col-bla {
	color: #000;
}

.bg-whi {
	background-color: white;
}

.bg-gray {
	background-color: #ebebeb;
}

.bg-bla {
	background-color: #000000;
}

/* Paddings */

.pad-0 {
	padding: 0;
}

.pad-1 {
	padding: 1em;
}

.pad-3 {
	padding: 3em;
}

/* Displays */

.dis-blo {
	display: block;
}

.dis-inl {
	display: inline-block;
}

.dis-flex {
	display: flex;
}

#content-main {
	position: relative;
	overflow: hidden;
	background-color: var(--claro);
}

/* section.contents-body {
	background: url(cir2.png) right bottom no-repeat, url(cir1.png) left top no-repeat;
} */

.site-content-inside {
	position: relative;
}

.info-section p {
	text-align: center;
	font-size: 1.2em;
}

.info-section .row .col-xs-12 {
	padding: 0;
}

.intro {
	font-size: 16px;
	padding: 2em 1.5em;
}

.site-content {
	max-width: 1200px;
	margin: 0 auto;
}

.img-zoom-in,
.img-zoom-out {
	overflow: hidden;
}

.img-zoom-in img,
.img-zoom-out img {
	transition: all 0.3s ease-in-out;
}

.img-zoom-in:hover img {
	transform: scale(1.15);
}

.img-zoom-out img {
	transform: scale(1.15);
}

.img-zoom-out:hover img {
	transform: scale(1);
}

.bold {
	font-weight: 700;
}

.relative {
	position: relative;
}

/* Fonts */

.text-upper {
	text-transform: uppercase;
}

/* Buttons */

.w-100 {
	width: 100%;
}

.pad-0-intro .col-xs-12 {
	padding: 0;
}

.container {
	width: 100%;
}

/* SLICK */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
}

/* Arrows */

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "FontAwesome";
	font-size: 26px;
	line-height: 1;
	opacity: 0.75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-next {
	right: -25px;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-next {
	right: 25px;
	left: auto;
}

.slick-prev:before {
	content: "\f104";
}

[dir="rtl"] .slick-prev:before {
	content: "\f105";
}

[dir="rtl"] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: "\f105";
}

[dir="rtl"] .slick-next:before {
	content: "\f104";
}

/* Dots */

/* .slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -50px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: "FontAwesome";
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "\f111";
	text-align: center;
	opacity: 0.25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: black;
} */

/*dots slider*/

/* .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
}

.slick-dots li {
	margin: 0 0.25rem !important;
}

.slick-dots button {
	display: block;
	width: 7px !important;
	height: 7px !important;
	padding: 0;
	border-radius: 100%;
	background-color: #c3c3c3 !important;
	text-indent: -9999px;
	border: none;
}

.slick-dots li.slick-active button {
	background-color: var(--naranja) !important;
}
 */








/**** Slick dots *****/

ul.slick-dots {
	list-style: none;
	display: flex;
	gap: 0.8rem;
	place-content: center;
	padding: 32px 0 0 0;
	/* padding: 0; */
}

ul.slick-dots li button {
	border: none;
	width: 1.2rem;
	height: 1.2rem;
	background-color: #a9c9e8;
	color: transparent;
	border-radius: 50%;
	transition: all 0.5s ease-in;
}

ul.slick-dots li.slick-active button,
ul.slick-dots li.slick-active button {
	background-color: #0879e3;
}


/**** Slick dots *****/


.cursor {
	color: #3c489e;
	transition: all 0.3s ease-in-out;
	border-style: none;
	border-image: none;
	text-shadow: none;
	appearance: none;
	background: none;
	cursor: pointer;
}

#pge_ssl_widget {
	display: none;
}

.badge.badge-slider-home {
	position: absolute;
	margin-left: 10px;
	background: #d9534f;
}

.image-shadow {
	border-radius: 10px;
	box-shadow: 0 0 13px 1px #ccc;
}

.news-detail hr {
	margin: 40px auto !important;
	max-width: 190px;
	padding: 0px;
}

/************* New Style Home hhe he! ***************/














/**** Start Section LC Hero ****/

section.section__hero {
	max-width: 135rem;
	margin: 0 auto;
}

.section__hero--lc {
	display: flex;
	flex-direction: column;
	place-content: center;
	place-items: center;
	padding: 4.4rem 0 4rem;
	width: 90%;
	margin: 0 auto;
}

/* .section__hero--titulo{
	text-align: center;
	width: 100%;
    font-size: 17px;
} */

.section__hero--titulo span.hero_subtitle {
	display: flex;
	place-content: center;
	place-items: center;
	/* font-size: 17px;
	line-height: 21px; */
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 700;
	/* max-width: 80%; */
	width: 100%; 
	margin: 0 auto;
	text-align: center;
	/* padding: 0 4rem; */
}

.section__hero--titulo h1 {
	display: flex;
	place-content: center;
	place-items: center;
	min-height: 12rem;
	max-height: 12rem;
}

.section__hero--titulo h1 b {
	/* font-size: 92px;
	line-height: 75px; */
	/* font-size: 28px;
	line-height: 34px; */
	/* font-size: 7rem; */
	font-size: 3rem;
	line-height: 4.9rem;
	font-weight: 900;
	white-space: normal;
	padding: 1.2rem 0 .4rem;
	text-align: center;
	color: #041c76;
}

.section__hero--detalles {
	padding: 0 0 1.2rem;
}

.section__hero--detalles p {
	/* font-size: 17px;
	line-height: 21px; */
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 400;
	text-align: left;
	color: #041c76;
}

.section__hero--detalles p b {
	font-weight: 800;
}

.section__btn a {
	display: inline-flex;
	place-content: center;
	place-items: center;
	/* font-size: 24px;
	line-height: 29px; */
	font-size: 14px;
	line-height: 1px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 1.6rem 2.8rem;
	/* padding: 3.2rem 5.2rem; */
	/* border-radius: 1.2rem; */
	border-radius: .8rem;
	background-color: #0cc602;
	transition: background-color .6s ease-in;
}

.section__btn a > i {
	padding-left: .8rem;
	transform: translateX(0);
	transition: transform .6s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.section__btn a:hover > i {
	transition: transform .6s cubic-bezier(0.39, 0.575, 0.565, 1);
	transform: translateX(1.2rem);
}

.section__btn a:hover {
	transition: background-color .3s ease-in-out;
	background-color: #ff8201;

}

.section__contract span {
	display: flex;
	/* font-size: 16px;
	line-height: 20px; */
	font-size: .8rem;
	line-height: 1rem;
	font-weight: 700;
	text-align: center;
	padding: 1.2rem 0 2rem;
	/* padding: 2.4rem 0 2rem; */
	color: #0879e3;
}





.section__hero--features-bg {
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* place-content: center;
	place-items: center; */
	gap: 1.2rem;
	background-color: #fff;
	padding: 4rem 6rem 1.2rem;
	margin: 0 2rem;
	border-radius: 1.2rem;
	box-shadow: 0px 0px 46px rgba(0, 134, 210, 0.114347);
	position: relative;
	z-index: 2;
}




article.section__hero--feature {
	display: flex;
	flex-direction: column;
	place-content: center;
	place-items: center;
	gap: 2rem;
	padding: 0 1.2rem;
	/* min-width: 16rem;
	max-width: 16rem;
	margin: 0 auto; */
}

.section__hero--feature img {

}


.section__hero--feature h3 {
	font-size: 1.4rem;
	line-height: 1.7rem;
	font-weight: 800;
	text-align: center;
	color: #041c76;
}










/**** End Section LC Hero ****/



/**** Start Section Price ****/


section.section__price {

	position: relative;
}

.section__price::before {
	content: "";
	position: absolute;
	top: -10rem;
	left: 0;
	z-index: 1;
	background-color: #E5EFFB;
	width: 100%;
	height: 10rem;
}

.section__price,
.section__price .our_plans-ads-bg,
.section__price .our_plans-ads-bg::before {
	background-color: #E5EFFB;
}

.section__price .plans_header h2 {
	display: none;
	color: #0D1E3F;
}

.section__price .plans_body-card:nth-child(2) .plans_card-footer a {
	background-color: #0cc602;
	color: #ffffff;
}

.section__title {
	display: flex;
	flex-direction: column;
	place-content: center;
	place-items: center;
	max-width: 116rem;
	padding: 6rem 2rem 2rem;
	/* padding: 8rem 2rem 2rem; */
	margin: 0 auto;
}

.section__title h1,
.section__title h2,
.section__title h3 {
	/* font-size: 65px;
	line-height: 69px; */
	font-size: 2.1rem;
	line-height: 3.1rem;
	font-weight: 700;
	text-align: center;
	color: #041c76;
}

.section__title h3 {
	/* font-size: 51px;
	line-height: 69px; */
	font-size: 2.4rem;
	line-height: 2.8rem;
	color: #0cc602;
}

.section__details p {
	/* font-size: 17px;
	line-height: 21px; */
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 500;
	padding: .8rem 2rem 0;
	text-align: center;
	color: #041c76;
}

.section__details p b {
	font-weight: 800;
}






/**** End Section Price ****/





/**** Start Section Reviews ****/



section.section__reviews {
	display: flex;
	flex-direction: column;
	place-content: center;
	place-items: center;
	max-width: 120rem;
	margin: 0 auto;
}

.section__reviews > .section__title {
	position: relative;
	margin-top: 1rem;
}

.section__reviews > .section__title::before {
	content: "";
	background: url(https://lapieza32.com/starts.png) no-repeat;
	position: absolute;
	top: 1.2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 21.8rem;
	height: 3.4rem;
}



.section__reviews--cards {
	/* display: flex;
	flex-wrap: wrap; */
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 4rem;
	padding: 2.2rem 2rem 4rem;
}

.section__reviews--cards-partners {
	gap: 6rem 4rem;
	margin-top: 2rem;
}

.article__review--card {
	display: flex;
	flex-direction: column;
	place-content: center;
	padding: 3.2rem 3.2rem 2rem;
	/* padding: 3.2rem 4rem; */
	background-color: #FFFFFF;
	box-shadow: 0px 2px 68px rgba(8, 121, 227, 0.148274);
	border-radius: 1.2rem;
	position: relative;
}

.article__review--card img {
	min-width: 9.5rem;
	min-height: 9.5rem;
	max-width: 9.5rem;
	max-height: 9.5rem;
	margin: 2rem auto 0;
	border-radius: 50%;
}

.article__review--card h4 {
	font-size: 3rem;
	line-height: 3.4rem;
	font-weight: 900;
	text-align: center;
	padding: 2.4rem 0 .4rem;
	margin: 0;
	color: #00b0d4;
}

.article__review--card span {
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 500;
	text-align: center;
	color: #00b0d4;
}

.article__review--card span.verified-user {
	display: flex;
	place-content: center;
	place-items: center;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 500;
	padding: .4rem;
	text-align: center;
	border-radius: 1.2rem 1.2rem 0 0;
	color: #fff;
	background-color: #0879e3;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.article__review--card span.verified-user > svg {
	margin-right: .8rem;
}




.article__review--card span.verified-partner {
	display: flex;
	place-content: center;
	place-items: center;
	gap: .4rem;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 700;
	padding: 1.6rem  .8rem;
	text-align: center;
	border-radius: 1.2rem;
	color: #fff;
	background-color: #05EB84;
	position: absolute;
	top: -3.4rem;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
}

.article__review--card span.verified-partner > svg {
	margin-right: .8rem;
}











.section__reviews--card-info {
	padding-top: 1.6rem;
}

.section__reviews--card-info p {
	font-size: 1.3rem;
	line-height: 1.6rem;
	font-weight: 500;
	text-align: center;
	color: #0D1E3F;
}



/**** End Section Reviews ****/









/**** Start Response Section ****/


.section__response {
	background-color: #F3F9FF;
	padding: 4rem 0 0;
	margin-top: 4rem;
}


.section__response--container {
	display: grid;
	grid-template-columns: 1fr;
	/* grid-template-columns: 1fr 1fr; */
	place-content: center;
	place-items: center;
	gap: 2rem;
	padding: 0 2rem;
	max-width: 120rem;
	margin: 0 auto;
}


.section__response--info-title h3 {
	font-size: 2.8rem;
	line-height: 3.4rem;
	font-weight: 900;
	color: #0D1E3F;
}


.section__response--info-details div.col-md-12 {
	padding: 0;
}

.section__response--info-details p {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 500;
	text-align: start;
	color: #969BA6;
}

.section__response--info-details p b {
	font-weight: 800;
	color: #0D1E3F;
}



/**** End Response Section ****/






/**** Start Multiagent Section ****/


.section__multiagent {
	background-color: #F3F9FF;
	padding: 0 0 4rem 0;
}


.section__multiagent--container {
	max-width: 120rem;
	margin: 0 auto;
	padding: 0 2rem;
}



.section__multiagent-cards {
	/* display: flex;
	flex-direction: column; */
	display: grid;
	grid-template-columns: 1fr;
	justify-content: space-between;
	place-items: center;
	margin: 5.2rem 0 2.8rem;
	gap: 2rem;
}

.section__multiagent-card {
	display: flex;
	flex-direction: column;
	place-content: center;
	place-items: center;
	min-height: 100%;
	/* min-width: 54.7rem; */
	width: 100%;
	max-width: 54.7rem;
	/* padding: 3.2rem 4rem 5.2rem; */
	padding: 3.2rem 2rem;
	background-color: #fff;
	box-shadow: 0px 2px 68px rgba(8, 121, 227, 0.148274);
	border-radius: 1.2rem;
}

.section__multiagent-card h4 {
	/* font-size: 3rem;
	line-height: 3.6rem; */
	font-size: 2.4rem;
	line-height: 2.9rem;
	font-weight: 700;
	padding-bottom: 2rem;
	text-align: center;
	color: #041c76;
}

.section__multiagent-card ul {
	list-style: none;
	padding: 0;
	/* max-width: 72%; */
	max-width: 90%;
	margin: 0 auto;
}

.section__multiagent-card ul li {
	/* font-size: 16px;
	line-height: 24px; */
	font-size: 1.4rem;
	line-height: 2.2rem;
	font-weight: 400;
	padding: .8rem 1.2rem .8rem 4rem;
	color: #041c76;
	position: relative;
}



.section__multiagent-card ul.without-check li::before {
	content: "";
	background: url(https://lapieza32.com/red_uncheck.png);
	width: 1.7rem;
	height: 1.7rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.section__multiagent-card ul.with-check li::before {
	content: "";
	background: url(https://lapieza32.com/green_check.png);
	width: 2.3rem;
	height: 1.7rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}



/**** End Multiagent Section ****/









/**** Start Click Section ****/


.section__click {
	background-color: #F3F9FF;
	/* padding: 4rem 0; */
	padding: 0 0 4rem 0;
}


.section__click--container {
	display: flex;
	flex-direction: column;
	place-content: center;
	place-items: center;
	max-width: 120rem;
	margin: 0 auto;
	padding: 0 2rem;
}

.section__click--container > span {
	/* font-size: 2.3rem;
	line-height: 2.8rem; */
	font-size: 1.4rem;
	line-height: 1.7rem;
	font-weight: 500;
	text-align: center;
	color: #0F2149;
}

.section__click--container h4 {
	/* font-size: 4.3rem;
	line-height: 5.2rem; */
	font-size: 2.8rem;
	line-height: 3.4rem;
	font-weight: 900;
	padding: 1.2rem 0 3.2rem;
	text-align: center;
	color: #0D1E3F;
}





/**** End Click Section ****/




/**** Start Conversation Section ****/




.section__conversation {
	background-color: #E3EBF0;
	padding: 1rem 0.5rem;
}


.section__conversation--container {
	display: flex;
	flex-direction: column;
	place-content: center;
	place-items: center;
	max-width: 120rem;
	margin: 0 auto;
	padding: 0 2rem;
}

.section__conversation--title h3 {
	/* font-size: 52px;
	line-height: 62px; */
	font-size: 2.8rem;
	line-height: 3.4rem;
	font-weight: 900;
	text-align: center;
	color: #041c76;
}

.section__conversation--details p {
	/* font-size: 17px;
	line-height: 21px; */
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 500;
	text-align: center;
	color: #041c76;
}



.section__conversation-redes {
	/* display: none; */
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/* gap: 2rem; */
	gap: 1.2rem;
	padding-top: 4rem;
	/* padding-top: 6rem; */
}

.section_conversation-red a {
	display: flex;
	place-content: start;
	place-items: center;
	gap: 2rem;
	padding: 2rem;
	/* padding: 2rem 6rem; */
	background-color: #0879E3;
	border-radius: 1.2rem;
}

.section_conversation-red:nth-child(1) a {
	background-color: #05EB84;

}

.section_conversation-red:nth-child(2) a {
	background-color: #A523A2;
}

.section_conversation-red:nth-child(3) a {
	background-color: #1370FB;

}

.section_conversation-red:nth-child(4) a {
	background-color: #1E71DC;

}

.section_conversation-red a img {
	/* min-height: 4.4rem;
	max-height: 4.4rem; */
	min-height: 2.8rem;
	max-height: 2.8rem;
}

.section_conversation-red a p {
	display: none;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	color: #FFF;
}

/**** End Conversation Section ****/






/**** Start Allow Section ****/

.section__allow {
	background-color: #E3EBF0;
}

.section__allow--container {
	display: flex;
	flex-direction: column;
	/* place-content: center;
	place-items: center; */
	max-width: 120rem;
	margin: 0 auto;
	padding: 8rem 2rem 2rem;
}

.section__allow--container .section__title {
	padding-top: 1.2rem;
}

.section__allow--subtitle span {
	/* font-size: 2.3rem;
	line-height: 2.8rem; */
	font-size: 1.4rem;
	line-height: 1.7rem;
	font-weight: 500;
	text-align: center;
	color: #0F2149;
	display: flex;
	justify-content: center;
}

.section__allow--details {
	padding-bottom: 2.8rem;
}

.section__allow--details p {
	/* font-size: 3rem;
	line-height: 3.9rem; */
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-weight: 700;
	text-align: center;
	color: #0cc602;
}

.section_allow--icon {
	display: flex;
	place-content: center;
}


.section__allow--cards {
	display: flex;
	/* flex-wrap: wrap; */
	flex-direction: column;
	place-items: center;
	gap: 5.2rem;
	/* gap: 2rem; */
	padding: 6rem 0 4rem;
	/* overflow-x: auto;
	overflow-y: hidden; */
}

.section__allow--card {
	display: grid;
	grid-template-columns: 1fr;
	/* grid-template-columns: 1fr 1fr; */
	place-content: center;
	place-items: center;
	/* max-width: 50rem; */
	width: 100%;
	gap: 2rem;
	padding: 5.2rem 2rem 4rem;
	/* padding: 5.2rem 4rem 4rem; */
	background-color: #FFFFFF;
	box-shadow: 0px 0px 46px rgba(0, 134, 210, 0.114347);
	border-radius: 1.2rem;
	position: relative;
}

.section__allow--card-hand {
	position: absolute;
	bottom: -2.6rem;
	left: 2.4rem;
}

.section__allow--card:nth-child(even) .section__allow--card-hand {
	left: auto;
	right: 2.4rem;
}

.section__allow--card:last-child .section__allow--card-hand {
	display: none;
}


/* .section__allow--card:nth-child(even) .section__allow--card-image {
	grid-area: 2 / 3 / 1 / 2;
} */


/* .section__allow--card-info {
	padding-left: 4rem;
} */


/* .section__allow--card-image,
.section__allow--card-image img {
	min-height: 26rem;
	max-height: 26rem;
} */

.section__allow--card-info > span {
	font-size: 17px;
	line-height: 21px;
	font-weight: 700;
	color: #0879E3;
	padding-right: 6rem;
}

.section__allow--card-info > h4 {
	/* font-size: 29px;
	line-height: 31px; */
	font-size: 24px;
	line-height: 31px;
	font-weight: 900;
	/* padding-right: 6rem; */
	color: #041c76;
}

.section__allow--card-details div.col-md-12 {
	padding: 0;
}

/* .section__allow--card-details {
	padding-right: 6rem;
} */

.section__allow--card-details p,
.section__allow--card-details span,
.section__allow--card-details li {
	/* font-size: 14px;
	line-height: 17px; */
	font-size: 12px !important;
	line-height: 15px !important;
	font-weight: 500 !important;
	text-align: start !important;
	color: #969BA6 !important;
}

.section__allow--card-details p b,
.section__allow--card-details span b,
.section__allow--card-details li b {
	font-weight: 800 !important;
	color: #505050 !important;
}






.section__allow--card-buttons {
	/* display: flex;
	gap: .8rem; */
	padding-top: 2rem;
}

.section__allow--card-btn {
	display: flex;
	/* flex-direction: column; */
	/* place-content: center; */
	place-items: center;
	gap: .8rem;
}

.section__allow--card-btn a {
	display: flex;
	place-content: center;
	place-items: center;
	/* font-size: 15px;
	line-height: 18px; */
	font-size: 12px;
	line-height: 15px;
	font-weight: 800;
	text-align: center;
	padding: 2rem 2.4rem;
	/* padding: 2rem 3.2rem; */
	color: #FFFFFF;
	background-color: #ff8201;
	transition: background-color .6s ease-in;
	border-radius: .4rem;
	display: inline-flex;
}

.section__allow--card-btn a:hover {
	transition: background-color .3s ease-in-out;
	background-color: #006cd1;
}

.section__allow--card-btn a:nth-child(1) > i {
	padding-left: .8rem;
	transform: translateX(0);
	transition: transform .6s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.section__allow--card-btn a:nth-child(1):hover > i {
	transition: transform .6s cubic-bezier(0.39, 0.575, 0.565, 1);
	transform: translateX(.8rem);
}


.section__allow--card-btn a:nth-child(2) {
	display: flex;
	place-content: center;
	place-items: center;
	font-size: 3.6rem;
	padding: 2rem;
	/* max-height: 5.8rem;
	min-height: 5.8rem; */
	max-height: 5.6rem;
	min-height: 5.6rem;
	max-width: 6.6rem;
	min-width: 6.6rem;
	background-color: #0cc602;
	transition: background-color .6s ease-in;
 }

 .section__allow--card-btn a:nth-child(2):hover {
	transition: background-color .3s ease-in-out;
	background-color: #00d475;
;

 }

.section__allow--card-btn span {
	display: inline-flex;
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	padding: 1.2rem 0;
	text-align: center;
	color: #0879E3;
}



/**** End Allow Section ****/









/**** Start Section Tools ****/

section.container_tools {
	max-width: 120rem;
	margin: 0 auto;
	padding: 4rem 1.2rem;
}

.container_tools .section__title {
	padding-top: 4rem;
}

.tools_subtitle {
	max-width: 80%;
	margin: 0 auto;
}

.tools_subtitle p {
	/* font-size: 3.2rem;
	line-height: 4rem; */
	font-size: 1.4rem;
	line-height: 1.7rem;
	font-weight: 700;
	text-align: center;
	padding-bottom: 4rem;
	margin: 0;
	color: #05EB84;
}

.tools_body {
	display: flex;
	flex-wrap: wrap;
	place-content: center;
	place-items: center;
	gap: 1.6rem;
}

/* .tools_body-card, */
.tools_body-card > a {
	display: flex;
	flex-direction: column;
	place-content: center;
	place-items: center;
	gap: 1.2rem;
	width: 100%;
	/* min-width: 38rem; */
	max-width: 38rem;
	min-height: 24rem;
	max-height: 24rem;
	padding: 2.8rem 1.2rem;
	border: 0.1rem solid #d8d8d8;
	border-radius: 1.2rem;
}

.tools_body-card > a:hover,
.tools_body-card > a:active,
.tools_body-card > a:focus {
	background-color: #3082d7;
	border: 0.1rem solid #3082d7;
}

.tools_body-card > a:hover img,
.tools_body-card > a:active img,
.tools_body-card > a:focus img,
.tools_body-card > a:hover h4,
.tools_body-card > a:active h4,
.tools_body-card > a:focus h4,
.tools_body-card > a:hover p,
.tools_body-card > a:active p,
.tools_body-card > a:focus p {
	/* color: #fff; */
	filter: brightness(0) invert(1);
}

.tools_body-card img {
	/* max-height: 5rem;
	min-height: 5rem; */
	max-height: 4rem;
	min-height: 4rem;
}

.tools_body-card h4 {
	/* font-size: 2.2rem;
	line-height: 2.7rem; */
	font-size: 18px;
	line-height: 22px;
	font-weight: 900;
	text-align: center;
	margin: 0;
	color: #3082d7;
}

.tools_body-card p {
	/* font-size: 1.4rem;
	line-height: 1.7rem; */
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 500;
	text-align: center;
	margin: 0;
	color: #84919d;
}

/**** End Section Tools ****/



















/**** Start Section Brands ****/

section.container_brands {
	max-width: 120rem;
	margin: 0 auto;
	padding: 2rem 0 3.2rem;
}


.container_brands-header {
	display: flex;
	flex-direction: column;
	place-content: center;
	place-items: center;
	padding: 0 2rem 4rem;
}

.container_brands h4 {
	/* font-size: 50px;
	line-height: 62px; */
	font-size: 2.4rem;
	line-height: 2.9rem;
	font-weight: 700;
	text-align: center;
	padding-bottom: 2.4rem;
	color: #041c76;
}

section.container_brands .slider-brands {
	max-height: 115px;
	overflow: hidden;
}

.slider-brands .slide-brand {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 200px;
	padding: 10px;
	height: 115px;
	margin: 0 auto;
	filter: saturate(1);
	align-items: center;
	transition: transform 0.6s ease-in;
}

.slider-brands .slide-brand:hover {
	transition: transform 0.4s ease-in-out;
	transform: translateY(-1.2rem);
}

.slider-brands .slide-brand > img {
	width: 150px;
	height: 100px;
	object-fit: contain;
	margin: 0 auto 7px;
	min-width: 100px;
}

.slider-brands .slide-brand > h3 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	margin: auto 0;
	text-align: center;
}

/**** End Section Brands ****/













/**** Start Videos Section ****/

.section__videos--container {
	display: flex;
	flex-direction: column;
	/* place-content: center;
	place-items: center; */
	max-width: 120rem;
	margin: 0 auto;
	padding: 0 2rem 4rem;
}

.section__videos--grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	padding: 2rem;
	/* margin: 2.4rem 0 4rem; */
	margin: 2.4rem 0 2rem;
	background-color: #F4F9FC;
	/* min-width: 120rem; */
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	position: relative;
}


.section__videos--video {
	scroll-snap-align: center;
}



.section__videos--video img {
	min-width: 35rem;
	max-width: 35rem;
	min-height: 19.4rem;
	max-height: 19.4rem;
	border-radius: 1.2rem;
	object-fit: cover;
}

.section__videos--video-img {
	position: relative;
	cursor: pointer;
}

.section__videos--video-play {
	/* display: none; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section__videos--video-play > path:first-child {
	transition: opacity .6s ease-in-out;
}

.section__videos--video:hover .section__videos--video-play > path:first-child {
	opacity: .5;
	transition: opacity .3s ease-in-out;
}


.section__videos--video h5,
.modal-title-video {
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: 600;
	padding-top: .4rem;
	text-align: center;
	color: #0D1E3F;
}

.section__videos--grid-more {
	display: flex;
	place-content: center;
	place-items: center;
	gap: .8rem;
	font-size: 1.2rem;
	line-height: 2.4rem;
	margin-bottom: 2rem;
	font-weight: 500;
	padding: 0 2.8rem;
	color: #0b3e6d;
}



.modal-lc-videos .modal-body {
	padding: 0 !important;
}

.modal-lc-videos .embed-responsive {
	margin: 0 !important;
}

.modal-lc-videos .modal-content {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.section__videos--footer {
	display: flex;
	flex-direction: column;
	place-content: center;
	place-items: center;
}


/**** End Videos Section ****/














/**** Start Community Section ****/

.section__community {
	/* background-color: #082C54; */
	background-color: #0879e3;

}


.section__community--container {
	display: flex;
	flex-direction: column;
	place-content: center;
	place-items: center;
	max-width: 120rem;
	margin: 0 auto;
	padding: 8rem 2rem;
}

.section__community--title h3 {
	/* font-size: 4.8rem;
	line-height: 6.1rem; */
	font-size: 2.4rem;
	line-height: 2.9rem;
	font-weight: 900;
	text-align: center;
	color: #fff;
}

.section__community--details p {
	/* font-size: 1.4rem;
	line-height: 1.7rem; */
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 400;
	text-align: center;
	color: #DFE0E3;
}

.section__community--details p b {
	font-weight: 800;
	color: #FFFFFF;
}


.section__community--steps {
	display: flex;
	flex-wrap: wrap;
	/* display: grid;
	grid-template-columns: 1fr; */
	place-content: center;
	/* grid-template-columns: repeat(3, 1fr); */
	gap: 2rem;
	padding-top: 4rem;
}

.section__community--step {
	width: 100%;
	max-width: 34rem;
}

.section__community--step-details {
	padding: 1.2rem 4rem 0 0;
}

.section__community--step-details div.col-md-12 {
	padding: 0;
}

.section__community--step-details p {
	/* font-size: 21px;
	line-height: 26px; */
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	text-align: start;
	color: #FFFFFF;
}

.section__community--step-details p b {
	font-weight: 800;
}


/**** End Community Section ****/
















/**** Start Tabs WhatsApp Section ****/

section.container_faq-ads {
	display: flex;
	flex-direction: column;
	place-content: center;
	place-items: center;
	gap: 2.8rem;
	max-width: 120rem;
	margin: 0 auto;
	padding: 2rem 1.2rem;
	/* padding: 4rem 1.2rem; */
}

.container_faq-ads h2 {
	/* font-size: 2.8rem;
    line-height: 3.4rem; */
	font-size: 2.4rem;
	line-height: 2.9rem;
	font-weight: 700;
	text-align: center;
	color: #041c76;
	max-width: 90%;
	/* max-width: 70%; */
}

.faq_ads-body {
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	gap: 4rem;
}

.faq_ads-body .panel {
	border: 0;
	/* border: .2rem solid #C2D6E9; */
	/* border: .2rem solid #12D5FD; */
	border-radius: 1.2rem;
	margin-top: 1rem !important;
}

.faq_ads-body .panel-heading {
	padding: 0;
	border-radius: 1.2rem;
}

.faq_ads-body .panel-default > .panel-heading a {
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: 700;
	display: flex;
	padding: 2.2rem 5.2rem 2.2rem 2.4rem;
	border-radius: 1.2rem;
	/* background-color: #fff; */
	background-color: #00b0d4;
	/* color: #0879E3; */
	/* color: #84919D; */
	color: #fff;
	position: relative;
}

.faq_ads-body .panel-default > .panel-heading a:not(.collapsed) {
	border-radius: 1.2rem 1.2rem 0 0;
	border: 0.2rem solid #12d5fd;
	border-bottom: none;
	background-color: #fff;
	color: #12d5fd;
}

.faq_ads-body .panel-default > .panel-heading a::after {
	content: "";
	/* background: url(./icons/arrow_down.svg) no-repeat; */
	background: url(../../../modulos/internas/htm/resources/icons/arrow_down.svg) no-repeat;
	position: absolute;
	width: 1.84rem;
	height: 1.2rem;
	transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	top: calc(50% - 0.6rem);
	right: 2rem;
}

.faq_ads-body .panel-default > .panel-heading a:not(.collapsed)::after {
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform: rotate(-180deg);
}

.faq_ads-body .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-radius: 0 0 1.2rem 1.2rem;
	border: 0.2rem solid #12d5fd;
	border-top: none;
}

.faq_ads-body .panel-collapse.collapse {
	transition: all 0.6s step-end;
}

.faq_ads-body .panel-body {
	padding: 0 2.4rem 2.2rem;
}

.faq_ads-body .panel-body p {
	font-size: 1.4rem;
	line-height: 1.7rem;
	font-weight: 400;
	text-align: start;
	color: #84919d;
}

.faq_ads-body .panel-body div.col-md-12 {
	padding: 0;
}

/**** End Tabs WhatsApp Section ****/















/**** Start Section Footer ****/

footer.container_footer {
	background-color: #f2f5f8;
	margin-top: 4rem;
}

.footer_header,
.footer_body,
.footer_footer {
	max-width: 120rem;
	margin: 0 auto;
}


.footer_body {
	display: grid;
	grid-template-columns: 1fr;
	/* display: flex;
	flex-direction: column; */
	/* place-content: space-between; */
	/* place-items: center; */
	gap: 4rem;
	padding: 4rem 3.2rem 2.4rem;
}


.footer_body--logo {
	min-width: 14.5rem;
	max-width: 14.5rem;
	margin-bottom: 2rem;
}

.footer_body--socialmedia {
	display: flex;
	gap: .6rem;
	padding-bottom: 2rem;
}


.footer_body--advisor {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

.footer_body--advisor span {
	display: inline-block;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	color: #3D536D;
}

.footer_body--advisor .btn_advisor {
	display: flex;
	place-content: center;
	place-items: center;
	gap: .8rem;
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	width: fit-content;
	padding: 1rem 2rem;
	color: #FFFFFF;
	background-color: #0cc602;
	border-radius: 5px;
}

.footer_body--advisor .btn_advisor .fa-whatsapp {
	font-size: 2.8rem;
}


.footer_body--menus {
	/* display: flex;
	gap: 5.2rem; */
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}



.footer_body--menu h5 {
	font-size: 1.4rem;
	line-height: 1.7rem;
	font-weight: 800;
	margin: 0;
	padding-bottom: 1.6rem;
	color: #0879E3;
}

.footer_body--menu ul {
	list-style: none;
	padding: 0;
}

/* .footer_body--menu:first-child ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 4rem;
} */

.footer_body--menu ul li a {
	font-size: 11px;
	line-height: 20px;
	/* font-weight: 700; */
	font-weight: 600;
	color: #3D536D;
}






























.footer_footer {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	padding: 1.2rem 3rem 2.4rem;
}

.footer_footer a {
	font-size: 1.2rem;
	font-weight: 600;
	/* color: #666; */
	color: #041c76;
}

/**** End Section Footer ****/

















/**** Start FAQ SEO Internas ****/

.container__faq--seo {
	max-width: 120rem;
	margin: 0 auto;
	padding: 0 2rem 1.2rem;
}

.container__faq--seo .section__title {
	padding: 0;
}

.faq__body--internas {
	padding-top: 4rem;
}

.faq__body--internas .panel {
	/* border: .2rem solid #0879E3; */
	border: 0.2rem solid #c2d6e9;
	border-radius: 1.2rem;
	transition: border .6s ease-in;
}

.faq__body--internas .panel:hover {
	transition: border-color .3s ease-in-out;
	border-color: #0879E3;
}

.faq__body--internas .panel-heading {
	padding: 0;
	border-radius: 1.2rem;
}

.faq__body--internas .panel-default > .panel-heading a {
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: 700;
	display: flex;
	padding: 2.2rem 5.2rem 2.2rem 2.4rem;
	border-radius: 1.2rem;
	background-color: #fff;
	/* color: #0879E3; */
	color: #84919d;
	position: relative;
}

.faq__body--internas .panel-default:hover > .panel-heading a {
	color: #0879e3;
}


/* .faq__body--internas .panel-default > .panel-heading a::after {
	content: "";
	background: url(../../../modulos/internas/htm/resources/icons/arrow_down.svg) no-repeat;
	position: absolute;
	width: 1.84rem;
	height: 1.2rem;
	transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	top: calc(50% - 0.6rem);
	right: 2rem;
} */
/*
.faq__body--internas .panel-default > .panel-heading a:not(.collapsed)::after {
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform: rotate(-180deg);
} */

.faq__body--internas
	.panel-default
	> .panel-heading
	+ .panel-collapse
	> .panel-body {
	border-top: none;
}

.faq__body--internas .panel-collapse.collapse {
	transition: all 0.6s step-end;
}

.faq__body--internas .panel-body {
	padding: 0 2.4rem 2.2rem;
}

.faq__body--internas .panel-body p {
	font-size: 1.4rem;
	line-height: 1.7rem;
	font-weight: 400;
	text-align: start;
	color: #84919d;
}

.faq__body--internas .panel-body div.col-md-12 {
	padding: 0;
}




/**** End FAQ SEO Internas ****/

.container__card--interna-info-details .btn__green--lc a,
.btn__green--lc a {
	display: inline-flex;
	place-items: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 800;
	color: #fff !important;
	text-align: center;
	padding: 1.6rem 2.8rem;
	border-radius: .8rem;
	background-color: #05EB84;
}

.container__card--interna-info-details .btn__green--lc a:hover,
.btn__green--lc a:hover {
	transition: background-color .3s ease-in-out;
	background-color: #00d475;
}

.container__card--interna-info-details .btn__blue--lc a,
.btn__blue--lc a {
	display: inline-flex;
	place-items: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 800;
	color: #fff !important;
	text-align: center;
	padding: 1.6rem 2.8rem;
	border-radius: .8rem;
	background-color: #0879E3;
}

.container__card--interna-info-details .btn__blue--lc a:hover,
.btn__blue--lc a:hover {
	transition: background-color .3s ease-in-out;
	background-color: #006cd1;
}






.section__title--bf {
	display: none;
}










@media (min-width: 375px) {


	/**** Start Section LC Hero ****/

	/* .section__hero--lc {
		padding: 5.2rem 0 4rem;
	} */

	.section__hero--titulo span.hero_subtitle {
		/* font-size: 17px;
		line-height: 21px; */
		font-size: 1.2rem;
		line-height: 1.4rem;
	}





	.section__contract span {
		/* font-size: 16px;
		line-height: 20px; */
		font-size: 10px;
		line-height: 12px;
		padding: 1.6rem 0 2rem;
		/* padding: 2.4rem 0 2rem; */
	}




	/**** End Section LC Hero ****/


}












@media (min-width: 400px) {

	/**** Start Multiagent Section ****/


	.section__multiagent-card {
		padding: 3.2rem 2rem;
	}

	/**** End Multiagent Section ****/


}













@media (min-width: 500px) {

	/**** Start Section LC Hero ****/

	.section__hero--lc {
		/* padding: 10rem 0 4rem; */
		padding: 5.2rem 0 4rem;
	}

	.section__hero--titulo span.hero_subtitle {
		/* font-size: 17px;
		line-height: 21px; */
		font-size: 1.4rem;
		line-height: 1.7rem;
		/* max-width: 80%; */
		/* padding: 0 4rem; */
	}


	.section__hero--titulo h1 {
		min-height: 14.4rem;
		max-height: 14.4rem;
	}



	.section__hero--titulo h1 b {
		/* font-size: 92px;
		line-height: 75px; */
		font-size: 6rem;
		line-height: 6.4rem;
		padding: 1.2rem 0 .4rem;
	}

	.section__hero--detalles {
		padding: 0 0 1.2rem;
	}

	.section__hero--detalles p {
		/* font-size: 17px;
		line-height: 21px; */
		font-size: 1.4rem;
		line-height: 1.7rem;
	}


	.section__contract span {
		/* font-size: 16px;
		line-height: 20px; */
		font-size: 14px;
		line-height: 17px;
		/* padding: 2.4rem 0 2rem; */
	}







	.section__title h2,
	.section__title h3 {
		/* font-size: 65px;
		line-height: 69px; */
		/* font-size: 4rem;
		line-height: 4.4rem; */
	}

	.section__title h3 {
		/* font-size: 51px;
		line-height: 69px; */
		font-size: 3.2rem;
		line-height: 3.6rem;
	}

	.section__details p {
		/* font-size: 17px;
		line-height: 21px; */
		font-size: 1.4rem;
		line-height: 1.7rem;
	}






	/**** End Section LC Hero ****/







	/**** Start Response Section ****/

	.section__response--info-title h3 {
		/* font-size: 52px;
		line-height: 62px; */
		font-size: 3.2rem;
		line-height: 3.9rem;
	}

	.section__response--info-details p {
		/* font-size: 17px;
		line-height: 21px; */
		font-size: 1.4rem;
		line-height: 1.7rem;
	}

	/**** End Response Section ****/





	/**** Start Multiagent Section ****/

	.section__multiagent-card {
		padding: 3.2rem 4rem 5.2rem;
		/* padding: 3.2rem 2rem; */
	}

	.section__multiagent-card h4 {
		font-size: 3rem;
		line-height: 3.6rem;
	}

	.section__multiagent-card ul {
		max-width: 80%;
		/* max-width: 90%; */
	}

	.section__multiagent-card ul li {
		font-size: 16px;
		line-height: 24px;
	}

	/**** End Multiagent Section ****/










	/**** Start Click Section ****/


	.section__click {
		padding: 2rem 0;
	}


	.section__click--container > span {
		/* font-size: 2.3rem;
		line-height: 2.8rem; */
		font-size: 1.6rem;
		line-height: 2rem;
	}

	.section__click--container h4 {
		/* font-size: 4.3rem;
		line-height: 5.2rem; */
		font-size: 3.2rem;
		line-height: 3.9rem;
	}


	/**** End Click Section ****/






	/**** Start Conversation Section ****/



	.section__conversation--title h3 {
		/* font-size: 52px;
		line-height: 62px; */
		font-size: 3.2rem;
		line-height: 3.9rem;
	}

	.section__conversation--details p {
		/* font-size: 17px;
		line-height: 21px; */
		font-size: 1.4rem;
		line-height: 1.7rem;
	}


	/**** End Conversation Section ****/








	/**** Start Allow Section ****/


	.section__allow--subtitle span {
		/* font-size: 2.3rem;
		line-height: 2.8rem; */
		font-size: 1.6rem;
		line-height: 2rem;
	}

	.section__allow--details p {
		/* font-size: 3rem;
		line-height: 3.9rem; */
		font-size: 2.4rem;
		line-height: 2.9rem;
	}


	/* .section__allow--card {
		min-width: 50rem;
		max-width: 50rem;
	}
 */

	.section__allow--card-image img {
		padding: 2rem;
	}





	/**** End Allow Section ****/





	/**** Start Section Tools ****/

	.tools_subtitle p {
		/* font-size: 3.2rem;
		line-height: 4rem; */
		font-size: 1.6rem;
		line-height: 2rem;
	}

	.tools_body-card img {
		max-height: 5rem;
		min-height: 5rem;
	}

	.tools_body-card h4 {
		font-size: 2.2rem;
		line-height: 2.7rem;
	}

	.tools_body-card p {
		font-size: 1.4rem;
		line-height: 1.7rem;
	}


	/**** End Section Tools ****/




	/**** Start Section Brands ****/


	.container_brands h4 {
		/* font-size: 50px;
		line-height: 62px; */
		font-size: 3.2rem;
		line-height: 3.9rem;
	}

	/**** Start Section Brands ****/














	/**** Start Community Section ****/


	.section__community--title h3 {
		/* font-size: 4.8rem;
		line-height: 6.1rem; */
		font-size: 3.2rem;
		line-height: 3.9rem;
	}

	.section__community--details p {
		/* font-size: 1.4rem;
		line-height: 1.7rem; */
		font-size: 1.2rem;
		line-height: 1.5rem;
	}

	/**** End Community Section ****/














}






















/************* New Style Home hhe he! ***************/

@media (min-width: 500px) {
	.btn-login {
		width: 100%;
		height: 36px;
		padding: 4px 20px;
		font-size: 13px;
		margin-right: 10px;
	}

	.nav-brand {
		max-width: 160px;
	}

	/* section.home-section {
		padding-top: 0px;
	} */
}









@media (min-width: 600px) {


	/*** Start Header Section ***/

	/*** Start Responsive Menu ***/

	nav.header_nav.menu_hamburgesa-opened ul.submenu_container {
		grid-template-columns: repeat(3, 1fr);
	}

	/*** End Header Section ***/

	/*** End Responsive Menu ***/



	/**** Start Tabs WhatsApp Section ****/

	.container_faq-ads h2 {
		font-size: 2.8rem;
		line-height: 3.4rem;
		max-width: 70%;
	}

	/**** End Tabs WhatsApp Section ****/




	/**** Start Section Footer ****/

	.footer_body--menus {
		grid-template-columns: repeat(3, 1fr);
		gap: 4rem;
	}

	/**** End Section Footer ****/









}













@media (min-width: 700px) {







	/**** Start Section Reviews ****/

	.section__reviews--cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.article__review--card {
		padding: 3.2rem 2rem;
		/* padding: 3.2rem 4rem; */
	}

	/**** End Section Reviews ****/





	/**** Start Section Footer ****/

	.footer_footer {
		flex-direction: row;
		justify-content: space-between;
	}

	/**** End Section Footer ****/
}



@media (max-width: 992px) {
	body.menu-opened {
		overflow: hidden;
	}

	body.menu-opened .navbar-header {
		display: block;
	}

	body.menu-opened .toogle-menu .fa-bars {
		display: none;
	}

	body .toogle-menu .fa-close {
		display: none;
	}

	body.menu-opened .toogle-menu .fa-close {
		display: block;
	}

	.navbar-header {
		display: none;
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		background: aliceblue;
		padding: 15px;
		overflow: auto;
		height: calc(100vh - 60px);
		padding-bottom: 100px;
	}

	.navbar-header ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	nav.main-nav {
		margin: auto;
		max-width: 300px;
		text-align: center;
	}

	nav.main-nav > ul > li > a {
		font-size: 19px;
		font-weight: 900;
		padding: 20px 5px;
		display: block;
		border-bottom: dashed 1px #d6e5ff;
		color: #1c7ae3;
	}

	nav.main-nav > ul > li.active ul.submenu {
		display: block !important;
		background: #1c7ae3;
	}

	nav.main-nav > ul > li ul.submenu > li > a {
		font-size: 11px;
		font-weight: normal;
		padding: 10px;
		display: block;
		border-bottom: dashed 1px #1477ff;
		font-weight: bold;
		color: #ffffff;
	}

	nav.main-nav > ul > li ul.submenu > li > a > span {
		display: none;
	}

	nav.main-nav > ul > li ul.subsubmenu > li > a {
		font-size: 12px;
		font-weight: normal;
		padding: 17px;
		display: block;
		border-bottom: dashed 1px #1460cc;
		color: #cae6ff;
	}
}













/*HEADLINE ANIM */
.animhead--title {
    position: relative;
    height: 160px;
    /* line-height: 230px; */
    text-align: center;
}

/* .animhead--title h1 {
    font-size: 2.4rem;
    font-weight: 700;
} */

.animhead--intro {
    width: 90%;
    /* max-width: 768px; */
    text-align: center;
}

.animhead--intro {
    margin: 4em auto;
}

/* .animhead--headline {
    font-size: 0.85rem;
    line-height: 1.2;
} */

.animhead--headline .animhead--headline-normal {
    visibility: visible !important;
    position: unset !important;
	font-weight: normal;
    width: 22px;
}

.animhead--words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.animhead--words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    padding: 0 4px;
    left: 0;
    top: 0;
}

.animhead--words-wrapper b.is-visible {
    position: relative;
}

.no-js .animhead--words-wrapper b {
    opacity: 0;
}

.no-js .animhead--words-wrapper b.is-visible {
    opacity: 1;
}

/* --------------------------------

xrotate-1

-------------------------------- */
.animhead--headline.rotate-1 .animhead--words-wrapper {
    perspective: 300px;
}

.animhead--headline.rotate-1 b {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: rotateX(180deg);
}

.animhead--headline.rotate-1 b.is-visible {
    opacity: 1;
    transform: rotateX(0deg);
    animation: cd-rotate-1-in 1.2s;
}

.animhead--headline.rotate-1 b.is-hidden {
    transform: rotateX(180deg);
    animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1;
    }
}

@-moz-keyframes cd-rotate-1-in {
    0% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -moz-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(360deg);
        opacity: 1;
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}

/* --------------------------------

xtype

-------------------------------- */
.animhead--headline.type .animhead--words-wrapper {
    vertical-align: top;
    overflow: hidden;
}

.animhead--headline.type .animhead--words-wrapper::after {
    /* vertical bar */
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 90%;
    width: 4px;
    background-color: #1BBCFF;
}

.animhead--headline.type .animhead--words-wrapper.waiting::after {
    animation: cd-pulse 1s infinite;
}

.animhead--headline.type .animhead--words-wrapper.selected {
    color: #fff;
    background-color: #1BBCFF;
}

.animhead--headline.type .animhead--words-wrapper.selected::after {
    visibility: hidden;
}

.animhead--headline.type .animhead--words-wrapper.selected b {
	/* text-decoration: overline; */
    background-color: #1BBCFF;
    color: #fff;
}


.animhead--headline.type b {
    visibility: hidden;
	/* line-height: 7rem; */
}

.animhead--headline.type b.is-visible {
    visibility: visible;
}

.animhead--headline.type i {
    position: absolute;
    visibility: hidden;
	font-style: normal;
}

.animhead--headline.type i.in {
    position: relative;
    visibility: visible;
}

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -moz-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        -moz-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
        -o-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
















	
}
/* ===== WHATSAPP ==== */

.whatsapp-action {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 64px;
	height: 64px;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated-hover:hover {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

.whatsapp-widget {
	position: fixed;
	bottom: 55px;
	right: 15px;
	width: 95px;
	height: 75px;
	background-image: url("https://lapieza32.com/whatsapp-movil.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	z-index: 9999;
}

@media (min-width: 450px) {
	.whatsapp-widget {
		right: 25px;
		bottom: 15px;
		width: 200px;
		height: 160px;
		background-image: url("https://lapieza32.com/whatsappfooter.webp");
	}
}

/* ===== FIN WHATSAPP ==== */









/* =========================
   LPZ32 - Selector de moneda
   ========================= */
.lpz32-pricing-switch{
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 12px 0 22px;
  padding: 0 12px;
}

.lpz32-pricing-btn{
  border: 1px solid #d6e3ff;
  background: #fff;
  padding: 10px 14px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 700;
  color: #041c76;
  transition: transform .12s ease, background-color .2s ease, border-color .2s ease;
}

.lpz32-pricing-btn:hover{
  transform: translateY(-1px);
}

.lpz32-pricing-btn.is-active{
  background: #eaf2ff;
  border-color: #7aa7ff;
}

/* Evita subrayados raros en el precio anual */
.lpz32-year,
.lpz32-year b{
  text-decoration: none !important;
}

/* =========================
   LPZ32 - Modal Selección País
   ========================= */

/* Estado base (cerrado) */
.lpz32-modal{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;              /* se muestra con .is-open */
}

/* Estado abierto */
.lpz32-modal.is-open{
  display: block;
}

.lpz32-modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(2px);
}

.lpz32-modal__dialog{
  position: relative;
  width: min(520px, calc(100% - 28px));
  margin: 8vh auto 0;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
  padding: 18px 18px 16px;
}

.lpz32-modal__close{
  position: absolute;
  top: 10px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 12px;
  background: #f2f6ff;
  color: #041c76;
  font-size: 22px;
  cursor: pointer;
}

.lpz32-modal__title{
  margin: 8px 0 2px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: #041c76;
  text-align: center;
}

.lpz32-modal__subtitle{
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(8, 38, 84, .75);
  text-align: center;
}

.lpz32-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 420px){
  .lpz32-grid{ grid-template-columns: 1fr; }
  .lpz32-modal__dialog{ margin-top: 6vh; }
}

.lpz32-card{
  border: 1px solid #e2ecff;
  background: #ffffff;
  border-radius: 16px;
  padding: 14px 14px 12px;
  cursor: pointer;
  text-align: left;
  transition: transform .12s ease, box-shadow .2s ease, border-color .2s ease;
}

.lpz32-card:hover{
  transform: translateY(-2px);
  border-color: #7aa7ff;
  box-shadow: 0 14px 28px rgba(0,0,0,.10);
}

.lpz32-card__code{
  width: 40px;
  height: 28px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #041c76;
  background: #eaf2ff;
  margin-bottom: 10px;
}

.lpz32-card__name{
  font-weight: 900;
  color: #041c76;
  margin-bottom: 2px;
}

.lpz32-card__desc{
  font-size: 13px;
  color: rgba(8, 38, 84, .7);
}












/* ===============================
   HERO VIDEO (movido desde HTML)
   =============================== */

.section__hero--video {
  width: calc(100% + 40px) !important;
}

.section__contract span {
  padding: 1rem 0 4rem;
  font-weight: 200;
}

.video-header {
  padding: .8rem 1.2rem;
  background-color: #00b0d4;
  color: #fff;
  font-weight: 700;
  line-height: 120%;
  font-size: 17px;
  z-index: 1;
  position: relative;
  text-align: center;
  border-radius: 14px 14px 0 0;
}

.contenedor-video {
  position: relative;
  width: 100%;
}

.contenedor-video video {
  box-shadow: 0px 0px 20px 0px rgba(0, 28, 56, 0.2);
  border-radius: 0 0 14px 14px;
}

.contenedor-video .fa {
  font-size: 200px !important;
  color: #1874bd;
}

#play-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.4);
  cursor: pointer;
  background: #c5e5ffed;
  border-radius: 140px;
  width: 201px;
  text-align: center;
}

.sound-on {
  border: dashed 1px #e9e9e9;
  background: #ffffff9c;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  align-items: center;
  border-radius: 11px;
  padding: 10px;
}

.sound-on .fa {
  font-size: 50px !important;
}

.sound-on div:last-child {
  width: 115px;
  color: #1974bd;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

@media (min-width:500px) {
  .section__hero--video {
    width: calc(100% + 140px) !important;
  }

  #play-video-btn {
    transform: translate(-50%, -50%) scale(.7);
  }

  #sound-on {
    transform: translate(-50%, -50%) scale(.6);
  }
}





/* ===============================
   PLAN NOTE (Prueba gratis 3 días)
   =============================== */

.plan-note{
  margin-top: 14px;
  font-size: 12.5px;
  line-height: 1.3;
  color: rgba(8, 38, 84, 0.65);
  text-align: center;
}

.plan-note b{
  font-weight: 600;
}

@media (min-width: 1200px){
  .plan-note{ font-size: 13px; }
}











/* ===============================
   MODAL SELECCIÓN DE PAÍS (LPZ32)
   =============================== */

.lpz32-modal{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;            /* cerrado por defecto */
}

.lpz32-modal.is-open{
  display: block;           /* se abre con tu JS */
}

.lpz32-modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(8, 18, 38, 0.70);
  backdrop-filter: blur(6px);
}

/* Dialog centrado */
.lpz32-modal__dialog{
  position: relative;
  max-width: 560px;
  width: calc(100% - 32px);
  margin: 8vh auto 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 28px 90px rgba(0,0,0,.20);
  padding: 22px 18px 18px;
  animation: lpz32Pop .18s ease-out;
}

@keyframes lpz32Pop{
  from{ transform: translateY(10px) scale(.98); opacity: .6; }
  to{ transform: translateY(0) scale(1); opacity: 1; }
}

.lpz32-modal__close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(8,121,227,.18);
  background: #f6fbff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #0F2149;
}

.lpz32-modal__close:hover{
  background: #e9f5ff;
  border-color: rgba(8,121,227,.28);
}

.lpz32-modal__title{
  margin: 6px 6px 8px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  color: #041c76;
}

.lpz32-modal__subtitle{
  margin: 0 12px 18px;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  color: rgba(13,30,63,.70);
}

/* Grid de tarjetas */
.lpz32-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 8px 10px 6px;
}

@media (min-width: 520px){
  .lpz32-grid{
    grid-template-columns: 1fr 1fr;
  }
}

/* Tarjeta país */
.lpz32-card{
  width: 100%;
  text-align: left;
  border: 1px solid rgba(8,121,227,.20);
  border-radius: 14px;
  padding: 14px;
  background: #ffffff;
  cursor: pointer;
  display: grid;
  grid-template-columns: 54px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 2px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.lpz32-card:hover{
  transform: translateY(-2px);
  border-color: rgba(8,121,227,.38);
  box-shadow: 0 14px 40px rgba(8,121,227,.14);
}

.lpz32-card__code{
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0879e3, #00b0d4);
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: .5px;
}

.lpz32-card__name{
  font-size: 16px;
  font-weight: 900;
  color: #041c76;
  line-height: 1.2;
}

.lpz32-card__desc{
  font-size: 13px;
  color: rgba(13,30,63,.70);
  line-height: 1.2;
}











/* ===== Upgrade PRO modal (LPZ32) ===== */

.lpz32-modal__dialog{
  border: 1px solid rgba(8,121,227,.18);
}

.lpz32-modal__dialog::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(8,121,227,.35), rgba(0,176,212,.25), rgba(5,235,132,.18));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events:none;
}

.lpz32-card{
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.lpz32-card:focus-visible{
  outline: 3px solid rgba(8,121,227,.35);
  outline-offset: 2px;
}

.lpz32-modal__close{
  display:flex;
  align-items:center;
  justify-content:center;
}

.lpz32-modal__close:active{
  transform: scale(.98);
}






/* ===============================
   CTA PRINCIPAL PRO (Hero button)
   =============================== */

.section__btn a.lpz32-open-modal{
  position: relative;
  border-radius: 14px;
  padding: 18px 28px;
  font-weight: 900;
  letter-spacing: .2px;
  box-shadow: 0 4px 5px rgba(12,198,2,.22);
  transform: translateY(0);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  overflow: hidden;
}

.section__btn a.lpz32-open-modal::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.45), transparent 45%),
              radial-gradient(circle at 70% 80%, rgba(255,255,255,.22), transparent 45%);
  opacity: .75;
  pointer-events:none;
}

.section__btn a.lpz32-open-modal::after{
  content:"";
  position:absolute;
  top:-40%;
  left:-60%;
  width: 70%;
  height: 220%;
  background: rgba(255,255,255,.22);
  transform: rotate(25deg);
  filter: blur(1px);
  animation: lpz32Shine 3.2s ease-in-out infinite;
  pointer-events:none;
}

@keyframes lpz32Shine{
  0%{ transform: translateX(0) rotate(25deg); opacity: 0; }
  15%{ opacity: .6; }
  35%{ opacity: .25; }
  55%{ transform: translateX(240%) rotate(25deg); opacity: 0; }
  100%{ opacity: 0; }
}

.section__btn a.lpz32-open-modal:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(12,198,2,.28);
  filter: saturate(1.05);
}

.section__btn a.lpz32-open-modal:active{
  transform: translateY(0);
  box-shadow: 0 10px 26px rgba(12,198,2,.18);
}








/* ===============================
   Sticky CTA Mobile (LPZ32)
   =============================== */
.lpz32-sticky-cta{
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 99998;
  display: none;
}

@media (max-width: 768px){
  .lpz32-sticky-cta{
    display: block;
  }
}

.lpz32-sticky-cta__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(8,121,227,.18);
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}

.lpz32-sticky-cta__text b{
  display:block;
  font-size: 14px;
  color:#041c76;
}

.lpz32-sticky-cta__text span{
  display:block;
  font-size: 12px;
  color: rgba(13,30,63,.65);
}

.lpz32-sticky-cta__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 900;
  color:#fff !important;
  background: #0cc602;
  box-shadow: 0 12px 26px rgba(12,198,2,.22);
}





/* =========================================================
   LPZ32 - Estilos movidos desde el HTML (NO más <style> inline)
   ========================================================= */

/* HERO VIDEO */
.section__hero--video{
  width: calc(100% + 40px) !important;
}

.section__contract span{
  padding: 1rem 0 1rem;
  font-weight: 200;
}

.video-header{
  padding: .8rem 1.2rem;
  background-color: #00b0d4;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 120%;
  font-size: 17px;
  z-index: 1;
  position: relative;
  text-align: center;
}

.contenedor-video{
  position: relative;
  width: 100%;
}

.contenedor-video video{
  box-shadow: 0px 0px 20px 0px rgba(0, 28, 56, 0.2);
}

.contenedor-video .fa{
  font-size: 200px !important;
  color: #1874bd;
}

#play-video-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.4);
  cursor: pointer;
  background: #c5e5ffed;
  border-radius: 140px;
  width: 201px;
  text-align: center;
}

.sound-on{
  border: dashed 1px #e9e9e9;
  background: #ffffff9c;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  align-items: center;
  border-radius: 11px;
  padding: 10px;
}

.sound-on .fa{
  font-size: 50px !important;
}

.sound-on div:last-child{
  width: 115px;
  color: #1974bd;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

@media (min-width:500px){
  .section__hero--video{
    width: calc(100% + 140px) !important;
  }
  #play-video-btn{
    transform: translate(-50%, -50%) scale(.7);
  }
  #sound-on{
    transform: translate(-50%, -50%) scale(.6);
  }
}

/* NOTA DE PLANES (estaba repetido 3 veces en el HTML) */
.plan-note{
  margin-top: 14px;
  font-size: 12.5px;
  line-height: 1.3;
  color: rgba(8, 38, 84, 0.65);
  text-align: center;
}
.plan-note b{ font-weight: 600; }
@media (min-width: 1200px){
  .plan-note{ font-size: 13px; }
}

/* =========================================================
   LPZ32 MODAL (PRO) – si todavía no lo tienes en CSS
   (Si ya existe en otro CSS, igual este bloque lo mejora)
   ========================================================= */
.lpz32-modal{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.lpz32-modal.is-open{
  display: block;
}

.lpz32-modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(10, 18, 35, .55);
  backdrop-filter: blur(6px);
}

.lpz32-modal__dialog{
  position: relative;
  width: min(720px, calc(100% - 28px));
  margin: 10vh auto 0;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 25px 80px rgba(0,0,0,.25);
  padding: 22px 22px 18px;
  border: 1px solid rgba(8,121,227,.18);
}

.lpz32-modal__close{
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(8,121,227,.18);
  background: #f7fbff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #0F2149;
}

.lpz32-modal__title{
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #0F2149;
}

.lpz32-modal__subtitle{
  margin: 8px 0 18px;
  text-align: center;
  color: #5c7791;
  font-weight: 500;
}

.lpz32-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.lpz32-card{
  border: 1px solid rgba(8,121,227,.18);
  border-radius: 16px;
  padding: 14px;
  cursor: pointer;
  background: linear-gradient(135deg, #f7fbff, #ffffff);
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  align-items: center;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.lpz32-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 35px rgba(8,121,227,.15);
  border-color: rgba(8,121,227,.35);
}

.lpz32-card__code{
  width: 44px;
  height: 28px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #0F2149;
  background: rgba(12,198,2,.12);
  border: 1px solid rgba(12,198,2,.20);
}

.lpz32-card:nth-child(2) .lpz32-card__code{
  background: rgba(8,121,227,.10);
  border-color: rgba(8,121,227,.22);
}

.lpz32-card__name{
  font-size: 18px;
  font-weight: 900;
  color: #0F2149;
}

.lpz32-card__desc{
  font-size: 13px;
  color: #5c7791;
  font-weight: 600;
}

@media (max-width: 520px){
  .lpz32-grid{ grid-template-columns: 1fr; }
  .lpz32-modal__dialog{
    margin: 8vh auto 0;
    padding: 18px 16px 14px;
  }
}

@media (prefers-reduced-motion: reduce){
  .lpz32-card{ transition: none; }
  .lpz32-card:hover{ transform: none; }
}


.lpz32-white{ color:#fff !important; }




/* Evita que el sticky tape el final de la página */
@media (max-width: 700px){
  body{
    padding-bottom: 90px;
  }
}


.lpz32-modal__dialog{
  animation: lpz32Pop .18s ease-out;
}
@keyframes lpz32Pop{
  from{ transform: translateY(10px); opacity: .8; }
  to{ transform: translateY(0); opacity: 1; }
}

.lpz32-card:focus,
.lpz32-modal__close:focus,
.lpz32-sticky-cta__btn:focus{
  outline: 3px solid rgba(8,121,227,.35);
  outline-offset: 2px;
}



/* Sticky CTA: SOLO MÓVIL */
.lpz32-sticky-cta{
  display: none; /* por defecto NO */
}

@media (max-width: 700px){
  .lpz32-sticky-cta{
    display: block; /* solo móvil */
  }
}







.plans_body-card.is-featured{
  transform: scale(1.06);
  z-index: 2;
  box-shadow: 0 10px 20px rgba(0,200,120,.35);
  border: 2px solid #00c876;
}




.lpz32-year {
  font-size: 15px;
  font-weight: 600;
}

.lpz32-save {
  font-size: 13px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  background: #fff3d9;
  color: #b26a00;
  display: inline-block;
  margin-top: 6px;
}




.lpz32-year-label{
  font-weight: 700;
  color: rgba(8, 38, 84, .70);
  margin-left: 6px;
  font-size: 13px;
  white-space: nowrap;
}






.lpz32-year-label{
  font-weight: 700;
  color: rgba(8, 38, 84, .70);
  margin-left: 6px;
  font-size: 13px;
  white-space: nowrap;
}

.lpz32-save{
  display: inline-block;
  margin: 8px 0 12px;
  font-weight: 900;        /* 🔥 más fuerte */
  font-size: 13.5px;       /* ⬆ +1px */
  color: #ff7a00;
  background: rgba(255,122,0,.12);  /* 🎯 etiqueta */
  padding: 4px 10px;
  border-radius: 999px;
}



.plan-target{
  background:#f5f9ff;
  padding:10px 12px;
  border-left:4px solid #0d6efd;
  font-size:13px;
  border-radius:8px;
  margin:10px 0;
}



.lpz32-trial-badge{
  background:linear-gradient(90deg, #008bdf, #00a5ff);
  color:white;
  padding:6px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  display:inline-block;
  margin-bottom:8px;
}



li.disabled{
  opacity:.45;
  text-decoration:line-through;
}




.plans_body-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 35px 80px rgba(0,0,0,.18);
}

















/* ===== LPZ32 Lead Modal ===== */
.lpz32-lead{
  max-width: 560px;
}

.lpz32-lead__form{
  display: grid;
  gap: 12px;
  margin-top: 10px;
}

.lpz32-lead__label{
  font-size: 13px;
  font-weight: 700;
  color: #0F2149;
  display: grid;
  gap: 6px;
}

.lpz32-lead__input{
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(8,121,227,.22);
  padding: 0 12px;
  font-size: 14px;
  outline: none;
  background: #fff;
}

.lpz32-lead__input:focus{
  border-color: rgba(8,121,227,.55);
  box-shadow: 0 0 0 4px rgba(8,121,227,.12);
}

.lpz32-lead__btn{
  height: 46px;
  border-radius: 14px;
  border: none;
  background: #12c602;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.lpz32-lead__btn:hover{
  filter: brightness(.95);
}

.lpz32-lead__note{
  text-align: center;
  font-size: 12.5px;
  color: rgba(15,33,73,.72);
  margin-top: 4px;
}


.lpz32-no-scroll{
  overflow: hidden;
}









/* =========================
   LPZ32 Improvements (Plans)
   ========================= */
.lpz32-plan-size{
  margin: 6px 0 14px;
  font-weight: 800;
  color: #0F2149;
  opacity: .9;
}

.plans_btn{
  font-weight: 900;
  letter-spacing: .2px;
}

/* Comparación */
.lpz32-compare{
  padding: 60px 0;
  /*background: linear-gradient(180deg, rgba(8,121,227,.06), rgba(8,121,227,0));*/
}
.lpz32-compare__inner{
  width: min(1080px, calc(100% - 28px));
  margin: 0 auto;
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(8,121,227,.14);
  box-shadow: 0 18px 60px rgba(0,0,0,.06);
  padding: 26px;
}
.lpz32-compare__title{
  margin: 0;
  font-size: 34px;
  font-weight: 900;
  color: #0F2149;
}
.lpz32-compare__sub{
  margin: 8px 0 18px;
  color: #5c7791;
  font-weight: 600;
}





/* =========================================================
   LPZ32 Compare (estilo tipo DoctoCliq) - PRO + Responsive
   ========================================================= */
.lpz32-compare{padding:30px 0 10px;}
.lpz32-compare__inner{
  max-width:1100px;
  margin:0 auto;
  padding:22px;
  background:#fff;
  border-radius:18px;
  box-shadow:0 14px 40px rgba(0,0,0,.08);
}
.lpz32-compare__head{margin-bottom:14px;}
.lpz32-compare__title{margin:0;font-size:34px;line-height:1.12;font-weight:800;color:#0b2a55;}
.lpz32-compare__sub{margin:6px 0 0;color:#4a627e;font-size:16px;}

.lpz32-compare__scroll{overflow:visible;}
/* Sticky no debe tener padres con overflow que lo rompan */
.lpz32-compare__inner,
.lpz32-compare__scroll{
  overflow: visible !important;
}
/* Tabla base */
.lpz32-compare__table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  min-width:860px; /* para que no se aplaste en tablet */
  font-size:15px;
}
.lpz32-compare__table th,
.lpz32-compare__table td{
  padding:14px 14px;
  border-bottom:1px solid rgba(11,42,85,.10);
  background:#fff;
}
/* ===== STICKY REAL (como DoctoCliq) ===== */
:root{
  /* AJUSTA ESTE NÚMERO al alto REAL de tu header fijo (menú de arriba) */
  --lpz32-compare-sticky-top: 86px;
}



/* Mantén los colores de tabs en sticky (para que no se “laven”) */
.lpz32-compare__table thead th.lpz32-plan-mini{ background:#4aa3ff !important; color:#fff !important; }
.lpz32-compare__table thead th.lpz32-plan-std{  background:#17b4a7 !important; color:#fff !important; }
.lpz32-compare__table thead th.lpz32-plan-pro{  background:#16344a !important; color:#fff !important; }
.lpz32-compare__table thead th.lpz32-col-feature{ background:#eef5ff !important; color:#0b2a55 !important; }

/* Móvil: a veces el header es más alto */
@media (max-width: 560px){
  :root{ --lpz32-compare-sticky-top: 92px;; } /* 🔧 sube/baja este valor si lo tapa */
}

.lpz32-col-feature{width:46%; text-align:left;}
.lpz32-col-plan{width:18%; text-align:center; white-space:nowrap;}
/* Columna recomendada (Estandar) */
.lpz32-compare__table .is-recommended{
  background:#e9fbf3;
}
.lpz32-compare__table thead th.is-recommended,
.lpz32-compare__table thead th.lpz32-plan-std.is-recommended{
  background:#d7f7ea;
}

/* Colores tipo “tabs” */
.lpz32-plan-mini{background:#4aa3ff !important; color:#fff !important;}
.lpz32-plan-std{background:#17b4a7 !important; color:#fff !important;}
.lpz32-plan-pro{background:#16344a !important; color:#fff !important;}
.lpz32-compare__table thead th.lpz32-col-feature{background:#eef5ff !important; color:#0b2a55 !important;}

/* Secciones (Agenda/Caja/...) tipo DoctoCliq */
.lpz32-group__head th{
  padding:0 !important;
  border-bottom:1px solid rgba(11,42,85,.10);
  background:#f1f7ff !important;
}
.lpz32-group__btn{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:16px 14px;
  font-size:20px;
  font-weight:800;
  color:#0b2a55;
  background:transparent;
  border:0;
  cursor:pointer;
}
.lpz32-group__chev{font-size:18px; opacity:.7;}
.lpz32-group.is-collapsed .lpz32-group__row{display:none;}

.lpz32-compare__table tbody tr:hover td{background:#f6fbff;}
.lpz32-compare__table td:first-child{font-weight:600;color:#0b2a55;text-align:left;}
.lpz32-compare__table td{color:#20364d;}
.lpz32-compare__table td:nth-child(3){ /* col estandar */
  font-weight:700;
}

/* CTA debajo */
.lpz32-compare__cta{
  display:flex;
  gap:12px;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  margin-top:16px;
}
.lpz32-compare__ctaBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:12px;
  font-weight:800;
  text-decoration:none;
  background:#14c466;
  color:#fff;
  box-shadow:0 10px 24px rgba(20,196,102,.25);
}
.lpz32-compare__ctaBtn.is-outline{
  background:#fff;
  color:#0b2a55;
  border:1px solid rgba(11,42,85,.22);
  box-shadow:none;
}

/* =========================
   Responsive (Mobile)
   - headers verticales + sticky
   ========================= */
@media (max-width: 820px){
  /*:root{ --lpz32-compare-sticky-top: 72px; }

  .lpz32-compare__inner{padding:16px;border-radius:16px;}
  .lpz32-compare__title{font-size:26px;}
  .lpz32-compare__sub{font-size:14px;}

  /* Mobile PRO: sin scroll horizontal, todo encaja */
  .lpz32-compare__table{
    width:100%;
    table-layout:fixed;
  }
  .lpz32-compare__table th,
  .lpz32-compare__table td{
    padding:12px 10px;
    font-size:14px;
    word-break:break-word;
    overflow-wrap:anywhere;
  }

  /* headers verticales tipo DoctoCliq */
  .lpz32-compare__table thead th.lpz32-col-plan{
    writing-mode:vertical-rl;
    text-orientation:mixed;
    transform:rotate(180deg);
    height:118px;
    width:56px;
    padding:10px 6px;
    letter-spacing:.5px;
    white-space:nowrap;
  }

  .lpz32-col-feature{width:calc(100% - 168px);} /* 3 cols * 56px */
  .lpz32-col-plan{width:56px;}

  /* separadores y lectura */
  .lpz32-compare__table td,
  .lpz32-compare__table th{
    border-bottom:1px solid rgba(11,42,85,.12);
  }
  .lpz32-compare__table tbody td{font-size:13px;}
  .lpz32-compare__table tbody td.lpz32-col-feature{font-size:13px;}
}}




















/* ===================== LPZ32 Compare: FIX MOBILE (sin desborde + sticky headers) =====================
   - Quita la barra horizontal
   - Centra el bloque
   - Deja los títulos Mini/Estandar/Profesional visibles mientras bajas (sticky)
*/

/* Evita overflow horizontal SOLO en esta sección */
.lpz32-compare,
.lpz32-compare__inner,
.lpz32-compare__tableWrap{max-width:100%;}

@media (max-width: 560px){
  /* Card centrado y sin “salirse” */
  .lpz32-compare{padding-left:12px;padding-right:12px;}
  .lpz32-compare__inner{
    margin:18px auto;
    padding:16px;
    width:100%;
    box-sizing:border-box;
  }

  /* IMPORTANTE: no scroll horizontal */
  .lpz32-compare__tableWrap{
    overflow-x:hidden !important;
    -webkit-overflow-scrolling:touch;
  }

  /* La tabla debe encajar al 100% */
  .lpz32-compare__table{
    width:100% !important;
    min-width:0 !important;          /* <-- elimina el “min-width” que rompe mobile */
    table-layout:fixed !important;    /* <-- fuerza que encaje */
  }

  /* Anchos por columna: 1ra (feature) flexible + 3 columnas compactas */
  .lpz32-compare__table col.lpz32-col-feature{width:auto !important;}
  .lpz32-compare__table col.lpz32-col-plan{width:56px !important;}

  /* Ajuste tipografías/paddings */
  .lpz32-compare__table th,
  .lpz32-compare__table td{
    padding:10px 8px !important;
    font-size:13px !important;
  }

  /* Sticky header (Mini/Estandar/Profesional) */
  .lpz32-compare__table thead th{
    position:sticky !important;
    /*top:74px !important;            /* ajusta si tu header fijo tapa (ej: 64/80) */
    /*z-index:50 !important;*/
  }

  /* Encabezados de planes en vertical (estilo Doctocliq) para que entre sin scroll horizontal */
  .lpz32-compare__table thead th:not(:first-child){
    writing-mode:vertical-rl;
    text-orientation:mixed;
    transform:rotate(180deg);
    padding:12px 4px !important;
    font-size:12px !important;
    letter-spacing:.3px;
  }

  /* Celdas centradas */
  .lpz32-compare__table td:not(:first-child){text-align:center !important;}
}







/* =========================================================
   FIX FINAL: Sticky de títulos (Mini / Estandar / Profesional)
   - Se pega SIEMPRE debajo del header fijo
   - Corrige el “se sube / no se queda”
   ========================================================= */

/* 1) Ajusta SOLO estos valores si tu header es más alto o más bajo */
:root{
  --lpz32-compare-sticky-top: 110px; /* desktop/tablet */
}
@media (max-width: 860px){
  :root{
    --lpz32-compare-sticky-top: 128px; /* móvil: header suele ser más alto */
  }
}
@media (max-width: 420px){
  :root{
    --lpz32-compare-sticky-top: 140px; /* móviles muy chicos */
  }
}

/* 2) Sticky REAL (gana a tus reglas anteriores) */
.lpz32-compare__table thead th{
  position: sticky !important;
  top: calc(var(--lpz32-compare-sticky-top) + env(safe-area-inset-top)) !important;
  z-index: 999999 !important;
  background-clip: padding-box;
}

/* 3) Para que no “desaparezca” por algún padre */
.lpz32-compare__inner,
.lpz32-compare__scroll,
.lpz32-compare__tableWrap{
  overflow: visible !important;
}

/* 4) Un poco de sombra para que se note pegado (opcional) */
.lpz32-compare__table thead th{
  box-shadow: 0 8px 20px rgba(0,0,0,.10);
}











/* =========================================================
   PATCH FINAL – Sticky real debajo del header fijo (MÓVIL)
   Pegar AL FINAL del CSS (muy importante)
   ========================================================= */

/* 1) Tu header fijo mide 8rem (se ve en tu CSS: min-height: 8rem).
   Si luego lo cambias, solo cambia aquí. */
:root{
  --lpz32-site-header-h: 8rem; /* = 128px aprox */
  --lpz32-compare-sticky-gap: 8px;
  --lpz32-compare-sticky-top: calc(var(--lpz32-site-header-h) + var(--lpz32-compare-sticky-gap));
}

/* 2) Sticky solo aplica si ningún padre “rompe” sticky */
.lpz32-compare,
.lpz32-compare__inner,
.lpz32-compare__scroll{
  overflow: visible !important;
}

/* 3) Sticky del header de la tabla (Funcionalidad/Mini/Estandar/Profesional) */
@media (max-width: 860px){

  .lpz32-compare__table thead th{
    position: sticky !important;
    top: calc(var(--lpz32-compare-sticky-top) + env(safe-area-inset-top)) !important;

    /* súper importante para que NO se vaya “detrás” del header */
    z-index: 2147483647 !important;

    /* que no se transparente al pasar por encima de filas */
    background-clip: padding-box;
  }

  /* “barra” visual para que se note pegado */
  .lpz32-compare__table thead{
    position: relative;
    z-index: 2147483647;
  }
  .lpz32-compare__table thead th{
    box-shadow: 0 10px 22px rgba(0,0,0,.10);
  }
}







/* =========================
   FIX STICKY (LPZ32 Compare)
   ========================= */

/* 1) El sticky NO funciona si algún padre tiene overflow:hidden/auto/scroll
      Tu #content-main lo tenía en overflow:hidden. Lo abrimos SOLO en home. */
body.home #content-main{
  overflow: visible !important;
}

/* 2) Asegura que ningún wrapper del compare lo rompa */
body.home .lpz32-compare,
body.home .lpz32-compare__inner,
body.home .lpz32-compare__scroll,
body.home .lpz32-compare__tableWrap{
  overflow: visible !important;
}

/* 3) Sticky real */
:root{
  --lpz32-site-header-h: 8rem;  /* tu header mide 8rem */
  --lpz32-sticky-gap: 8px;
}

body.home .lpz32-compare__table thead th{
  position: sticky !important;
  top: calc(var(--lpz32-site-header-h) + var(--lpz32-sticky-gap) + env(safe-area-inset-top)) !important;
  z-index: 2147483647 !important;
  background: #eef5ff !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
  background-clip: padding-box;
}







/* =======================================
   BOTÓN PRO – Comparación completa
======================================= */
.lpz32-btn-compare{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:14px 26px;
  border-radius:14px;
  font-size:11px;
  font-weight:500;
  text-decoration:none;
  color:#0b2a55;
  background:linear-gradient(180deg,#ffffff,#f3f8ff);
  border:1px solid rgba(11,42,85,.25);
  box-shadow:
    0 10px 24px rgba(11,42,85,.12),
    inset 0 1px 0 rgba(255,255,255,.8);
  transition:all .18s ease;
}

.lpz32-btn-compare:hover{
  transform:translateY(-2px);
  box-shadow:
    0 18px 36px rgba(11,42,85,.18),
    inset 0 1px 0 rgba(255,255,255,.9);
  background:#fff;
}



















/* =====================================================
   BLOQUE FLUJO PRO - ANTES / DURANTE / DESPUÉS
   Usa: .lpz32-flow-section
===================================================== */

.lpz32-flow-section{
  width:100% !important;
  padding:90px 7vw !important;
  background:linear-gradient(180deg,#f4fbff 0%,#ffffff 55%,#f7fcff 100%) !important;
  overflow:hidden !important;
}

.lpz32-flow-section .lpz32-flow-row{
  max-width:1450px !important;
  margin:0 auto 110px !important;
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:80px !important;
  align-items:center !important;
}

.lpz32-flow-section .lpz32-flow-row:nth-child(even) .lpz32-flow-media{
  order:2 !important;
}

.lpz32-flow-section .lpz32-flow-row:nth-child(even) .lpz32-flow-text{
  order:1 !important;
}

.lpz32-flow-section .lpz32-flow-kicker{
  display:block !important;
  color:#0bb4d0 !important;
  font-size:18px !important;
  font-weight:900 !important;
  letter-spacing:1px !important;
  text-transform:uppercase !important;
  margin-bottom:14px !important;
}

.lpz32-flow-section h2{
  color:#07194f !important;
  font-size:clamp(36px,3.4vw,58px) !important;
  line-height:1.08 !important;
  font-weight:900 !important;
  letter-spacing:-1.4px !important;
  margin:0 0 26px !important;
}

.lpz32-flow-section ul{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}

.lpz32-flow-section li{
  color:#07194f !important;
  font-size:20px !important;
  line-height:1.45 !important;
  font-weight:600 !important;
  margin-bottom:16px !important;
  display:flex !important;
  gap:14px !important;
  align-items:flex-start !important;
}

.lpz32-flow-section li::before{
  content:"✓" !important;
  color:#00a6c8 !important;
  font-weight:900 !important;
  font-size:22px !important;
  line-height:1 !important;
  margin-top:2px !important;
}

.lpz32-flow-section img{
  max-width:100% !important;
  display:block !important;
  border-radius:28px !important;
  /*filter:drop-shadow(0 28px 45px rgba(7,25,79,.16)) !important;*/
}

/* MÓVIL */
@media(max-width:768px){
  .lpz32-flow-section{
    padding:55px 20px !important;
  }

  .lpz32-flow-section .lpz32-flow-row{
    grid-template-columns:1fr !important;
    gap:30px !important;
    margin-bottom:70px !important;
  }

  .lpz32-flow-section .lpz32-flow-row:nth-child(even) .lpz32-flow-media,
  .lpz32-flow-section .lpz32-flow-row:nth-child(even) .lpz32-flow-text{
    order:initial !important;
  }

  .lpz32-flow-section h2{
    font-size:31px !important;
    text-align:left !important;
  }

  .lpz32-flow-section li{
    font-size:16px !important;
  }
}















/* BLOQUE FLUJO PRO */
.lpz32-flow-section{
  padding:90px 7vw !important;
  background:linear-gradient(180deg,#f3fbff 0%,#ffffff 55%,#f7fcff 100%) !important;
}

.lpz32-flow-head{
  text-align:center !important;
  max-width:980px !important;
  margin:0 auto 70px !important;
}

.lpz32-flow-head span,
.lpz32-flow-label{
  color:#0bb4d0 !important;
  font-weight:900 !important;
  letter-spacing:1px !important;
  text-transform:uppercase !important;
}

.lpz32-flow-head h2{
  color:#07194f !important;
  font-size:clamp(34px,1vw,58px) !important;
  line-height:1.08 !important;
  font-weight:800 !important;
  margin:14px 0 0 !important;
}

.lpz32-flow-row{
  max-width:1450px !important;
  margin:0 auto 95px !important;
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:80px !important;
  align-items:center !important;
}

.lpz32-flow-row.reverse .lpz32-flow-image{
  order:2 !important;
}

.lpz32-flow-row.reverse .lpz32-flow-text{
  order:1 !important;
}

.lpz32-flow-image img{
  width:100% !important;
  border-radius:34px !important;
  display:block !important;
  /*box-shadow:0 30px 70px rgba(7,25,79,.14) !important;*/
}

.lpz32-flow-text h3{
  color:#07194f !important;
  font-size:clamp(32px,1.2vw,52px) !important;
  line-height:1.12 !important;
  font-weight:700 !important;
  margin:14px 0 28px !important;
}

.lpz32-flow-text ul{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}

.lpz32-flow-text li{
  color:#07194f !important;
  font-size:20px !important;
  font-weight:400 !important;
  margin-bottom:18px !important;
  display:flex !important;
  gap:14px !important;
}

.lpz32-flow-text li::before{
  content:"✓" !important;
  color:#00a6c8 !important;
  font-size:24px !important;
  font-weight:900 !important;
}

/* MÓVIL */
@media(max-width:768px){
  .lpz32-flow-section{
    padding:55px 20px !important;
  }

  .lpz32-flow-head{
    margin-bottom:45px !important;
  }

  .lpz32-flow-head h2{
    font-size:31px !important;
  }

  .lpz32-flow-row{
    grid-template-columns:1fr !important;
    gap:28px !important;
    margin-bottom:65px !important;
  }

  .lpz32-flow-row.reverse .lpz32-flow-image,
  .lpz32-flow-row.reverse .lpz32-flow-text{
    order:initial !important;
  }

  .lpz32-flow-text h3{
    font-size:28px !important;
  }

  .lpz32-flow-text li{
    font-size:16px !important;
    margin-bottom:13px !important;
  }
}









.lpz32-after-demo-actions{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:14px !important;
  flex-wrap:wrap !important;
}

.lpz32-after-demo-btn-primary{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:54px !important;
  padding:0 34px !important;
  border-radius:16px !important;
  background:#05c900 !important;
  color:#fff !important;
  font-weight:900 !important;
  font-size:17px !important;
  text-decoration:none !important;
  box-shadow:0 14px 28px rgba(5,201,0,.25) !important;
}

.lpz32-after-demo-btn-primary:hover{
  transform:translateY(-2px) !important;
  color:#fff !important;
}















/* ===== FIX FINAL MODAL LEAD LPZ32 ===== */

#lpz32LeadModal .lpz32-modal__dialog {
  background: #fff !important;
}

#lpz32LeadModal .lpz32-lead-normal,
#lpz32LeadModal #lpz32LeadLoading,
#lpz32LeadModal #lpz32LeadSuccess {
  display: none;
}

#lpz32LeadModal:not(.is-processing):not(.is-success) .lpz32-lead-normal {
  display: block !important;
}

#lpz32LeadModal.is-processing .lpz32-modal__dialog {
  width: min(560px, 92vw) !important;
  min-height: auto !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

#lpz32LeadModal.is-processing .lpz32-modal__close {
  display: none !important;
}

#lpz32LeadModal.is-processing #lpz32LeadLoading {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#lpz32LeadModal .lpz32-lead-loading-box {
  width: 100%;
  background: #fff !important;
  border-radius: 24px;
  padding: 46px 34px 42px;
  text-align: center;
  box-shadow: 0 30px 90px rgba(7, 25, 79, .22);
}

#lpz32LeadModal.is-success .lpz32-modal__dialog {
  width: min(560px, 92vw) !important;
  min-height: auto !important;
  padding: 28px !important;
  background: #fff !important;
}

#lpz32LeadModal.is-success .lpz32-modal__close,
#lpz32LeadModal.is-success .lpz32-modal__title,
#lpz32LeadModal.is-success .lpz32-modal__subtitle,
#lpz32LeadModal.is-success .lpz32-lead-normal,
#lpz32LeadModal.is-success #lpz32LeadForm {
  display: none !important;
}

#lpz32LeadModal.is-success #lpz32LeadSuccess {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100%;
  min-height: 330px;
  padding: 42px 34px;
  border-radius: 24px;
  background: #f5fff8 !important;
  border: 1px solid #d4f5dd;
}

#lpz32LeadModal .lpz32-lead-success-icon {
  width: 72px;
  height: 72px;
  min-width: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #08c400;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lpz32LeadModal .lpz32-lead-success h4 {
  color: #07194f !important;
  font-size: 30px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  margin: 0 0 14px !important;
  max-width: 430px;
}

#lpz32LeadModal .lpz32-lead-success p {
  color: #7a88a5 !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  margin: 0 auto !important;
  max-width: 470px;
}

#lpz32LeadModal .lpz32-loader {
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  border-radius: 50%;
  border: 6px solid #dff8e7;
  border-top-color: #08c400;
  animation: lpz32Spin .8s linear infinite;
}

@keyframes lpz32Spin {
  to { transform: rotate(360deg); }
}

#lpz32LeadModal .lpz32-lead-loading-box h4 {
  color: #07194f !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  margin: 0 0 12px !important;
}

#lpz32LeadModal .lpz32-lead-loading-box p {
  color: #7a88a5 !important;
  font-size: 18px !important;
  margin: 0 !important;
}




















/* ===== COMPARACIÓN PRO LPZ32 ===== */
.lpz32-compare-pro{
  padding:80px 20px;
  background:linear-gradient(135deg,#06255a 0%,#07346f 50%,#041b42 100%);
}

.lpz32-compare-pro__inner{
  max-width:1180px;
  margin:auto;
}

.lpz32-compare-pro__head{
  text-align:center;
  color:#fff;
  margin-bottom:28px;
}

.lpz32-compare-pro__head span{
  display:inline-block;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:#7dd3fc;
  padding:8px 18px;
  border-radius:999px;
  font-weight:500;
  margin-bottom:14px;
}

.lpz32-compare-pro__head h2{
  color:#fff;
  font-size:48px;
  font-weight:700;
  margin:0 0 10px;
}



.lpz32-col-feature{
  background:#eff6ff;
  text-align:left;
  font-weight:900;
}

.lpz32-col-plan{
  color:#fff !important;
  text-align:center;
  font-weight:900;
  position:relative;
}

.lpz32-plan-mini{background:#3b82f6;}
.lpz32-plan-std{background:#11b8c9;}
.lpz32-plan-pro{background:#111827;}

.lpz32-reco-badge{
  display:block;
  width:max-content;
  margin:0 auto 7px;
  background:#fff;
  color:#0ea5e9;
  font-size:11px;
  padding:4px 10px;
  border-radius:999px;
}

.lpz32-group__head th{
  padding:0 !important;
  background:#f3f8ff;
}

.lpz32-group__btn{
  width:100%;
  border:0;
  background:#f3f8ff;
  padding:22px 18px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:20px;
  font-weight:700;
  color:#07194f;
}

.lpz32-group__row:hover td{
  background:#f8fbff;
}

.lpz32-group__row td:first-child{
  font-weight:400;
}

.lpz32-group__row td:not(:first-child){
  text-align:center;
}

.lpz32-group__row td.is-recommended{
  background:#eafbf4;
  font-weight:850;
}

.lpz32-ok{
  display:inline-flex;
  width:24px;
  height:24px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#22c55e;
  color:white;
  font-weight:900;
  font-size:14px;
}

.lpz32-no{
  color:#94a3b8;
  font-weight:900;
}

.lpz32-compare__cta{
  display:flex;
  justify-content:center;
  gap:14px;
  margin-top:28px;
  flex-wrap:wrap;
}

.lpz32-compare__ctaBtn{
  background:#08c908;
  color:#fff !important;
  padding:16px 30px;
  border-radius:14px;
  font-weight:600;
  text-decoration:none;
}

.lpz32-compare__ctaBtn.is-outline{
  background:#fff;
  color:#006fe6 !important;
  border:1px solid #bfdbfe;
}

@media(max-width:768px){
  .lpz32-compare-pro{
    padding:55px 12px;
  }

  .lpz32-compare-pro__head h2{
    font-size:34px;
  }

  .lpz32-compare__scroll{
    overflow-x:auto;
  }

  .lpz32-compare__table{
    min-width:760px;
  }
}










/* ===== FIX PLANES + COMPARATIVA LPZ32 ===== */

/* 1) Volver a centrar los planes */
.lpz32-plans-body-pro .plans_body{
  justify-content: center !important;
  align-items: stretch !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 2) Comparativa con fondo visible y borde PRO */
#lpz32Comp.lpz32-compare-pro{
  background: #f2f8ff !important;
  padding: 80px 20px !important;
}

#lpz32Comp .lpz32-compare-pro__inner{
  max-width: 1220px !important;
  margin: 0 auto !important;
  background: #ffffff !important;
  border-radius: 34px !important;
  padding: 50px 34px 44px !important;
  box-shadow: 0 25px 70px rgba(7,25,79,.14) !important;
  border: 1px solid #d8e8f7 !important;
}

/* 3) Título visible: quitar blanco sobre blanco */
#lpz32Comp .lpz32-compare-pro__head span{
  background: #e8f6ff !important;
  color: #008fc7 !important;
  border: 1px solid #bcecff !important;
  padding: 8px 18px !important;
  border-radius: 999px !important;
}

#lpz32Comp .lpz32-compare-pro__head h2{
  color: #07194f !important;
  background: transparent !important;
  text-shadow: none !important;
}

#lpz32Comp .lpz32-compare-pro__head p{
  color: #51617f !important;
  background: transparent !important;
}

/* 4) Tabla más marcada */


#lpz32Comp .lpz32-compare__table th,
#lpz32Comp .lpz32-compare__table td{
  border-bottom: 1px solid #e1ebf5 !important;
}



#lpz32Comp .lpz32-col-feature{
  background: #e8f2ff !important;
  color: #07194f !important;
}

/* 5) Botones debajo de tabla */
#lpz32Comp .lpz32-compare__cta{
  background: transparent !important;
  padding-top: 34px !important;
}















@media (max-width: 768px){

  .lpz32-mobile-swipe-hint{
    display: none !important;
  }

  .lpz32-plans-section .our_plans_ads-body,
  .lpz32-plans-section .tab_body,
  .lpz32-plans-section .tab-pane{
    overflow: visible !important;
  }

  .lpz32-plans-section .plans_body{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 18px 40px !important;
  }

  .lpz32-plans-section .plans_body-card{
    width: 100% !important;
    max-width: 390px !important;
    min-width: 0 !important;
    flex: none !important;
  }

  
}













/* ✅ Hero móvil: centrar botones y texto inferior */
@media (max-width: 768px){

  .lpz32-hero-actions{
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .lpz32-hero-actions a{
    width: 88% !important;
    max-width: 320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .section__contract{
    width: 100% !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
  }

  .section__contract span{
    display: block !important;
    text-align: center !important;
  }

}