.elementor-kit-24{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Heading Pro Double", Sans-serif;}.elementor-kit-24 button,.elementor-kit-24 input[type="button"],.elementor-kit-24 input[type="submit"],.elementor-kit-24 .elementor-button{background-color:#E5FF00;font-family:"Heading Pro Wide", Sans-serif;font-size:15px;font-weight:900;text-transform:uppercase;color:#000000;border-style:solid;border-width:2px 2px 2px 2px;border-radius:100px 100px 100px 100px;padding:13px 30px 13px 30px;}.elementor-kit-24 button:hover,.elementor-kit-24 button:focus,.elementor-kit-24 input[type="button"]:hover,.elementor-kit-24 input[type="button"]:focus,.elementor-kit-24 input[type="submit"]:hover,.elementor-kit-24 input[type="submit"]:focus,.elementor-kit-24 .elementor-button:hover,.elementor-kit-24 .elementor-button:focus{background-color:#000000;color:#FFFFFF;}.elementor-kit-24 e-page-transition{background-color:#FFBC7D;}.elementor-kit-24 a{font-family:"Heading Pro Double", Sans-serif;}.elementor-kit-24 h1{font-family:"Heading Pro Wide", Sans-serif;font-weight:900;}.elementor-kit-24 h2{font-family:"Heading Pro Wide", Sans-serif;font-weight:900;}.elementor-kit-24 h3{font-family:"Heading Pro Wide", Sans-serif;font-size:36px;font-weight:900;text-transform:uppercase;line-height:1.2em;}.elementor-kit-24 h4{font-family:"Heading Pro Wide", Sans-serif;font-size:22px;font-weight:900;}.elementor-kit-24 h5{font-family:"Heading Pro Wide", Sans-serif;font-size:19px;font-weight:900;line-height:1.2em;}.elementor-kit-24 h6{font-family:"Heading Pro Wide", Sans-serif;font-weight:900;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-24 h3{font-size:30px;}.elementor-kit-24 h5{font-size:16px;}.elementor-kit-24 button,.elementor-kit-24 input[type="button"],.elementor-kit-24 input[type="submit"],.elementor-kit-24 .elementor-button{font-size:13px;padding:14px 20px 14px 20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-24 h3{font-size:22px;line-height:1.2em;}.elementor-kit-24 h5{font-size:14px;}.elementor-kit-24 button,.elementor-kit-24 input[type="button"],.elementor-kit-24 input[type="submit"],.elementor-kit-24 .elementor-button{font-size:12px;padding:12px 20px 12px 20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.scrolled > div{
	    backdrop-filter: blur(8px);
    background-color: rgb(255 255 255 / 80%);
}
.joinBtn .elementor-button-text::before, .elementor-field-type-submit .elementor-button-content-wrapper > span:last-of-type::after{
	content:"";
	display: block;
	width: 1.5em;
	height: 1.5em;
background-image: url(/wp-content/uploads/2026/03/iconRayo.png);
	background-repeat: no-repeat;
	background-size: contain;
	filter: brightness(0);
	transition: .3s ease all;
}
.elementor-field-type-submit .elementor-button-text{
    display: flex;
    flex-direction: row-reverse;
}
.joinBtn:hover .elementor-button-text::before, .elementor-field-type-submit:hover .elementor-button-content-wrapper > span:last-of-type::after{
	transform: rotate(360deg);
	filter: brightness(0) invert(1);
}
.joinBtn .elementor-button-text, .elementor-field-group .elementor-size-sm .elementor-button-text{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.elementor-field-type-submit .elementor-form-spinner {
    filter: brightness(0) invert(1);
}
.cmCircles .elementor-button-text::before{
    background-image: url(/wp-content/uploads/2026/03/circles.png);
        width: 1.2em;
    height: 1.2em;
}
.cmEvents .elementor-button-text::before{
    background-image: url(/wp-content/uploads/2026/03/yellow-calendar.png);
        width: 1.3em;
    height: 1.3em;
}

mark{
    background-color: #000;
    font-family: "Heading Pro Wide", Sans-serif;
    border-radius: 8px;
    font-weight: 900;
    padding: 2px 8px;
	color:#FFF;
}
s {
    text-decoration: none;
    color: #FFF;
    display: inline-block;
    background-color: #7966FF;
    width: 1em;
    height: 1em;
    border-radius: 100rem;
    text-align: center;
    line-height: .9;
    transform: translate(-10%, -6%);
}
.rotate-animation{
	position: relative;
}
.rotate-animation img{
	animation: rotate-animation 15s infinite linear;
}

@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

    .flecha {
      animation: bajar 1.2s infinite;
    }

    @keyframes bajar {
      0% {
        top: -10px;
        opacity: 0;
      }
      50% {
        top: 0;
        opacity: 1;
      }
      100% {
        top: 10px;
        opacity: 0;
      }
}
			
			
#leadsForm .elementor-field-subgroup .elementor-field-option label{
    font-family: "Heading Pro Double", Sans-serif;
    font-size: 14px;
    letter-spacing: -.5px;
    color: #000;
}
#leadsForm .elementor-field-subgroup{
    gap: 8px;
}
#leadsForm .elementor-field-subgroup .elementor-field-option{
    position: relative;
        padding-inline-end: 0;
}
#leadsForm .elementor-field-subgroup .elementor-field-option input{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer;
    opacity: 0;
}
#leadsForm .elementor-field-subgroup .elementor-field-option label{
background-color: #FAFAFA;
border: 1px solid #DDDDDD;
border-radius: 100rem;
position: relative;
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
padding: 7px 15px;
transition: .3s ease all;
}
#leadsForm .elementor-field-subgroup{
    margin-bottom: 20px;
}
#leadsForm .elementor-field-subgroup .elementor-field-option label::before{
    content:"";
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
}
#leadsForm .elementor-field-subgroup .elementor-field-option input:checked + label,
#leadsForm .elementor-field-subgroup .elementor-field-option input:hover + label{
    background-color: #91e4e1;
    border: 1px solid #33d7d2;
    color: #000000;
}
#leadsForm .elementor-field-subgroup span:nth-child(1) label::before{
    background-image: url(/wp-content/uploads/2026/03/01.png);
}
#leadsForm .elementor-field-subgroup span:nth-child(2) label::before{
    background-image: url(/wp-content/uploads/2026/03/02.png);
}
#leadsForm .elementor-field-subgroup span:nth-child(3) label::before{
    background-image: url(/wp-content/uploads/2026/03/03.png);
}
#leadsForm .elementor-field-subgroup span:nth-child(4) label::before{
    background-image: url(/wp-content/uploads/2026/03/04.png);
}
#leadsForm .elementor-field-subgroup span:nth-child(5) label::before{
    background-image: url(/wp-content/uploads/2026/03/05.png);
}
#leadsForm .elementor-field-subgroup span:nth-child(6) label::before{
    background-image: url(/wp-content/uploads/2026/03/06.png);
}
#leadsForm .elementor-field-subgroup span:nth-child(7) label::before{
   background-image: url(/wp-content/uploads/2026/03/07.png);
}
#leadsForm .elementor-field-subgroup span:nth-child(8) label::before{
    background-image: url(/wp-content/uploads/2026/03/08.png);
}
#leadsForm .elementor-field-subgroup span:nth-child(9) label::before{
    background-image: url(/wp-content/uploads/2026/03/09.png);
}
#leadsForm .elementor-field-subgroup span:nth-child(10) label::before{
    background-image: url(/wp-content/uploads/2026/03/10.png);
}
#leadsForm .elementor-field-subgroup span:nth-child(11) label::before{
    background-image: url(/wp-content/uploads/2026/03/11.png);
}
#leadsForm .elementor-field-subgroup span:nth-child(12) label::before{
    background-image: url(/wp-content/uploads/2026/03/12.png);
}
#leadsForm .elementor-field-subgroup span:nth-child(13) label::before{
    background-image: url(/wp-content/uploads/2026/03/13.png);
}
#leadsForm .elementor-field-subgroup span:nth-child(14) label::before{
    background-image: url(/wp-content/uploads/2026/03/14.png);
}

