This commit is contained in:
2026-03-12 14:16:29 +01:00
parent 78f5c29ff6
commit da1eb7dca9
8 changed files with 1214 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
{"version":3,"sources":["main.scss"],"names":[],"mappings":"AAAA,8BACC,YAAA,CACA,kBAAA,CACA,WAAA,CAGD,oCACC,SAAA,CACA,YAAA,CACA,eAAA","file":"main.css"}
{"version":3,"sources":["main.scss"],"names":[],"mappings":"AAAA,8BACC,YAAA,CACA,kBAAA,CACA,WAAA,CAGD,oCACC,SAAA,CACA,YAAA,CACA,eAAA,CAIA,2DACC,YAAA,CACA,qBAAA,CACA,iBAAA,CAED,0DACC,oBAAA,CACA,aAAA,CACA,aAAA,CAED,2DACC,WAAA,CACA,UAAA,CAED,yDACC,QAAA,CAED,2DACC,aAAA,CACA,QAAA,CAED,+DACC,QAAA,CAED,yFACC,0BAAA,CACA,cAAA,CAED,2FACC,kBAAA,CACA,gBAAA,CAED,0FACC,4BAAA,CACA,qBAAA,CACA,iBAAA,CAED,wFACC,4BAAA,CACA,6BAAA,CACA,iBAAA,CAED,mDACC,oGACC,0BAAA,CACA,cAAA,CAED,sGACC,kBAAA,CACA,gBAAA,CAED,qGACC,4BAAA,CACA,qBAAA,CACA,iBAAA,CAED,mGACC,4BAAA,CACA,6BAAA,CACA,iBAAA,CAAA,CAGF,+CACC,gGACC,0BAAA,CACA,cAAA,CAED,kGACC,kBAAA,CACA,gBAAA,CAED,iGACC,4BAAA,CACA,qBAAA,CACA,iBAAA,CAED,+FACC,4BAAA,CACA,6BAAA,CACA,iBAAA,CAAA,CAGF,qDACC,sGACC,0BAAA,CACA,cAAA,CAED,wGAEC,kBAAA,CACA,gBAAA,CAED,uGAEC,4BAAA,CACA,qBAAA,CACA,iBAAA,CAED,qGACC,4BAAA,CACA,6BAAA,CACA,iBAAA,CAAA,CAGF,+CACC,gGACC,0BAAA,CACA,cAAA,CAED,kGACC,kBAAA,CACA,gBAAA,CAED,iGACC,4BAAA,CACA,qBAAA,CACA,iBAAA,CAED,+FACC,4BAAA,CACA,6BAAA,CACA,iBAAA,CAAA,CAGF,qDACC,sGACC,0BAAA,CACA,cAAA,CAED,wGAEC,kBAAA,CACA,gBAAA,CAED,uGAEC,4BAAA,CACA,qBAAA,CACA,iBAAA,CAED,qGACC,4BAAA,CACA,6BAAA,CACA,iBAAA,CAAA,CAGF,+CACC,gGACC,0BAAA,CACA,cAAA,CAED,kGACC,kBAAA,CACA,gBAAA,CAED,iGACC,4BAAA,CACA,qBAAA,CACA,iBAAA,CAED,+FACC,4BAAA,CACA,6BAAA,CACA,iBAAA,CAAA","file":"main.css"}

View File

