.elementor-kit-7{--e-global-color-primary:#9644FF;--e-global-color-secondary:#C7C7C7;--e-global-color-text:#F5F5F5;--e-global-color-accent:#A45EFD;--e-global-color-c28cbc6:#040506;--e-global-color-6788b71:#FFFFFF;--e-global-color-17f89de:#FFFFFF00;--e-global-color-a8252c5:#818181;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-c28cbc6 );background-image:url("https://ebe.com.ar/wp-content/uploads/2023/10/logo-fondo.svg");color:var( --e-global-color-text );font-family:"Inter", Sans-serif, Roboto, Arial;background-position:390px 25vh;background-repeat:no-repeat;background-size:90% auto;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Inter", Sans-serif, Roboto, Arial;font-size:15px;font-weight:400;color:var( --e-global-color-6788b71 );}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-6788b71 );}.elementor-kit-7 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-7 a{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif, Roboto, Arial;}.elementor-kit-7 h1{font-family:"Inter", Sans-serif, Roboto, Arial;}.elementor-kit-7 h2{font-family:"Inter", Sans-serif, Roboto, Arial;}.elementor-kit-7 h3{font-family:"Inter", Sans-serif, Roboto, Arial;}.elementor-kit-7 h4{font-family:"Inter", Sans-serif, Roboto, Arial;}.elementor-kit-7 h5{font-family:"Inter", Sans-serif, Roboto, Arial;}.elementor-kit-7 h6{font-family:"Inter", Sans-serif, Roboto, Arial;}.elementor-kit-7 label{font-family:"Inter", Sans-serif, Roboto, Arial;}.elementor-kit-7 input:not([type="button"]):not([type="submit"]),.elementor-kit-7 textarea,.elementor-kit-7 .elementor-field-textual{font-family:"Inter", Sans-serif, Roboto, Arial;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:12px;}.elementor-element{--widgets-spacing:12px 12px;--widgets-spacing-row:12px;--widgets-spacing-column:12px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#040506ED;--lightbox-ui-color:var( --e-global-color-text );--lightbox-ui-color-hover:var( --e-global-color-accent );--lightbox-text-color:var( --e-global-color-text );--lightbox-header-icons-size:32px;--lightbox-navigation-icons-size:32px;}@media(max-width:1024px){.elementor-kit-7{background-position:0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{background-position:20vw 0vh;background-size:1000px auto;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
    max-width: 100%;
    overflow-x: hidden !important;
}
.scale-card {
  transition: transform 0.3s ease; 
}
.scale-card:hover {
  transform: scale(1.02); 
}

.grecaptcha-badge { 
visibility: hidden; 
}
.elementor-g-recaptcha {
    display: none;
}

::selection      { color: white;  background: #9C53FA; }
::-moz-selection { color: black;  background: white; }

.cursor {
  position: fixed;
  pointer-events: none;
  opacity: 1;
}
.cursor-small {
  top: 0px;
  left: 0px;
  z-index: 1;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #9644FF;
}
.margin-top-10 {
    margin-top: 10px;
}

.cursor-big {
  top: 0px;
  left: 0px;
  height: 100px;
  width: 100px;
  align-items: center;
  background-color: #9644FF;
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 15px;
  justify-content: center;
  padding: 10px;
  pointer-events: none;
  position: fixed;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: color 0.5s ease;
  z-index: 9999;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /
}

 /*	disable custom cursor on tablet & mobile */
   @media only screen and (max-width: 768px) {
    .cursor-small{
        display:none;
     }
		 .cursor-big{
        display:none;
     }
		 
   }

@media (max-width: 767px) {
  nav.rank-math-breadcrumb {
    text-align: center;
    font-size: 14px;
  }
  
  .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,  {
    max-width: 50%;
}
}/* End custom CSS */