.elementor-3047 .elementor-element.elementor-element-45f611a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-3047 .elementor-element.elementor-element-a4124ad > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3047 .elementor-element.elementor-element-48fbcdb > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-a4124ad */.whatsapp-container {
  position: fixed;
  bottom: 120px;
  right: 30px;
  z-index: 99;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease-out 0.3s forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.whatsapp-info {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1ab744;
  font-size: 45px;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 3;
}

.whatsapp-info:hover {
  background: #18a23d;
  transform: scale(1.12) rotate(4deg);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

@keyframes pulse {
  0% { transform: scale(.1); opacity: 0; }
  50% { opacity: .3; }
  100% { transform: scale(2); opacity: 0; }
}

.pulse {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #1ab744;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  z-index: 1;
  animation: pulse 2s infinite;
  transition: opacity 0.3s ease;
}

.pulse:nth-child(1) { animation-delay: 0s; }
.pulse:nth-child(2) { animation-delay: 0.3s; }
.pulse:nth-child(3) { animation-delay: 0.6s; }

.whatsapp-container:hover .pulse {
  opacity: 0;              
  animation: none !important;
}

.whatsapp-container:not(:hover) .pulse {
  opacity: 1;
  animation: pulse 2s infinite; 
}

.whatsapp-container:not(:hover) .pulse:nth-child(2) { animation-delay: 0.3s; }
.whatsapp-container:not(:hover) .pulse:nth-child(3) { animation-delay: 0.6s; }

.whatsapp-tooltip {
  position: absolute;
  right: 92px;
  bottom: 15px;
  background: #ffffff;
  color: #333;
  padding: 10px 18px;
  border-radius: 22px;
  font-size: 15px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 2;
  border: none;
}

.whatsapp-tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff;
}

.whatsapp-container:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateY(0);
}

/*Ocultar*/
.whatsapp-container.is-hidden{
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translateY(20px) !important;
  animation:none !important;
}
@media (max-width: 992px) {
  .whatsapp-container { 
    bottom: 100px;
    right: 30px;
  }
  .whatsapp-info, .pulse {
    width: 60px; 
    height: 60px; 
    font-size: 36px;
  }
  .whatsapp-tooltip {
    right: 75px;
    font-size: 13px;
    padding: 8px 14px;
  }
}


@media (max-width: 600px) {
  .whatsapp-container { 
    bottom: 90px; 
    right: 20px;
  }
  .whatsapp-info, .pulse {
    width: 50px; 
    height: 50px; 
    font-size: 28px;
  }
  .whatsapp-tooltip { display: none; }
}