.header-speciality::before{
    content: "";
    position: absolute;
    left: -22px;
    bottom: 0;
    z-index: 0;
    width: 30px;
    height: 30px;
    background-color: #7966ff;
    top: unset;
    
}
.whatsBtn a {
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    background-color: #64cc46;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xNi42IDE0Yy0uMi0uMS0xLjUtLjctMS43LS44Yy0uMi0uMS0uNC0uMS0uNi4xYy0uMi4yLS42LjgtLjggMWMtLjEuMi0uMy4yLS41LjFjLS43LS4zLTEuNC0uNy0yLTEuMmMtLjUtLjUtMS0xLjEtMS40LTEuN2MtLjEtLjIgMC0uNC4xLS41Yy4xLS4xLjItLjMuNC0uNGMuMS0uMS4yLS4zLjItLjRjLjEtLjEuMS0uMyAwLS40Yy0uMS0uMS0uNi0xLjMtLjgtMS44Yy0uMS0uNy0uMy0uNy0uNS0uN2gtLjVjLS4yIDAtLjUuMi0uNi4zYy0uNi42LS45IDEuMy0uOSAyLjFjLjEuOS40IDEuOCAxIDIuNmMxLjEgMS42IDIuNSAyLjkgNC4yIDMuN2MuNS4yLjkuNCAxLjQuNWMuNS4yIDEgLjIgMS42LjFjLjctLjEgMS4zLS42IDEuNy0xLjJjLjItLjQuMi0uOC4xLTEuMmwtLjQtLjJtMi41LTkuMUMxNS4yIDEgOC45IDEgNSA0LjljLTMuMiAzLjItMy44IDguMS0xLjYgMTJMMiAyMmw1LjMtMS40YzEuNS44IDMuMSAxLjIgNC43IDEuMmM1LjUgMCA5LjktNC40IDkuOS05LjljLjEtMi42LTEtNS4xLTIuOC03bS0yLjcgMTRjLTEuMy44LTIuOCAxLjMtNC40IDEuM2MtMS41IDAtMi45LS40LTQuMi0xLjFsLS4zLS4ybC0zLjEuOGwuOC0zbC0uMi0uM2MtMi40LTQtMS4yLTkgMi43LTExLjVTMTYuNiAzLjcgMTkgNy41YzIuNCAzLjkgMS4zIDktMi42IDExLjQiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    border-radius: 100rem;
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    transition: .3s ease all;
    z-index: 999;
    display: block;
}
.elementor-message {
font-size: 1em;
    line-height: 1;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    backdrop-filter: blur(10px);
    background-color: rgb(249 249 249);
    border-radius: 12px;
    transform: scale(1.05);
    z-index: 6;
    font-weight: bold;
    padding: 20px;
}
/*
.icon-speciality::after, 
.icon-speciality::before {
    content: "";
    position: absolute;
    background-color: transparent;
    height: calc(2 * 15px);
    width: 15px;
    box-shadow: 0 calc(-1 * 15px) 0 0 #f9f9f9;
}
.icon-speciality::after, 
.icon-speciality::before {
    box-shadow: 0 calc(-1 * 15px) 0 0 #7966ff;
}
.icon-speciality::before {
left: calc(-1 * -65px);
    border-top-left-radius: 15px;
    top: 15px;
}
.icon-speciality::after,
.icon-speciality::before {
    box-shadow: 0 calc(-1 * 15px) 0 0 #7966ff;
}
.icon-speciality::after {
    right: 0;
    border-top-right-radius: 15px;
    bottom: calc(-2 * 15px);
}
*/













