.elementor-kit-1659{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-54fede0:#FFFFFF;--e-global-color-33667d5:#8CC63F;--e-global-color-91527e7:#000000;--e-global-color-6a41a32:#00AEEF;--e-global-color-68b56a4:#7FFF00;--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;}.elementor-kit-1659 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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{padding-inline-end:447px;padding-inline-start:447px;}.site-header .site-navigation ul.menu li a{color:var( --e-global-color-91527e7 );}.site-header .site-navigation-toggle .site-navigation-toggle-icon{color:var( --e-global-color-91527e7 );}.site-header .site-navigation .menu li{font-family:"Roboto", Sans-serif;font-size:19px;font-weight:500;}.site-footer .site-branding .site-logo img{width:510px;max-width:510px;}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Image Button CSS */
.image-button {
  display: inline-block;
  overflow: hidden;
}

.image-button img {
  transition: transform 0.3s ease;
}

.image-button:hover img {
  transform: scale(1.1);
}

.image-button a {
  display: block;
  width: 100%;
  height: 100%;
}

/* Replace "YOUR_IMAGE_URL" with the URL of your image */
.image-button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Customize the button appearance */
.image-button a::before {
  background-color: #007bff; /* Change the background color as needed */
  opacity: 0.7; /* Adjust the opacity as desired */
}

/* Add padding and text styles to the button */
.image-button a::before {
  padding: 10px; /* Adjust the padding as needed */
  color: #fff; /* Change the text color as desired */
  font-size: 16px; /* Adjust the font size as desired */
  text-align: center;
}

/* Replace "https://quintadaoliveiras.com/" with your button link */
.image-button a::before {
  content: "Click me"; /* Change the button text as desired */
}

/* Hide the default link underline */
.image-button a {
  text-decoration: none;
}

/* Remove image border and spacing */
.image-button img {
  border: none;
  margin: 0;
  padding: 0;
}/* End custom CSS */