@@ -9,3 +9,172 @@
height: 100px;
background: #000;
}
.elementor-widget-number-box {
.elementor-number-box-wrapper {
display: flex;
flex-direction: column;
text-align: center;
}
.elementor-number-box-number {
display: inline-block;
flex: 0 0 auto;
line-height: 0;
}
.elementor-number-box-content {
flex-grow: 1;
width: 100%;
}
.elementor-number-box-title {
margin: 0;
}
.elementor-number-box-title a {
color: inherit;
margin: 0;
}
.elementor-number-box-description {
margin: 0;
}
&.elementor-position-inline-end .elementor-number-box-wrapper {
flex-direction: row-reverse;
text-align: end;
}
&.elementor-position-inline-start .elementor-number-box-wrapper {
flex-direction: row;
text-align: start;
}
&.elementor-position-block-start .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column;
text-align: center;
}
&.elementor-position-block-end .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column-reverse;
text-align: center;
}
@media (min-width: ELEMENTOR_SCREEN_WIDESCREEN_MIN) {
&.elementor-widescreen-position-inline-end .elementor-number-box-wrapper {
flex-direction: row-reverse;
text-align: end;
}
&.elementor-widescreen-position-inline-start .elementor-number-box-wrapper {
flex-direction: row;
text-align: start;
}
&.elementor-widescreen-position-block-start .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column;
text-align: center;
}
&.elementor-widescreen-position-block-end .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column-reverse;
text-align: center;
}
}
@media (max-width: ELEMENTOR_SCREEN_LAPTOP_MAX) {
&.elementor-laptop-position-inline-end .elementor-number-box-wrapper {
flex-direction: row-reverse;
text-align: end;
}
&.elementor-laptop-position-inline-start .elementor-number-box-wrapper {
flex-direction: row;
text-align: start;
}
&.elementor-laptop-position-block-start .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column;
text-align: center;
}
&.elementor-laptop-position-block-end .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column-reverse;
text-align: center;
}
}
@media (max-width: ELEMENTOR_SCREEN_TABLET_EXTRA_MAX) {
&.elementor-tablet_extra-position-inline-end .elementor-number-box-wrapper {
flex-direction: row-reverse;
text-align: end;
}
&.elementor-tablet_extra-position-inline-start
.elementor-number-box-wrapper {
flex-direction: row;
text-align: start;
}
&.elementor-tablet_extra-position-block-start
.elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column;
text-align: center;
}
&.elementor-tablet_extra-position-block-end .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column-reverse;
text-align: center;
}
}
@media (max-width: ELEMENTOR_SCREEN_TABLET_MAX) {
&.elementor-tablet-position-inline-end .elementor-number-box-wrapper {
flex-direction: row-reverse;
text-align: end;
}
&.elementor-tablet-position-inline-start .elementor-number-box-wrapper {
flex-direction: row;
text-align: start;
}
&.elementor-tablet-position-block-start .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column;
text-align: center;
}
&.elementor-tablet-position-block-end .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column-reverse;
text-align: center;
}
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_EXTRA_MAX) {
&.elementor-mobile_extra-position-inline-end .elementor-number-box-wrapper {
flex-direction: row-reverse;
text-align: end;
}
&.elementor-mobile_extra-position-inline-start
.elementor-number-box-wrapper {
flex-direction: row;
text-align: start;
}
&.elementor-mobile_extra-position-block-start
.elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column;
text-align: center;
}
&.elementor-mobile_extra-position-block-end .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column-reverse;
text-align: center;
}
}
@media (max-width: ELEMENTOR_SCREEN_MOBILE_MAX) {
&.elementor-mobile-position-inline-end .elementor-number-box-wrapper {
flex-direction: row-reverse;
text-align: end;
}
&.elementor-mobile-position-inline-start .elementor-number-box-wrapper {
flex-direction: row;
text-align: start;
}
&.elementor-mobile-position-block-start .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column;
text-align: center;
}
&.elementor-mobile-position-block-end .elementor-number-box-wrapper {
align-items: unset !important;
flex-direction: column-reverse;
text-align: center;
}
}
}

View File