/* Aceptación - checkbox en línea */
#leadsForm .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
}
#leadsForm .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input {
    position: relative !important;
    opacity: 1 !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    z-index: auto !important;
    flex-shrink: 0 !important;
    accent-color: #C8DD00 !important;
}
#leadsForm .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    display: inline !important;
}
#leadsForm .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label::before {
    display: none !important;
}

#leadsForm .elementor-field-type-acceptance {
    width: 100% !important;
}
#leadsForm .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label {
    white-space: nowrap !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Heading Pro Double';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://regiopoder.org/wp-content/uploads/2026/03/HeadingProDouble-Regular.woff2') format('woff2'),
		url('https://regiopoder.org/wp-content/uploads/2026/03/HeadingProDouble-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Heading Pro Double';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://regiopoder.org/wp-content/uploads/2026/03/HeadingProDouble-Bold.woff2') format('woff2'),
		url('https://regiopoder.org/wp-content/uploads/2026/03/HeadingProDouble-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Heading Pro Double';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://regiopoder.org/wp-content/uploads/2026/03/HeadingProDouble-Heavy.woff2') format('woff2'),
		url('https://regiopoder.org/wp-content/uploads/2026/03/HeadingProDouble-Heavy.woff') format('woff');
}
@font-face {
	font-family: 'Heading Pro Double';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://regiopoder.org/wp-content/uploads/2026/03/HeadingProDouble-Book.woff2') format('woff2'),
		url('https://regiopoder.org/wp-content/uploads/2026/03/HeadingProDouble-Book.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Heading Pro Wide';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://regiopoder.org/wp-content/uploads/2026/03/HeadingProWide-ExtBd.woff2') format('woff2'),
		url('https://regiopoder.org/wp-content/uploads/2026/03/HeadingProWide-ExtBd.woff') format('woff');
}
@font-face {
	font-family: 'Heading Pro Wide';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://regiopoder.org/wp-content/uploads/2026/03/HeadingProWide-Heavy.woff2') format('woff2'),
		url('https://regiopoder.org/wp-content/uploads/2026/03/HeadingProWide-Heavy.woff') format('woff');
}
/* End Custom Fonts CSS */