.elementor-2643 .elementor-element.elementor-element-3628fd4{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-2643 .elementor-element.elementor-element-3628fd4:not(.elementor-motion-effects-element-type-background), .elementor-2643 .elementor-element.elementor-element-3628fd4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-2643 .elementor-element.elementor-element-41c48c6{--display:flex;}.elementor-2643 .elementor-element.elementor-element-d4a12be{margin:0px 0px calc(var(--kit-widget-spacing, 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-d4a12be *//* ==============================
   C36 Footer — Dark Premium
   ============================== */

.c36-footer{
  background: #050505;
  color: rgba(255,255,255,.92);

  padding: 90px 32px 40px;

  border-top: 1px solid rgba(255,255,255,.08);
}

.c36-footer-grid{
  max-width: 1180px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 48px;
}

/* Columnas */
.c36-footer-col{
  display: flex;
  flex-direction: column;
}

/* Logo */
.c36-footer-logo{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 18px;

  letter-spacing: -.02em;
}

/* Titulos */
.c36-footer-title{
  font-size: 15px;
  font-weight: 600;

  margin-bottom: 18px;

  color: rgba(255,255,255,.96);
}

/* Texto */
.c36-footer-text{
  font-size: 14px;
  line-height: 1.7;

  color: rgba(255,255,255,.62);

  margin-bottom: 16px;
}

/* Links */
.c36-footer-link{
  color: rgba(255,255,255,.72);
  text-decoration: none;

  font-size: 14px;
  line-height: 1.9;

  transition:
    color 260ms ease,
    transform 260ms ease;
}

/* Hover */
.c36-footer-link:hover{
  color: #fff;
  transform: translateX(2px);
}

/* Horario */
.c36-footer-hours{
  margin-top: 18px;

  display: flex;
  flex-direction: column;
  gap: 4px;

  font-size: 13px;

  color: rgba(255,255,255,.60);
}

.c36-footer-hours strong{
  color: rgba(255,255,255,.96);
  font-weight: 500;
}

/* Bottom */
.c36-footer-bottom{
  max-width: 1180px;
  margin: 60px auto 0;

  padding-top: 24px;

  border-top: 1px solid rgba(255,255,255,.08);

  font-size: 13px;
  color: rgba(255,255,255,.45);
}

/* ==============================
   Mobile
   ============================== */

@media (max-width: 767px){

  .c36-footer{
    padding: 70px 22px 34px;
  }

  .c36-footer-grid{
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .c36-footer-logo{
    font-size: 24px;
  }

  .c36-footer-bottom{
    margin-top: 40px;
  }
}/* End custom CSS */