.elementor-kit-7{--e-global-color-primary:#111111;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#111111;--e-global-color-accent:#111111;--e-global-typography-primary-font-family:"Libre Caslon Display";--e-global-typography-primary-font-size:15vw;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Libre Caslon Display";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Libre Caslon Display";--e-global-typography-text-font-size:21px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Libre Caslon Display";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:98%;}.e-con{--container-max-width:98%;}.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:1400px){.elementor-kit-7{--e-global-typography-secondary-font-size:38px;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:70px;--e-global-typography-secondary-font-size:33px;--e-global-typography-text-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.hoverzoom {
  position: relative;
  overflow: hidden; /* oculta desbordes del zoom */
}

.hoverzoom::before {
  content: "";
  position: absolute;
  inset: 0; /* top, right, bottom, left = 0 */
  background-size: cover;
  background-position: center;
  background-image: inherit; /* toma el background-image del padre */
  transition: transform 0.6s ease;
  z-index: 0; /* queda detrás del contenido */
}

.hoverzoom > * {
  position: relative;
  z-index: 1; /* asegura que el contenido quede por encima */
}

.hoverzoom:hover::before {
  transform: scale(1.1) rotate(2deg); /* zoom suave + ligera inclinación */
}



/*MENU FULLSCREEN*/

#uc_fullscreen_navigation_menu_elementor_58f7dbb .ue_menu {
    width: 50% !IMPORTANT;
}



/*listas internas*/
.customlist li{
    margin-bottom: 15px
}

.grecaptcha-badge {
    display: none !important;
}


@media only screen and (max-width: 600px) {
	
	#uc_fullscreen_navigation_menu_elementor_58f7dbb .ue_menu {
    width: 100% !IMPORTANT;
		
	}
	

.elementor-9 .elementor-element.elementor-element-5f02957 .ue_inner_menu {
    background-color: #FFF !important;
    background-image: linear-gradient(90deg, #FFFFFF 50%, #FFFFFF00 50%);
}	
	
}/* End custom CSS */