@@ -21,8 +21,10 @@ if ( ! defined( 'ABSPATH' ) ) {
*/
function register_hello_world_widget( $widgets_manager ) {
require_once( __DIR__ . '/widgets/vertical-separator.php' );
require_once( __DIR__ . '/widgets/number-box.php' );
$widgets_manager->register( new \Elementor_Vertical_Separator() );
$widgets_manager->register( new \Elementor_Number_Box() );
}
add_action( 'elementor/widgets/register', 'register_hello_world_widget' );

File diff suppressed because it is too large Load Diff

View File

@@ -1 +1 @@
body .header-logo{min-width:-moz-fit-content !important;min-width:fit-content !important}body .header-nav{width:100%}body .header-box{max-width:-moz-fit-content;max-width:fit-content}body p:last-child{margin-bottom:0}body .hp-box-1 .hp-box-1-tile{width:317px}body .hotspot-mapa .e-hotspot.e-hotspot--active .e-hotspot__button{border:2px solid color-mix(in srgb, var(--e-global-color-primary) 40%, transparent)}body .hotspot-mapa .e-hotspot.e-hotspot--active .e-hotspot__button .e-hotspot__outer-circle,body .hotspot-mapa .e-hotspot.e-hotspot--active .e-hotspot__button .e-hotspot__inner-circle{background-color:var(--e-global-color-primary)}body .hotspot-mapa .e-hotspot .e-hotspot__button{border:2px solid color-mix(in srgb, var(--hotspot-color) 40%, transparent);border-radius:100%;transition:all .3s ease-in-out}body .hotspot-mapa .e-hotspot .e-hotspot__button .e-hotspot__outer-circle,body .hotspot-mapa .e-hotspot .e-hotspot__button .e-hotspot__inner-circle{transition:all .3s ease-in-out}body .hotspot-mapa .e-hotspot .e-hotspot__tooltip::before{content:"";position:absolute;bottom:1px;left:50%;background:var(--e-global-color-primary);transform:translate(-50%, 100%);width:20px;height:18px;--r: 3px;-webkit-mask:linear-gradient(0deg, rgba(0, 0, 0, 0) calc(3 * var(--r) / 2), #000 0),radial-gradient(var(--r) at 50% calc(100% - 2 * var(--r)), #000 98%, rgba(0, 0, 0, 0) 101%);clip-path:polygon(50% 100%, 100% 0, 0 0)}body .hotspot-mapa .e-hotspot .e-hotspot__tooltip.e-hotspot--tooltip-position{bottom:calc(100% + 18px)}body .hotspot-mapa-citys-list table{border:none;width:auto;margin:0;border-collapse:separate;border-spacing:0 13px}body .hotspot-mapa-citys-list table tr{border:none}body .hotspot-mapa-citys-list table tr td{padding:0;background:rgba(0,0,0,0) !important;border:none;color:color-mix(in srgb, var(--e-global-color-primary) 80%, transparent);font-weight:400;font-size:16px;line-height:1.16}body .hotspot-mapa-citys-list table tr td:not(:last-child){border-right:1px solid var(--e-global-color-primary);padding-right:16px}body .hotspot-mapa-citys-list table tr td:not(:first-child){padding-left:16px}body .hp-slider-cars.elementor-element.elementor-arrows-position-outside .swiper{width:calc(100% - 288px)}body .hp-slider-cars .elementor-swiper-button{opacity:1 !important;top:50% !important;width:40px;height:40px;background:hsla(0,0%,100%,.2);border-radius:100%;display:flex;align-items:center;justify-content:center}body .hp-slider-cars .elementor-swiper-button.elementor-swiper-button-prev{left:80px !important}body .hp-slider-cars .elementor-swiper-button.elementor-swiper-button-next{right:80px !important}/*# sourceMappingURL=custom.css.map */
body .header-logo{min-width:-moz-fit-content !important;min-width:fit-content !important}body .header-nav{width:100%}body .header-box{max-width:-moz-fit-content;max-width:fit-content}body p:last-child{margin-bottom:0}body .hp-box-1 .hp-box-1-tile{width:317px}body .hotspot-mapa .e-hotspot.e-hotspot--active .e-hotspot__button{border:2px solid color-mix(in srgb, var(--e-global-color-primary) 40%, transparent)}body .hotspot-mapa .e-hotspot.e-hotspot--active .e-hotspot__button .e-hotspot__outer-circle,body .hotspot-mapa .e-hotspot.e-hotspot--active .e-hotspot__button .e-hotspot__inner-circle{background-color:var(--e-global-color-primary)}body .hotspot-mapa .e-hotspot .e-hotspot__button{border:2px solid color-mix(in srgb, var(--hotspot-color) 40%, transparent);border-radius:100%;transition:all .3s ease-in-out}body .hotspot-mapa .e-hotspot .e-hotspot__button .e-hotspot__outer-circle,body .hotspot-mapa .e-hotspot .e-hotspot__button .e-hotspot__inner-circle{transition:all .3s ease-in-out}body .hotspot-mapa .e-hotspot .e-hotspot__tooltip::before{content:"";position:absolute;bottom:1px;left:50%;background:var(--e-global-color-primary);transform:translate(-50%, 100%);width:20px;height:18px;--r: 3px;-webkit-mask:linear-gradient(0deg, rgba(0, 0, 0, 0) calc(3 * var(--r) / 2), #000 0),radial-gradient(var(--r) at 50% calc(100% - 2 * var(--r)), #000 98%, rgba(0, 0, 0, 0) 101%);clip-path:polygon(50% 100%, 100% 0, 0 0)}body .hotspot-mapa .e-hotspot .e-hotspot__tooltip.e-hotspot--tooltip-position{bottom:calc(100% + 18px)}body .hotspot-mapa-citys-list table{border:none;width:auto;margin:0;border-collapse:separate;border-spacing:0 13px}body .hotspot-mapa-citys-list table tr{border:none}body .hotspot-mapa-citys-list table tr td{padding:0;background:rgba(0,0,0,0) !important;border:none;color:color-mix(in srgb, var(--e-global-color-primary) 80%, transparent);font-weight:400;font-size:16px;line-height:1.16}body .hotspot-mapa-citys-list table tr td:not(:last-child){border-right:1px solid var(--e-global-color-primary);padding-right:16px}body .hotspot-mapa-citys-list table tr td:not(:first-child){padding-left:16px}body .hp-slider-cars.elementor-element.elementor-arrows-position-outside .swiper{width:calc(100% - 288px)}body .hp-slider-cars .elementor-swiper-button{opacity:1 !important;top:50% !important;width:40px;height:40px;background:hsla(0,0%,100%,.2);border-radius:100%;display:flex;align-items:center;justify-content:center}body .hp-slider-cars .elementor-swiper-button.elementor-swiper-button-prev{left:80px !important}body .hp-slider-cars .elementor-swiper-button.elementor-swiper-button-next{right:80px !important}.hp-number-box .elementor-number-box-number{position:relative}.hp-number-box .elementor-number-box-number::before{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);width:1px;height:100svh;background:rgba(0,0,0,.1)}.contact-tiles>.elementor-element:not(:nth-child(5n)){border-right:1px solid hsla(0,0%,100%,.3)}.contact-tiles>.elementor-element:nth-child(n+6):nth-child(5n+1)::before{content:"";position:absolute;top:0;left:0;width:500%;border-top:1px solid hsla(0,0%,100%,.3)}/*# sourceMappingURL=custom.css.map */

View File

@@ -1 +1 @@
{"version":3,"sources":["custom.scss"],"names":[],"mappings":"AAAA,kBACC,qCAAA,CAAA,gCAAA,CAGD,iBACC,UAAA,CAGD,iBACC,0BAAA,CAAA,qBAAA,CAIA,kBACC,eAAA,CAMD,8BACC,WAAA,CAOC,mEACC,mFAAA,CAGA,wLAEC,8CAAA,CAIH,iDACC,0EAAA,CAEA,kBAAA,CACA,8BAAA,CAEA,oJAEC,8BAAA,CAKD,0DACC,UAAA,CACA,iBAAA,CACA,UAAA,CACA,QAAA,CACA,wCAAA,CACA,+BAAA,CAEA,UAAA,CACA,WAAA,CAEA,QAAA,CACA,+KAAA,CAUA,wCAAA,CAED,8EACC,wBAAA,CAOH,oCACC,WAAA,CACA,UAAA,CACA,QAAA,CACA,wBAAA,CACA,qBAAA,CAEA,uCACC,WAAA,CAEA,0CACC,SAAA,CACA,mCAAA,CACA,WAAA,CAEA,wEAAA,CAKA,eAAA,CACA,cAAA,CACA,gBAAA,CAEA,2DACC,oDAAA,CACA,kBAAA,CAED,4DACC,iBAAA,CAQJ,iFACC,wBAAA,CAED,8CACC,oBAAA,CACA,kBAAA,CAEA,UAAA,CACA,WAAA,CACA,6BAAA,CACA,kBAAA,CAEA,YAAA,CACA,kBAAA,CACA,sBAAA,CAEA,2EACC,oBAAA,CAED,2EACC,qBAAA","file":"custom.css"}
{"version":3,"sources":["custom.scss"],"names":[],"mappings":"AAAA,kBACC,qCAAA,CAAA,gCAAA,CAGD,iBACC,UAAA,CAGD,iBACC,0BAAA,CAAA,qBAAA,CAIA,kBACC,eAAA,CAMD,8BACC,WAAA,CAOC,mEACC,mFAAA,CAGA,wLAEC,8CAAA,CAIH,iDACC,0EAAA,CAEA,kBAAA,CACA,8BAAA,CAEA,oJAEC,8BAAA,CAKD,0DACC,UAAA,CACA,iBAAA,CACA,UAAA,CACA,QAAA,CACA,wCAAA,CACA,+BAAA,CAEA,UAAA,CACA,WAAA,CAEA,QAAA,CACA,+KACC,CAMD,wCAAA,CAED,8EACC,wBAAA,CAOH,oCACC,WAAA,CACA,UAAA,CACA,QAAA,CACA,wBAAA,CACA,qBAAA,CAEA,uCACC,WAAA,CAEA,0CACC,SAAA,CACA,mCAAA,CACA,WAAA,CAEA,wEAAA,CAKA,eAAA,CACA,cAAA,CACA,gBAAA,CAEA,2DACC,oDAAA,CACA,kBAAA,CAED,4DACC,iBAAA,CAQJ,iFACC,wBAAA,CAED,8CACC,oBAAA,CACA,kBAAA,CAEA,UAAA,CACA,WAAA,CACA,6BAAA,CACA,kBAAA,CAEA,YAAA,CACA,kBAAA,CACA,sBAAA,CAEA,2EACC,oBAAA,CAED,2EACC,qBAAA,CAMF,4CACC,iBAAA,CAEA,oDACC,UAAA,CACA,iBAAA,CACA,QAAA,CACA,QAAA,CACA,0BAAA,CAEA,SAAA,CACA,aAAA,CACA,yBAAA,CAOD,sDACC,yCAAA,CAGD,yEACC,UAAA,CACA,iBAAA,CACA,KAAA,CACA,MAAA,CACA,UAAA,CACA,uCAAA","file":"custom.css"}

View File

@@ -61,11 +61,8 @@ body .hotspot-mapa {
height: 18px;
--r: 3px;
-webkit-mask: linear-gradient(
0deg,
#0000 calc(3 * var(--r) / 2),
#000 0
),
-webkit-mask:
linear-gradient(0deg, #0000 calc(3 * var(--r) / 2), #000 0),
radial-gradient(
var(--r) at 50% calc(100% - 2 * var(--r)),
#000 98%,
@@ -142,3 +139,38 @@ body .hp-slider-cars {
}
}
}
.hp-number-box {
.elementor-number-box-number {
position: relative;
&::before {
content: '';
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
width: 1px;
height: 100svh;
background: rgba(0, 0, 0, 0.1);
}
}
}
.contact-tiles {
> .elementor-element {
&:not(:nth-child(5n)) {
border-right: 1px solid rgba(255, 255, 255, 0.3);
}
&:nth-child(n + 6):nth-child(5n + 1)::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 500%;
border-top: 1px solid rgba(255, 255, 255, 0.3);
}
}
}