.elementor-kit-6{--e-global-color-primary:#006699;--e-global-color-secondary:#0ABAC7;--e-global-color-text:#002C40;--e-global-color-accent:#0ABAC7;--e-global-color-cd78fbc:#F1E3C5;--e-global-typography-primary-font-family:"Quattrocento";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Quattrocento";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Quattrocento";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-cd78fbc );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:5px;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 a:hover{color:var( --e-global-color-primary );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Quattrocento", Sans-serif;font-weight:500;text-transform:uppercase;color:#004161;border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}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-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 */.multiply{
    mix-blend-mode:multiply;    
}

.elementor-item {
  position: relative;
  overflow: hidden;
}

.elementor-item::after {
  background-color:transparent!important;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 20px;
  background-image: url('http://barpozo.com/wp-content/uploads/2025/06/wave.png');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.5s ease;
}

.elementor-kit-6 .elementor-item:hover::after {
  bottom: -10px;
  opacity: 1;
  animation: wave-motion 1.5s ease infinite;
}

@keyframes wave-motion {
  0%   { transform: translateX(-50%) translateY(0px); }
  50%  { transform: translateX(-50%) translateY(-2px); }
  100% { transform: translateX(-50%) translateY(0px); }
}

.octopus-waves .elementor-shape-top {
	position: relative;
	top: 0;
	mix-blend-mode: multiply;
}

.middle-gallery img{
    aspect-ratio: 3 / 4;
    object-fit:cover;
    object-position:center;
}/* End custom CSS */