@media (min-width: 768px) {
  .grecaptcha-badge {
    bottom: 15px !important;
  }
  .whatsapp-container {
    bottom: calc(15px + 70px + 150px); 
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-48fbcdb *//* GCF */
.gcf-footer{
  --gcf-blue:#16163F;
  --gcf-gold:#D3B574;
  --gcf-white:#fff;

  --gcf-text:rgba(255,255,255,.88);
  --gcf-muted:rgba(255,255,255,.72);
  --gcf-faint:rgba(255,255,255,.58);

  --gcf-line:rgba(255,255,255,.14);
  --gcf-soft:rgba(255,255,255,.08);
  --gcf-soft2:rgba(255,255,255,.06);

  --gcf-radius:18px;
  --gcf-radius-sm:14px;

  --gcf-shadow:0 14px 34px rgba(0,0,0,.18);
  --gcf-shadow2:0 12px 24px rgba(0,0,0,.14);

  --gcf-max:1400px;
  --gcf-px:20px;
  --gcf-py:40px;

  background:var(--gcf-blue);
  color:var(--gcf-text);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  line-height:1.5;
}

/* Base */
.gcf-footer *,
.gcf-footer *::before,
.gcf-footer *::after{ box-sizing:border-box; }
.gcf-footer a{ color:inherit; text-decoration:none; }
.gcf-footer img{ display:block; max-width:100%; height:auto; }
.gcf-footer ul{ list-style:none; margin:0; padding:0; }
.gcf-footer h2,p{ margin:0; }
.gcf-footer iframe{ display:block; width:100%; border:0; }

/* Wrap */
.gcf-footer__container{
  max-width:var(--gcf-max);
  margin:0 auto;
  padding-left:var(--gcf-px);
  padding-right:var(--gcf-px);
}
html,
body{
  margin:0;
  padding:0;
}
/* Topbar */
.gcf-footer__topbar{
  background:linear-gradient(90deg, rgba(255,255,255,.06), rgba(211,181,116,.10), rgba(255,255,255,.06));
  border-bottom:1px solid rgba(255,255,255,.10);
}
.gcf-footer__topbar-inner{
  padding-top:14px;
  padding-bottom:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.gcf-footer__topbar-text{
  color:rgba(255,255,255,.85);
  font-size:13.5px;
}
.gcf-footer__topbar-strong{
  color:rgba(255,255,255,.95);
  font-weight:800;
}
.gcf-footer__topbar-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.gcf-footer__topbar-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  background:rgba(211,181,116,.96);
  color:#121212;
  border:1px solid rgba(0,0,0,.12);
  box-shadow:0 10px 24px rgba(0,0,0,.16);
  transition:transform .16s ease, filter .16s ease, background .16s ease, border-color .16s ease;
}
.gcf-footer__topbar-btn:hover{
  transform:translateY(-2px);
  filter:brightness(1.03);
}
.gcf-footer__topbar-btn--ghost{
  background:rgba(255,255,255,.07);
  color:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 10px 22px rgba(0,0,0,.12);
}
.gcf-footer__topbar-btn--ghost:hover{
  background:rgba(211,181,116,.12);
  border-color:rgba(211,181,116,.35);
}

/* Main */
.gcf-footer__main{
  padding-top:var(--gcf-py);
  padding-bottom:var(--gcf-py);
}
.gcf-footer__grid{
  display:grid;
  gap:24px;
  align-items:start;
  grid-template-columns:1.25fr 1.05fr 1fr 1.1fr;
}
.gcf-footer__grid::before{
  content:"";
  grid-column:1/-1;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(211,181,116,.55), transparent);
  opacity:.7;
}

/* Titles */
.gcf-footer__title{
  font-size:13px;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:rgba(255,255,255,.92);
  margin-bottom:10px;
  position:relative;
}
.gcf-footer__title::after{
  content:"";
  display:block;
  width:26px;
  height:2px;
  margin-top:8px;
  border-radius:99px;
  background:rgba(211,181,116,.92);
}

/* Brand */
.gcf-footer__brand{
  display:grid;
  gap:14px;
}
.gcf-footer__brand-link{ width:fit-content; display:inline-flex; }
.gcf-footer__logo-wrap{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border-radius:var(--gcf-radius-sm);
  background:rgba(255,255,255,.92);
  border:1px solid rgba(0,0,0,.08);
  box-shadow:var(--gcf-shadow2);
}
.gcf-footer__logo{
  width:175px;
  height:auto;
}
.gcf-footer__tagline{
  font-size:14px;
  color:var(--gcf-text);
  margin:5px 0 18px 0;   
}

.gcf-footer__highlights{
  display:grid;
  gap:10px;               
  padding-left:0;
  margin-bottom:22px;     
}
.gcf-footer__highlight{
  color:var(--gcf-muted);
  font-size:13.5px;
  display:flex;
  gap:10px;
  align-items:flex-start;
}
.gcf-footer__highlight::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:99px;
  background:rgba(211,181,116,.85);
  margin-top:.45em;
  flex:0 0 auto;
}

/* Social */
.gcf-footer__social{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.gcf-footer__social-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  transition:transform .16s ease, background .16s ease, border-color .16s ease;
}
.gcf-footer__social-link:hover{
  transform:translateY(-2px);
  background:rgba(211,181,116,.12);
  border-color:rgba(211,181,116,.34);
}
.gcf-footer__social-ico{
  width:20px;
  height:20px;
  display:inline-flex;
}
.gcf-footer .gcf-icon{
  fill:rgba(255,255,255,.92);
  transition:fill .16s ease;
}
.gcf-footer__social-link:hover .gcf-icon{ fill:rgba(211,181,116,.95); }
.gcf-footer__social-text{
  font-size:13px;
  color:rgba(255,255,255,.88);
}

/* Services */
.gcf-footer__services{
  display:grid;
  align-content:start;
}
.gcf-footer__services-list{
  columns:1;
  column-gap:22px;
}
.gcf-footer__services-list li{
  break-inside:avoid;
  padding:7px 0;
}
.gcf-footer__service-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:13.5px;
  color:var(--gcf-muted);
  transition:color .16s ease, transform .16s ease;
}
.gcf-footer__service-link::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:99px;
  background:rgba(255,255,255,.22);
  border:1px solid rgba(211,181,116,.55);
}
.gcf-footer__service-link:hover{
  color:rgba(255,255,255,.95);
  transform:translateX(2px);
}
.gcf-footer__services-cta{ margin-top:10px; }

