.elementor-1190 .elementor-element.elementor-element-7a036b8{--display:flex;--position:fixed;top:0px;}.elementor-1190 .elementor-element.elementor-element-7a036b8:not(.elementor-motion-effects-element-type-background), .elementor-1190 .elementor-element.elementor-element-7a036b8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-1190 .elementor-element.elementor-element-7a036b8.e-con{--flex-grow:0;--flex-shrink:0;}body:not(.rtl) .elementor-1190 .elementor-element.elementor-element-7a036b8{left:0px;}body.rtl .elementor-1190 .elementor-element.elementor-element-7a036b8{right:0px;}.elementor-1190 .elementor-element.elementor-element-0a70047{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-1190 .elementor-element.elementor-element-7a036b8{--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--margin-top:-33px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;top:31px;--z-index:99999;}body:not(.rtl) .elementor-1190 .elementor-element.elementor-element-7a036b8{left:0px;}body.rtl .elementor-1190 .elementor-element.elementor-element-7a036b8{right:0px;}.elementor-1190 .elementor-element.elementor-element-0a70047{--width:66px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1190 .elementor-element.elementor-element-919826d img{width:66px;}.elementor-1190 .elementor-element.elementor-element-c007a27 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1190 .elementor-element.elementor-element-c007a27.elementor-element{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-c007a27 */.custom-hamburger {
  font-size: 40px;
  cursor: pointer;
  z-index: 99999999;
  position: fixed;
  top: 40px;
  right: 20px;
  color: #CCA927;
  font-family: "Inter Tight", Sans-Serif;
}

.menu-content{
    width: 100%;
    text-transform: uppercase;
}

.button, .button_label{
    padding: 5px 3px;
    background-color: #CCA927;
    border-radius: 3px;
    color:white;
    border: 0px ;
    font-size: 16px;
}

.contacto-telefono-correo{
    width: 100%;
    height: 30px;
    display: flex;
    flex-flow: wrap row;
    padding-bottom: 30px;
    justify-content: center;
    align-items: start;
    gap: 10px;
}

.custom-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 60%;
  height: 100%;
  background-color: #E6DBD1;
  transition: right 0.4s ease;
  z-index: 9998;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
  grid-auto-rows: auto 250px;
}

.custom-menu .menu-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}

.custom-menu a {
  font-size: 24px;
  color: #113A3F;
  text-decoration: none;
  transition: color 0.3s;
}

.custom-menu a:hover {
  color: #CCA927;
}

.custom-menu a:active {
  color: #CCA927;
}

body.menu-open .custom-menu {
  right: 0;
}

.menu-label{

text-transform:uppercase;
}

@media(max-width: 438px){
    .custom-menu{
        width:100%;
    }
}/* End custom CSS */