/* Contact */
.gcf-footer__contactcol{
  display:grid;
  align-content:start;
}
.gcf-footer__contact{
  display:grid;
  gap:12px;
  font-style:normal;
}
.gcf-footer__contact-row{
  display:grid;
  gap:4px;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.gcf-footer__contact-row:last-child{ border-bottom:none; }
.gcf-footer__contact-label{
  font-size:12px;
  color:var(--gcf-faint);
  letter-spacing:.02em;
}
.gcf-footer__contact-text{
  font-size:13.5px;
  color:rgba(255,255,255,.90);
}
.gcf-footer__contact-link,
.gcf-footer__contact-link a,
.gcf-footer__contact-row a{
  font-size:13.5px;
  color:rgba(255,255,255,.92);
  text-decoration:underline;
  text-decoration-color:rgba(211,181,116,.30);
  text-underline-offset:3px;
  transition:color .16s ease, text-decoration-color .16s ease;
}
.gcf-footer__contact-row a:hover,
.gcf-footer__contact-link:hover{
  color:rgba(211,181,116,.95);
  text-decoration-color:rgba(211,181,116,.70);
}

/* Micro */
.gcf-footer__micro-actions{
  margin-top:10px;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.gcf-footer__link-strong{
  font-size:13px;
  font-weight:800;
  color:rgba(255,255,255,.90);
  transition:color .16s ease, transform .16s ease;
}
.gcf-footer__link-strong:hover{
  color:rgba(211,181,116,.95);
  transform:translateX(2px);
}
.gcf-footer__dot{ color:rgba(255,255,255,.35); }

/* Location */
.gcf-footer__location{
  display:grid;
  gap:12px;
  align-content:start;
}
.gcf-footer__location-text{
  margin-top:2px;
  font-size:13.5px;
  color:var(--gcf-muted);
}
.gcf-footer__map{
  border-radius:var(--gcf-radius);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  box-shadow:var(--gcf-shadow2);
}
.gcf-footer__map-iframe{
  height:170px;
  filter:saturate(.95) contrast(1.02);
}
.gcf-footer__map-link{
  width:fit-content;
  font-size:13px;
  color:rgba(255,255,255,.88);
  text-decoration:underline;
  text-decoration-color:rgba(211,181,116,.30);
  text-underline-offset:3px;
  transition:color .16s ease, transform .16s ease, text-decoration-color .16s ease;
}
.gcf-footer__map-link:hover{
  color:rgba(211,181,116,.95);
  transform:translateX(2px);
  text-decoration-color:rgba(211,181,116,.70);
}

/* Legal */
.gcf-footer__legal{
  background:rgba(0,0,0,.18);
  border-top:1px solid rgba(255,255,255,.10);
}
.gcf-footer__legal-inner{
  padding-top:14px;
  padding-bottom:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.gcf-footer__copy{
  font-size:12.5px;
  color:rgba(255,255,255,.72);
}
.gcf-footer__legal-nav{
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.gcf-footer__legal-link{
  font-size:12.5px;
  color:rgba(255,255,255,.78);
  text-decoration:underline;
  text-decoration-color:rgba(211,181,116,.22);
  text-underline-offset:3px;
  transition:color .16s ease, text-decoration-color .16s ease;
}
.gcf-footer__legal-link:hover{
  color:rgba(211,181,116,.95);
  text-decoration-color:rgba(211,181,116,.65);
}
.gcf-footer__legal-sep{ color:rgba(255,255,255,.35); }

/* Focus */
.gcf-footer a:focus-visible{
  outline:2px solid rgba(211,181,116,.85);
  outline-offset:3px;
  border-radius:10px;
}
.gcf-footer__link-strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.gcf-footer__link-strong::after {
  content: "→";
  font-size: 14px;
  transition: transform 0.2s ease;
}

.gcf-footer__link-strong:hover::after {
  transform: translateX(4px);
}

/* Reduce */
@media (prefers-reduced-motion: reduce){
  .gcf-footer *{ transition:none !important; }
}

/* R: <=1100 */
@media (max-width:1100px){
  .gcf-footer__grid{
    grid-template-columns:1.2fr 1fr 1fr;
    gap:22px;
  }
  .gcf-footer__location{ grid-column:1/-1; }
  .gcf-footer__map-iframe{ height:190px; }
}

/* R: <=820 */
@media (max-width:820px){
  .gcf-footer{ --gcf-py:34px; }
  .gcf-footer__grid{
    grid-template-columns:1fr 1fr;
    gap:20px;
  }
  .gcf-footer__brand{ grid-column:1/-1; }
  .gcf-footer__services{ grid-column:1/-1; }
  .gcf-footer__services-list{ columns:2; }
  .gcf-footer__location{ grid-column:1/-1; }
}

/* R: <=520 */
@media (max-width:520px){
  .gcf-footer{ --gcf-px:16px; }
  .gcf-footer__grid{ grid-template-columns:1fr; }
  .gcf-footer__logo{ width:200px; }
  .gcf-footer__topbar-inner{ justify-content:flex-start; }
  .gcf-footer__topbar-actions{ width:100%; }
  .gcf-footer__topbar-btn{ width:100%; }
  .gcf-footer__services-list{ columns:1; }
  .gcf-footer__map-iframe{ height:180px; }
}/* End custom CSS */