/* TECNISAT home bundle: bootstrap-grid + themekit style/content-box + skin. Generated for one render-blocking request. */
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/*

===================================================================
MAIN STYLE - STYLE.CSS
===================================================================
Table of contents

 - Global
 - Colors
 - Icons
 - Sections
 - Navigation
 - Headers
 - Typography
 - Components
 - Container
 - Footer
 - Animations
 - Responsive classes

------------------------------------------------------------------- 

# GLOBAL
===================================================================

*/

@font-face {
    font-family: "Icons";
    src: url('themekit/media/icons/icons.eot');
    src: url('themekit/media/icons/icons.eot?#iefix-rdmvgc') format('embedded-opentype'), url('themekit/media/icons/icons.woff') format('woff'), url('themekit/media/icons/icons.ttf') format('truetype'), url('themekit/media/icons/icons.svg?-rdmvgc#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 25px;
    padding: 0;
    margin: 0;
}

body > #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99995;
}

#preloader:before {
    content: url(themekit/media/loader.svg);
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
}

body.no-transactions * {
    transition: none !important;
}

a, li {
    -webkit-tap-highlight-color: transparent
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

p {
    margin: 0;
}

p + p {
    margin-top: 10px;
}

h1 {
    font-size: 35px;
    line-height: 40px
}

h2 {
    font-size: 25px;
    line-height: 30px
}

h1 + p, h2 + p, h3 + p, h4 + p, h2 + h4, h1 + h4, h2 + ul.icon-list, h3 + ul.icon-list, p + h3, p + .btn, p + h4, h4 + .btn, h4 + .btn-text, h4 + input, h4 + select, h4 + textarea, p + ul.icon-list,
p + .btn-text, p + table, p + pre, p + img, img + p, p + .row, .row + p, p + .img-box, p + .media-box, p + .cnt-box, p + .icon-links, p + ul.icon-list, .container > .row + .row, .container > div + p, .container > div + .btn,
.table + .btn, .table + .btn-text, h4 + div, h4 + ul, h4 + ul.icon-list, h4 + a, .slimScrollDiv + .btn, .text-list + .btn, .text-list + .btn-text, p + .text-list {
    margin-top: 15px;
}

.row.justify-content-around {
    margin-right: -55px;
    margin-left: -55px;
}

.btn:not(.full-width) + .btn:not(.full-width) {
    margin-left: 15px;
}

.hidden {
    display: none !important;
}

.text-light {
    font-weight: 100 !important;
}

.text-normal {
    font-weight: 400 !important;
}

.text-bold {
    font-weight: 600 !important;
}

.text-black {
    font-weight: 900 !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.clear {
    clear: both;
    width: 100%;
}

.full-width {
    width: 100%;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.no-margin, div.no-margin {
    margin: 0;
}

[data-href] {
    cursor: pointer;
}

.scroll-show:not(.showed) {
    display: none !important;
}

.boxed-area, .hc-cmp-column .hc-cmp-column.boxed-area, .hc-cmp-column .hc-cmp-column.boxed-area:last-child {
    padding: 30px;
    border-radius: 3px;
}

/* 

# COLORS
===================================================================

-------------------------------------------------------------------
COLOR 1
-------------------------------------------------------------------

*/

body, header h2, ::placeholder {
    color: #6fa6d7;
}

/*
-------------------------------------------------------------------
COLOR 2
-------------------------------------------------------------------
*/

h1, h2, h3, h4, h5, h6, .btn.btn-border, .btn-text, .input-text, .input-select, .input-textarea, .icon-list span, .icon-list span a, .social-links a i, a, .glide__arrow, .search-bar input[type=submit],
.menu-cnt .tab-nav > li a, .menu-cnt > ul > li a {
    color: #379cf4;
}

.icon-circle li:before, .icon-circle span:before, .icon-line li:before, .icon-line span:before, .progress-bar > div > div, .progress-bar > div span, .breadcrumb li a:after, .glide__bullets > button {
    background-color: #379cf4;
}

.btn, .tab-nav li.active a, .tab-nav li:hover a, .icon-links-grid a:hover, .icon-links-button a {
    background-color: #379cf4;
    border-color: #379cf4;
}

.tab-nav li a {
    color: #379cf4;
    border-color: #379cf4;
}

/*
-------------------------------------------------------------------
COLOR 3
-------------------------------------------------------------------
*/

.btn-border:hover, .icon-links a:hover i, .icon-links-popup:hover > i, .breadcrumb li:not(:last-child):hover a, .pagination li:not(.page):hover a, .search-bar input[type=submit]:hover,
.accordion-list > li:hover > a, .btn-text:hover, .menu-inner li:hover > a, .menu-inner li.active > a, .menu-inner .dropdown ul > li:hover > a, .album-title > a:hover, .glide__arrow:hover,
.mega-menu .icon-list li a:hover, nav.active .menu-btn, .menu-transparent .menu-cnt > ul > li:hover > a, .list-nav a:hover {
    color: #3081c8;
}

.light .dropdown > ul > li:not(:hover) > a {
    color: #3081c8 !important;
}

.btn:not(.btn-border):hover, .cnt-box-badge .badge, .cnt-box-blog-side .blog-date, .cnt-box-blog-top .blog-date, .dropdown ul:not(.icon-list) li:hover > a,
.menu-cnt > ul > li:hover > a, .lan-menu > li:hover > a, .glide__bullets > button:hover, .glide__bullets > button.glide__bullet--active {
    background-color: #3081c8;
}

.icon-links-button a:hover, .pagination li.page:hover a, .pagination li.page.active a {
    background-color: #3081c8;
    border-color: #3081c8;
}

.btn:hover, .input-text:focus, .input-select:focus, .input-textarea:focus, .search-bar input[type=text]:focus {
    border-color: #3081c8;
}

/*
-------------------------------------------------------------------
COLOR 4
-------------------------------------------------------------------
*/

.input-text, .input-select, .input-textarea, .cnt-pricing-table, .table, .table td, .table th, .step-item > span, .pagination li.page a, .accordion-list > li,
.menu-inner:not(.menu-inner-vertical) .dropdown ul, .search-bar input[type=text], .footer-bar, .menu-cnt.active, .search-box-menu, .section-block + .section-base, .section-map + .section-base {
    border-color: #c3dff7;
}

.step-item:before, .menu-inner li:before, .bg-color, body main > section.bg-color, .menu-top-logo > .container:before, body hr:not([class*=space]) {
    background-color: #c3dff7;
}

/*
-------------------------------------------------------------------
COLOR 5
-------------------------------------------------------------------
*/

.cnt-box-testimonials-bubble > p, .cnt-call, .comment-list li, .quote, .progress-bar > div, .timeline .panel, .header-base, .cnt-box.boxed .caption, .cnt-box-side-icon.boxed > i,
.cnt-box-top-icon.boxed > i, .menu-big-box .menu-box, footer, main > section.section-base.section-color, .boxed-area, .list-tags a {
    background-color: #EAF5FC;
}

.cnt-box-testimonials-bubble > p:after {
    border-color: #EAF5FC;
}


/*
-------------------------------------------------------------------
LIGHT COLOR
-------------------------------------------------------------------
*/

.light .breadcrumb li:not(:last-child) a, .light.menu-inner li > a {
    color: #FFF;
}

.light, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p, .light .btn-text, .light .btn-text:hover, .light .btn a, .light .btn:hover, nav.light a, .light .glide__arrow, .light .counter .value span:last-child, .light.counter .value span:last-child, .light .icon-links a i {
    color: #FFF !important;
}

.light .breadcrumb li a:after, .section-image .boxed-area {
    background-color: #FFF;
}

.light .glide__bullets > button, .light .glide__bullets > button.glide__bullet--active, .section-color .boxed-area, .bg-white {
    background-color: #FFF !important;
}

.light .btn-border {
    color: #FFF !important;
    border-color: #FFF !important;
}

.light .btn-text:hover, .light p a:hover {
    opacity: .7;
}

/* 

# ICONS
===================================================================

*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "Icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    text-transform: none;
}

.icon-user:before {
    content: "\6a";
}

.icon-bookmark:before {
    content: "\6c";
}

.icon-share:before {
    content: "\6d";
}

.icon-quote:before {
    content: "\65";
}

.icon-calendar:before {
    content: "\6e";
}

.icon-facebook:before {
    content: "\6b";
}

.icon-twitter:before {
    content: "\6f";
}

.icon-instagram:before {
    content: "\70";
}

.icon-pinterest:before {
    content: "\71";
}

.icon-linkedin:before {
    content: "\72";
}

.icon-youtube:before {
    content: "\73";
}

/*

# SECTIONS
===================================================================

-------------------------------------------------------------------
GLOBAL - SECTION
-------------------------------------------------------------------

*/

main > section {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

main > section.section-base {
    background-color: #FFF;
}

main > section > .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-video > video, .section-map > .google-map, .section-slider > .background-slider, .section-slider > .background-slider > div {
    position: absolute !important;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

section.section-center {
    display: flex;
    align-items: center;
}

.section-full-width > .container {
    max-width: 100%;
    width: 100%;
}

@media (min-width: 994px) {
    .section-full-width-right > .container > .row > .col-lg-6:last-child {
        position: absolute;
        left: 50%;
    }

    .section-full-width-right > .container > .row > .col-lg-8:last-child {
        position: absolute;
        left: 66.666667%;
    }

    .section-full-width-left > .container > .row > .col-lg-6:first-child {
        position: absolute;
        right: 50%;
    }

    .section-full-width-left > .container > .row {
        direction: rtl;
        text-align: left;
    }

    .section-full-width-left > .container > .row > div, .section-full-width-right > .container > .row > div {
        direction: ltr;
    }

    main .section-full-width-left > .container, main .section-full-width-left > .container {
        position: static;
    }
}

.no-padding-y > .container {
    padding-top: 0;
    padding-bottom: 0;
}

.no-padding-x > .container {
    padding-left: 0;
    padding-right: 0;
}

.no-padding-top > .container {
    padding-top: 0;
}

.no-padding-bottom > .container {
    padding-bottom: 0;
}

.no-padding > .container {
    padding: 0;
}

/*
-------------------------------------------------------------------
IMAGE - SECTION
-------------------------------------------------------------------
*/

.section-image {
    background-size: cover;
    background-position: center center;
}

.section-image.bg-top {
    background-position: top;
}

.section-image.bg-bottom {
    background-position: bottom;
}

/*
-------------------------------------------------------------------
MAP - SECTION
-------------------------------------------------------------------
*/

main > .section-map {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-map > .container {
    position: relative;
    z-index: 5;
    background-color: #FFF;
    padding: 30px;
    border-radius: 3px;
    width: 50%;
    margin: 0 15px;
    left: calc(50% - 30px);
    transform: translateX(calc(-100% + 30px));
}

.section-map-right > .container {
    transform: none;
}

.section-map.section-full-width > .container {
    max-width: 50%;
}

@media (min-width: 1200px) {
    .section-map > .container {
        max-width: 570px;
    }
}

/*
-------------------------------------------------------------------
VIDEO - SECTION
-------------------------------------------------------------------
*/

.section-video > video {
    height: auto;
}

.section-video > .container {
    position: relative;
    z-index: 5;
}

/*
-------------------------------------------------------------------
SLIDER - SECTION
-------------------------------------------------------------------
*/

.section-slider > .background-slider > div {
    opacity: 0;
    transition: all .5s;
    background-size: cover;
    background-position: center center;
}

.section-slider > .background-slider > div.active {
    opacity: 1;
}

.section-slider > .container {
    position: relative;
    z-index: 5;
}

.section-slider[data-slider-parallax] .background-slider {
    position: fixed !important;
    z-index: -1;
    opacity: 0;
    transition: none;
}

.section-slider[data-slider-parallax].active .background-slider {
    opacity: 1;
}

/*
-------------------------------------------------------------------
BLOCK - SECTION
-------------------------------------------------------------------
*/

.section-block > .block-media {
    position: absolute;
    width: calc(50% - 15px);
    height: 100%;
    top: 0;
    right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
}

.section-block-right > .block-media {
    left: 0;
    right: auto;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.section-block > .container > .row > .col:first-child:before {
    content: '';
    border: 25px solid #ffffff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    right: -65px;
    left: auto;
    top: 50%;
    margin-top: -25px;
    position: absolute;
    z-index: 1;
}

.section-block-right > .container > .row > .col:first-child:before {
    right: auto;
    left: -65px;
    transform: rotate(180deg);
}

.section-block > .block-media .image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.section-block > .block-media video {
    width: 100%;
}

.section-block-right > .container > .row {
    flex-direction: row-reverse;
}

.section-block > .container > .row > .col:last-child {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(30px);
}

.section-block-right > .container > .row > .col:last-child {
    transform: translateX(-30px);
}

.section-block-full > .block-media {
    width: 100%;
}

.section-block-full > .container > .row > .col {
    max-width: calc(50% - 60px);
}

.section-block-full > .container > .row > .col:first-child {
    background: #FFF;
    padding: 60px;
    margin: 0 30px;
    border-radius: 3px;
}

.section-block-full > .container > .row > .col:first-child:before {
    right: -49px;
}

.section-block-full.section-block-right > .container > .row > .col:first-child:before {
    right: auto;
    left: -49px;
}

/*

# NAVIGATION
===================================================================

-------------------------------------------------------------------
GLOBAL
-------------------------------------------------------------------

*/

body > nav {
    z-index: 995;
    position: relative;
    background-color: #FFF;
}

body > nav > .container {
    height: 100%;
    min-height: 50px;
}

.dropdown ul li a {
    background-color: #FFF;
}

.dropdown ul li:hover > a, nav:not(.menu-transparent) .menu-cnt > ul > li:hover > a {
    color: #FFF;
}

.logo-retina {
    display: none !important;
}

@media (min-resolution: 192dpi) and (min-width: 994px), (-webkit-min-device-pixel-ratio: 2) and (min-width: 994px) {
    .logo-retina:not(.hidden):not(.scroll-show), .logo-retina.scroll-show.showed {
        display: block !important;
    }

    .logo-default {
        display: none !important;
    }
}

body > nav .menu-brand {
    float: left;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    z-index: 9999;
    position: relative;
}

body > nav .menu-brand > a {
    height: 100%;
}

body > nav .menu-brand img {
    max-height: 100%;
    display: block;
}

.menu-btn {
    display: none;
    width: 30px;
    height: 30px;
    font-style: normal;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    line-height: 30px;
}

.menu-btn:before {
    content: "\64";
    font-family: "Icons";
    position: absolute;
    left: 0;
    text-transform: none;
}

.menu-right {
    float: right;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

.menu-cnt {
    position: relative;
}

.menu-cnt > ul, .menu-inner > ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-left: 30px;
}

.menu-cnt > ul > li > a, .dropdown > ul > li > a, .dropdown-submenu > ul > li > a {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 13px;
    display: block;
}

.menu-cnt ul > li > a {
    text-decoration: none;
    transition: all .5s, height 0s, line-height 0s;
}

.menu-cnt > ul > li a {
    font-weight: 500;
    text-decoration: none;
    text-align: left;
}

.menu-right > * {
    margin: 0 15px;
}

.search-box-menu > input[type=text] {
    display: none;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: calc(100% + 10px);
    width: 100% !important;
    max-width: 1125px;
    padding: 5px 15px;
    margin: auto;
    border: none;
    height: 50px;
    z-index: 9;
    outline: none;
    border-radius: 3px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
    background-color: white;
    transition: all .5s;
}

body > nav .search-box-menu.active > input {
    display: block;
}

.search-box-menu > i {
    font-size: 19px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    width: 50px;
    display: block;
    text-align: center;
}

.search-box-menu > i:before {
    font-family: "Icons";
    content: "\61";
    font-style: normal;
    text-transform: none;
}

.search-box-menu.active > i:before {
    content: "\63";
}

.search-box-menu > input[type=submit] {
    display: none;
    position: absolute;
    z-index: 9;
    right: 0;
    height: 40px;
    top: calc(100% + 15px);
    background: #FFF;
    border: none;
    padding: 0 15px;
    cursor: pointer;
}

.search-bar {
    position: relative;
}

.search-bar input[type=text] {
    line-height: 25px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    outline: none;
    padding: 0 5px;
    transition: all .5s;
}

.search-bar input[type=submit] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

nav.light h5, .light .shop-menu .shop-cart .cart-item .cart-content, .light .shop-menu p, .light .shop-menu .btn, .light .lan-menu ul li a {
    color: #4C4C4C;
}

body > nav .icon-links a i {
    font-size: 16px;
    transform: translateX(-50%) translateY(-50%);
}

.menu-cnt li > a {
    position: relative;
}

/*
-------------------------------------------------------------------
MINI MENU SECTION - NAVIGATION MENU
-------------------------------------------------------------------
*/

.menu-mini {
    height: 35px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.21);
    background: #fff;
}

.menu-mini > .container > ul {
    list-style: none;
    float: left;
    padding: 0;
    margin: 9px 0 0 0;
}

.menu-mini > .container > ul > li {
    float: left;
    padding-right: 20px;
    padding-left: 25px;
    font-size: 13px;
    line-height: 16px;
    position: relative;
}

.menu-mini > .container > ul > li i {
    margin-right: 5px;
    font-size: 16px;
    position: absolute;
    left: 0px;
}

.menu-mini li > a {
    text-decoration: none;
}

.menu-mini .menu-right {
    align-items: center;
    height: 35px;
    padding: 0;
}

.menu-mini .icon-links i, .menu-mini .icon-links i:hover {
    font-size: 14px;
    border-radius: 0;
    width: 35px;
    padding: 0;
}

.menu-mini .lan-menu {
    position: relative;
    z-index: 999;
}

.menu-mini .lan-menu li.dropdown > a {
    height: 35px;
    line-height: 35px;
    padding-top: 0;
    padding-bottom: 0;
}

.menu-wide .container, .menu-wide .search-box-menu > input {
    max-width: 100%;
}

/*
-------------------------------------------------------------------
DROPDOWN - NAVIGATION MENU
-------------------------------------------------------------------
*/

.dropdown ul:not(.icon-list) {
    position: absolute;
    display: none;
}

.dropdown li {
    cursor: pointer;
}

.dropdown > a {
    position: relative;
}

.dropdown > ul, .dropdown-submenu > ul {
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.17);
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    min-width: 200px;
}

.dropdown:hover > ul, .dropdown:hover .mega-menu, .dropdown-submenu:hover > ul {
    display: block;
    z-index: 4;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a {
    position: relative;
    z-index: 3;
}

.dropdown-submenu > a:after, .menu-side .dropdown > a:after, .menu-side .mega-dropdown > a:after, .menu-inner .dropdown > a:after, .menu-cnt > ul > li.dropdown > a:after {
    font-family: "Icons";
    content: "\67";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    right: 10px;
    transition: transform .5s;
    text-transform: none;
    opacity: .7;
}

.dropdown-submenu > a:after, .menu-side:not(.menu-side-collapse) li > a:after, .menu-side:not(.menu-side-collapse) li.dropdown > a:after {
    transform: translateY(-50%) rotate(0deg);
    transition: none;
}

.dropdown.active > a:after, .mega-dropdown.active > a:after {
    transform: translateY(-50%) rotate(90deg) matrix(-1, 0, 0, 1, 0, 0);
}

.dropdown:hover > a:after, .menu-cnt li:hover > a:after {
    opacity: 1;
}

.dropdown-submenu ul {
    top: 0;
    left: 100%;
    z-index: 1;
}

.menu-cnt > ul > li.dropdown > a, .menu-cnt > ul > li.mega-dropdown > a {
    padding-right: 40px;
}

.menu-side .menu-cnt > ul > li.dropdown > a, .menu-side .menu-cnt > ul > li.mega-dropdown > a {
    padding-right: 15px;
}

.dropdown .divider {
    height: 1px;
    background: #eaeaea;
}

/*
-------------------------------------------------------------------
MEGA MENU - NAVIGATION MENU
-------------------------------------------------------------------
*/

.mega-dropdown:hover .mega-menu, .mega-menu .tab-box > .panel.active {
    display: flex;
    overflow: hidden;
    z-index: 2;
}

.mega-menu .tab-box > .panel {
    margin: 30px 5px;
}

.mega-menu .tab-nav {
    margin: 15px;
}

.mega-dropdown .mega-menu {
    left: 0;
    width: 100%;
}

.mega-menu .col {
    padding: 0 10px;
}

.mega-menu {
    position: absolute;
    min-width: 250px;
    padding: 25px 5px;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.17);
    background-color: #FFF;
    background-size: cover;
    display: none;
}

.mega-menu a {
    color: #636363;
    padding-left: 5px;
    display: block;
    white-space: nowrap;
}

.mega-menu .no-icons a {
    padding-left: 0;
}

.mega-menu.bg-menu {
    min-width: 400px;
}

.mega-menu h5 {
    margin-top: 5px;
    min-height: 15px;
    font-size: 15px;
    text-align: left;
}

.mega-menu .icon-list + h5 {
    margin-top: 30px;
}

.mega-menu .no-icons {
    margin-left: 1px;
}

.mega-menu .col > h5:first-child {
    margin-top: 0;
}

.mega-menu .tab-box {
    width: calc(100% + 10px);
    margin: -25px -5px;
}

/*
-------------------------------------------------------------------
MENU RIGHT POSITION - NAVIGATION MENU
-------------------------------------------------------------------
*/

nav.align-right .menu-cnt {
    display: flex;
    justify-content: flex-end;
}

nav.align-right .menu-cnt {
    float: none;
}

/*
-------------------------------------------------------------------
INNER MENU - NAVIGATION MENU
-------------------------------------------------------------------
*/

.menu-inner > ul {
    float: none;
    margin-left: 0;
}

.menu-inner:not(.menu-inner-vertical) > ul > li:not(:last-child) {
    margin-right: 20px;
}

.menu-inner li > a {
    height: 50px;
    line-height: 50px;
    display: block;
    position: relative;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
    transition: all .5s;
}

.menu-inner li.dropdown > a {
    padding-right: 35px;
}

.menu-inner .dropdown ul > li > a {
    font-size: 15px;
}

.menu-inner .dropdown ul > li:hover > a {
    background: none;
}

.menu-inner li {
    position: relative;
    transition: all .5s;
}

.menu-inner li:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    transition: all .5s;
    bottom: 0;
    left: 0;
}

.menu-inner li:hover:before, .menu-inner li.active:before {
    width: 100%;
}

.menu-inner li > a > i {
    margin-right: 15px;
}

.menu-inner-vertical > ul {
    display: block;
}

.menu-inner-vertical li.dropdown > ul {
    position: static;
    box-shadow: none;
}

.menu-inner-vertical .dropdown:hover > ul {
    display: none
}

.menu-inner-vertical .dropdown.active > ul {
    display: block
}

.menu-inner.ms-minimal li:hover a, .menu-inner.ms-minimal li.active > a {
    background: none;
}

.menu-inner > div {
    display: none;
    position: relative;
    padding: 10px 0;
}

.menu-inner > div > i {
    right: 0;
}

.menu-inner.nav-right {
    justify-content: flex-end;
    display: flex;
}

.menu-inner.nav-center {
    justify-content: center;
    display: flex;
}

.menu-inner:not(.menu-inner-vertical) .dropdown > a:after {
    right: 0;
}

.menu-inner:not(.menu-inner-vertical) .dropdown ul {
    box-shadow: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    margin-top: -1px;
}

.menu-inner:not(.menu-inner-vertical) .dropdown li:last-child:before {
    bottom: -1px;
}

.menu-inner-image li img {
    position: absolute;
    height: 50px;
    max-height: 50px;
    max-width: 50px;
    height: 50px;
    border-radius: 3px;
    left: -65px;
}

.menu-inner-image li {
    padding-left: 65px;
    margin-bottom: 15px;
}

.menu-inner-image li a {
    line-height: 30px;
}

.menu-inner-image li a span {
    display: block;
    line-height: 15px;
    font-size: 12px;
}

/*
-------------------------------------------------------------------
MENU TRANSPARENT - NAVIGATION MENU
-------------------------------------------------------------------
*/

body > nav.menu-transparent, .menu-transparent .form-control, .menu-transparent .btn, .menu-transparent .menu-cnt > ul > li:hover > a, .menu-transparent .lan-menu > li > a, .menu-transparent .btn:hover,
.menu-big-box.menu-transparent .menu-box, .menu-transparent .menu-mini, .menu-transparent .lan-menu > li:hover > a {
    background: none;
}

/*
-------------------------------------------------------------------
MENU FIXED - NAVIGATION MENU
-------------------------------------------------------------------
*/

nav.menu-fixed {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
}

.menu-fixed:not(.menu-transparent) + header, .menu-fixed:not(.menu-transparent) + main {
    margin-top: 50px;
}

.menu-fixed.menu-top-logo:not(.menu-transparent) + header, .menu-fixed.menu-top-logo:not(.menu-transparent) + main {
    margin-top: 150px;
}

/*
-------------------------------------------------------------------
LANGUAGE MENU - NAVIGATION MENU
-------------------------------------------------------------------
*/

.lan-menu {
    list-style: none;
    padding-left: 0;
    position: relative;
}

.lan-menu li a, .lan-menu .dropdown > ul > li > a {
    padding-left: 40px;
    color: #444;
    text-decoration: none;
    line-height: 50px;
    font-size: 13px;
    display: block;
    transition: all .5s;
}

nav:not(.menu-transparent) .lan-menu > li:hover > a, nav:not(.menu-transparent) .menu-mini .lan-menu > li:hover > a, .lan-menu .dropdown > ul > li:hover > a {
    color: #FFF;
}

.lan-menu li.dropdown > a {
    padding-right: 15px;
}

.lan-menu li.dropdown > a:after {
    right: 15px;
}

.lan-menu .dropdown > ul > li > a, .lan-menu .dropdown > ul {
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.lan-menu li a img {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -6px;
    border-radius: 3px;
}

/*
-------------------------------------------------------------------
SHOP MENU - NAVIGATION MENU
-------------------------------------------------------------------
*/

.shop-menu-cnt {
    position: relative;
}

.shop-menu-cnt > i {
    font-size: 23px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    width: 50px;
    display: block;
    text-align: center;
}

.shop-menu-cnt > i:before {
    font-family: "Icons";
    content: "\69";
    font-style: normal;
}

.shop-menu-cnt:hover .shop-menu {
    display: block;
    visibility: visible;
    opacity: 1;
}

.shop-menu-cnt .shop-menu {
    z-index: 90;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    text-align: center;
    background-color: #fff;
    transition: all .4s ease;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.17);
    overflow: hidden;
    display: none;
}

.shop-cart li {
    cursor: pointer;
}

.shop-cart li img {
    width: 65px;
    height: 40px;
    margin: 0;
    border-radius: 3px;
    float: left;
}

.shop-cart .cart-item .cart-content {
    padding-left: 100px;
    text-align: left;
    font-size: 13px;
    line-height: 21px;
}

.shop-menu-cnt .cart-total {
    display: block;
    text-align: left;
    padding: 8px 16px;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
}

.shop-cart {
    list-style: none;
    padding: 15px 0;
    margin: 0;
}

.shop-cart .cart-item {
    height: 50px;
    padding: 0 15px;
    transition: all .3s;
}

.shop-cart .cart-item:hover {
    background: none;
    padding-left: 20px;
}

.cart-item h5 {
    margin-bottom: 0;
    font-size: 14px;
}

.shop-menu .cart-buttons {
    text-align: left;
    padding: 15px;
    margin: 0;
    line-height: 20px;
}

.shop-menu .cart-buttons a {
    text-decoration: none;
    margin-right: 10px;
}

.shop-menu-cnt .cart-count {
    background-color: #292929;
    top: 50%;
    margin-top: -4px;
    right: 3px;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    z-index: 95;
    font-size: 11px;
    line-height: 19px;
    font-style: normal;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
}

.shop-menu-empty .shop-menu, .wc-backward {
    display: none !important;
}

/*
-------------------------------------------------------------------
BIG BOX - NAVIGATION MENU
-------------------------------------------------------------------
*/

.menu-big-box {
    padding-bottom: 40px;
}

.menu-big-box .menu-box {
    position: absolute;
    height: 80px;
    width: calc(100% - 60px);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 3px;
}

.menu-big-box .menu-box > .row {
    width: calc(100% + 15px);
}

.menu-big-box .menu-cnt > ul, .menu-big-box .menu-right > ul {
    z-index: 2;
    position: relative;
}

.menu-big-box > .container {
    position: relative;
}

/*
-------------------------------------------------------------------
SUBTITLE - NAVIGATION MENU
-------------------------------------------------------------------
*/

.menu-subtitle .menu-cnt li a span {
    display: block;
    height: 23px;
    position: absolute;
    bottom: 24px;
    font-size: 11px;
    color: #bbbbbb;
}

.menu-subtitle .menu-cnt > ul > li > a, .menu-subtitle .menu-cnt .menu-right {
    height: 70px;
}

.menu-subtitle .menu-cnt > ul > li > a {
    position: relative;
}

.menu-subtitle .shop-menu-cnt > i, .menu-subtitle .search-box-menu > i, .menu-subtitle .menu-brand, .menu-subtitle .lan-menu > li > a {
    height: 70px;
    line-height: 70px;
}

/*
-------------------------------------------------------------------
MIDDLE AND TOP LOGO - NAVIGATION MENU
-------------------------------------------------------------------
*/

@media (min-width: 992px) {
    .menu-top-logo {
        padding-top: 100px;
    }

    .menu-top-logo > .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .menu-top-logo > .container > .menu-brand, .menu-top-logo .menu-right {
        position: absolute;
        top: 50%;
        transform: translateY(calc(-50% - 25px));
        right: 50%;
        width: 570px;
        float: none;
        padding-left: 30px;
        padding-right: 30px;
        justify-content: flex-start;
    }

    .menu-top-logo .menu-right {
        left: 50%;
        right: auto;
        justify-content: flex-end;
        margin: 0;
    }

    .menu-top-logo .menu-right > *:last-child {
        margin-right: 0;
    }

    .menu-top-logo .menu-cnt {
        position: static;
    }

    .menu-top-logo .menu-cnt > ul {
        margin: 0;
        position: relative;
        width: 100%;
    }

    .menu-top-logo > .container:before {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        left: 0;
    }

    .menu-top-logo .menu-mini {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .menu-top-logo .menu-mini .menu-right {
        transform: translateY(-50%);
    }

    .menu-top-logo > .menu-mini + .container > .menu-brand, .menu-top-logo > .menu-mini + .container .menu-right {
        transform: translateY(calc(-50% - 8px));
    }

    .menu-top-logo.menu-wide > .container > .menu-brand {
        left: 0;
        right: auto;
    }

    .menu-top-logo.menu-wide .menu-right {
        left: auto;
        right: 0;
    }
}

@media (max-width: 1125px) and (min-width: 992px) {
    .menu-top-logo > .container > .menu-brand, .menu-top-logo .menu-right {
        width: 480px;
    }
}

/*
-------------------------------------------------------------------
ICON - NAVIGATION MENU
-------------------------------------------------------------------
*/

.menu-icon .menu-cnt > ul > li > a > i {
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
}


.menu-icon .menu-cnt > ul > li > a {
    padding-left: 55px;
    position: relative;
}

.menu-icon-top.menu-fixed.scroll-menu .menu-cnt > ul > li > a > i {
    display: none;
}

@media (min-width: 993px) {
    .menu-icon-top .menu-cnt > ul > li > a > i {
        top: 15px;
        left: 50%;
        transform: translateY(0) translateX(-50%);
    }

    .menu-icon-top .menu-cnt > ul > li > a {
        padding-top: 35px;
        padding-left: 15px;
    }

    .menu-icon-top .shop-menu-cnt > i, .menu-icon-top .search-box-menu > i, .menu-icon-top .menu-cnt > .dropdown > ul > li > a,
    .menu-icon-top .dropdown-submenu > ul > li > a, .menu-icon-top .menu-cnt .menu-right, .menu-icon-top .menu-brand, .menu-icon-top .lan-menu > li > a {
        height: 80px;
        line-height: 80px;
    }

    .menu-icon-top .menu-cnt > ul > li > a {
        line-height: 50px;
    }
}

/*
-------------------------------------------------------------------
SIDE - NAVIGATION MENU
-------------------------------------------------------------------
*/

@media (min-width: 992px) {

    .menu-side-cnt, .menu-side-cnt #fullpage-main, .menu-side-cnt .footer-parallax, .menu-side-cnt > .menu-fixed:not(.menu-wide) {
        padding-left: 250px;
    }

    .menu-side {
        width: 250px;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99995;
        background-color: #FFFFFF;
        border-right: 1px solid #e7e7e7;
        box-shadow: 1px 0 2px rgba(0,0,0,0.05);
    }

    .menu-side .menu-brand {
        width: 100%;
        padding: 15px;
        height: 90px;
        float: none;
    }

    .menu-side .menu-cnt > ul {
        float: none;
        display: block;
        margin: 0;
    }

    .menu-side .menu-cnt > ul > li {
        float: none;
        position: relative;
        margin: 0;
    }

    .menu-side .mega-menu, .menu-side .dropdown > ul, .menu-side .dropdown-submenu > ul {
        left: 100%;
        top: 0;
        width: auto;
    }

    .menu-side-collapse {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .menu-side-collapse .menu-cnt {
        height: 100%;
    }

    .menu-side-collapse .menu-cnt > ul {
        float: none;
        display: block;
        margin: 0;
    }

    .menu-side-collapse .menu-cnt > ul > li {
        float: none;
        position: relative;
        margin: 0;
    }

    .menu-side-collapse .mega-menu, .menu-side-collapse .dropdown > ul, .menu-side-collapse .dropdown-submenu > ul {
        left: 0;
        top: 100%;
        width: 100%;
        position: relative;
        box-shadow: none;
    }

    .menu-side-collapse .bottom-area {
        position: static;
    }

    .menu-side-collapse li.active > ul, .menu-side-collapse .active .mega-menu, .menu-side-collapse .mega-menu .tab-box > .panel.active,
    .menu-side-collapse .mega-menu .tab-box .nav-tabs, .menu-side-collapse .active .dropdown-submenu ul {
        display: block;
    }

    .menu-side-collapse li:not(.active):not(.dropdown-submenu):hover > ul, .menu-side-collapse li:not(.active):hover .mega-menu {
        display: none;
    }

    .menu-side-collapse .mega-menu {
        padding: 25px 0;
    }

    .menu-side .mega-menu .col {
        padding: 0 15px;
        font-size: 13px;
    }

    .menu-side .mega-menu .icon-list li a:hover {
        background: none;
    }

    .menu-side:not(.menu-side-collapse) .dropdown > ul, .menu-side:not(.menu-side-collapse) .dropdown-submenu > ul {
        box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.17);
        border-left: 1px solid #eaeaea;
    }

    .menu-side .slimScrollRail {
        visibility: hidden;
    }

    .menu-side-collapse .active .dropdown-submenu > a:after {
        transform: translateY(-50%) rotate(90deg);
    }

    .menu-side-collapse .mega-menu .tab-nav {
        display: block;
    }

    .menu-side-collapse .mega-menu .tab-nav li a {
        margin: 10px 0;
    }
}

.menu-side-collapse .col + .col > h5:first-child {
    margin-top: 30px;
}

.menu-side .bottom-area {
    position: absolute;
    bottom: 20px;
    padding: 20px 15px;
    width: 100%;
    text-align: center;
}

.menu-side-collapse .bottom-area {
    position: static;
}

.menu-side .bottom-area .lan-menu {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.menu-side .bottom-area .lan-menu a {
    margin: 0 5px;
}

.menu-side .bottom-area .icon-links {
    margin: 10px 0;
}

.menu-side .bottom-area p {
    font-size: 12px;
}

/*

# HEADERS
===================================================================

-------------------------------------------------------------------
GLOBAL
-------------------------------------------------------------------

*/

.title {
    position: relative;
    margin-bottom: 50px;
}

.title > p {
    margin-top: 15px;
}

.row > div > .title:last-child {
    margin-bottom: 0;
}

body > header {
    position: relative;
    display: flex;
    align-items: center;
    height: 350px;
    overflow: hidden;
}

body > header > .container {
    position: relative;
    z-index: 5;
}

body > header h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

body > header h2 {
    margin: 20px 0 0 0;
    font-size: 18px;
    font-weight: 400;
}

body > header.align-center h2 {
    margin: 20px auto 0 auto;
}

.breadcrumb {
    list-style: none;
    display: flex;
    margin: 40px 0 0 0;
    padding: 0;
}

.breadcrumb li {
    list-style: none;
}

.breadcrumb li a {
    display: block;
    text-decoration: none;
    padding-right: 15px;
    margin-right: 15px;
    font-size: 14px;
    position: relative;
}

.breadcrumb li a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 11px;
    margin-top: -5px;
    opacity: .6;
    top: 50%;
    right: 0;
    transform: rotate(25deg);
}

.breadcrumb li:last-child a {
    font-weight: 600;
    cursor: default;
    padding-right: 0;
    margin-right: 0;
}

.breadcrumb li:last-child a:after {
    display: none;
}

body > header.align-right .breadcrumb {
    left: 15px;
    right: auto;
    justify-content: flex-end;
}

body > header.align-center .breadcrumb {
    position: static;
    justify-content: center;
    margin-top: 20px;
}

.breadcrumb.align-center {
    justify-content: center;
}

.breadcrumb.align-right {
    justify-content: flex-end;
}

body > nav.menu-transparent + header {
    margin-top: 0 !important;
}

/*
-------------------------------------------------------------------
IMAGE - HEADER
-------------------------------------------------------------------
*/

.header-image, .header-base {
    background-position: center center;
    background-size: cover;
}

/*
-------------------------------------------------------------------
SLIDER - HEADER
-------------------------------------------------------------------
*/

.header-slider > .background-slider > div {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.header-slider > .background-slider > div {
    opacity: 0;
    background-size: cover;
    background-position: center center;
    transition: all .5s;
}

.header-slider > .background-slider > div.active {
    opacity: 1;
}

/*
-------------------------------------------------------------------
VIDEO - HEADER
-------------------------------------------------------------------
*/

.header-video > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

/*
-------------------------------------------------------------------
BASE - HEADER
-------------------------------------------------------------------
*/

.header-base {
    height: 200px;
}

.header-base .breadcrumb {
    position: absolute;
    right: 15px;
    top: 0;
    margin-top: 0;
}

/*

# TYPOGRAPHY
===================================================================
 
-------------------------------------------------------------------
SPACE
-------------------------------------------------------------------

*/

hr.space, hr.space-xs, hr.space-sm, hr.space-md, hr.space-lg {
    border: none;
    clear: both;
    margin: 0;
}

hr.space-xs {
    height: 15px;
}

hr.space-sm {
    height: 30px;
}

hr.space {
    height: 60px;
}

hr.space-md {
    height: 75px;
}

hr.space-lg {
    height: 100px;
}

span.space, span.space-xs, span.space-sm, span.space-md, span.space-lg {
    display: inline-block;
}

span.space-xs {
    width: 15px;
}

span.space-sm {
    width: 30px;
}

span.space {
    width: 60px;
}

span.space-md {
    width: 75px;
}

span.space-lg {
    width: 100px;
}

/*
-------------------------------------------------------------------
TEXT
-------------------------------------------------------------------
*/

.text-xs {
    font-size: 12px !important;
    line-height: 18px;
}

.text-sm {
    font-size: 16px !important;
    line-height: 22px;
}

.text-md {
    font-size: 25px !important;
    line-height: 35px;
}

.text-lg {
    font-size: 50px !important;
    line-height: 70px;
}

/*
-------------------------------------------------------------------
SEPARATOR
-------------------------------------------------------------------
*/

hr:not([class*=space]) {
    height: 1px;
    border: none;
    background: #dadada;
    margin: 30px 0;
}

/*
-------------------------------------------------------------------
QUOTE
-------------------------------------------------------------------
*/

.quote {
    position: relative;
    padding: 30px 30px 30px 105px;
    margin: 0;
    border-radius: 3px;
}

.quote > p {
    margin: 0;
}

.quote.quote-double {
    padding: 30px 105px 30px 105px;
}

.quote:before, .quote.quote-double:after {
    content: "\65";
    font-family: "Icons";
    position: absolute;
    left: 30px;
    width: 50px;
    height: 50px;
    font-size: 45px;
    line-height: 55px;
    opacity: .2;
    text-transform: none;
}

.quote.quote-double:after {
    content: "\66";
    left: auto;
    right: 30px;
    bottom: 30px;
}

.quote .quote-author {
    display: block;
    margin-top: 15px;
    font-weight: 600;
}

.quote-author:empty {
    display: none;
}

/*

# COMPONENTS
===================================================================
 
-------------------------------------------------------------------
BUTTONS - COMPONENT
-------------------------------------------------------------------

*/

.btn {
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    position: relative;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: all .5s;
}

.btn-xs {
    padding: 7px 20px;
    font-size: 13px;
}

.btn-sm {
    padding: 10px 30px;
    font-size: 15px;
}

.btn-lg {
    padding: 15px 50px;
    font-size: 20px;
}

.btn-border, body .btn-border {
    background: none;
}

.btn-circle {
    border-radius: 100px;
}

.btn-text {
    position: relative;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    transition: all .5s;
}

.btn-text.btn-icon i {
    position: static;
    margin-right: 10px;
}

.btn-icon.btn-xs:not(.btn-anima), .btn-icon.btn-xs.btn-anima:hover {
    padding-left: 40px;
}

.btn-icon.btn-sm:not(.btn-anima), .btn-icon.btn-sm.btn-anima:hover {
    padding-left: 55px;
}

.btn-icon.btn-lg:not(.btn-anima), .btn-icon.btn-lg.btn-anima:hover {
    padding-left: 85px;
}

.btn-icon i {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-icon.btn-lg:not(.btn-anima) i {
    left: 50px;
}

.btn-anima {
    overflow: hidden;
}

.btn-anima i {
    left: -50px;
    transition: all .5s;
}

.btn-icon.btn-xs.btn-anima:hover i, .btn-icon.btn-xs:not(.btn-anima) i {
    left: 20px;
}

.btn-icon.btn-sm.btn-anima:hover i {
    left: 30px;
}

.btn-icon.btn-lg.btn-anima:hover i, .btn-icon.btn-lg.btn-xs:not(.btn-anima) i {
    left: 50px;
}

.btn + .btn {
    margin-top: 15px;
}

.btn-video {
    position: relative;
    display: block;
    padding-top: 60px;
    text-decoration: none;
}

.btn-video:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -43px;
    background: #FFF;
    z-index: 1;
}

.btn-video:after {
    content: "\62";
    font-family: "Icons";
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 45px;
    line-height: 55px;
    top: 0;
    left: 50%;
    margin-left: -24px;
    animation-iteration-count: infinite;
    z-index: 1;
    text-transform: none;
}

.img-box.btn-video {
    padding-top: 0;
}

.img-box.btn-video:before {
    top: 50%;
    margin-top: -43px;
    margin-left: -45px;
    height: 80px;
    border-radius: 50%;
    left: 50%;
    background: rgb(255, 255, 255);
}

.img-box.btn-video:after {
    top: 50%;
    margin-top: -30px;
}
/*
-------------------------------------------------------------------
INPUTS - COMPONENT
-------------------------------------------------------------------
*/

.input-text, .input-select, .input-textarea {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    outline: none;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    background: rgb(255, 255, 255);
}

.input-text-btn {
    display: flex;
}

.input-text-btn .input-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    margin: 0;
}

.input-text-btn .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}

/*
-------------------------------------------------------------------
TEXT LIST - COMPONENT
-------------------------------------------------------------------
*/

.text-list, .text-list li {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
}

.text-list li {
    transition: all .5s;
}

.text-list-base li, .text-list-image li, .text-list-side li {
    margin-bottom: 30px;
}

.text-list-base li:last-child, .text-list-image li:last-child, .text-list-side li:last-child {
    margin-bottom: 0;
}

.text-list-base li > h3, .text-list-image .content > h3, .text-list-side h3 {
    margin: 0;
    font-size: 19px;
}

.text-list-base li > p, .text-list-image .content > p {
    margin: 5px 0 0 0;
}

.text-list-base li > div, .text-list-image .content > div {
    position: absolute;
    right: 0;
    top: 0;
}

.text-list-image li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-list-image li .content {
    position: relative;
    width: 100%;
    padding-left: 30px;
}

.text-list-image li > img {
    position: relative;
    left: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.text-list-side li {
    display: flex;
    justify-content: space-between;
}

.text-list-side li h3 {
    min-width: 150px;
}

.text-list-side p {
    margin: 0 30px;
}

.text-list-bold li, .text-list-line li {
    display: flex;
    margin-bottom: 5px;
}

.text-list-bold p span, .text-list-line p span {
    padding-left: 15px;
}

.text-list-bold li p {
    margin: 0 0 0 15px;
}

.text-list-line li b {
    margin-right: 5px;
    white-space: nowrap;
}

.text-list-line label {
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    display: inline;
}

.text-list-line li p {
    margin: 0 5px;
    white-space: nowrap;
    overflow: visible;
}

.text-list-line li {
    justify-content: space-between;
    height: 26.5px;
}

.text-list-line li hr {
    width: 100%;
    margin-top: 16px;
    border-top: 1px dotted;
    background: none;
    opacity: .8;
}

/*
-------------------------------------------------------------------
ICON LIST - COMPONENT
-------------------------------------------------------------------
*/

.icon-list-horizontal {
    display: flex;
}

.icon-list-horizontal.icon-list li {
    margin-right: 25px;
    margin-bottom: 0;
    padding-left: 25px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.icon-list p {
    margin: 0;
    display: inline;
}

.icon-list li > i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.icon-list-horizontal.icon-list a {
    text-decoration: none;
}

ul.icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.icon-list li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 10px;
}

ul.icon-list li:last-child {
    margin-bottom: 0;
}

.icon-list.icon-md li, .icon-list.icon-md span {
    padding-left: 40px;
    line-height: 35px;
}

.icon-list.icon-md li > i, .icon-list.icon-md span > i {
    font-size: 23px;
}

.icon-list.icon-lg li, .icon-list.icon-lg span {
    padding-left: 50px;
    line-height: 40px;
}

.icon-list.icon-lg li > i, .icon-list.icon-lg span > i {
    font-size: 30px;
}

.icon-list.icon-md.text-xs li {
    line-height: 20px;
}

.icon-list.icon-md.text-xs li > i {
    font-size: 15px;
}

.icon-circle li > i, .icon-line li > i, .icon-decimal li > i {
    display: none;
}

.icon-circle li:before, .icon-circle span:before, .icon-line li:before, .icon-line span:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}

.icon-circle li:hover:before, .icon-circle span:hover:before {
    transform: translateY(-50%) scale(.8);
}

.icon-circle.icon-md li:before, .icon-circle.icon-md span:before {
    width: 11px;
    height: 11px;
}

.icon-circle.icon-md li, .icon-circle.icon-md span {
    padding-left: 35px;
}

.icon-circle.icon-lg li:before, .icon-circle.icon-lg span:before {
    width: 16px;
    height: 16px;
}

.icon-circle.icon-lg li, .icon-circle.icon-lg span {
    padding-left: 40px;
}

.icon-line li:before, .icon-line span:before {
    border-radius: 3px;
    height: 2px;
}

.icon-line li:hover:before, .icon-line span:hover:before {
    transform: translateY(-50%) translateX(5px);
}

.icon-line.icon-md li:before, .icon-line.icon-md span:before {
    width: 15px;
    height: 3px;
}

.icon-line.icon-md li, .icon-line.icon-md span {
    padding-left: 35px;
}

.icon-line.icon-lg li:before, .icon-line.icon-lg span:before {
    width: 20px;
    height: 4px;
}

.icon-line.icon-lg li, .icon-line.icon-lg span {
    padding-left: 40px;
}

ul.icon-decimal {
    padding-left: 15px;
}

ul.icon-decimal, ul.icon-decimal li {
    list-style: decimal;
}


.icon-list-horizontal.icon-list:not(.icon-md):not(.icon-lg) span {
    padding-left: 33px;
}

ul.icon-list.list-right li, .icon-list-horizontal.icon-list.list-right span {
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
}

ul.icon-list.list-right li i, .icon-list-horizontal.icon-list.list-right i {
    left: auto;
    right: 0;
}

ul.icon-list.list-right.icon-md li, .icon-list-horizontal.icon-list.list-right.icon-md span {
    padding-right: 40px;
}

ul.icon-list.list-right.icon-lg li, .icon-list-horizontal.icon-list.list-right.icon-lg span {
    padding-right: 50px;
}

.icon-list-horizontal.icon-list.list-right:not(.icon-md):not(.icon-lg) span {
    padding-left: 0;
    padding-right: 33px;
}

.icon-circle.list-right li:before, .icon-circle.list-right span:before, .icon-line.list-right li:before, .icon-line.list-right span:before {
    left: auto;
    right: 0;
}

/*
-------------------------------------------------------------------
ICON LINK - COMPONENT
-------------------------------------------------------------------
*/

.icon-links {
    display: flex;
}

.icon-links.align-center {
    justify-content: center;
}

.icon-links.align-right {
    justify-content: flex-end;
}

.icon-links a {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}

.icon-links a i {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    font-size: 18px;
    transition: all .5s;
}

.icon-links {
    display: flex;
}

.icon-links-grid a {
    border-style: solid;
    border-width: 1px;
    border-right: none;
    width: 50px;
    height: 40px;
    margin: 0;
}

.icon-links-grid a i {
    transition: all .1s;
}

.icon-links-grid a:hover i {
    color: #FFF;
}

.icon-links-grid a:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.icon-links-grid a:last-of-type {
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.icon-links-button a {
    width: 50px;
    height: 40px;
    border-radius: 3px;
    transition: all .5s;
}

.icon-links-button a i, .icon-links-button a:hover i {
    color: #FFF;
}

.icon-links-popup {
    position: relative;
    padding-left: 35px;
}

.icon-links-popup > i {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    font-size: 16px;
    cursor: pointer;
}

.icon-links-popup > i:before {
    font-family: "Icons";
    content: "\6d";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}

.icon-links-popup > div {
    display: flex;
    position: relative;
    visibility: hidden;
}

.icon-links-popup > div > a {
    opacity: 0;
    transition: all .5s;
}

.icon-links-popup.active > div {
    visibility: visible;
}

.icon-links-popup.active > div > a {
    opacity: 1;
}

.icon-links.icon-lg i {
    font-size: 25px;
}

.icon-links.icon-lg a {
    margin-right: 25px;
}

.icon-links-grid.icon-lg a {
    margin-right: 0;
    width: 60px;
    height: 45px;
}

.icon-links-button.icon-lg a {
    width: 60px;
    height: 45px;
}

.icon-links-popup.icon-lg {
    padding-left: 45px;
}

.icon-links-popup.icon-lg > i {
    height: 25px;
    width: 25px;
}

.icon-links-popup.icon-lg > i:before {
    font-size: 25px;
}

.icon-links > a:last-child {
    margin-right: 0;
}

.icon-social a i {
    transform: translateX(-50%) translateY(calc(-50% + 2px));
}

/*
-------------------------------------------------------------------
SOCIAL LINK - COMPONENT
-------------------------------------------------------------------
*/
.social-colors.icon-links-button i, .social-colors.icon-links-grid i, .social-colors-hover.icon-links-button i, .social-colors-hover.icon-links-grid i {
    transition: none;
}

.social-colors.icon-links-button .facebook:not(:hover), .social-colors-hover.icon-links-button .facebook:hover,
.social-colors.icon-links-grid .facebook:not(:hover), .social-colors-hover.icon-links-grid .facebook:hover {
    background-color: #3B5998;
    border-color: #3B5998;
    color: #FFF;
}

.social-colors.icon-links-button .twitter:not(:hover), .social-colors-hover.icon-links-button .twitter:hover,
.social-colors.icon-links-grid .twitter:not(:hover), .social-colors-hover.icon-links-grid .twitter:hover {
    background-color: #3B8ACA;
    border-color: #3B8ACA;
    color: #FFF;
}

.social-colors.icon-links-button .pinterest:not(:hover), .social-colors-hover.icon-links-button .pinterest:hover,
.social-colors.icon-links-grid .pinterest:not(:hover), .social-colors-hover.icon-links-grid .pinterest:hover {
    background-color: #B90B20;
    border-color: #B90B20;
    color: #FFF;
}

.social-colors.icon-links-button .linkedin:not(:hover), .social-colors-hover.icon-links-button .linkedin:hover,
.social-colors.icon-links-grid .linkedin:not(:hover), .social-colors-hover.icon-links-grid .linkedin:hover {
    background-color: #0077B5;
    border-color: #0077B5;
    color: #FFF;
}

.social-colors.icon-links-button .youtube:not(:hover), .social-colors-hover.icon-links-button .youtube:hover,
.social-colors.icon-links-grid .youtube:not(:hover), .social-colors-hover.icon-links-grid .youtube:hover {
    background-color: #cc181e;
    border-color: #cc181e;
    color: #FFF;
}

.social-colors.icon-links-button .instagram:not(:hover), .social-colors-hover.icon-links-button .instagram:hover,
.social-colors.icon-links-grid .instagram:not(:hover), .social-colors-hover.icon-links-grid .instagram:hover {
    background-color: #464646;
    border-color: #464646;
    color: #FFF;
}

.social-colors:not(.icon-links-button):not(.icon-links-grid) .facebook:not(:hover) i, .social-colors-hover:not(.icon-links-button):not(.icon-links-grid) .facebook:hover i {
    color: #3B5998;
}

.social-colors:not(.icon-links-button):not(.icon-links-grid) .twitter:not(:hover) i, .social-colors-hover:not(.icon-links-button):not(.icon-links-grid) .twitter:hover i {
    color: #3B8ACA;
}

.social-colors:not(.icon-links-button):not(.icon-links-grid) .pinterest:not(:hover) i, .social-colors-hover:not(.icon-links-button):not(.icon-links-grid) .pinterest:hover i {
    color: #B90B20;
}

.social-colors:not(.icon-links-button):not(.icon-links-grid) .linkedin:not(:hover) i, .social-colors-hover:not(.icon-links-button):not(.icon-links-grid) .linkedin:hover i {
    color: #0077B5;
}

.social-colors:not(.icon-links-button):not(.icon-links-grid) .youtube:not(:hover) i, .social-colors-hover:not(.icon-links-button):not(.icon-links-grid) .youtube:hover i {
    color: #cc181e;
}

.social-colors:not(.icon-links-button):not(.icon-links-grid) .instagram:not(:hover) i, .social-colors-hover:not(.icon-links-button):not(.icon-links-grid) .instagram:hover i {
    color: #464646;
}

/*
-------------------------------------------------------------------
ICON BOX - COMPONENT
-------------------------------------------------------------------
*/

.icon-box {
    position: relative;
    display: flex;
}

.icon-box i {
    font-size: 35px;
    display: block;
    text-align: left;
}

.icon-box h3 {
    font-size: 20px;
}

.icon-box p {
    margin: 0;
}

.icon-box-top {
    flex-direction: column;
}

.icon-box-top h3 {
    margin: 20px 0 10px 0;
}

.icon-box-left {
    flex-direction: row;
    align-items: center;
}

.icon-box-left i {
    padding-right: 30px;
}

.icon-box-left h3 {
    margin: 0 0 5px 0;
}

.icon-box-right {
    flex-direction: row-reverse;
    align-items: center;
    text-align: right;
}

.icon-box-right i {
    padding-left: 30px;
}

.icon-box-right h3 {
    margin: 0 0 5px 0;
}

.icon-box-top.align-center i {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.icon-box-top.align-right i {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

/*
-------------------------------------------------------------------
MAP - COMPONENTS
-------------------------------------------------------------------
*/

.google-map {
    height: 350px;
}

/*
-------------------------------------------------------------------
STEPS - COMPONENTS
-------------------------------------------------------------------
*/


.box-steps {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}

.box-steps > div {
    grid-template-columns: 1fr 1fr 1fr;
}

.step-item {
    position: relative;
}

.step-item > .content {
    position: relative;
    padding-top: 60px;
}

.step-item > .content > *:first-child {
    margin-top: 0;
}

.step-item > span {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    display: block;
    font-weight: 600;
    background: #FFF;
}

.step-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 14px;
}

.box-steps-vertical {
    display: block;
}

.box-steps-vertical > .step-item:not(:last-child) {
    padding-bottom: 30px;
}

.box-steps-vertical > .step-item > .content {
    padding: 0 0 0 60px;
}

.box-steps-vertical > .step-item > span {
    margin-top: -2px;
}

.box-steps-vertical > .step-item:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 14px;
}

/*
-------------------------------------------------------------------
PROGRESS BAR - COMPONENTS
-------------------------------------------------------------------
*/

.progress-bar > h4, .progress-circle > h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.progress-bar > div, .progress-bar > div > div {
    width: 100%;
    height: 6px;
    border-radius: 3px;
}

.progress-bar > div > div {
    width: 0%;
    position: relative;
    transition: all 1s linear;
}

.progress-bar > div span {
    position: absolute;
    padding: 0 8px;
    font-size: 13px;
    right: 0;
    top: -35px;
    transform: translateX(50%);
    margin-right: 1px;
    border-radius: 3px;
    color: #FFF;
    white-space: nowrap;
    opacity: 0;
    transition: all 1s;
}

.progress-bar > div > [data-trigger="null"] span {
    opacity: 1;
}

.progress-circle {
    position: relative;
    margin: auto;
}

.progress-circle .content {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    padding: 0 30px;
}

.progress-circle h4 {
    margin: 0 0 5px 0;
}

.progress-circle p {
    margin: 0;
    font-size: 14px;
}

.progress-circle .counter {
    margin: 0;
    font-size: 25px;
}


.progress-circle p + .counter, .progress-circle h4 + .counter {
    margin: 15px 0 0 0;
}

/*
-------------------------------------------------------------------
COUNTER - COMPONENTS
-------------------------------------------------------------------
*/

.counter h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.counter-horizontal i {
    margin-right: 10px;
}

.counter-horizontal.counter-icon {
    display: flex;
    align-items: center;
}

.counter-horizontal.counter-icon > i {
    font-size: 30px;
    display: block;
    text-align: left;
    padding-right: 15px;
}

.counter-vertical i {
    margin-bottom: 15px;
    display: inline-block;
}

/*
-------------------------------------------------------------------
COUNTDOWN - COMPONENTS
-------------------------------------------------------------------
*/

.countdown h3 {
    font-size: 18px;
    margin: 0;
}

.countdown p {
    margin: 0;
}

.countdown [data-time] {
    display: flex;
}

.countdown [data-time] > div {
    padding-right: 15px;
}

.countdown h3 {
    margin-bottom: 15px;
}

.countdown p {
    margin-top: 10px;
}

.countdown-horizontal [data-time] > div > span:first-child {
    padding-right: 5px;
}

.countdown-vertical [data-time] > div > span {
    display: block;
}

/*
-------------------------------------------------------------------
TIMELINE - COMPONENTS
-------------------------------------------------------------------
*/

.timeline > div {
    position: relative;
    margin-bottom: 30px;
    transition: all .5s;
}

.timeline > div:hover {
    transform: translateX(5px)
}

.timeline .badge {
    position: absolute;
    left: calc(70% + 60px);
}

.timeline .badge p {
    font-weight: 600;
    font-size: 25px;
    margin: 30px 0 15px 0;
}

.timeline .badge span {
    display: block;
    font-size: 14px;
}

.timeline .panel {
    width: 70%;
    padding: 30px 60px;
    border-radius: 3px;
}

.timeline > div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.timeline > div:last-child .panel {
    margin-bottom: 0;
}

.timeline > div.inverted .badge {
    left: auto;
    right: calc(70% + 60px);
}

.timeline > div.inverted .panel {
    margin-left: 30%;
}

.timeline > div.inverted:hover {
    transform: translateX(-15px)
}

/*
-------------------------------------------------------------------
LIST NAVIGATION - COMPONENT
-------------------------------------------------------------------
*/

.list-nav {
    display: flex;
    margin-top: 30px;
}

.list-nav a {
    position: relative;
    text-decoration: none;
    transition: all .5s;
}

.list-nav a.list-archive {
    width: 30px;
    height: 30px;
    margin: 0 30px;
    font-size: 25px;
    text-align: center;
}

.list-nav a.list-archive:before, .list-nav a:first-child:before, .list-nav a:last-child:before {
    content: "\64";
    font-family: "Icons";
    text-transform: none;
    font-weight: 400;
}

.list-nav a:first-child:before, .list-nav a:last-child:before {
    position: absolute;
    font-size: 20px;
}

.list-nav a:first-child {
    padding-left: 40px;
}

.list-nav a:last-child {
    padding-right: 40px;
}

.list-nav a:first-child:before {
    content: "\68";
    left: 0;
}

.list-nav a:last-child:before {
    content: "\67";
    left: auto;
    right: 0;
}

.list-nav.align-right {
    justify-content: flex-end;
}

.list-nav.align-center {
    justify-content: center;
}

.list-nav a:not(.list-archive):empty {
    display: none;
}

div.list-nav a:empty + a.list-archive {
    margin-left: 0;
}

/*
-------------------------------------------------------------------
TAGS - COMPONENT
-------------------------------------------------------------------
*/
.list-tags {
    margin: -5px;
}

.list-tags a {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 3px;
    transition: all .5s;
    margin: 5px;
    font-size: 13px;
    cursor: pointer;
}

/*
-------------------------------------------------------------------
TABLE - COMPONENT
-------------------------------------------------------------------
*/

.table {
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
}

.table th {
    font-weight: 600;
}

.table th, .table td {
    text-align: left;
    padding: 5px 10px;
}

.table.align-center th, .table.align-center td {
    text-align: center;
}

.table.align-right th, .table.align-right td {
    text-align: center;
}

.table:not(.table-border):not(.table-full-border) {
    margin: -5px -10px;
    width: calc(100% + 20px);
}

.table-border td, .table-border th, .table-full-border td, .table-full-border th {
    border-style: solid;
    border-width: 1px;
    border-right: none;
    border-top: none;
    padding: 10px;
}

.table-border tbody tr td:first-child, .table-border thead tr:first-child th:first-child {
    border-left: none;
    padding-left: 0;
}

.table-border tbody tr:last-child td {
    border-bottom: none;
    padding-bottom: 0;
}

.table-full-border {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
}

.table-full-border th {
    border-top: none;
}

.table-full-border th:first-child, .table-full-border td:first-child {
    border-left: none;
}

.table-full-border td:last-child {
    border-right: none;
}

.table-full-border tr:last-child td {
    border-bottom: none;
}

.table-grid:not(.table-border):not(.table-full-border) {
    margin: -30px;
    width: calc(100% + 60px);
}

.table-grid td, .table-grid.table-border tbody tr td:first-child, .table-grid.table-border tbody tr:last-child td {
    padding: 30px;
}

.table-grid td > img {
    max-width: 100%;
    display: block;
}

.table-grid.no-padding-y.table-border tbody tr td {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top;
}

.table-grid.table-border.align-left tbody tr td:first-child {
    padding-left: 0;
}

.table-columns {
    display: block;
}

.table-columns tbody {
    width: 100%;
    display: block;
}

.table-columns > tbody > tr {
    display: flex;
    justify-content: space-between;
}

.table-columns td {
    display: block;
    padding: 0 30px;
    width: 100%;
}

.table.table-columns:not(.table-border):not(.table-full-border) {
    margin: 0 -30px;
    width: calc(100% + 60px);
}

/*
-------------------------------------------------------------------
IMAGE BOX - COMPONENT
-------------------------------------------------------------------
*/

.img-box {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 3px;
    transition: all .5s;
}

.img-box:before {
    content: "";
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #000;
    position: absolute;
    border-radius: 4px;
    transition: all .5s;
}

.img-box:hover:before {
    transition: all 0s;
}

.img-box:hover, .light .img-box:hover, .img-box:hover:before {
    opacity: 1;
}

.img-box img {
    max-width: 100%;
    display: block;
    position: relative;
    border-radius: 3px;
    transition: all .5s;
}

.img-box:hover img {
    opacity: .8;
}

.img-box-caption span {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 15px;
    color: #FFF;
    font-size: 12px;
}

.img-box > i {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    z-index: 5;
}

img {
    max-width: 100%;
    display: inline-block;
}

.img-grayscale {
    filter: grayscale(100%);
}

.img-png:hover, .img-png:before {
    background: none;
}

.img-png:hover img {
    margin: auto !important;
    height: auto !important;
    width: auto !important;
}

/* 

# CONTAINERS 
===================================================================

-------------------------------------------------------------------
TABS - CONTAINER
-------------------------------------------------------------------

*/

.tab-box > .panel:not(.active) {
    display: none;
}

.tab-nav {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    display: flex;
}

.tab-nav li {
    list-style: none;
}

.tab-center > .tab-nav {
    justify-content: center;
}

.tab-right > .tab-nav {
    justify-content: flex-end;
}

.tab-left > .tab-nav {
    justify-content: flex-start;
}

.tab-justify > .tab-nav {
    justify-content: space-between;
}

.tab-justify > .tab-nav li {
    width: 100%;
}

.tab-inverse > .tab-nav {
    margin: 30px 0 0 0;
}

.tab-nav li a {
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin: 0 15px;
    font-size: 15px;
    text-align: center;
    position: relative;
    transition: all .5s;
}

.tab-nav li:first-child a {
    margin-left: 0;
}

.tab-nav li:last-child a {
    margin-right: 0;
}

.tab-icon > .tab-nav a {
    padding-left: 45px;
}

.tab-icon > .tab-nav a i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.tab-vertical {
    display: flex;
}

.tab-vertical > .tab-nav {
    display: block;
    padding: 0 30px 0 0;
    flex: 0 0 25%;
    max-width: 25%;
}


.tab-vertical > .tab-nav li a {
    margin: 15px 0;
}

.tab-vertical li:first-child a {
    margin-top: 0;
}

.tab-vertical li:last-child a {
    margin-bottom: 0;
}

.tab-vertical > .panel {
    flex: 0 0 75%;
    max-width: 75%;
}

.tab-vertical.tab-inverse > .tab-nav {
    padding: 0 0 0 30px;
    margin: 0;
}

.tab-vertical.tab-icon > .tab-nav li a {
    text-align: left;
}

.tab-vertical.tab-md-2 > .tab-nav {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.tab-vertical.tab-md-2 > .panel {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.tab-vertical.tab-md-4 > .tab-nav {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.tab-vertical.tab-md-4 > .panel {
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
}

.tab-nav li.active a, .tab-nav li:hover a {
    color: #FFF;
}

.tab-nav.align-right {
    justify-content: flex-end;
}

.tab-nav.align-center {
    justify-content: center;
}

/*
-------------------------------------------------------------------
GRID LIST AND MOSONRY LIST - CONTAINER
-------------------------------------------------------------------
*/

.maso-item {
    padding: 15px;
    position: relative;
}

.maso-box {
    margin: -15px;
    display: flex;
    flex-wrap: wrap;
}

.maso-list > .menu-inner {
    margin-bottom: 30px;
}

.maso-list.no-gap .maso-box {
    margin: 0;
}

.maso-list.no-gap .maso-item {
    padding: 0;
}

.isotope-hidden {
    visibility: hidden !important;
    transform: scale(0);
    max-height: 0;
    overflow: hidden;
}

.grid-item {
    padding: 0;
    margin: 0;
    min-width: 0;
    position: relative;
}

.grid-item img, .maso-item img {
    display: block;
}

.grid-box {
    display: grid;
    grid-gap: 30px;
}

.no-gap > div {
    grid-gap: 0;
}

.maso-order {
    width: 17px;
    cursor: pointer;
}

.maso-order:before {
    font-family: "Icons";
    content: "\68";
    position: absolute;
    top: 50%;
    left: 0;
    transition: all .5s;
    transform: translateY(-50%) rotate(-90deg);
    text-transform: none;
}

.maso-order[data-sort=desc]:before {
    transform: translateY(-50%) rotate(90deg);
}

.maso-layout .maso-item:nth-child(3n+0) .img-box {
    height: 550px;
}

.maso-layout .maso-item:nth-child(2n+0) .img-box {
    height: 350px;
}

.maso-layout .maso-item:nth-child(4n+0) .img-box {
    height: 250px;
}

.maso-layout .maso-item:nth-child(1) .img-box {
    height: 450px;
}

/*
-------------------------------------------------------------------
PAGINATION AND LOAD MORE - CONTAINER
-------------------------------------------------------------------
*/

.list-pagination {
    padding-top: 30px;
}

.pagination {
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 -15px 0 -15px;
    padding: 0;
}

.pagination li {
    list-style: none;
}

.pagination li a {
    text-decoration: none;
    padding: 0 15px;
    position: relative;
    transition: all .5s;
}

.pagination li.disabled a {
    opacity: .5;
    cursor: default;
}

.pagination li.page a {
    font-weight: 600;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    text-align: center;
    display: block;
    padding: 0;
    margin: 0 5px;
}

.pagination li.page:hover a, .pagination li.page.active a {
    color: #FFF;
}

.pagination .last, .pagination .first {
    display: none;
}

.pagination .prev a {
    margin-right: 15px;
    padding-left: 45px;
}

.pagination .next a {
    margin-left: 15px;
    padding-right: 45px;
}

.pagination .prev a:before, .pagination .next a:before {
    font-family: "Icons";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-transform: none;
    display: block;
}

.pagination .prev a:before {
    content: "\68";
    left: 15px;
}

.pagination .next a:before {
    content: "\67";
    right: 15px;
}

.pagination-lg {
    margin-top: 15px;
}

.pagination-lg li {
    font-size: 20px;
}

.pagination-lg li.page a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 10px;
}

.pagination.align-center {
    justify-content: center;
}

.pagination.align-right {
    justify-content: flex-end;
}

/*
-------------------------------------------------------------------
SCROLL BOX - CONTAINER
-------------------------------------------------------------------
*/

.scroll-box {
    padding-right: 15px;
}

.scroll-box > * {
    margin-top: 0;
}

.scroll-box:after {
    content: "";
    position: absolute;
    height: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%,rgba(0,0,0,0) 100%);
}

.scroll-pos-bottom.scroll-box:after {
    display: none;
}

/*
-------------------------------------------------------------------
COLLAPSE BOX - CONTAINER
-------------------------------------------------------------------
*/

.collapse-box > .content * {
    margin-top: 0;
}

.collapse-box > .content {
    overflow: hidden;
    display: none;
    position: relative;
}

.collapse-box > .content:after {
    content: "";
    position: absolute;
    height: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%,rgba(0,0,0,0) 100%);
    transition: opacity .5s;
}

.collapse-box.open > .content:after {
    opacity: 0;
}

.collapse-button > a {
    position: relative;
    margin-top: 10px;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
}

.collapse-button > a:before {
    font-family: "Icons";
    content: "\68";
    position: absolute;
    top: 50%;
    left: 0;
    transition: all .5s;
    transform: translateY(-50%) rotate(-90deg);
    text-transform: none;
}

.collapse-box.open .collapse-button > a:before {
    transform: translateY(-50%) rotate(90deg);
}

/*
-------------------------------------------------------------------
ACCORDION LIST - CONTAINER
-------------------------------------------------------------------
*/

.accordion-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-list > li {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.accordion-list > li:first-child {
    border-top-style: solid;
    border-top-width: 1px;
}

.accordion-list > li.active {
    padding: 0 0 15px 0;
}

.accordion-list > li > a {
    display: block;
    text-decoration: none;
    padding: 10px 0 10px 25px;
    position: relative;
    transition: all .5s;
}

.accordion-list > li.active > a:before {
    transform: rotate(90deg);
}

.accordion-list > li > a:before {
    content: "\67";
    font-family: "Icons";
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -9px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    transition: all .5s;
    opacity: .6;
}

.accordion-list > li > a:hover:before {
    opacity: 1;
}

.accordion-list > li > .content {
    height: 0;
    display: none;
    overflow: hidden;
}

.accordion-list > li > .content > * {
    margin-top: 0;
    margin-bottom: 0;
}

/*
-------------------------------------------------------------------
ALBUM - CONTAINER
-------------------------------------------------------------------
*/

.album-list {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}

.album-box {
    position: relative;
}

.album-box .caption {
    position: absolute;
    bottom: 30px;
    left: 50px;
    cursor: pointer;
}

.album-box .caption h3 {
    margin: 0;
}

.album-box:hover .img-box:before {
    opacity: 1;
    transition: all 0s;
}

.album-box:hover .img-box img {
    opacity: .8;
}

.album-item:not(.active) {
    display: none;
}

.album-item {
    opacity: 0;
}

.cnt-album-box, .album.active .album-list {
    display: none;
}

.album.active .cnt-album-box {
    display: block;
}

.album-title {
    margin-bottom: 30px;
}

.album-title > a {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    padding-left: 30px;
    transition: all .5s;
    cursor: pointer;
}

.album-title > a:before {
    font-family: "Icons";
    content: "\68";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-transform: none;
}

/*
-------------------------------------------------------------------
COLUMNS - CONTAINER
-------------------------------------------------------------------
*/

[data-columns='1'] > div, .box-steps[data-columns='1'] {
    grid-template-columns: 1fr;
}

[data-columns='2'] > div, .box-steps[data-columns='2'] {
    grid-template-columns: 1fr 1fr;
}

[data-columns='3'] > div, .box-steps[data-columns='3'] {
    grid-template-columns: 1fr 1fr 1fr;
}

[data-columns='4'] > div, .box-steps[data-columns='4'] {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

[data-columns='5'] > div, .box-steps[data-columns='5'] {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

[data-columns='6'] > div, .box-steps[data-columns='6'] {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

[data-columns='1'] .maso-item {
    flex: 0 0 100%;
    max-width: 100%;
}

[data-columns='2'] .maso-item {
    flex: 0 0 50%;
    max-width: 50%;
}

[data-columns='3'] .maso-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

[data-columns='4'] .maso-item {
    flex: 0 0 25%;
    max-width: 25%;
}

[data-columns='5'] .maso-item {
    flex: 0 0 20%;
    max-width: 20%;
}

[data-columns='6'] .maso-item {
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
}

.fixed-area {
    z-index: 95;
}

/*

# FOOTER
===================================================================

*/

footer > .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.footer-bar {
    border-top-style: solid;
    border-top-width: 1px;
}

.footer-bar > .container {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    letter-spacing: .5px;
}

.footer-bar > .container > span:last-child {
    float: right;
}

.footer-wide .container {
    max-width: 100%;
}

.footer-parallax {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -121;
}

.footer-parallax-cnt {
    position: relative;
    z-index: 1;
}

footer a {
    text-decoration: none;
}

i.scroll-top-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    display: none;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    background: #FFF;
    text-align: center;
    cursor: pointer;
    z-index: 999995;
    transition: all .5s;
}

i.scroll-top-btn:hover {
    margin-bottom: 5px;
}

i.scroll-top-btn.show {
    display: block;
}

i.scroll-top-btn:before {
    font-family: "Icons";
    font-style: normal;
    font-weight: normal;
    transform: rotate(90deg);
    content: "\68";
    position: absolute;
    left: 0;
    right: 0.5px;
    font-size: 22px;
    line-height: 32px;
    text-transform: none;
}

/*

# ANIMATIONS
===================================================================

*/

[data-hidden] .anima, [data-anima]:not([data-trigger=hover]) .anima {
    opacity: 0;
}

@keyframes ken-burn-in {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.ken-burn-in > img {
    animation: ken-burn-in 13s;
    transform-origin: bottom left;
    transform: scale(1.2);
}

.ken-burn-center > img {
    animation: ken-burn-in 10s;
    transform: scale(1.2);
}

.ken-burn-out > img {
    transform-origin: bottom left;
    transform: scale(1.1) !important;
    transition: transform 10s;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(20deg);
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.rotate {
    animation: rotate .5s;
    transform: rotate(20deg);
    opacity: 1;
}

@keyframes scale-rotate {
    0% {
        transform: scale(1) rotate(0);
    }

    100% {
        transform: scale(1.2) rotate(4deg);
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes faderight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadetop {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadebottom {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    from {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }

    10% {
        transform: scale(0.91);
        animation-timing-function: ease-in;
    }

    17% {
        transform: scale(0.98);
        animation-timing-function: ease-out;
    }

    33% {
        transform: scale(0.87);
        animation-timing-function: ease-in;
    }

    45% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}

@keyframes pulse-horizontal {
    16.65% {
        transform: translateX(8px);
    }

    33.3% {
        opacity: 1;
        transform: translateX(-6px);
    }

    49.95% {
        transform: translateX(4px);
    }

    66.6% {
        transform: translateX(-2px);
    }

    83.25% {
        transform: translateX(1px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes show-scale {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes ping {
    0% {
        transform: scale(0.2);
        opacity: 0.8;
    }

    80% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

.scale, .scale-rotate, .fade-in, .fade-left, .fade-right, .fade-top, .fade-bottom, .show-scale, .pulse, .pulse-horizontal {
    opacity: 1 !important;
}

.img-scale:hover img, .img-scale-rotate img, img-pulse img, .img-pulse-horizontal img {
    transition: all .5s;
}

.scale, .img-scale:hover img {
    animation: scale .5s;
    transform: scale(1.2);
}

i.scale {
    transform: scale(1.2);
}

.scale-rotate, .img-scale-rotate:hover img {
    transform: scale(1.2) rotate(4deg);
    animation: scale-rotate .5s;
}

.fade-in {
    animation: fadein .5s;
}

.fade-left {
    animation: fadeleft .5s;
}

.fade-right {
    animation: faderight .5s;
}

.fade-top {
    animation: fadetop .5s;
}

.fade-bottom {
    animation: fadebottom .5s;
}

.show-scale {
    animation: show-scale .5s;
}

.pulse, .img-pulse:hover img, .btn-video:after {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
}

.pulse-horizontal, .img-pulse-horizontal:hover img {
    animation-name: pulse-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

.ping, .btn-video:before {
    animation: ping 0.8s ease-in infinite both;
}

/*

# RESPONSIVE
===================================================================

-------------------------------------------------------------------
Large devices (desktops, less than 1200px)
-------------------------------------------------------------------

*/

@media (max-width: 1199.98px) {
    .hidden-lg {
        display: none !important;
    }

    [data-columns-lg='1'] > div {
        grid-template-columns: 1fr;
    }

    [data-columns-lg='2'] > div {
        grid-template-columns: 1fr 1fr;
    }

    [data-columns-lg='3'] > div {
        grid-template-columns: 1fr 1fr 1fr;
    }

    [data-columns-lg='4'] > div {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    [data-columns-lg='1'] .maso-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    [data-columns-lg='2'] .maso-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    [data-columns-lg='3'] .maso-item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    [data-columns-lg='4'] .maso-item {
        flex: 0 0 25%;
        max-width: 25%;
    }

    [data-columns-lg='5'] .maso-item {
        flex: 0 0 20%;
        max-width: 20%;
    }

    [data-columns-lg='6'] .maso-item {
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }
}

/*
-------------------------------------------------------------------
Medium devices (tablets, less than 992px)
-------------------------------------------------------------------
*/

@media (max-width: 991.98px) {

    /*
    -------------------------------------------------------------------
    Layout
    -------------------------------------------------------------------
    */

    [class*=col-lg-] + [class*=col-lg-] {
        margin-top: 30px;
    }

    .col-md-6 + .col-md-6 + .col-md-6 {
        margin-top: 30px;
    }

    .col-md-6 + .col-md-6, .col-md-4 + .col-md-4 {
        margin-top: 0;
    }

    .row.justify-content-around {
        margin-right: -30px;
        margin-left: -30px;
    }

    /*
    -------------------------------------------------------------------
    Responsive classes
    -------------------------------------------------------------------
    */

    .no-margin-md {
        margin: 0 !important;
    }

    [class*=col-lg-] + [class*=col-lg-]:not( [class*=col-md-]).no-margin-md, .full-width-md + .full-width-md {
        margin-top: 15px !important;
    }

    .full-width-md {
        width: 100% !important;
    }

    .hidden-md {
        display: none !important;
    }

    .align-left-md {
        text-align: left;
    }

    .align-right-md {
        text-align: right;
    }

    .align-center-md {
        text-align: center;
    }

    .icon-links.align-center-md, .list-nav.align-center-md {
        justify-content: center;
    }

    .icon-links.align-left-md, .list-nav.align-left-md {
        justify-content: flex-start;
    }

    /*
    -------------------------------------------------------------------
    Components
    -------------------------------------------------------------------
    */

    .form-box [class*=col-lg-] + [class*=col-lg-] {
        margin-top: 0 !important;
    }

    form.form-inline .btn {
        margin-left: 0;
        width: 100%;
    }

    .menu-inner:not(.menu-inner-vertical) {
        overflow: hidden;
    }

    .menu-inner:not(.menu-inner-vertical) > ul {
        height: 0;
        display: block;
    }

    .menu-inner.active > ul {
        height: auto;
    }

    .menu-inner:not(.menu-inner-vertical) > div {
        display: block;
    }

    .menu-inner:not(.menu-inner-vertical) > ul > li:not(:last-child) {
        margin-right: 0;
    }

    .menu-inner:not(.menu-inner-vertical) .dropdown ul {
        border: none;
    }

    .menu-inner:not(.menu-inner-vertical) .dropdown-submenu a:after {
        transform: translateY(-50%) rotate(90deg);
        right: 0;
    }

    .menu-inner .menu-btn {
        z-index: 1;
    }

    .table-6-md td, .table-6-md th {
        display: block;
        border-top: none;
        border-bottom: none;
    }

    .table-6-md tr {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .table-6-md td:nth-child(2n+1), .table-6-md.table-grid.table-border tbody td:nth-child(2n+1) {
        border-left: none;
    }

    .table-6-md.align-left td:nth-child(2n+1), .table-6-md.align-left.table-grid.table-border tbody td:nth-child(2n+1) {
        padding-left: 0;
    }

    /*
    -------------------------------------------------------------------
    Containers
    -------------------------------------------------------------------
    */

    [data-columns-md='1'] > div {
        grid-template-columns: 1fr;
    }

    [data-columns-md='2'] > div {
        grid-template-columns: 1fr 1fr;
    }

    [data-columns-md='3'] > div {
        grid-template-columns: 1fr 1fr 1fr;
    }

    [data-columns-md='4'] > div {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    [data-columns-md='1'] .maso-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    [data-columns-md='2'] .maso-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    [data-columns-md='3'] .maso-item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    [data-columns-md='4'] .maso-item {
        flex: 0 0 25%;
        max-width: 25%;
    }

    [data-columns-md='5'] .maso-item {
        flex: 0 0 20%;
        max-width: 20%;
    }

    [data-columns-md='6'] .maso-item {
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }

    .scroll-box.disable-md:after {
        display: none;
    }

    /*
    -------------------------------------------------------------------
    Sections
    -------------------------------------------------------------------
    */

    .section-map > .container {
        max-width: 360px;
    }

    /*
    -------------------------------------------------------------------
    Navigation
    -------------------------------------------------------------------
    */

    body > nav {
        height: 50px;
    }

    body > nav .menu-brand {
        max-width: calc(100% - 60px);
    }

    body > nav .menu-brand > a {
        display: flex;
        align-items: center;
    }

    body > nav > .container, body > .menu-mini > .container {
        max-width: 100%;
    }

    .menu-btn {
        display: block;
        z-index: 9999;
    }

    .dropdown-submenu > a:after, .menu-side:not(.menu-side-collapse) li > a:after {
        transform: translateY(-50%) rotate(90deg);
    }

    .menu-cnt > ul > li > a, .dropdown > ul > li > a, .dropdown-submenu > ul > li > a {
        padding: 0 30px;
    }

    .menu-cnt {
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        background: #FFF;
        left: 0;
        width: 100%;
        transition: height .5s;
        display: block;
    }

    nav.light .menu-cnt a {
        color: rgb(68, 68, 68) !important;
    }

    nav.align-right .menu-cnt {
        display: block;
    }

    nav.active .menu-cnt {
        box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.08);
        z-index: 9995;
    }

    body > nav.menu-fixed .menu-cnt {
        overflow-y: scroll;
    }

    .menu-cnt > ul, .menu-cnt > .menu-right {
        float: none;
        display: block;
        width: 100%;
        height: auto;
    }

    .menu-cnt > ul {
        margin: 0;
    }

    .menu-cnt > .menu-right {
        padding: 15px 0 0 0;
        margin: 0;
        height: auto;
    }

    .search-bar input[type=text] {
        width: 100%;
    }

    .search-box-menu {
        border-style: solid;
        border-width: 1px;
        border-radius: 3px;
    }

    .search-box-menu > input[type=text] {
        display: block;
        position: static;
        box-shadow: none;
        height: 25px;
        padding: 5px;
    }

    .search-box-menu > i {
        display: none;
    }

    .menu-right > * {
        margin: 30px;
    }

    .shop-menu-cnt > i {
        position: relative;
        text-align: left;
    }

    .shop-menu-cnt .cart-count {
        right: 15px;
    }

    .shop-menu-cnt .shop-menu {
        position: static;
        transform: none;
        margin: 0 -15px;
        box-shadow: none;
        width: auto;
    }

    .shop-menu-cnt:not(.active) .shop-menu, .dropdown:not(.active) > ul, .dropdown:hover > ul, .dropdown:hover .mega-menu, .mega-dropdown:hover .mega-menu {
        display: none;
    }

    .shop-menu-cnt.active .shop-menu, .dropdown.active > ul, .dropdown.active > ul, .dropdown.active .mega-menu, .dropdown-submenu > ul, .mega-dropdown.active .mega-menu {
        display: block;
    }

    .menu-right > .lan-menu {
        margin: 15px;
    }

    .lan-menu a {
        text-align: left;
    }

    .dropdown ul:not(.icon-list), .dropdown.icon-list > ul, .dropdown-submenu > ul, .mega-dropdown .mega-menu, .dropdown .mega-menu {
        position: static;
        box-shadow: none;
    }

    .menu-big-box {
        padding-bottom: 0;
    }

    .menu-big-box .menu-box {
        height: auto;
        display: block;
        float: left;
        width: calc(100% + 30px);
        position: static;
        margin: 0 -15px 0 -15px;
    }

    .menu-big-box.active .menu-box {
        display: none;
    }

    .menu-big-box.menu-fixed.scroll-menu .menu-box {
        display: none;
    }

    body > nav.menu-side {
        padding: 0 15px;
    }

    .menu-side .bottom-area {
        display: none;
        position: fixed;
        background: #FFF;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0 15px 15px;
    }

    .menu-side.active .bottom-area {
        display: block;
    }

    .menu-side:not(.menu-side-collapse) li > a:after {
        transform: translateY(-50%) rotate(90deg);
    }

    .menu-mini .lan-menu li ul {
        top: 100%;
        position: absolute;
    }

    .mega-menu .col > h5:first-child {
        margin-top: 30px;
    }

    .mega-menu .col:first-child > h5:first-child {
        margin-top: 0;
    }

    .mega-menu .tab-box > .panel.active {
        display: block;
    }

    /*
    -------------------------------------------------------------------
    Footer
    -------------------------------------------------------------------
    */

    i.scroll-top-btn {
        display: block;
    }

    .footer-bar > .container > span:last-child {
        float: none;
    }
}

/*
-------------------------------------------------------------------
Small devices (landscape phones, less than 768px)
-------------------------------------------------------------------
*/

@media (max-width: 767.98px) {

    /*
    -------------------------------------------------------------------
    Layout
    -------------------------------------------------------------------
    */

    [class*=col-]:not([class*=col-sm]) + [class*=col-]:not([class*=col-sm]) {
        margin-top: 30px;
    }

    /*
    -------------------------------------------------------------------
    Responsive classes
    -------------------------------------------------------------------
    */

    .no-margin-sm {
        margin: 0 !important;
    }

    [class*=col-lg-] + [class*=col-lg-].no-margin-sm, .full-width-sm + .full-width-sm {
        margin-top: 15px !important;
    }

    .full-width-sm {
        width: 100% !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .align-left-sm {
        text-align: left;
    }

    .align-right-sm {
        text-align: right;
    }

    .align-center-sm {
        text-align: center;
    }

    /*
    -------------------------------------------------------------------
    Components
    -------------------------------------------------------------------
    */

    .table-full-sm tr {
        display: block;
    }

    .table-full-sm {
        margin-top: -15px;
        margin-bottom: -15px;
    }

    .table-full-sm td, .table-full-sm th {
        width: 100%;
        border-right: none;
        border-left: none;
        display: block;
        padding: 15px 0 !important;
    }

    .table-border.table-full-sm tbody tr:last-child td:not(:last-child) {
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    .btn:not(.full-width) + .btn.full-width-sm {
        margin-left: 0;
    }

    /*
    -------------------------------------------------------------------
    Containers
    -------------------------------------------------------------------
    */

    [data-columns-sm='1'] > div {
        grid-template-columns: 1fr;
    }

    [data-columns-sm='2'] > div {
        grid-template-columns: 1fr 1fr;
    }

    [data-columns-sm='3'] > div {
        grid-template-columns: 1fr 1fr 1fr;
    }

    [data-columns-sm='4'] > div {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    [data-columns-sm='1'] .maso-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    [data-columns-sm='2'] .maso-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    [data-columns-sm='3'] .maso-item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    [data-columns-sm='4'] .maso-item {
        flex: 0 0 25%;
        max-width: 25%;
    }

    [data-columns-sm='5'] .maso-item {
        flex: 0 0 20%;
        max-width: 20%;
    }

    [data-columns-sm='6'] .maso-item {
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }

    .scroll-box.disable-sm:after {
        display: none;
    }

    .tab-nav {
        display: block;
    }

    .tab-nav li a {
        margin: 10px 0;
    }

    /*
    -------------------------------------------------------------------
    Sections
    -------------------------------------------------------------------
    */

    .section-block-full > .container > .row > .col:first-child {
        padding: 0 30px;
    }

    .section-block > .block-media {
        width: 100%;
    }

    .section-block > .container > .row {
        display: block;
    }

    .section-block > .block-media, .section-block > .block-media > div {
        position: relative;
        height: 400px;
    }

    .section-block > .container > .row > .col:first-child:before, .section-block-full.section-block-right > .container > .row > .col:first-child:before {
        right: auto;
        left: 50%;
        top: -144px;
        transform: rotate(-90deg) translateY(-50%);
        margin: 0;
    }

    .section-block > .container > .row > .col:last-child {
        position: absolute;
        top: 0;
        left: 50%;
        height: 400px;
        transform: translateX(-50%);
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section-block:not(.section-block-full) + .section-base, .section-map + .section-base {
        border-top-style: solid;
        border-top-width: 1px;
    }

    .section-block-full > .container > .row > .col, .section-block-full > .container > .row > .col:first-child {
        max-width: 100%;
        margin: 0;
    }

    main > .section-map {
        padding-top: 0;
    }

    .section-map > .google-map {
        position: relative !important;
        height: 300px;
    }

    .section-map > .container {
        max-width: 540px;
        width: 100%;
        left: auto;
        margin: 0 auto;
        padding: 100px 15px 0 15px;
    }

    body > header .breadcrumb {
        display: none;
    }
}

/*
-------------------------------------------------------------------
Extra small devices (portrait phones, less than 576px)
-------------------------------------------------------------------
*/

@media (max-width: 575.98px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }

    .no-margin-xs {
        margin: 0 !important;
    }

    .btn-sm {
        padding: 5px 20px;
        font-size: 14px;
    }

    .table-6-md tr {
        grid-template-columns: 1fr;
    }

    .table-6-md td {
        border: none;
    }

    .table-grid td, .table-grid.table-border tbody tr td:first-child, .table-grid.table-border tbody tr:last-child td {
        padding: 15px;
    }

    .table.align-left td {
        padding-left: 0 !important;
    }

    .table, .table tbody, .table tr, .table thead, .table th, .table td {
        display: block;
        border: none;
        padding: 0;
    }

    .table:not(.table-grid) tr {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }

    table.table-grid td {
        padding: 30px 0;
    }

    table.table-grid tr:first-child td:first-child {
        padding-top: 0;
    }

    table.table-grid tr:last-child td:last-child {
        padding-bottom: 0;
    }

    .table.table-columns:not(.table-border):not(.table-full-border) {
        margin: 0 -15px;
        width: calc(100% + 30px);
    }

    .table-columns td {
        display: block;
        padding: 0 15px;
    }

    .table tbody tr:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    .table.boxed-area {
        padding: 30px;
    }

    .table.boxed-area td {
        padding: 0 0 30px 0 !important;
    }

    .table.boxed-area tr:last-child td:last-child {
        padding: 0 !important;
    }

    .pagination .next a {
        margin-left: 0;
        padding-right: 35px;
    }

    .pagination .prev a {
        margin-right: 0;
        padding-left: 35px;
    }

    .cnt-call {
        padding: 30px;
    }

    .col-md-6 + .col-md-6 {
        margin-top: 30px;
    }

    .cnt-box-blog-side {
        display: block;
    }

    body .cnt-box-blog-side {
        display: block;
    }

    body .cnt-box-blog-side > .img-box {
        width: 100%;
        height: 200px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    body .cnt-box-blog-side > .caption {
        width: 100%;
        padding-left: 0;
    }

    .icon-list-horizontal {
        display: block;
    }

    .list-nav a:not(.list-archive) {
        text-indent: -9995px;
        width: 33.333%;
    }

    .list-nav {
        justify-content: space-between;
    }

    .list-nav a:before {
        text-indent: 0;
    }

    .list-nav.align-left-xs {
        justify-content: flex-start;
    }

    .list-nav.align-left-xs .list-archive {
        margin-left: 0;
    }

    [data-columns-xs='1'] > div {
        grid-template-columns: 1fr;
    }

    [data-columns-xs='2'] > div {
        grid-template-columns: 1fr 1fr;
    }

    [data-columns-xs='3'] > div {
        grid-template-columns: 1fr 1fr 1fr;
    }

    [data-columns-xs='4'] > div {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    [data-columns-xs='1'] .maso-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    [data-columns-xs='2'] .maso-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    [data-columns-xs='3'] .maso-item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    [data-columns-xs='4'] .maso-item {
        flex: 0 0 25%;
        max-width: 25%;
    }

    [data-columns-xs='5'] .maso-item {
        flex: 0 0 20%;
        max-width: 20%;
    }

    [data-columns-xs='6'] .maso-item {
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }

    .box-steps {
        grid-template-columns: 1fr;
    }
}


/*
-------------------------------------------------------------------
Inverted responsive classes
-------------------------------------------------------------------
*/

@media (min-width: 992.98px) {
    .visible-md {
        display: none;
    }
}

@media (min-width: 767.98px) {
    .visible-sm {
        display: none;
    }
}

@media (min-width: 576px) {
    .visible-xs {
        display: none;
    }
}

/*

===================================================================
CONTENT BOX - CONTENT-BOX.CSS
===================================================================
Table of contents

 - Global
 - Side image
 - Top icon
 - Side icon
 - Top icon
 - Badge
 - Info
 - Blog side and top
 - Testimonials
 - Team
 - Pricing table
 - Call to action

-------------------------------------------------------------------

# GLOBAL
===================================================================

*/

.cnt-box {
    position: relative;
    overflow: hidden;
}

.cnt-box:hover .img-box img {
    opacity: .8;
}

.cnt-box:hover .img-box:before {
    opacity: 1;
    transition: all 0s;
}

.cnt-box .caption h2 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
}

.cnt-box .caption h3 {
    font-size: 15px;
}

.cnt-box .caption p {
    font-size: 15px;
    margin: 0;
}

.cnt-box .caption .btn, .cnt-box .caption .btn-text {
    margin-top: 15px;
}

.cnt-box.boxed {
    border-radius: 3px;
}

.cnt-box.boxed .caption {
    padding: 30px;
}

.cnt-box.align-center .caption {
    text-align: center;
}

.cnt-box.align-right .caption {
    text-align: right;
}

.cnt-box.align-left .caption {
    text-align: left;
}

.extra-field {
    display: inline-block;
}

.cnt-box .extra-field + p {
    margin-top: 15px;
}

.section-color .cnt-box.boxed .caption, .section-color .cnt-box-top-icon.boxed > i {
    background-color: #FFF;
}

/*

# SIDE IMAGE
===================================================================

*/
.cnt-box-side {
    display: flex;
}

.cnt-box-side > .img-box {
    width: 30%;
}

.cnt-box-side > .caption {
    width: 70%;
    padding-left: 30px;
}

.cnt-box-side.boxed > .img-box, .cnt-box-side.boxed > .img-box > img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cnt-box-side.align-right {
    flex-direction: row-reverse;
}

.cnt-box-side.align-right > .caption {
    padding-left: 0;
    padding-right: 30px;
}

/*

# TOP IMAGE
===================================================================

*/

.cnt-box-top .caption {
    padding-top: 30px;
}

.cnt-box-top.boxed > .img-box, .cnt-box-top.boxed > .img-box > img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/*

# SIDE ICON
===================================================================

*/

.cnt-box-side-icon {
    display: flex;
}

.cnt-box-side-icon > i {
    width: 50px;
    font-size: 50px;
    line-height: 50px;
    text-align: left;
    margin: 1px 0 0 1px;
}

.cnt-box-side-icon > .caption {
    width: 100%;
    padding-left: 30px;
}

.cnt-box-side-icon.boxed > i {
    padding: 30px;
    width: 80px;
    margin: 0;
}

.cnt-box-side-icon.align-right {
    flex-direction: row-reverse;
}

.cnt-box-side-icon.align-right > .caption {
    padding-left: 0;
    padding-right: 30px;
}

/*

# TOP ICON
===================================================================

*/

.cnt-box-top-icon > i {
    font-size: 50px;
    line-height: 50px;
    text-align: left;
    margin: 0 0 30px 1px;
    display: block;
}

.cnt-box-top-icon.boxed > i {
    margin: 0;
    padding: 30px 30px 0 30px;
}

.cnt-box-top-icon.align-center > i {
    text-align: center;
}

.cnt-box-top-icon.align-right > i {
    text-align: right;
}

/*

# BADGE
===================================================================

*/

.cnt-box-badge .caption {
    padding-top: 30px;
    position: relative;
}

.cnt-box-badge .badge {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    top: -35px;
    right: 15px;
}

.cnt-box-badge.boxed .badge {
    right: 30px;
}

.cnt-box-badge.align-center .badge {
    left: 50%;
    margin-left: -25px;
}

.cnt-box-badge.align-right .badge {
    left: 15px;
    right: auto;
}

/*

# INFO
===================================================================

*/

.cnt-box-info {
    position: relative;
}

.cnt-box-info .cnt-info {
    padding: 15px 0;
}

.cnt-box-info .cnt-info > div {
    display: flex;
    justify-content: space-between;
}

.cnt-box-info .caption {
    padding-top: 30px;
}

.cnt-box-info .bottom-info {
    padding: 15px 0 0 0;
}

.cnt-box-info .bottom-info .caption > *:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.cnt-box-info .extra-field {
    position: absolute;
    z-index: 1;
    margin: 15px;
}

.cnt-box-info.boxed .extra-field {
    margin: 30px;
}

/*

# BLOG SIDE AND TOP
===================================================================

*/

.cnt-box-blog-side {
    display: flex;
}

.cnt-box-blog-side > .img-box {
    width: 30%;
}

.cnt-box-blog-side > .caption {
    width: 70%;
    padding-left: 30px;
}


.cnt-box-blog-side .icon-list, .cnt-box-blog-top .icon-list {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 15px;
}

.icon-list span.icon-links {
    display: flex;
}

.cnt-box-blog-side .blog-date, .cnt-box-blog-top .blog-date {
    position: absolute;
    width: 80px;
    height: 80px;
    color: #FFF;
    z-index: 5;
    text-align: center;
}

.cnt-box-blog-side .blog-date span, .cnt-box-blog-top .blog-date span {
    display: block;
}

.cnt-box-blog-side .blog-date span:first-child, .cnt-box-blog-top .blog-date span:first-child {
    font-size: 25px;
    padding: 15px 0 5px 0;
}

.cnt-box-blog-side .blog-date span:last-child, .cnt-box-blog-top .blog-date span:last-child {
    font-size: 12px;
}

.cnt-box-blog-top .caption h2 {
    margin-top: 30px;
}

.cnt-box-blog-side .icon-list i, .cnt-box-blog-top .icon-list i {
    font-size: 115%;
}

.cnt-box-blog-side.align-center .icon-list, .cnt-box-blog-top.align-center .icon-list {
    justify-content: center;
}

.cnt-box-blog-side.align-right .icon-list, .cnt-box-blog-top.align-right .icon-list {
    justify-content: flex-end;
}

.align-right .icon-list span.icon-links {
    margin-right: 0;
}

.cnt-box-blog-side.align-right {
    flex-direction: row-reverse;
}

.cnt-box-blog-side.align-right > .caption {
    padding-left: 0;
    padding-right: 30px;
}

.cnt-box-blog-side.align-right .blog-date, .cnt-box-blog-top.align-right .blog-date {
    right: 0;
}

.cnt-box-blog-side.align-right .icon-list > span, .cnt-box-blog-top.align-right .icon-list > span {
    margin-left: 25px;
    margin-right: 0;
}

/*

# TESTIMONIALS
===================================================================

*/

.cnt-box-testimonials > img, .cnt-box-testimonials-bubble .thumb-bar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.cnt-box-testimonials > img {
    margin: 0 0 30px 0;
}

.cnt-box-testimonials > p:not(.testimonial-info) {
    margin-top: 0;
}

.cnt-box-testimonials .testimonial-info span {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

.cnt-box-testimonials-bubble > p {
    text-align: left;
    border-radius: 3px;
    padding: 25px;
    margin-bottom: 15px;
    position: relative;
}

.cnt-box-testimonials-bubble > p:after {
    position: absolute;
    bottom: -18px;
    left: 30px;
    content: '';
    display: block;
    border-width: 20px;
    border-style: solid;
    border-top-width: 2px;
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
}

.cnt-box-testimonials-bubble .thumb-bar {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.cnt-box-testimonials-bubble .thumb-bar p {
    margin: 0;
}

.cnt-box-testimonials-bubble .thumb-bar img {
    margin-right: 15px;
}

.cnt-box-testimonials-bubble .thumb-bar span {
    font-size: 14px;
    display: block;
}

.cnt-box-testimonials-bubble .thumb-bar span:last-child {
    font-size: 12px;
}

.cnt-box-testimonials.align-center {
    text-align: center;
}

.cnt-box-testimonials.align-center > img {
    margin-left: auto;
    margin-right: auto;
}

.cnt-box-testimonials.align-right {
    text-align: right;
}

.cnt-box-testimonials.align-right > img {
    margin-left: auto;
    margin-right: 0;
}

.cnt-box-testimonials.align-right .testimonial-info span {
    margin-left: 10px;
    margin-right: 0;
}
/*

# TEAM
===================================================================

*/
.cnt-box-team {
    padding-bottom: 145px;
    border-radius: 3px;
}

.cnt-box-team .caption h2 {
    margin-bottom: 5px;
}

.cnt-box-team > span {
    font-size: 14px;
    display: block;
}

.cnt-box-team .caption {
    position: absolute;
    text-align: center;
    padding: 25px 15px 0 15px;
    height: 145px;
    overflow: hidden;
    background-color: #FFF;
    margin: 0;
    bottom: 0;
    z-index: 9;
    right: 0;
    left: 0;
    transition: all .5s;
}

.cnt-box-team:hover .caption {
    height: 200px;
}

.cnt-box-team > img {
    width: 100%;
    display: block;
    transition: all .3s;
}

.cnt-box-team:hover > img {
    transform: translateY(10px) scale(1.1);
}

.cnt-box-team .icon-links {
    justify-content: center;
    margin: 20px 0;
}

.cnt-box-team.align-right .icon-links {
    justify-content: flex-end;
}

.cnt-box-team.align-left .icon-links {
    justify-content: flex-start;
}
/*

# PRICING TABLE
===================================================================

*/
.cnt-pricing-table {
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    transition: all .5s;
}

.cnt-pricing-table:hover {
    transform: translateY(15px);
}

.cnt-pricing-table .top-area, .cnt-pricing-table .bottom-area {
    padding: 30px;
}

.cnt-pricing-table > ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.cnt-pricing-table > ul > li {
    list-style: none;
    padding: 5px 30px;
    position: relative;
}

.cnt-pricing-table h2 {
    font-size: 20px;
}

.cnt-pricing-table .price {
    font-size: 30px;
    font-weight: 300;
    margin: 30px 0 20px 0;
}

.cnt-pricing-table .price span {
    font-size: 50px;
    display: inline-block;
    margin-left: 5px;
}

.cnt-pricing-table .price label {
    display: inline;
    font-weight: normal;
    font-style: normal;
}

.cnt-pricing-table .top-area p {
    margin: 0;
}

.pricing-table-big {
    padding: 20px 0;
    margin-top: -20px;
    height: calc(100% + 40px);
}

.pricing-table-big > ul {
    margin: 20px 0 30px 0;
}

.cnt-pricing-table.align-right {
    text-align: right;
}

.cnt-pricing-table.align-left {
    text-align: left;
}
/*

# CALL TO ACTION
===================================================================

*/
.cnt-call {
    padding: 30px 50px;
    border-radius: 3px;
    text-align: center;
}

.cnt-call > i {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 15px;
}

.cnt-call.align-right {
    text-align: right;
}

.cnt-call.align-right > i {
    margin-right: 0;
}

.cnt-call.align-left {
    text-align: left;
}

.cnt-call.align-left > i {
    margin-left: 0;
}
/*

# RESPONSIVE
===================================================================

*/
@media (max-width: 575.98px) {
    .cnt-box-side {
        display: block;
    }

    .cnt-box-side > .img-box {
        width: 100%;
        margin-bottom: 30px;
    }

    .cnt-box-side.boxed > .img-box {
        margin-bottom: 0;
    }

    .cnt-box-side > .caption {
        width: 100%;
        padding-left: 0;
    }

}

/*
*
* =================================================================
* SKIN 
* =================================================================
*
* Populate this file with the CSS of your custom design. 
* Include this file into the <head> area of your pages, after the style.css and any other css file.
*
*/

@font-face {
    font-family: 'Ariona';
    src: url('media/fonts/ariona/ariona.woff2') format('woff2'),
         url('media/fonts/ariona/ariona.woff') format('woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

/*
===================================================================
TECNISAT HERO MASTER - PHASE 5.5
===================================================================
*/

body.tecnisat-home .tecnisat-hero-master,
.tecnisat-hero-master .tecnisat-hero-container,
.tecnisat-local-hero.tecnisat-hero-master,
.tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-container {
    min-height: 720px;
}

.tecnisat-hero-master {
    isolation: isolate;
    background-color: var(--tecnisat-light);
}

.tecnisat-hero-master::after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 5.5%;
    bottom: 34px;
    width: 9px;
    height: 9px;
    border-radius: 2px;
    background-color: var(--tecnisat-aqua);
    box-shadow:
        -24px -19px 0 -2px rgba(var(--tecnisat-aqua-rgb), .42),
        19px -32px 0 -3px rgba(var(--tecnisat-aqua-rgb), .3);
    transform: rotate(45deg);
}

.tecnisat-hero-master .tecnisat-hero-image,
.tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-image {
    z-index: 0;
    opacity: 1;
    object-position: 72% center;
}

.tecnisat-hero-master .tecnisat-hero-overlay {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(245, 247, 248, .36) 0%, rgba(245, 247, 248, .2) 30%, rgba(245, 247, 248, .03) 54%, rgba(245, 247, 248, 0) 68%),
        linear-gradient(0deg, rgba(60, 60, 59, .04) 0%, rgba(60, 60, 59, 0) 30%);
}

.tecnisat-hero-master .tecnisat-hero-container {
    padding-top: 126px;
    padding-bottom: 108px;
}

.tecnisat-hero-master .tecnisat-hero-content,
.tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-content {
    width: min(48.5%, 640px);
    max-width: 640px;
}

.tecnisat-hero-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 15px;
    color: var(--tecnisat-dark);
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tecnisat-hero-kicker::before {
    content: '';
    flex: 0 0 30px;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background-color: var(--tecnisat-aqua);
}

body.tecnisat-home .tecnisat-hero-master h1,
body.tecnisat-home .tecnisat-local-hero.tecnisat-hero-master h1 {
    max-width: 640px;
    margin: 0;
    color: #4fb2b4;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: clamp(3rem, 4.35vw, 4.45rem);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.035em;
    text-transform: uppercase;
    text-wrap: balance;
}

body.tecnisat-home .tecnisat-local-hero.tecnisat-hero-master h1 {
    font-size: clamp(2.45rem, 3.55vw, 3.75rem);
}

.tecnisat-hero-service-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 0;
    margin: 22px 0 0;
    color: var(--tecnisat-dark);
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .025em;
}

.tecnisat-hero-service-line span {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.tecnisat-hero-service-line span:not(:last-child)::after {
    content: '';
    width: 2px;
    height: 13px;
    margin: 0 10px;
    background-color: var(--tecnisat-aqua);
}

.tecnisat-hero-master .tecnisat-hero-copy {
    max-width: 510px;
    margin: 24px 0 0;
    color: rgba(var(--tecnisat-dark-rgb), .82);
    font-size: 15px;
    line-height: 1.7;
}

.tecnisat-hero-master .tecnisat-hero-actions {
    gap: 12px;
    margin-top: 30px;
}

.tecnisat-hero-master .tecnisat-hero-actions .btn {
    min-height: 52px;
    border-radius: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .055em;
}

.tecnisat-hero-primary {
    position: relative;
    isolation: isolate;
    min-width: 238px;
    padding: 0 49px 0 62px !important;
    border: 0 !important;
    color: var(--tecnisat-dark) !important;
    background-color: var(--tecnisat-aqua) !important;
    box-shadow: 0 15px 32px rgba(var(--tecnisat-aqua-rgb), .28);
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
    transition: color .25s ease, background-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.tecnisat-hero-primary-mark {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tecnisat-dark);
    clip-path: polygon(0 0, 74% 0, 100% 50%, 74% 100%, 0 100%);
    transition: background-color .25s ease;
}

.tecnisat-hero-primary-mark img {
    display: block;
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.tecnisat-hero-primary-label {
    position: relative;
    z-index: 1;
}

.tecnisat-hero-primary:hover {
    color: var(--tecnisat-white) !important;
    background-color: var(--tecnisat-dark) !important;
    box-shadow: 0 18px 38px rgba(var(--tecnisat-dark-rgb), .22);
    transform: translateY(-3px);
}

.tecnisat-hero-primary:hover .tecnisat-hero-primary-mark {
    background-color: #272726;
}

.tecnisat-hero-secondary.btn-border {
    padding: 0 22px !important;
    border-color: rgba(var(--tecnisat-dark-rgb), .55);
    color: var(--tecnisat-dark);
    background-color: rgba(255, 255, 255, .54);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.tecnisat-hero-secondary.btn-border:hover {
    border-color: var(--tecnisat-dark);
    color: var(--tecnisat-white);
    background-color: var(--tecnisat-dark);
}

.tecnisat-hero-master .tecnisat-hero-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 620px;
    margin-top: 38px;
}

.tecnisat-hero-master .tecnisat-hero-benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 31px;
    padding: 0;
    color: var(--tecnisat-dark);
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .015em;
    text-transform: uppercase;
}

.tecnisat-hero-master .tecnisat-hero-benefit-icon {
    display: block;
    flex: 0 0 31px;
    width: 31px;
    height: 31px;
    object-fit: contain;
}

.tecnisat-hero-master .tecnisat-hero-benefits li::before,
.tecnisat-hero-master .tecnisat-hero-benefits li::after {
    content: none;
}

@media (max-width: 1199.98px) {
    .tecnisat-hero-master .tecnisat-hero-content,
    .tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-content {
        width: 50%;
        max-width: 590px;
    }

    body.tecnisat-home .tecnisat-local-hero.tecnisat-hero-master h1 {
        font-size: clamp(2.25rem, 3.65vw, 3.35rem);
    }

    .tecnisat-hero-master .tecnisat-hero-benefits {
        gap: 13px;
    }
}

@media (max-width: 991.98px) {
    body.tecnisat-home .tecnisat-hero-master,
    .tecnisat-hero-master .tecnisat-hero-container,
    .tecnisat-local-hero.tecnisat-hero-master,
    .tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-container {
        min-height: 690px;
    }

    .tecnisat-hero-master .tecnisat-hero-image,
    .tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-image {
        object-position: 69% center;
    }

    .tecnisat-hero-master .tecnisat-hero-overlay {
        background: linear-gradient(90deg, rgba(245, 247, 248, .48) 0%, rgba(245, 247, 248, .22) 43%, rgba(245, 247, 248, 0) 70%);
    }

    .tecnisat-hero-master .tecnisat-hero-container,
    .tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-container {
        align-items: center;
        padding-top: 112px;
        padding-bottom: 92px;
    }

    .tecnisat-hero-master .tecnisat-hero-content,
    .tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-content {
        width: 54%;
        max-width: 530px;
    }

    .tecnisat-hero-master .tecnisat-hero-benefits {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 28px;
    }

    .tecnisat-hero-master .tecnisat-hero-benefits li {
        min-height: 27px;
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    body.tecnisat-home .tecnisat-hero-master,
    .tecnisat-local-hero.tecnisat-hero-master {
        min-height: 0;
        padding-top: 294px;
        background-color: var(--tecnisat-white);
    }

    .tecnisat-hero-master::after {
        top: 261px;
        right: 24px;
        bottom: auto;
    }

    .tecnisat-hero-master .tecnisat-hero-image,
    .tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-image {
        top: 0;
        bottom: auto;
        height: 294px;
        opacity: 1;
        object-position: 72% center;
    }

    .tecnisat-hero-master .tecnisat-hero-overlay {
        display: none;
    }

    .tecnisat-hero-master .tecnisat-hero-container,
    .tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-container {
        align-items: flex-start;
        min-height: 0;
        padding-top: 52px;
        padding-bottom: 132px;
    }

    .tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-container {
        padding-bottom: 76px;
    }

    .tecnisat-hero-master .tecnisat-hero-content,
    .tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-content {
        width: 100%;
        max-width: 590px;
    }

    body.tecnisat-home .tecnisat-hero-master h1,
    body.tecnisat-home .tecnisat-local-hero.tecnisat-hero-master h1 {
        max-width: 580px;
        font-size: clamp(2.35rem, 9vw, 3.35rem);
        line-height: 1;
    }

    body.tecnisat-home .tecnisat-local-hero.tecnisat-hero-master h1 {
        font-size: clamp(2.05rem, 8.2vw, 2.9rem);
    }

    .tecnisat-hero-master .tecnisat-hero-copy {
        max-width: 560px;
    }

    .tecnisat-hero-master .tecnisat-hero-benefits {
        grid-template-columns: 1fr;
        gap: 10px;
        max-width: 390px;
    }
}

@media (max-width: 575.98px) {
    body.tecnisat-home .tecnisat-hero-master,
    .tecnisat-local-hero.tecnisat-hero-master {
        padding-top: 230px;
    }

    .tecnisat-hero-master::after {
        top: 203px;
        right: 18px;
    }

    .tecnisat-hero-master .tecnisat-hero-image,
    .tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-image {
        height: 230px;
        object-position: 72% center;
    }

    .tecnisat-hero-master .tecnisat-hero-container,
    .tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-container {
        padding-top: 42px;
        padding-bottom: 126px;
    }

    .tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-container {
        padding-bottom: 68px;
    }

    .tecnisat-hero-kicker {
        margin-bottom: 12px;
        font-size: 11px;
    }

    .tecnisat-hero-kicker::before {
        flex-basis: 23px;
        width: 23px;
    }

    body.tecnisat-home .tecnisat-hero-master h1,
    body.tecnisat-home .tecnisat-local-hero.tecnisat-hero-master h1 {
        font-size: clamp(2.05rem, 10.5vw, 2.75rem);
    }

    body.tecnisat-home .tecnisat-local-hero.tecnisat-hero-master h1 {
        font-size: clamp(1.82rem, 8.8vw, 2.45rem);
    }

    .tecnisat-hero-service-line {
        gap: 6px 0;
        margin-top: 18px;
        font-size: 9px;
    }

    .tecnisat-hero-service-line span:not(:last-child)::after {
        height: 11px;
        margin: 0 7px;
    }

    .tecnisat-hero-master .tecnisat-hero-copy {
        margin-top: 19px;
        font-size: 13px;
        line-height: 1.65;
    }

    .tecnisat-hero-master .tecnisat-hero-actions {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .tecnisat-hero-master .tecnisat-hero-actions .btn {
        width: 100%;
    }

    .tecnisat-hero-primary {
        min-width: 0;
    }

    .tecnisat-hero-master .tecnisat-hero-benefits {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 27px;
    }

    .tecnisat-hero-master .tecnisat-hero-benefits li {
        min-height: 27px;
        font-size: 9px;
    }

    .tecnisat-hero-master .tecnisat-hero-benefit-icon {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }
}

:root {
    --tecnisat-aqua: #69c2c3;
    --tecnisat-dark: #3c3c3b;
    --tecnisat-white: #ffffff;
    --tecnisat-light: #f5f7f8;
    --tecnisat-gray: #e9eef0;
    --tecnisat-aqua-rgb: 105, 194, 195;
    --tecnisat-dark-rgb: 60, 60, 59;
}

::selection {
    color: var(--tecnisat-dark);
    background-color: var(--tecnisat-aqua);
}

:focus-visible {
    outline: 3px solid rgba(var(--tecnisat-aqua-rgb), .75);
    outline-offset: 3px;
}

/* 

# COLORS
===================================================================

*/

body, p, a, .btn-text, .input-text, .input-select, .input-textarea, .cnt-box-blog-side .btn-text:not(:hover):after, .cnt-box-blog-top .btn-text:not(:hover):after, .icon-list span, .icon-list span a,
.social-links a i, a, .glide__arrow, .search-bar input[type=submit], .menu-cnt > ul > li a, .media-box.media-box-down .caption p {
    color: var(--tecnisat-dark);
}

body > nav, footer, .progress-bar > div, .progress-bar > div span, .shop-menu-cnt .shop-menu, i.scroll-top-btn, .tab-nav li a:before, .tab-nav li a:after, .btn:not(.btn-border):hover,
section .cnt-box.boxed.light .caption, .img-box-caption span, .cnt-box-badge .badge, .cnt-box-blog-side .blog-date, .menu-fixed.scroll-menu, .cnt-box-blog-top .blog-date,
.dropdown ul:not(.icon-list) li:hover > a, .menu-cnt > ul > li:hover > a, .lan-menu > li:hover > a, .glide__bullets > button:hover, .glide__bullets > button.glide__bullet--active,
main > section.section-base.section-color.light, .section-color.light .input-text, .section-color.light .input-select, .section-color.light .input-textarea, .counter i,
.cnt-box-side-icon.boxed.light > i, .cnt-box-top-icon.boxed.light > i, .media-box-half, .album-box .caption, .album-box .img-box, .icon-box i, .media-box.media-box-reveal .caption,
.media-box-full:before, .list-nav a.list-archive:hover, .header-base h2, .list-tags a, .img-box:before, .menu-mini, .menu-side, .btn-video:empty:hover, .tweets_txt {
    background-color: var(--tecnisat-dark);
}

.boxed-area.light, .media-box-full .caption {
    background-color: var(--tecnisat-dark) !important;
}

h1, h2, h3, h4, h5, h6, .cnt-call .caption .btn-text, .section-color .icon-box i, .counter .value span, .breadcrumb li a, .step-item > span, .cnt-pricing-table .price span, .cnt-pricing-table .top-area p,
.album-title span, .text-list-bold li > b:first-child, .text-list-line li b, .list-nav a, .menu-inner-image li a span, .controls-bottom-right .glide__arrow, .icon-list-blog a, .quote, .table-time th,
.form-box p, .countdown-vertical [data-time] > div > span, .countdown-horizontal [data-time] > div > span:last-child, .media-box.media-box-down .caption h2, .menu-inner .menu-btn, .menu-inner > div > span {
    color: var(--tecnisat-dark);
}

.light .dropdown ul li:not(:hover) > a, .text-color-1 {
    color: var(--tecnisat-dark) !important;
}

.btn:hover, .input-text:focus, .input-select:focus, .input-textarea:focus, .search-bar input[type=text]:focus, .glide__bullets > button, .accordion-list > li, .table-time td, .table-time th {
    border-color: var(--tecnisat-dark);
}

.tab-nav li:not(.active):not(:hover) a, .btn.btn-border:hover, .btn.btn-border.active {
    color: var(--tecnisat-dark);
    border-color: var(--tecnisat-dark);
}

.tab-nav li.active a, .tab-nav li:hover a, .btn:not(.btn-border).active, .icon-links-button:not(.social-colors):not(.social-colors-hover) a:hover {
    background-color: var(--tecnisat-dark);
    border-color: var(--tecnisat-dark);
}

@media (max-width: 991.98px) {
    nav .menu-cnt > ul > li > a, nav .menu-cnt > ul > li.nav-label > a span, .menu-cnt .menu-right, body nav .lan-menu > li > a, .lan-menu li a, .lan-menu .dropdown > ul > li > a, body .lan-menu > li:hover > a,
    body nav:not(.menu-transparent) .lan-menu > li:hover > a {
        color: var(--tecnisat-dark);
    }

    nav.light .menu-cnt a {
        color: var(--tecnisat-dark) !important;
    }

    .search-box-menu {
        border-color: var(--tecnisat-dark);
    }
}

::placeholder {
    color: rgba(var(--tecnisat-dark-rgb), .58);
}

.light .shop-menu .shop-cart .cart-item .cart-content, .btn-video:after, .menu-cnt > ul > li:hover > a, .icon-list li > i, .icon-links:not(.social-colors) a i, .btn.btn-border, .title p,
.accordion-list > li > a:before, nav:not(.menu-transparent) .menu-cnt > ul > li:hover > a, .cnt-box-info .cnt-info > div > span:last-child, .btn-text:after, .menu-cnt > ul > li.nav-label > a,
.cnt-box-top-icon > i, .cnt-box-side-icon > im.btn-border:hover, .icon-links a:hover i, .icon-links-popup:hover > i, .breadcrumb li:not(:last-child):hover a, .pagination li:not(.page):hover a,
.search-bar input[type=submit]:hover, .accordion-list > li:hover > a, .btn-text:hover, .menu-inner li:hover > a, .menu-inner li.active > a, .menu-inner .dropdown ul > li:hover > a,
.album-title > a:hover, .glide__arrow:hover, .mega-menu .icon-list li a:hover, nav.active .menu-btn, .menu-transparent .menu-cnt > ul > li:hover > a, .list-nav a:hover, .counter .value [data-to],
body > header h2, .breadcrumb li:last-child a, .cnt-box-side .extra-field, .cnt-box-team .caption, .timeline .badge span, .cnt-pricing-table .price, .cnt-pricing-table > ul > li:before, .media-box .extra-field,
.album-title > a:before, .accordion-list > li.active > a, .media-box.media-box-reveal .caption h3, .cnt-box-top .extra-field, .list-nav a:first-child:before, .list-nav a:last-child:before,
.cnt-box-testimonials-bubble .thumb-bar span:last-child, .cnt-box-side-icon > i, .countdown-vertical [data-time] > div > span:first-child, .countdown-horizontal [data-time] > div > span:first-child,
.social-feed a {
    color: var(--tecnisat-aqua)
}

footer.light a, .cnt-box.light .extra-field, nav.light .menu-cnt > ul > li:hover > a, .section-home-slider [data-to], .section-home-slider h2, .light .title p, body > header.light h2,
.boxed-area.light .text-list-bold li b, .text-color-2 {
    color: var(--tecnisat-aqua) !important;
}

.cnt-box-blog-side .blog-date span:last-child, .progress-bar > div > div, footer .icon-list li:before, .shop-menu .cart-buttons a:hover, .cnt-box-blog-top .blog-date span:last-child, .btn-video:empty,
.dropdown ul:not(.icon-list) li:hover > a, .cnt-box-info .extra-field, .menu-cnt > ul > li:hover > a, .lan-menu > li:hover > a, .dropdown > ul:before, .shop-menu-cnt .cart-count, .light .icon-box i, .light .counter i,
.section-color.light .btn:not(.btn-border):hover, .breadcrumb li a:after, .menu-inner li:before, .text-list-base li > div, .text-list-image .content > div, .text-list-side li > div, .text-line:before,
.icon-line li:before, .icon-line span:before, .icon-circle li:before, .media-box-reveal .caption h3:before, .arrows-inner-right .glide__arrow, .light .breadcrumb li a:after, .list-tags a:hover {
    background-color: var(--tecnisat-aqua)
}

.btn, .icon-links-grid a:hover, .icon-links-button a, .pagination li.page:hover a, .pagination li.page.active a, .list-nav a.list-archive {
    background-color: var(--tecnisat-aqua);
    border-color: var(--tecnisat-aqua);
}

.btn:not(.btn-border), .icon-links-button a, .pagination li.page:hover a, .pagination li.page.active a, .list-nav a.list-archive {
    color: var(--tecnisat-dark);
}

.btn:not(.btn-border):hover, .btn:not(.btn-border).active {
    color: var(--tecnisat-white);
}

.light .glide__bullets > button.glide__bullet--active, .section-home-slider .glide__arrow {
    background-color: var(--tecnisat-aqua) !important;
    border-color: var(--tecnisat-aqua) !important;
}

.shop-menu, .menu-cnt > ul li ul li:hover + li > a, nav .menu-right .custom-area, .input-text, .input-select, .input-textarea, .light .glide__bullets > button, .light .text-list-line li hr,
.media-box-half .extra-field + p, .album-box .caption, .media-box-reveal .caption, .cnt-box-top .extra-field, .icon-links-grid a, .cnt-box-testimonials-bubble > p, .light .table-border td {
    border-color: var(--tecnisat-aqua)
}

.cnt-call, .comment-list li, .timeline .panel, .header-base, main > section.section-base.section-color, .section-color .input-text, .section-color .input-select, .section-color .input-textarea {
    background-color: var(--tecnisat-gray);
}

.menu-cnt > ul > li > a, .menu-cnt, nav .lan-menu > li > a, i.scroll-top-btn, .cart-item h5, .shop-menu p, .shop-menu .cart-buttons a, .icon-box i, .counter i, .media-box .caption h2, .media-box .caption p,
footer .text-list-line li b, .light .text-list-line li b, .icon-links-grid a:hover i, .icon-links.icon-links-button a i, nav .icon-links:not(.social-colors) a i, .menu-btn {
    color: var(--tecnisat-white);
}

.section-home-slider h2 span, footer.light ul li > a, .section-color.light .input-text, .section-color.light .input-select, .section-color.light .input-textarea, .social-colors.icon-links-grid a:hover i {
    color: var(--tecnisat-white) !important;
}

@media (max-width: 991.98px) {
    .light .dropdown ul li:hover > a, .light .shop-menu .cart-buttons a {
        color: var(--tecnisat-white) !important;
    }
}

.menu-cnt > ul > li:hover > a, .lan-menu > li:hover > a {
    background-color: transparent;
}

.menu-cnt > ul > li > a:first-child {
    background-color: transparent;
}

.cnt-box.boxed .caption, .cnt-box-side-icon.boxed > i, .cnt-box-top-icon.boxed > i, .boxed-area, .cnt-box-top-icon.boxed, .cnt-box-testimonials-bubble > p, .section-color .icon-box i {
    background-color: var(--tecnisat-white);
}

.light .glide__bullets > button {
    background: none !important;
}

.bg-color, body main > section.bg-color, .menu-top-logo > .container:before {
    background-color: rgba(255, 255, 255, 0.25);
}

/*

# CUSTOM 
===================================================================

*/

.btn-video:empty {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    transition: all .5s;
    cursor: pointer;
}

.btn-video:empty:before {
    width: 78px;
    height: 78px;
    margin-left: -40px;
    top: 0;
    color: var(--tecnisat-white);
}

.btn-video:empty:after {
    width: 50px;
    height: 80px;
    font-size: 37px;
    line-height: 80px;
    margin-left: -22px;
    color: var(--tecnisat-white);
}

.text-line {
    position: relative;
    z-index: 9;
}

.text-line:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 4px;
    border-radius: 3px;
    z-index: -1;
}

.table-time th {
    font-weight: 700;
}

.icon-list-blog li {
    padding-left: 30px;
}

.icon-list-blog i {
    font-size: 18px;
}

.icon-list-blog a {
    font-weight: 600;
}

.controls-left {
    margin-bottom: 0;
}

.controls-left .glide__bullets {
    left: -282px;
    bottom: 0;
    justify-content: flex-start;
}

.events-list .caption .extra-field {
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
    line-height: 35px;
}

.events-list .caption .extra-field:before {
    font-family: "Icons";
    content: "\6e";
    text-transform: none;
    position: absolute;
    font-size: 19px;
    line-height: 32px;
    font-weight: 400;
    width: 30px;
    left: 0;
    top: 1px;
    transition: all .5s;
}

.margin-top-35, .box-sign.margin-top-35 {
    margin-top: 35px;
}

.button-pag-right {
    text-align: right;
    margin-top: -30px;
}

.pagination-top-right {
    position: relative;
}

.pagination-top-right .list-pagination {
    padding: 0;
}

.pagination-top-right .pagination {
    position: absolute;
    top: -100px;
    right: 10px;
}

.pagination-top-right .pagination li:not(.page) {
    display: none;
}

h3 + .pagination-top-right .pagination {
    top: -65px;
}

hr.space-25 {
    max-height: 25px;
}

hr.space-45 {
    height: 45px;
}

.slide-image {
    margin-bottom: -30px;
}

.block-image {
    position: absolute;
    max-height: 600px;
    top: -50px;
}

.table-grid.table-border.table-10 tbody tr td {
    padding: 10px;
}

.table-grid.table-border.align-left.table-10 tbody tr td:not(:first-child) {
    padding-left: 30px;
}

.table-logos img {
    width: 140px;
    margin: 0 auto 0 auto;
}

.table-logos p {
    font-weight: 600;
    font-size: 13px;
    line-height: 23px;
}

.table-logos.table-10 img {
    max-width: 125px;
    width: 100%;
    margin: 0 auto;
}

.width-190 {
    min-width: 190px;
}

.width-650 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.text-style-1 {
    font-weight: 600;
    font-size: 18px;
    opacity: .7;
    margin-top: 15px;
}

.gap-40, .gap-40 > div {
    grid-gap: 40px;
}

.gap-18, .gap-18 > div {
    grid-gap: 18px;
}

.tab-top-right {
    position: relative;
}

.tab-top-right .tab-nav {
    position: absolute;
    right: 0;
    top: -95px;
}

.nav-label {
    position: absolute;
    right: -15px;
}

.menu-cnt > ul > li.nav-label > a {
    font-weight: 600;
    font-size: 14px;
    padding-right: 0;
}

.menu-cnt > ul > li.nav-label > a span {
    font-weight: 700;
    padding-right: 5px;
    color: var(--tecnisat-white);
    font-size: 13px;
}

.section-overflow-top {
    overflow: visible;
}

.section-overflow-top > .container {
    padding-top: 0;
}

.section-overflow-top > .container > div:first-child, .section-overflow-top > .container > table:first-child {
    transform: translateY(-90px);
}

.section-overflow-top > .container > .cnt-box-side > .img-box, .section-overflow-top > .container > .cnt-box-side > .caption {
    width: 50%;
}

.section-overflow-top > .container > .cnt-box-side > .caption {
    padding: 60px 30px;
}

.section-overflow-top > .container > .cnt-box-side .caption h2 {
    font-size: 28px;
    font-weight: 700;
}

.section-overflow-top .logo-area {
    padding: 30px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.boxed-area {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.grid-list.boxed-area {
    padding: 0;
    border-radius: 3px;
    box-shadow: none;
    background: none !important;
}

.grid-list.boxed-area > div {
    grid-gap: 15px;
}

.grid-list.boxed-area .grid-item {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.section-home-slider h1 {
    position: absolute;
    z-index: 2;
    max-width: 400px;
    margin-top: 30px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.18823529411764706);
    text-transform: uppercase;
    transition: all .6s;
}

.section-home-slider .slider {
    margin-bottom: 45px;
}

main > section.section-base.section-home-slider {
    background-color: var(--tecnisat-dark);
}

.section-home-slider .slider li > .img-box {
    margin: 15px 15px 15px 150px;
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.16);
}

.section-home-slider .slider li > .img-box:before {
    opacity: 1;
    z-index: 1;
    background: linear-gradient(to right, rgba(var(--tecnisat-dark-rgb), .96) 0%, rgba(var(--tecnisat-dark-rgb), 0) 60%);
    border-radius: 0;
}

.section-home-slider .glide__arrow, .arrows-inner-right .glide__arrow {
    left: 0;
    bottom: -45px;
    top: auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: all .5s;
    text-align: center;
}

.section-home-slider .glide__arrow:hover, .arrows-inner-right .glide__arrow:hover {
    transform: scale(.95);
}

.section-home-slider .glide__arrow--right {
    left: 65px;
}

.section-home-slider .glide__arrow:before, .arrows-inner-right .glide__arrow:before {
    line-height: 50px;
    width: 50px;
    font-size: 33px;
    margin-left: 1px;
    color: var(--tecnisat-white);
}

.section-home-slider .glide__arrow--left:before {
    margin-left: -1px;
}

.section-home-slider .glide__bullets {
    bottom: -40px;
    padding-right: 10px;
    justify-content: flex-end;
}

.section-home-slider .col-lg-5 {
    padding-top: 10px;
}

.section-home-slider h2 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 28px;
}

.section-home-slider h2 + p {
    margin: 39px 0 18px 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .section-home-slider h2 + p {
        margin: 23px 0 0px 0;
    }
}

.section-home-slider [data-to] {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: .5px;
}

.section-home-slider .counter h3 {
    margin: 0;
    font-weight: 500;
    text-transform: none;
    font-size: 16px;
}

.section-home-slider + section {
    overflow: visible;
}

.section-home-slider + section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    right: 0;
}

.arrows-inner-right .glide__arrow {
    left: auto;
    right: 93px;
    bottom: 30px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.arrows-inner-right .glide__arrow--right {
    right: 30px;
}

.box-sign {
    margin-top: 60px;
    padding: 36px 15px 0 120px;
    position: relative;
}

.box-sign.no-margin {
    margin-top: 0;
}

.box-sign img {
    position: absolute;
    left: 0;
    top: 0;
}

.box-sign b {
    font-weight: 800;
    font-size: 16px;
}

.box-sign span {
    display: block;
    line-height: 15px;
}

@media (min-width: 994px) and (max-width: 1200px) {
    .section-home-one p {
        font-size: 13px;
    }

    .section-home-one li h1 {
        font-size: 37px;
        line-height: 49px;
    }

    .section-home-one .slide-image {
        margin-top: 85px;
    }
}

/*

# LAYOUT & TYPOGRAPHY
===================================================================

*/

body, textarea {
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
}

button, .input-text, .input-select, .input-textarea {
    font-family: 'Montserrat', sans-serif;
}

h1, h2 {
    font-weight: 900;
}

h1 {
    font-size: 45px;
    line-height: 65px;
}

h1 + p, h2 + p, h3 + p, h4 + p, h2 + h4, h1 + h4, h2 + ul.icon-list, h3 + ul.icon-list, p + h3, p + .btn, p + h4, h4 + .btn, h4 + .btn-text, h4 + input, h4 + select, h4 + textarea, p + ul.icon-list,
p + .btn-text, p + table, p + pre, p + img, p + .row, p + .img-box, p + .media-box, p + .cnt-box, p + .icon-links, p + ul.icon-list, .container > .row + .row, .container > div + p, p + .text-list,
.container > div + .btn, .table + .btn, .table + .btn-text, h4 + div, h4 + ul, h4 + ul.icon-list, h4 + a, .slimScrollDiv + .btn, h3 + .grid-list, h3 + .slider, .text-list + .btn, .text-list + .btn-text {
    margin-top: 30px;
}

h3 + h1 {
    margin-top: 10px;
}

[class*=col-lg-] > h3, .boxed-area > h3, .container > h3 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 21px;
}

.container > h2 {
    line-height: 37px;
}

.widget > h3 {
    font-size: 18px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .controls-top-right {
        margin-bottom: 0;
    }

    .controls-top-right .glide__bullets {
        bottom: auto;
        top: -65px;
        right: -5px;
        left: auto;
        justify-content: flex-end;
    }
}

@media (min-width: 767px) {

    .controls-bottom-right .glide__bullets {
        top: auto;
        bottom: -50px;
        right: -5px;
        left: auto;
        justify-content: flex-end;
    }

    .controls-bottom-right .glide__arrow {
        bottom: -60px;
        top: auto;
    }

    .controls-bottom-right .glide__arrow--right {
        right: -10px;
    }

    .controls-bottom-right .glide__arrow--left {
        left: auto;
        right: 15px;
    }

    .controls-bottom-right[data-options*="arrows"] .glide__bullets {
        right: 55px;
    }

    .controls-bottom-right .glide__arrow:hover:before {
        margin: 0;
    }
}

[class*=col-lg] > img {
    border-radius: 3px;
}

.text-xs {
    line-height: 22px;
    opacity: .8;
}

/*

# NAV MENU
===================================================================

*/

.menu-side-collapse .tab-nav li a:before {
    display: none;
}

@media (min-width: 992px) {
    .menu-side .dropdown > ul, .menu-side .dropdown .mega-menu, .menu-side .dropdown-submenu > ul {
        margin: 0;
    }
}

.mega-menu h5 {
    margin-bottom: 15px;
}

.menu-cnt > ul > li.dropdown .mega-menu a {
    border: none;
}

.menu-side .bottom-area p {
    color: var(--tecnisat-white);
    line-height: 22px;
}

.menu-side .menu-cnt > ul > li.dropdown > a:after {
    opacity: .7;
}

body > nav.menu-subtitle .search-box-menu.active > input {
    top: 90px;
}

body > nav.menu-subtitle > .container {
    min-height: 70px;
}

.menu-subtitle .menu-cnt li a span {
    position: relative;
    text-transform: none;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
    letter-spacing: .2px;
    bottom: 30px;
}

.menu-subtitle .menu-brand {
    padding: 15px 0;
}

@media (min-width: 992px) {
    .menu-classic .menu-cnt > ul > li > a, .menu-classic > .container .menu-right, .menu-classic > .container .lan-menu li.dropdown > a, .shop-menu-cnt > i,
    .menu-big-box .menu-cnt > ul > li > a, .lan-menu > li > a, .menu-icon .menu-cnt > ul > li > a, .menu-icon > .container .menu-right, .menu-icon > .container .lan-menu li.dropdown > a {
        height: 65px;
        line-height: 65px;
    }
}

body > nav .menu-brand, .menu-big-box .menu-right {
    height: 65px;
}

.menu-classic .search-box-menu > i {
    width: 30px;
    font-size: 15px;
}

.menu-classic .shop-menu-cnt > i:before {
    font-size: 16px;
}

.menu-classic.align-right > .container .menu-right {
    margin-left: 10px;
}

nav .search-btn {
    margin: 0;
}

.shop-menu-cnt > i:before {
    font-size: 20px;
}

@keyframes anima-menu-down {
    0% {
        opacity: 0;
        top: -100%;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .menu-top-logo .menu-cnt > ul {
        margin: 0 -15px;
    }

    .dropdown > ul, .dropdown .mega-menu, .dropdown-submenu > ul {
        margin: 0 15px;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    }

    .dropdown-submenu > ul {
        margin: 0;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .menu-subtitle .menu-right {
        display: none;
    }
}

.menu-fixed.scroll-menu {
    opacity: 1;
    top: 0;
    transition: opacity .5s, top .5s;
    animation: anima-menu-down 2s;
}

.menu-fixed.scroll-menu.menu-top-logo {
    padding-top: 0;
}

.menu-fixed.scroll-menu.menu-top-logo .menu-brand, .menu-fixed.scroll-menu.menu-top-logo .menu-right {
    display: none;
}

.menu-cnt > ul > li a {
    font-weight: 600;
}

.menu-cnt > ul > li > a, .lan-menu a {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.menu-cnt > ul > li a {
    transition: all .3s;
}

.menu-cnt > ul > li.dropdown > a:after {
    transition: none !important;
    opacity: 1;
}

.dropdown > ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    z-index: 9;
}

.menu-cnt > ul > li.dropdown ul a {
    border-top: 1px solid rgba(var(--tecnisat-dark-rgb), .12);
}

.menu-transparent .menu-cnt > ul > li.dropdown a {
    border-top: none;
}

.shop-menu {
    border-top-style: solid;
    border-top-width: 2px;
}

.shop-menu-cnt .cart-count {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
}

.cart-item h5 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
}

.shop-menu-cnt .cart-total span {
    padding-left: 30px;
    font-weight: 600;
}

.shop-cart {
    padding: 30px 0 15px 0;
}

.shop-menu .cart-buttons {
    padding: 0;
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

.shop-menu .cart-buttons a {
    width: 50%;
    text-align: center;
    padding: 15px;
    background: rgba(var(--tecnisat-dark-rgb), .45);
    margin: 0;
}

.shop-menu .cart-buttons a:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.shop-menu .cart-buttons a:hover {
    opacity: 1;
}

.cart-quantity {
    opacity: .65;
}

nav .custom-area {
    text-align: right;
    font-size: 12px;
    line-height: 21px;
    border-right: 1px solid #fff;
    padding-right: 45px;
}

.menu-right > *:last-child, .menu-right > .lan-menu:last-child > li > a {
    padding-right: 0;
}

.lan-menu > .dropdown > ul {
    margin: 0;
    min-width: 75px;
}

.menu-mini {
    height: 39px;
    color: var(--tecnisat-white);
}

.menu-big-box .menu-box {
    background-color: var(--tecnisat-white);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
}

.menu-fixed.menu-big-box:not(.menu-transparent) + header {
    margin-top: 105px;
    padding-top: 90px;
}

nav.menu-fixed.menu-transparent:not(.scroll-menu) {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .menu-icon-top .menu-cnt > ul > li > a, .menu-icon-top > .container .menu-right {
        height: 80px;
        line-height: 45px;
    }

    .menu-icon-top > .container .lan-menu li.dropdown > a {
        height: 80px;
        line-height: 80px;
    }
}

.menu-fixed.menu-icon-top:not(.menu-transparent) + header, .menu-fixed.menu-icon-top:not(.menu-transparent) + main {
    margin-top: 80px;
}

.menu-icon-top .menu-cnt > ul > li.dropdown a {
    padding-right: 15px;
}

.menu-icon-top .menu-cnt > ul > li.dropdown a:after {
    display: none;
}
/*

# HEADERS
===================================================================

*/
body > .header-base .breadcrumb {
    position: static;
    justify-content: flex-start;
    margin-top: 15px;
}

body > .header-base h1 {
    text-transform: none;
    font-size: 35px;
    max-width: 800px;
}

@media (min-width: 767px) {
    body > .header-base h2 {
        position: absolute;
        right: 30px;
        top: 13px;
        text-transform: none;
        font-weight: 600;
        color: var(--tecnisat-white);
        padding: 3px 15px;
        border-radius: 3px;
        font-size: 12px;
    }
}


.header-base > .container {
    margin-top: 0 !important;
}

.menu-transparent.menu-fixed + .header-base > .container {
    padding-top: 60px;
}

.menu-transparent.menu-fixed + .header-base h2 {
    top: 70px;
}

body > nav.menu-transparent + header:not(.header-base) {
    padding-top: 80px;
}

.header-base {
    height: auto;
}

body > .header-base {
    padding: 60px 0;
}

body > header.header-base h1 {
    margin-bottom: 0;
}

body > header {
    height: 250px;
}

body > header h1 {
    text-transform: uppercase;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 10px;
    font-weight: 900;
}

body > header h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    font-size: 14px;
}

body > header ol.breadcrumb, .header-base .breadcrumb {
    justify-content: flex-end;
    position: absolute;
    right: 30px;
    top: 50%;
    margin: -13px 0 0 0;
}

.breadcrumb li a {
    font-weight: 600;
}

.breadcrumb li a:after {
    width: 2px;
}

.breadcrumb li:last-child a {
    font-weight: 700;
}
/*

# FOOTER
===================================================================

*/
.footer-bar {
    border-color: rgba(255, 255, 255, 0.15);
}

footer .logo {
    margin-bottom: 15px;
    max-width: 250px;
}

footer h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
}

footer p, footer .icon-list li {
    opacity: .8;
}

footer .icon-list li {
    margin-bottom: 1px;
}

footer .icon-links-grid a {
    width: 45px;
    height: 34px;
}

footer .icon-links-grid a i {
    font-size: 16px;
}

footer .col-lg-4:last-child {
    background: rgba(var(--tecnisat-dark-rgb), .11);
    padding: 30px;
    border-radius: 3px;
}
/*

# COMPONENTS
===================================================================
*/

.tweets_txt > span {
    opacity: .5;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

.tweets_txt {
    white-space: pre-wrap;
    padding: 15px;
    border-radius: 3px;
    margin-top: 0px;
    color: var(--tecnisat-white);
    line-height: 23px;
}

.img-box.btn-video {
    background: var(--tecnisat-dark);
}

.col-lg-6 > p + .icon-line {
    margin-top: 20px;
}

.col-lg-6 > p + .icon-line li {
    margin-bottom: 2px;
}

.quote {
    background: rgba(233, 238, 240, .82) !important;
    margin: 30px 0;
}

.list-tags a {
    color: var(--tecnisat-white);
}

.cnt-box-blog-top.boxed .caption h2 {
    margin-top: 0;
}

.list-nav {
    margin-top: 10px;
    max-height: 37px;
}

.list-nav a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.list-nav a.list-archive {
    width: 45px;
    height: 45px;
    min-width: 45px;
    line-height: 45px;
    font-size: 21px;
    border-radius: 50%;
    text-align: center;
    color: var(--tecnisat-white);
    transform: translateY(-9px);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    border: none;
}

.media-box.media-box-full .caption h2 {
    font-size: 17px;
}

.media-box.media-box-full .extra-field {
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.media-box-full {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.media-box-full .caption {
    opacity: 0;
    text-align: left;
}

.media-box-full:hover:before {
    transform: scale(0) rotate(180deg);
    opacity: 0;
}

.media-box-full:hover .caption {
    opacity: 1;
}

.media-box-full:before {
    content: "+";
    position: absolute;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 2;
    font-weight: 400;
    font-size: 41px;
    color: var(--tecnisat-white);
    border-radius: 50%;
    bottom: 15px;
    left: 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    transition: all .5s;
}

.cnt-box-top .extra-field {
    padding-top: 15px;
    border-top-style: solid;
    border-top-width: 1px;
    display: block;
}

.media-box-reveal .caption .extra-field {
    position: absolute;
    left: 45px;
    color: var(--tecnisat-gray);
    padding: 0 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.media-box-reveal .caption p {
    margin-top: 30px;
    opacity: .8;
}

.media-box-reveal .caption {
    max-height: 250px;
    bottom: 30px;
    left: 30px;
    width: 500px;
    max-width: calc(100% - 60px);
    display: inline-block;
    background: none;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.media-box.media-box-reveal .caption h2 {
    margin-bottom: 10px;
    font-weight: 700;
}

.grid-item .media-box-reveal .caption h2 {
    text-transform: none;
    font-weight: 600;
}

.media-box-reveal .caption h3 {
    font-weight: 600;
    font-size: 14px;
    padding-left: 80px;
    position: relative;
    text-align: right;
    max-width: 250px;
}

.media-box-reveal .caption h3:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    width: 45px;
    height: 1px;
}

.media-box-half img {
    opacity: .20;
}

.media-box .caption h2, .media-box .extra-field {
    font-weight: 600;
}

.media-box-half .extra-field + p {
    border-top-style: solid;
    border-top-width: 1px;
    margin-top: 15px;
    padding-top: 15px;
}

.cnt-pricing-table {
    border: none;
    padding: 30px 15px;
    text-align: left;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    background-color: var(--tecnisat-white);
}

.cnt-pricing-table .bottom-area {
    padding-bottom: 15px 30px;
}

.cnt-pricing-table .price span {
    font-weight: 700;
}

.cnt-pricing-table .top-area p {
    font-weight: 600;
}

.cnt-pricing-table > ul > li {
    padding-left: 60px;
}

.cnt-pricing-table > ul > li:before {
    content: "+";
    position: absolute;
    left: 30px;
}

.progress-circle h4 {
    text-transform: uppercase;
    font-size: 14px;
}

.progress-circle .counter {
    font-weight: 700;
    color: var(--tecnisat-dark);
}

.timeline .panel {
    border-bottom: 1px solid var(--tecnisat-gray);
    border-right: 1px solid var(--tecnisat-gray);
}

.timeline > div:last-child .panel {
    border-bottom: none;
}

.timeline div.inverted .panel:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-right: none;
    border-left: 1px solid var(--tecnisat-gray);
    border-radius: 0;
}

.timeline .panel {
    padding: 0 0 30px 0;
    background: none;
}

.timeline .panel p {
    margin-top: 15px;
}

.timeline .panel, .timeline div.inverted .panel, .timeline div.inverted .panel:last-child, .timeline .panel:last-child {
    width: 70%;
    border-radius: 0;
    padding: 30px 30px 30px 0;
}

.timeline div.inverted .panel:last-child {
    padding-left: 30px;
}

.timeline > div .badge {
    width: 30%;
    left: 70%;
    padding-left: 30px;
}

.timeline > div.inverted .badge {
    left: 0;
    right: auto;
    padding-left: 0;
}

.timeline > div:hover, .timeline > div.inverted:hover {
    transform: none;
}

.timeline > div {
    margin-bottom: 0;
}

.timeline .badge {
    margin-top: -2px;
    background: var(--tecnisat-white);
}

.timeline .badge span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

.timeline .badge p {
    font-weight: 700;
    font-size: 25px;
    margin: 30px 0 0 0;
    transition: color .5s;
}

.timeline-title {
    font-size: 20px;
}

.menu-inner > div > span {
    text-transform: uppercase;
    font-weight: 700;
}

.menu-inner li > a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.maso-list .menu-inner li > a {
    font-size: 14px;
}

.menu-inner-vertical li > a {
    border-radius: 0;
    border-bottom: 1px solid rgba(var(--tecnisat-dark-rgb), .25);
}

.menu-inner .dropdown ul > li > a {
    font-size: 13px;
}

.menu-inner-vertical li.dropdown > ul {
    margin: 0;
}

.menu-inner .dropdown ul > li:hover > a {
    background: none;
}

.light.menu-inner-vertical li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.menu-inner-vertical li:last-child > a {
    border-bottom: none;
}

.menu-inner-vertical .dropdown > ul:before {
    display: none;
}

.menu-inner:not(.menu-inner-vertical) .dropdown ul {
    margin: -2px 0 0 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.menu-inner:not(.menu-inner-vertical) .dropdown ul ul {
    margin-top: 0;
}

.menu-inner-image.menu-inner li > a {
    text-transform: none;
    font-size: 14px;
    height: 75px;
    overflow: hidden;
    line-height: 25px;
    padding-right: 90px;
    border: none;
}

.menu-inner-image li {
    padding-left: 0;
    border-bottom: 1px solid rgba(var(--tecnisat-dark-rgb), .25);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.menu-inner-image li:last-child {
    border: none;
    margin-bottom: 0;
}

.menu-inner-image li a span {
    font-weight: 600;
    text-transform: none;
    opacity: .75;
    margin-bottom: 7px;
}

.menu-inner-image li:before {
    left: 0;
    bottom: -1px;
}

.menu-inner-image li:hover:before {
    width: calc(100%);
}

.menu-inner-image li img {
    left: auto;
    right: 0;
    max-height: 65px;
    max-width: 65px;
    height: 65px;
}

.cnt-box-team .caption {
    font-size: 14px;
    font-weight: 600;
    height: 120px;
    border-top: 1px solid rgba(var(--tecnisat-dark-rgb), .25);
}

.cnt-box-team {
    padding-bottom: 120px;
}

.cnt-box-team:hover .caption {
    height: 240px;
}

.cnt-box-team .caption h2 {
    text-transform: uppercase;
    font-size: 15px;
}

.cnt-box-team:not(:hover) .icon-links {
    opacity: 0;
}

.cnt-box-team.cnt-box .caption p {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
}

.counter h3, .countdown h3 {
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px;
}

.counter .value, .countdown-vertical [data-time] > div > span:first-child, .countdown-horizontal [data-time] > div > span:first-child {
    font-weight: 900;
}

.counter.counter-horizontal.counter-icon > i {
    margin-right: 20px;
}

.counter-horizontal.counter-icon {
    height: 50px;
}

.countdown-vertical [data-time] > div > span, .countdown-horizontal [data-time] > div > span:last-child {
    font-weight: 600;
}

.form-inline textarea, .form-inline select, .form-inline input {
    height: 58px;
}

.form-box.form-inline .form-checkbox {
    position: absolute;
    right: 15px;
    top: -55px;
    width: calc(33.333% - 45px);
    font-size: 11px;
    line-height: 19px;
    opacity: .8;
    letter-spacing: .3px;
}

.progress-bar > h4 {
    margin-bottom: 0;
    margin-top: -5px;
    text-transform: uppercase;
    font-size: 14px;
}

.progress-bar > div {
    height: 1px;
    margin-top: 13px;
}

.progress-bar > div > div {
    height: 5px;
    transform: translateY(-2px);
}

.progress-bar > div span {
    font-size: 11px;
    line-height: 25px;
}

.cnt-call {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    background: var(--tecnisat-white);
}

.cnt-call .caption {
    width: calc(70% - 30px);
    text-align: left;
}

.cnt-call .caption .btn, .cnt-call .caption .btn-text {
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -25px;
    width: calc(30% - 60px);
}

.cnt-call .caption .btn-text {
    width: auto;
    margin-top: -11px;
    text-transform: uppercase;
    font-weight: 900;
}

.cnt-call .caption h3 {
    font-weight: 900;
    font-size: 22px;
}

.cnt-call > i {
    display: block;
    text-align: left;
}

.text-list-line li hr {
    margin-top: 19px;
}

.cnt-box-blog-side .icon-list, .cnt-box-blog-top .icon-list {
    margin-left: -30px;
    padding-left: 27px;
    padding-bottom: 10px;
    margin-top: 15px;
    border-bottom: 1px solid rgba(var(--tecnisat-dark-rgb), .18);
}

.cnt-box .btn-text:after, .cnt-box .btn-text:after {
    opacity: 1;
    animation: none;
    right: -35px;
}

.cnt-box-blog-side, .cnt-box-blog-top {
    transition: all .5s;
}

.cnt-box-blog-side:hover, .cnt-box-blog-top:hover {
    transform: scale(.95);
}

.cnt-box-blog-side .blog-date, .cnt-box-blog-top .blog-date {
    margin: 15px;
    border-radius: 3px;
    overflow: hidden;
    font-weight: 700;
}

.cnt-box-blog-side .blog-date span:last-child, .cnt-box-blog-top .blog-date span:last-child {
    font-weight: 600;
    font-size: 11px;
}

.cnt-box-blog-side .icon-list a, .cnt-box-blog-top .icon-list a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.cnt-box-blog-side .blog-date span:first-child, .cnt-box-blog-top .blog-date span:first-child {
    padding: 10px 0 10px 0;
}

.icon-box {
    transition: transform .5s;
}

.icon-box:hover {
    transform: scale(.95)
}

.icon-box i, .icon-box-left i, .icon-box-right i, .counter i, .counter-horizontal.counter-icon > i {
    width: 50px;
    height: 50px;
    min-width: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 3px;
    font-size: 22px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.icon-box-top i {
    margin-bottom: 15px;
}

.light .icon-box i, .light .counter i {
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.icon-box-left .caption {
    padding-left: 20px;
}

.icon-box-left {
    align-items: flex-start;
}

.icon-box h3 {
    margin: 2px 0 8px 0;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
}

.icon-box p {
    line-height: 25px;
    opacity: .8;
}

.icon-links.icon-lg i {
    font-size: 19px;
}

.cnt-box .extra-field {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.cnt-box-side .extra-field {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid rgba(var(--tecnisat-dark-rgb), .25);
    padding-bottom: 15px;
    display: block;
    margin-top: -10px;
}

.cnt-box-testimonials .testimonial-info {
    font-weight: 600;
}

.cnt-box-testimonials-bubble > p:after {
    border-right-color: var(--tecnisat-white);
}

.cnt-box-testimonials-bubble > p:before {
    position: absolute;
    bottom: -17px;
    left: 61px;
    content: '';
    display: block;
    background: rgba(var(--tecnisat-dark-rgb), .66);
    transform: rotate(-45deg);
    width: 1px;
    height: 18px;
    filter: blur(2px);
}

.cnt-box-testimonials-bubble .thumb-bar span {
    font-weight: 700;
    line-height: 19px;
}

.cnt-box-testimonials-bubble .thumb-bar span:last-child {
    font-weight: 600;
}

.cnt-box-testimonials > img, .cnt-box-testimonials-bubble .thumb-bar img {
    max-width: 50px !important;
    max-height: 50px !important;
}

.cnt-box-testimonials-bubble .thumb-bar img {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

@keyframes btn-text-anima {
    0% {
        right: -30px;
        opacity: 0;
    }

    60% {
        right: -40px;
        opacity: 1;
    }

    100% {
        right: -45px;
        opacity: 0;
    }
}

.btn {
    font-weight: 600;
}

.btn:hover {
    box-shadow: 0 12px 24px -10px rgba(var(--tecnisat-dark-rgb), .35);
    transform: scale(.95);
}

button.btn-xs, button.btn-sm {
    line-height: 30px;
}

.btn-xs {
    font-size: 14px;
}

.btn-text {
    font-weight: 600;
    position: relative;
}

.btn-text:hover:after, .btn-text.active:after {
    animation: btn-text-anima 1s linear infinite;
}

.btn-text:after {
    font-family: "Icons";
    content: "\67";
    position: absolute;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    right: -45px;
    top: 1px;
    text-transform: none;
    opacity: 0;
    transition: all .5s;
}

.btn-text.active {
    margin-right: 35px;
}

.cnt-box.boxed, .cnt-box-testimonials-bubble > p {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    transition: all .5s;
}

.cnt-box-testimonials-bubble > p {
    border-left-width: 1px;
    border-left-style: solid;
}

.cnt-box:hover .img-box img, .cnt-box:hover .img-box:before {
    opacity: 1;
}

.cnt-box .img-box:before {
    z-index: 3;
    background: rgba(var(--tecnisat-dark-rgb), .15);
    transition: all .5s !important;
}

.cnt-box .caption p {
    font-size: 14px;
}

.cnt-box .caption h2 {
    font-weight: 700;
    line-height: 35px;
}

.cnt-box.boxed:hover, .media-box-full:hover {
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.title {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 30px;
}

.title p {
    text-transform: uppercase;
    font-weight: 700;
    margin: -2px 0 2px 0;
}

.title h2 {
    font-size: 28px;
    line-height: 40px;
}

.img-box-caption span {
    display: inline-block;
    width: auto;
    margin: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 11px;
    border-radius: 3px;
    right: -100%;
    opacity: 0;
    transition: all .5s;
}

.img-box-caption:hover span {
    right: 0%;
    opacity: 1;
}

.cnt-box-info .cnt-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

.cnt-box-info .cnt-info > div {
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--tecnisat-gray);
}

.cnt-box-info .cnt-info > div:last-child {
    border: none;
}

.cnt-box-info .cnt-info > div > span:first-child {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
}

.cnt-box-info .cnt-info > div > span:last-child {
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    margin-top: 7px;
}

.cnt-box-info .caption p {
    margin-top: 15px;
}

.cnt-box-info .extra-field {
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 11px;
    border-radius: 3px;
    color: var(--tecnisat-white);
    padding: 0 15px;
}

.input-text, .input-select, .input-textarea {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 0;
    padding: 15px 0;
}

.input-text-btn .btn {
    margin: 0 0 0 10px;
    border-radius: 3px;
}

.text-list-base li > h3, .text-list-image .content > h3, .text-list-side h3 {
    font-size: 16px;
}

.text-list-base li > div, .text-list-image .content > div, .text-list-side li > div {
    padding: 0 10px;
    border-radius: 3px;
    font-size: 10px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 600;
    height: 25px;
    white-space: nowrap;
    color: var(--tecnisat-white);
}

.text-list-side li h3 {
    padding-left: 60px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    min-width: 190px;
    border-right: 1px solid rgba(var(--tecnisat-dark-rgb), .19);
}

.text-list-side p {
    margin-right: 0;
    margin-top: -5px;
}

.text-list-side li > div {
    left: 0;
    right: auto;
    top: 5px;
    position: absolute;
}

.text-list-base li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(var(--tecnisat-dark-rgb), .19);
}
/*

# CONTAINERS
===================================================================
*/
.collapse-button > a {
    font-weight: 600;
}

.section-full-width > .container > .google-map {
    height: 450px;
}

.section-map-right > .container {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.album-title > a {
    font-weight: 600;
}

.album-title span {
    font-size: 28px;
    line-height: 40px;
    font-weight: 900;
    text-transform: uppercase;
}

.album-box .caption {
    left: 30px;
    border-left-style: solid;
    border-left-width: 2px;
    padding: 5px 15px;
    min-width: 50%;
    border-radius: 3px;
    transition: all .5s;
}

.album-box:hover .caption {
    border-left-width: 8px;
}

.album-box .img-box:before {
    display: none;
}

.album-box img {
    opacity: .7;
}

.album-box:hover .img-box img {
    opacity: 1;
}

.album-box .caption h3 {
    color: var(--tecnisat-white);
    font-size: 14px;
    text-transform: uppercase;
}

.step-item > .content > h3 {
    margin-bottom: 15px;
    font-size: 16px;
}

.step-item:before {
    background-color: rgba(var(--tecnisat-dark-rgb), .22);
}

.step-item > span {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--tecnisat-gray);
    font-weight: 700;
}

.pagination li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.pagination li.page a {
    border: 1px solid rgb(230, 230, 230);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    background-color: var(--tecnisat-white);
}

.glide[data-options*=focusAt] .glide__slide > div {
    transition: all .8s;
}

.glide[data-options*=focusAt] .glide__slide:not(.glide__slide--active) > div {
    transform: scale(.8);
    opacity: .8;
}

.glide[data-options*=focusAt] .glide__slide:not(.glide__slide--active) > div .img-box {
    box-shadow: none;
}

.section-block-full > .container > .row > .col:first-child {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    margin: 0 15px;
}

.section-block > .container > .row > .col:first-child:after {
    content: '';
    border: 25px solid rgba(0, 0, 0, 0.12);
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    right: -50px;
    left: auto;
    top: 50%;
    margin-top: -24px;
    position: absolute;
    z-index: 0;
    filter: blur(1px);
}

.section-block-full.section-block-right > .container > .row > .col:first-child:after {
    right: auto;
    left: -50px;
    transform: rotate(180deg);
}

.section-block-full > .container > .row > .col {
    max-width: calc(50% - 30px);
}

.section-block-right > .container > .row > .col:last-child {
    text-align: left;
    justify-content: flex-start;
}

.section-block-right > .container > .row > .col:last-child > div {
    width: 100%;
}

.col > #chart {
    margin-left: -30px;
    margin-top: -76px;
    max-height: 305px;
}

.table-grid td, .table-border td, .table-border th {
    border-color: var(--tecnisat-gray);
}

.table-grid td > h3 {
    font-size: 18px;
    font-weight: 900;
}

.glide__bullets > button {
    border-radius: 15px;
    background: none;
    border-style: solid;
    border-width: 1px;
}

.glide__bullets > button.glide__bullet--active {
    width: 28px;
}

.accordion-list > li > a {
    font-weight: 600;
}

.accordion-list > li:last-child {
    border: none;
}

.accordion-list > li:first-child {
    border-top: none;
}

.accordion-list > li > a:before {
    opacity: 1;
}

.tab-nav li a {
    font-weight: 700;
    font-size: 14px;
    padding: 5px 15px;
    border: none;
    text-transform: uppercase;
    position: relative;
}

.tab-nav li a:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    top: 50%;
    left: -30px;
}

.tab-nav li:first-child a:before, .tab-vertical li a:before {
    display: none;
}

/*

# RESPONSIVE
===================================================================

Large devices (desktops, less than 1200px)
-------------------------------------------------------------------
*/

@media (max-width: 1199.98px) {
    .row-fit-lg > div > .slider, .row-fit-lg > div > .slider .glide__track, .row-fit-lg > div > .slider .glide__track *, .row-fit-lg > div > .img-box {
        height: 100%;
    }

    .row-fit-lg > div > .slider .glide__slides li > * > * {
        height: auto;
    }

    .menu-classic .menu-right {
        display: none;
    }

    .section-block-full > .container > .row > .col:first-child {
        padding: 45px;
    }

    .col-lg-4 .text-list-bold li {
        display: block;
    }

    .col-lg-4 .text-list-bold li p {
        margin-left: 0;
    }

    .col-lg-4 .boxed-area .text-list-line li {
        display: block;
        height: auto;
    }

    .col-lg-4 .boxed-area .text-list-line li p {
        margin-left: 0;
    }

    .col-lg-4 .boxed-area .text-list-line hr {
        display: none;
    }
}

/*
Medium devices (tablets, less than 992px)
-------------------------------------------------------------------
*/

@media (max-width: 991.98px) {

    .arrows-inner-right .media-box-reveal .caption {
        width: 420px;
    }

    .col-lg-4 .text-list-bold li {
        display: flex;
    }

    .col-lg-4 .text-list-bold li p {
        margin-left: 10px;
    }

    .menu-subtitle .menu-cnt .menu-right {
        height: auto;
    }

    .menu-subtitle .menu-cnt li a span {
        color: var(--tecnisat-dark);
        bottom: 27px;
    }

    .form-box.form-inline .form-checkbox {
        position: static;
        margin-top: 0;
        width: 100%;
    }

    .form-box [class*=col-lg-] + [class*=col-lg-] {
        margin-top: 30px !important;
    }

    .block-image {
        top: auto;
    }

    body > .menu-subtitle {
        height: 70px;
    }

    .menu-classic.align-right > .container .menu-right {
        margin-left: 0;
    }

    .menu-classic .menu-right {
        display: block;
    }

    body > nav {
        height: 65px;
    }

    .menu-fixed.menu-top-logo:not(.menu-transparent) + header, .menu-fixed.menu-top-logo:not(.menu-transparent) + main {
        margin-top: 65px;
    }

    .dropdown-submenu > a:after, .menu-cnt > ul > li.dropdown > a:after {
        right: 30px;
    }

    .nav-label {
        position: static;
        right: -15px;
    }

    .menu-cnt > ul > li.dropdown a, .nav-label a, .menu-transparent .menu-cnt > ul > li.dropdown a {
        border-top: 1px solid rgba(var(--tecnisat-dark-rgb), .12);
    }

    nav .custom-area {
        text-align: left;
        border-right: none;
        margin: 0 30px;
    }

    .menu-right > * {
        margin: 10px 30px;
    }

    nav .search-btn {
        margin: 0 30px;
    }

    .search-box-menu {
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
        line-height: 30px;
    }

    .search-box-menu > input[type=text] {
        line-height: 35px;
        height: 35px;
    }

    nav .dropdown > ul:before {
        display: none;
    }

    .lan-menu > li > a {
        line-height: 65px;
    }

    .lan-menu .dropdown.active {
        display: flex;
    }

    .lan-menu > .dropdown.active > ul {
        display: flex;
    }

    .lan-menu > .dropdown.active > ul li a {
        line-height: 65px;
        height: 65px;
        padding-right: 0;
    }

    .menu-fixed.scroll-menu.menu-top-logo .menu-brand {
        display: block;
    }

    body > nav .menu-brand {
        padding: 15px 0;
    }

    footer h3 + p, footer h3 + p + div, footer h3 + div, footer h3 + p + .icon-links, footer h3 + ul.icon-list {
        margin-top: 15px;
    }

    footer .col-lg-4 + .col-lg-4, footer [class*=col-]:not([class*=col-sm]) + [class*=col-]:not([class*=col-sm]) {
        margin-top: 45px;
    }

    .section-home-slider .counter > div {
        display: flex;
        margin-top: -15px;
    }

    .section-home-slider .counter:first-child {
        margin-top: 30px;
        padding-left: 15px;
        border-left: 1px solid rgba(255, 255, 255, 0.23);
        margin-bottom: 20px;
    }

    .section-home-slider [data-to] {
        font-size: 27px;
        line-height: 45px;
    }

    .section-home-slider .counter h3 {
        font-size: 19px;
        padding-right: 30px;
        line-height: 55px;
    }

    footer .col-lg-4:last-child {
        margin: 0 15px;
        max-width: calc(100% - 30px);
        overflow: hidden;
    }

    nav.menu-fixed.menu-transparent:not(.scroll-menu) {
        margin-top: 0;
    }

    .tab-top-right .tab-nav {
        position: relative;
        top: auto;
    }

    body > header ol.breadcrumb, .header-base .breadcrumb {
        justify-content: flex-start;
        position: relative;
        right: auto;
        top: 0;
        margin: 10px 0 0 0;
    }

    .list-nav a {
        text-indent: -9995px;
    }

    .list-nav a:before, .list-nav .list-archive {
        text-indent: 0;
    }
}

/*
Small devices (landscape phones, less than 768px)
-------------------------------------------------------------------
*/

@media (max-width: 767.98px) {

    .section-home-slider .counter > div {
        display: block;
        margin-top: -15px;
    }

    .section-home-slider .counter h3 {
        line-height: 25px;
        padding-top: 5px;
    }

    body > .header-base h2 {
        background: none;
        margin-top: 15px;
    }

    .media-box-reveal {
        min-height: 300px;
    }

    .cnt-box .caption h2 {
        line-height: 30px;
        font-size: 19px;
    }

    .tab-nav li a:before {
        display: none;
    }

    .tab-nav li a {
        text-align: left;
    }

    .section-block-full > .container > .row > .col:first-child {
        padding: 0;
        box-shadow: none;
    }

    .section-block-full.section-block-right > .container > .row > .col:first-child:after {
        display: none;
    }

    .section-block > .container > .row > .col:last-child {
        width: 55%;
        max-width: 100%;
    }

    .block-image {
        bottom: 0;
    }

    .table-border.table-full-sm tbody tr:last-child td:not(:last-child) {
        border-color: var(--tecnisat-gray);
    }

    .table-logos.table-full-sm img {
        margin: 15px auto;
    }

    .pagination-top-right .pagination {
        position: static;
        margin: 30px -5px;
    }

    .section-home-slider .slider li > .img-box {
        margin: 15px 15px 15px 100px;
    }

    .arrows-inner-right .glide__arrow {
        display: none;
    }

    body > header h1, body > .header-base h1 {
        font-size: 36px;
        line-height: 50px;
    }

    .section-map-right > .container {
        box-shadow: none;
    }

    .section-map > .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pricing-table-big {
        margin-top: 0;
        height: 100%;
    }
}

/*
Extra small devices (portrait phones, less than 576px)
-------------------------------------------------------------------
*/

@media (max-width: 575.98px) {
    .list-nav:not(.align-center-md) a.list-archive {
        margin-right: 45px;
        margin-left: 45px;
    }

    .media-box-reveal .caption {
        width: auto;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
    }

    .media-box.media-box-reveal .caption h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .media-box.media-box-reveal .extra-field {
        display: none;
    }

    .media-box.media-box-reveal h3 {
        padding-left: 25px;
        text-align: left;
    }

    h1 {
        font-size: 33px;
        line-height: 45px;
    }

    body > header h1, body > .header-base h1 {
        font-size: 35px;
        line-height: 45px;
    }

    [class*=col-lg-] > h3, .boxed-area > h3, .container > h3 {
        font-size: 18px;
    }

    .controls-out .glide__bullets {
        justify-content: flex-start;
        bottom: -45px;
    }

    .controls-out {
        margin-bottom: 45px;
    }

    .table-10.table-6-md.table-grid.table-border tbody td:nth-child(2n+1) {
        padding-left: 10px;
    }

    .table-grid.table-border.table-10.table-logos td, .table-grid.table-border.table-10.table-logos tbody td:nth-child(2n+1) {
        padding: 20px;
    }

    .cnt-call {
        padding: 30px;
    }

    .cnt-call .caption {
        width: auto;
    }

    .cnt-call .caption .btn, .cnt-call .caption .btn-text {
        position: relative;
        margin: 15px 0 0 0;
        right: 0;
        top: auto;
        width: auto;
    }

    .col-lg-4 .text-list-bold li {
        display: block;
    }

    .col-lg-4 .text-list-bold li p {
        margin-left: 0;
    }

    .section-home-slider .slider {
        margin: 0 0 100px 0;
        max-width: 100%;
    }

    .section-home-slider h1 {
        position: relative;
        font-size: 38px;
        line-height: 48px;
        margin: 0;
    }

    .section-home-slider .glide__arrow {
        left: 0;
        bottom: -59px;
    }

    .section-home-slider .glide__arrow--right {
        left: 65px;
    }

    .section-home-slider .slider li > .img-box {
        margin: -77px 0 0 0;
    }

    .section-block-full > .container > .row > .col, .section-block-full > .container > .row > .col:first-child {
        max-width: calc(100% - 30px);
    }

    .timeline .panel, .timeline div.inverted .panel, .timeline div.inverted .panel:last-child, .timeline .panel:last-child {
        width: 100%;
        margin-left: 0;
        border: none;
    }

    .timeline > div .badge {
        width: 100%;
        position: static;
        padding: 0;
    }

    .timeline div.inverted .panel:last-child {
        padding-left: 0;
    }

    .text-list-side li {
        display: block;
    }

    .text-list-side p {
        margin: 15px 0 0 0;
    }

    .text-list-side li > div {
        top: -1px;
    }

    .text-list-side li h3 {
        border-right: none;
    }

    .icon-list-horizontal.icon-list li {
        margin-bottom: 10px;
    }

    .cnt-box .icon-list-horizontal.icon-list li.icon-links {
        padding-left: 0;
    }
}

@media (max-width: 425px) {
    .col-lg-4 .text-list-line li {
        display: block;
        height: auto;
    }

    .col-lg-4 .text-list-line li p {
        margin-left: 0;
    }

    .col-lg-4 .text-list-line hr {
        display: none;
    }

    .section-block > .block-media, .section-block > .block-media > div, .section-block > .container > .row > .col:last-child {
        height: 300px;
    }

    body > header h1, body > .header-base h1 {
        font-size: 25px;
        line-height: 35px;
    }

    body, textarea, .cnt-box .caption p {
        font-size: 13px;
    }

    .text-list {
        font-size: 14px;
    }
}

/*
===================================================================
TECNISAT HOME - PHASE 1
===================================================================
*/

html {
    scroll-behavior: smooth;
}

body.tecnisat-home {
    overflow-x: hidden;
    color: var(--tecnisat-dark);
    background-color: var(--tecnisat-light);
}

.tecnisat-home a:focus-visible,
.tecnisat-home .menu-btn:focus-visible {
    border-radius: 4px;
}

.tecnisat-home .menu-btn {
    padding: 0;
    border: 0;
    color: inherit;
    background: none;
    cursor: pointer;
}

.tecnisat-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.tecnisat-anchor {
    position: absolute;
    top: 0;
}

/* Header based on index-2.html menu-classic/menu-fixed structure. */

body > nav.tecnisat-header {
    height: 82px;
    z-index: 9995;
    border-bottom: 1px solid rgba(105, 194, 195, .22);
    background-color: var(--tecnisat-dark);
    transition: background-color .3s ease, box-shadow .3s ease, height .3s ease;
}

body > nav.tecnisat-header.menu-transparent:not(.scroll-menu) {
    margin-top: 0;
    background: rgba(60, 60, 59, .96);
    box-shadow: 0 8px 28px rgba(20, 20, 20, .16);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

body > nav.tecnisat-header.scroll-menu {
    height: 74px;
    background-color: rgba(60, 60, 59, .985);
    box-shadow: 0 10px 35px rgba(20, 20, 20, .25);
    animation-duration: .55s;
}

.tecnisat-header > .container {
    min-height: 100%;
}

body > nav.tecnisat-header .menu-brand {
    width: 232px;
    height: 82px;
    padding: 20px 0;
}

body > nav.tecnisat-header.scroll-menu .menu-brand {
    height: 74px;
    padding: 18px 0;
}

body > nav.tecnisat-header .menu-brand > a,
body > nav.tecnisat-header .menu-brand img {
    width: 100%;
    height: 100%;
}

body > nav.tecnisat-header .menu-brand img {
    object-fit: contain;
    object-position: left center;
}

@media (min-width: 992px) {
    .tecnisat-header .menu-cnt > ul > li > a,
    .tecnisat-header.menu-classic > .container .menu-right {
        height: 82px;
        line-height: 82px;
    }

    .tecnisat-header.scroll-menu .menu-cnt > ul > li > a,
    .tecnisat-header.scroll-menu.menu-classic > .container .menu-right {
        height: 74px;
        line-height: 74px;
    }
}

.tecnisat-header .menu-cnt > ul {
    margin-left: 16px;
}

.tecnisat-header .menu-cnt > ul > li > a {
    padding: 0 11px;
    color: rgba(255, 255, 255, .9);
    font-size: 12px;
    letter-spacing: .055em;
}

.tecnisat-header .menu-cnt > ul > li > a:hover,
.tecnisat-header .menu-cnt > ul > li > a[aria-current='page'] {
    color: var(--tecnisat-aqua);
}

.tecnisat-header .menu-cnt > ul > li > a[aria-current='page']::after {
    content: '';
    position: absolute;
    right: 11px;
    bottom: 21px;
    left: 11px;
    height: 2px;
    background-color: var(--tecnisat-aqua);
}

.tecnisat-header.scroll-menu .menu-cnt > ul > li > a[aria-current='page']::after {
    bottom: 17px;
}

.tecnisat-header-actions {
    align-items: center;
    gap: 13px;
    margin-left: 10px;
}

.tecnisat-header .menu-right > * {
    margin: 0;
}

.tecnisat-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tecnisat-white);
    line-height: 1;
    text-align: right;
    white-space: nowrap;
}

.tecnisat-phone:hover {
    color: var(--tecnisat-aqua);
}

.tecnisat-phone strong {
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .035em;
}

.tecnisat-header-availability {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px 0 0;
    overflow: hidden;
    border: 0;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
    color: var(--tecnisat-dark);
    background-color: var(--tecnisat-aqua);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .07em;
    white-space: nowrap;
    text-transform: uppercase;
    transition: color .25s ease, filter .25s ease, transform .25s ease;
}

.tecnisat-header-availability:hover {
    color: var(--tecnisat-dark);
    filter: brightness(1.07);
    transform: translateY(-2px);
}

.tecnisat-header-availability-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    width: 44px;
    min-width: 44px;
    margin-right: 12px;
    background-color: #292928;
}

.tecnisat-header-availability-mark img {
    width: 23px;
    height: 23px;
    object-fit: contain;
}

.tecnisat-header-availability-label {
    display: inline-block;
    padding-right: 4px;
}

/* Hero inspired by the large-format presentation of index-2.html. */

.tecnisat-hero {
    position: relative;
    min-height: 790px;
    overflow: hidden;
    background-color: var(--tecnisat-white);
}

.tecnisat-hero-image,
.tecnisat-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.tecnisat-hero-image {
    object-fit: cover;
    object-position: center center;
}

.tecnisat-hero-overlay {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .96) 30%, rgba(255, 255, 255, .78) 48%, rgba(255, 255, 255, .08) 73%),
        linear-gradient(0deg, rgba(255, 255, 255, .32) 0%, rgba(255, 255, 255, 0) 35%);
}

.tecnisat-hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 790px;
    padding-top: 135px;
    padding-bottom: 165px;
}

.tecnisat-hero-content {
    width: 100%;
    max-width: 670px;
}

.tecnisat-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    color: #397f80;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.tecnisat-eyebrow::before {
    content: '';
    width: 42px;
    height: 3px;
    border-radius: 3px;
    background-color: var(--tecnisat-aqua);
}

.tecnisat-hero h1 {
    max-width: 660px;
    margin: 0;
    color: var(--tecnisat-dark);
    font-family:'Montserrat', sans-serif;
    font-size: clamp(2.8rem, 4.6vw, 4.85rem);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: .005em;
    text-wrap: balance;
}

.tecnisat-hero-subtitle {
    max-width: 635px;
    margin-top: 27px;
    color: var(--tecnisat-dark);
    font-size: clamp(1.05rem, 1.55vw, 1.28rem);
    font-weight: 700;
    line-height: 1.55;
}

.tecnisat-hero-copy {
    margin-top: 12px;
    color: rgba(var(--tecnisat-dark-rgb), .72);
    font-size: 15px;
    line-height: 1.7;
}

.tecnisat-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 32px;
}

.tecnisat-hero-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin: 0 !important;
    padding: 0 24px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .055em;
    text-align: center;
    text-transform: uppercase;
}

.tecnisat-btn-whatsapp {
    color: var(--tecnisat-dark) !important;
    box-shadow: 0 12px 28px rgba(var(--tecnisat-aqua-rgb), .34);
}

.tecnisat-btn-whatsapp:hover {
    color: var(--tecnisat-white) !important;
}

.tecnisat-btn-phone.btn-border {
    border-color: var(--tecnisat-dark);
    color: var(--tecnisat-dark);
    background-color: rgba(255, 255, 255, .64);
}

.tecnisat-btn-phone.btn-border:hover {
    border-color: var(--tecnisat-dark);
    color: var(--tecnisat-white);
    background-color: var(--tecnisat-dark);
}

.tecnisat-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin: 33px 0 0;
    padding: 0;
    list-style: none;
}

.tecnisat-hero-benefits li {
    position: relative;
    padding-left: 25px;
    color: var(--tecnisat-dark);
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}

.tecnisat-hero-benefits li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 4px solid rgba(var(--tecnisat-aqua-rgb), .28);
    border-radius: 50%;
    background-color: #397f80;
    box-sizing: border-box;
}

/* Fast trust band, adapted from index-2.html overlapping content blocks. */

.tecnisat-trust {
    position: relative;
    z-index: 3;
    margin-top: -78px;
    padding-bottom: 88px;
    background-color: var(--tecnisat-light);
}

.tecnisat-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border-top: 4px solid var(--tecnisat-aqua);
    border-radius: 4px;
    background-color: var(--tecnisat-white);
    box-shadow: 0 22px 55px rgba(var(--tecnisat-dark-rgb), .14);
}

.tecnisat-trust-item {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 154px;
    padding: 30px 25px;
    border-right: 1px solid var(--tecnisat-gray);
}

.tecnisat-trust-item:last-child {
    border-right: 0;
}

.tecnisat-trust-number {
    flex: 0 0 auto;
    color: var(--tecnisat-aqua);
    font-family: 'Ariona', 'Montserrat', sans-serif;
    font-size: 25px;
    line-height: 1;
}

.tecnisat-trust-item h3 {
    margin: 0 0 5px;
    color: var(--tecnisat-dark);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.tecnisat-trust-item p {
    color: rgba(var(--tecnisat-dark-rgb), .66);
    font-size: 12px;
    line-height: 1.55;
}

@media (max-width: 1199.98px) {
    .tecnisat-phone {
        display: none;
    }

    .tecnisat-header .menu-cnt > ul > li > a {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 11px;
    }

    .tecnisat-header .menu-cnt > ul > li > a[aria-current='page']::after {
        right: 9px;
        left: 9px;
    }

    .tecnisat-hero-content {
        max-width: 610px;
    }

    .tecnisat-trust-item {
        gap: 13px;
        padding-right: 18px;
        padding-left: 18px;
    }
}

@media (max-width: 991.98px) {
    body > nav.tecnisat-header,
    body > nav.tecnisat-header.scroll-menu,
    body > nav.tecnisat-header.menu-transparent:not(.scroll-menu) {
        height: 70px;
        background-color: rgba(60, 60, 59, .99);
        box-shadow: 0 8px 26px rgba(20, 20, 20, .22);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
    }

    body > nav.tecnisat-header .menu-brand,
    body > nav.tecnisat-header.scroll-menu .menu-brand {
        width: 204px;
        height: 70px;
        padding: 18px 0;
    }

    .tecnisat-header .menu-btn,
    .tecnisat-header.active .menu-btn {
        color: var(--tecnisat-white);
    }

    .tecnisat-header.active .menu-btn {
        color: var(--tecnisat-aqua);
    }

    .tecnisat-header .menu-cnt {
        top: 70px;
        border-top: 1px solid rgba(105, 194, 195, .24);
        background-color: #343433;
        box-shadow: 0 18px 35px rgba(20, 20, 20, .28);
    }

    .tecnisat-header .menu-cnt > ul {
        margin-left: 0;
    }

    .tecnisat-header .menu-cnt > ul > li > a,
    nav.tecnisat-header .menu-cnt > ul > li > a {
        height: 56px;
        padding: 0 30px;
        border-top: 1px solid rgba(255, 255, 255, .09);
        color: rgba(255, 255, 255, .92) !important;
        font-size: 12px;
        line-height: 56px;
    }

    .tecnisat-header .menu-cnt > ul > li > a:hover,
    nav.tecnisat-header .menu-cnt > ul > li > a:hover,
    .tecnisat-header .menu-cnt > ul > li > a[aria-current='page'],
    nav.tecnisat-header .menu-cnt > ul > li > a[aria-current='page'] {
        color: var(--tecnisat-aqua) !important;
    }

    .tecnisat-header .menu-cnt > ul > li:first-child > a {
        border-top: 0;
    }

    .tecnisat-header .menu-cnt > ul > li > a[aria-current='page']::after {
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        width: 4px;
        height: auto;
    }

    .tecnisat-header-actions {
        display: flex !important;
        flex-direction: row;
        align-items: stretch;
        gap: 12px;
        margin: 0 !important;
        padding: 20px 30px 28px !important;
    }

    .tecnisat-header .tecnisat-phone {
        display: flex;
        flex: 1 1 auto;
        min-height: 48px;
        padding: 0 16px;
        border: 1px solid rgba(255, 255, 255, .18);
        border-radius: 2px;
        text-align: left;
    }

    .tecnisat-header-availability {
        flex: 0 0 168px;
        min-height: 48px;
    }

    .tecnisat-hero,
    .tecnisat-hero-container {
        min-height: 780px;
    }

    .tecnisat-hero-image {
        object-position: 62% center;
    }

    .tecnisat-hero-overlay {
        background: linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .94) 48%, rgba(255, 255, 255, .55) 72%, rgba(255, 255, 255, .14) 100%);
    }

    .tecnisat-hero-container {
        padding-top: 130px;
        padding-bottom: 175px;
    }

    .tecnisat-hero-content {
        max-width: 570px;
    }

    .tecnisat-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tecnisat-trust-item:nth-child(2) {
        border-right: 0;
    }

    .tecnisat-trust-item:nth-child(-n + 2) {
        border-bottom: 1px solid var(--tecnisat-gray);
    }
}

@media (max-width: 767.98px) {
    .tecnisat-hero,
    .tecnisat-hero-container {
        min-height: 760px;
    }

    .tecnisat-hero-image {
        object-position: 66% center;
    }

    .tecnisat-hero-overlay {
        background: linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .96) 58%, rgba(255, 255, 255, .73) 100%);
    }

    .tecnisat-hero-container {
        align-items: flex-start;
        padding-top: 130px;
        padding-bottom: 160px;
    }

    .tecnisat-hero-content {
        max-width: 100%;
    }

    .tecnisat-eyebrow {
        margin-bottom: 18px;
        font-size: 10px;
        letter-spacing: .13em;
    }

    .tecnisat-eyebrow::before {
        width: 30px;
    }

    .tecnisat-hero h1 {
        max-width: 560px;
        font-size: clamp(2.35rem, 10vw, 3.5rem);
        line-height: 1.04;
    }

    .tecnisat-hero-subtitle {
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.55;
    }

    .tecnisat-hero-copy {
        font-size: 14px;
    }

    .tecnisat-hero-benefits {
        display: grid;
        gap: 8px;
        margin-top: 26px;
    }

    .tecnisat-trust {
        margin-top: -68px;
        padding-bottom: 65px;
    }
}

@media (max-width: 575.98px) {
    body > nav.tecnisat-header .menu-brand,
    body > nav.tecnisat-header.scroll-menu .menu-brand {
        width: 180px;
        padding: 19px 0;
    }

    .tecnisat-header-actions {
        flex-direction: column;
    }

    .tecnisat-header-availability {
        width: 100%;
        flex-basis: auto;
    }

    .tecnisat-hero,
    .tecnisat-hero-container {
        min-height: 820px;
    }

    .tecnisat-hero-image {
        object-position: 70% center;
        opacity: .72;
    }

    .tecnisat-hero-overlay {
        background: linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .94) 74%, rgba(255, 255, 255, .84) 100%);
    }

    .tecnisat-hero-container {
        padding-top: 122px;
        padding-bottom: 170px;
    }

    .tecnisat-hero h1 {
        font-size: clamp(2.15rem, 11.5vw, 3rem);
    }

    .tecnisat-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 28px;
    }

    .tecnisat-hero-actions .btn {
        width: 100%;
        padding-right: 18px;
        padding-left: 18px;
    }

    .tecnisat-trust-grid {
        grid-template-columns: 1fr;
    }

    .tecnisat-trust-item,
    .tecnisat-trust-item:nth-child(2) {
        min-height: 112px;
        padding: 23px 25px;
        border-right: 0;
        border-bottom: 1px solid var(--tecnisat-gray);
    }

    .tecnisat-trust-item:last-child {
        border-bottom: 0;
    }
}

/* Home hero + trust cards 1A */
body.tecnisat-home .tecnisat-hero.tecnisat-hero-master {
    min-height: clamp(690px, 78vh, 790px);
    background-color: var(--tecnisat-light);
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-image {
    opacity: 1;
    object-position: 73% center;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-overlay {
    background:
        linear-gradient(90deg, rgba(245, 247, 248, .62) 0%, rgba(245, 247, 248, .43) 31%, rgba(245, 247, 248, .16) 54%, rgba(245, 247, 248, 0) 72%),
        linear-gradient(0deg, rgba(60, 60, 59, .035) 0%, rgba(60, 60, 59, 0) 34%);
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-container {
    min-height: clamp(690px, 78vh, 790px);
    align-items: center;
    padding-top: clamp(118px, 13vh, 150px);
    padding-bottom: clamp(82px, 10vh, 112px);
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-content {
    width: min(47.5%, 615px);
    max-width: 615px;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-kicker {
    margin-bottom: 14px;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master h1 {
    max-width: 615px;
    font-size: clamp(2.9rem, 4.08vw, 4.2rem);
    line-height: .99;
    letter-spacing: -.04em;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-service-line {
    margin-top: 18px;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-copy {
    max-width: 500px;
    margin-top: 21px;
    font-size: 15px;
    line-height: 1.72;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-actions {
    margin-top: 28px;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-benefits {
    max-width: 585px;
    margin-top: 31px;
    gap: 13px;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-benefits li {
    min-height: 42px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: 16px;
    background-color: rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

body.tecnisat-home .tecnisat-trust {
    margin-top: -58px;
    padding: 0 0 92px;
    background:
        linear-gradient(180deg, var(--tecnisat-light) 0%, #ffffff 100%);
}

body.tecnisat-home .tecnisat-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    max-width: 1130px;
    margin: 0 auto;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.tecnisat-home .tecnisat-trust-item,
body.tecnisat-home .tecnisat-trust-item:nth-child(2),
body.tecnisat-home .tecnisat-trust-item:nth-child(-n + 2),
body.tecnisat-home .tecnisat-trust-item:last-child {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 132px;
    padding: 24px 22px;
    overflow: hidden;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .22);
    border-top: 3px solid rgba(var(--tecnisat-aqua-rgb), .7);
    border-radius: 22px;
    background: #ffffff;
    box-shadow:
        0 20px 46px rgba(var(--tecnisat-dark-rgb), .08),
        inset 0 1px 0 rgba(255, 255, 255, .85);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

body.tecnisat-home .tecnisat-trust-item::after {
    content: '';
    position: absolute;
    top: -44px;
    right: -42px;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: rgba(var(--tecnisat-aqua-rgb), .09);
    pointer-events: none;
}

body.tecnisat-home .tecnisat-trust-item:hover {
    border-color: rgba(var(--tecnisat-aqua-rgb), .52);
    box-shadow:
        0 26px 58px rgba(var(--tecnisat-dark-rgb), .11),
        0 0 0 6px rgba(var(--tecnisat-aqua-rgb), .07);
    transform: translateY(-4px);
}

body.tecnisat-home .tecnisat-trust-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 14px;
    color: var(--tecnisat-dark);
    background-color: rgba(var(--tecnisat-aqua-rgb), .2);
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .04em;
}

body.tecnisat-home .tecnisat-trust-item h3 {
    margin: 0 0 7px;
    color: var(--tecnisat-dark);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: .045em;
    text-transform: uppercase;
}

body.tecnisat-home .tecnisat-trust-item p {
    margin: 0;
    color: #555555;
    font-size: 12px;
    line-height: 1.55;
}

@media (max-width: 1199.98px) {
    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-content {
        width: 50%;
        max-width: 565px;
    }

    body.tecnisat-home .tecnisat-trust-grid {
        gap: 14px;
    }

    body.tecnisat-home .tecnisat-trust-item {
        padding: 22px 18px;
    }
}

@media (max-width: 991.98px) {
    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master,
    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-container {
        min-height: 710px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-container {
        padding-top: 112px;
        padding-bottom: 96px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-content {
        width: 54%;
        max-width: 520px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master h1 {
        font-size: clamp(2.45rem, 5.2vw, 3.55rem);
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-benefits {
        max-width: 360px;
        gap: 10px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-benefits li {
        min-height: 36px;
    }

    body.tecnisat-home .tecnisat-trust {
        margin-top: -50px;
        padding-bottom: 82px;
    }

    body.tecnisat-home .tecnisat-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master {
        min-height: 0;
        padding-top: 266px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master::after {
        top: 235px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-image {
        height: 266px;
        object-position: 72% center;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-overlay {
        display: none;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-container {
        align-items: flex-start;
        min-height: 0;
        padding-top: 48px;
        padding-bottom: 116px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-content {
        width: 100%;
        max-width: 590px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master h1 {
        max-width: 580px;
        font-size: clamp(2.15rem, 9.4vw, 3.05rem);
        line-height: 1;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-benefits {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    body.tecnisat-home .tecnisat-trust {
        margin-top: -58px;
        padding-bottom: 72px;
    }
}

@media (max-width: 575.98px) {
    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master {
        padding-top: 224px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master::after {
        top: 198px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-image {
        height: 224px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-container {
        padding-top: 40px;
        padding-bottom: 108px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master h1 {
        font-size: clamp(1.92rem, 10.1vw, 2.6rem);
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-service-line {
        margin-top: 16px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-copy {
        margin-top: 18px;
        font-size: 13px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-actions {
        margin-top: 22px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-benefits {
        margin-top: 24px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-benefits li {
        min-height: 40px;
        padding: 6px 9px;
    }

    body.tecnisat-home .tecnisat-trust-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.tecnisat-home .tecnisat-trust-item,
    body.tecnisat-home .tecnisat-trust-item:nth-child(2),
    body.tecnisat-home .tecnisat-trust-item:nth-child(-n + 2),
    body.tecnisat-home .tecnisat-trust-item:last-child {
        min-height: 112px;
        padding: 21px 20px;
        border: 1px solid rgba(var(--tecnisat-aqua-rgb), .22);
        border-top: 3px solid rgba(var(--tecnisat-aqua-rgb), .7);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .tecnisat-home *,
    .tecnisat-home *::before,
    .tecnisat-home *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/*
===================================================================
TECNISAT HOME - PHASE 2
===================================================================
*/

.tecnisat-home main > section[id] {
    scroll-margin-top: 88px;
}

.tecnisat-section-heading {
    max-width: 760px;
    margin-bottom: 48px;
}

.tecnisat-section-heading h2,
.tecnisat-residential-content h2,
.tecnisat-final-cta h2 {
    margin: 0;
    color: var(--tecnisat-dark);
    font-size: clamp(2rem, 3.4vw, 3.25rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.tecnisat-section-heading > p:last-child,
.tecnisat-residential-content > p,
.tecnisat-final-cta-content > div > p:last-child {
    margin-top: 18px;
    color: rgba(var(--tecnisat-dark-rgb), .69);
    font-size: 16px;
    line-height: 1.75;
}

.tecnisat-section-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #397f80;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.tecnisat-section-kicker::before {
    content: '';
    width: 36px;
    height: 3px;
    border-radius: 3px;
    background-color: var(--tecnisat-aqua);
}

/* Premium benefits */

body.tecnisat-home .tecnisat-premium {
    position: relative;
    overflow: hidden;
    padding: clamp(88px, 8vw, 124px) 0;
    background:
        radial-gradient(circle at 12% 8%, rgba(var(--tecnisat-aqua-rgb), .22), transparent 30%),
        radial-gradient(circle at 88% 100%, rgba(var(--tecnisat-aqua-rgb), .14), transparent 34%),
        linear-gradient(135deg, #30302f 0%, var(--tecnisat-dark) 48%, #2f3434 100%);
}

body.tecnisat-home .tecnisat-premium::before,
body.tecnisat-home .tecnisat-premium::after {
    content: '';
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    pointer-events: none;
}

body.tecnisat-home .tecnisat-premium::before {
    top: -240px;
    left: -180px;
    width: 560px;
    height: 560px;
    background: radial-gradient(circle, rgba(var(--tecnisat-aqua-rgb), .28), rgba(var(--tecnisat-aqua-rgb), 0) 68%);
}

body.tecnisat-home .tecnisat-premium::after {
    right: -220px;
    bottom: -280px;
    width: 620px;
    height: 620px;
    background: radial-gradient(circle, rgba(var(--tecnisat-aqua-rgb), .18), rgba(var(--tecnisat-aqua-rgb), 0) 70%);
}

body.tecnisat-home .tecnisat-premium .tecnisat-premium-background {
    position: absolute;
    inset: 0;
    opacity: .11;
    background-image:
        linear-gradient(90deg, rgba(var(--tecnisat-dark-rgb), .98), rgba(var(--tecnisat-dark-rgb), .72)),
        url('media/tecnisat/hero/instalacion-antena-valencia.webp');
    background-position: center;
    background-size: cover;
    filter: saturate(.7);
}

body.tecnisat-home .tecnisat-premium > .container {
    position: relative;
    z-index: 2;
}

.tecnisat-section-heading-light h2,
.tecnisat-section-heading-light > p:last-child {
    color: var(--tecnisat-white);
}

.tecnisat-section-heading-light > p:last-child {
    opacity: .72;
}

.tecnisat-section-heading-light .tecnisat-section-kicker {
    color: var(--tecnisat-aqua);
}

body.tecnisat-home .tecnisat-premium .tecnisat-premium-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

body.tecnisat-home .tecnisat-premium .tecnisat-premium-card {
    position: relative;
    display: flex;
    min-height: 306px;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    padding: 34px 30px 32px;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .25);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, #fbffff 100%);
    box-shadow:
        0 22px 58px rgba(var(--tecnisat-dark-rgb), .18),
        0 1px 0 rgba(255, 255, 255, .82) inset;
    isolation: isolate;
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background-color .28s ease;
}

body.tecnisat-home .tecnisat-premium .tecnisat-premium-card > * {
    position: relative;
    z-index: 2;
}

body.tecnisat-home .tecnisat-premium .tecnisat-premium-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    width: 58px;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background-color: var(--tecnisat-aqua);
    box-shadow: 0 0 22px rgba(var(--tecnisat-aqua-rgb), .42);
}

body.tecnisat-home .tecnisat-premium .tecnisat-premium-card::after {
    content: '';
    position: absolute;
    right: -64px;
    bottom: -64px;
    z-index: 1;
    width: 148px;
    height: 148px;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .2);
    border-radius: 42px;
    background: radial-gradient(circle, rgba(var(--tecnisat-aqua-rgb), .12), transparent 64%);
    transform: rotate(38deg);
    transition: border-color .28s ease, opacity .28s ease, transform .28s ease;
}

body.tecnisat-home .tecnisat-premium .tecnisat-premium-card:hover {
    border-color: rgba(var(--tecnisat-aqua-rgb), .68);
    box-shadow:
        0 30px 72px rgba(var(--tecnisat-dark-rgb), .22),
        0 0 0 6px rgba(var(--tecnisat-aqua-rgb), .08),
        0 0 34px rgba(var(--tecnisat-aqua-rgb), .15);
    transform: translateY(-6px);
}

body.tecnisat-home .tecnisat-premium .tecnisat-premium-card:hover::after {
    border-color: rgba(var(--tecnisat-aqua-rgb), .38);
    transform: rotate(38deg) scale(1.04);
}

body.tecnisat-home .tecnisat-premium .tecnisat-premium-card img {
    width: 76px;
    height: 76px;
    margin-bottom: 26px;
    object-fit: contain;
    filter: drop-shadow(0 12px 22px rgba(var(--tecnisat-aqua-rgb), .18));
}

body.tecnisat-home .tecnisat-premium .tecnisat-premium-card h3 {
    margin: 0 0 14px;
    color: #3c3c3b;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: -.015em;
    text-transform: uppercase;
}

body.tecnisat-home .tecnisat-premium .tecnisat-premium-card p {
    margin: 0;
    color: #5f6364;
    font-size: 13.5px;
    line-height: 1.76;
}

/* Main services */

.tecnisat-services {
    padding: 118px 0;
    background-color: var(--tecnisat-light);
}

.tecnisat-services-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
}

.tecnisat-service-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--tecnisat-gray);
    border-radius: 14px;
    background-color: var(--tecnisat-white);
    box-shadow: 0 16px 36px rgba(var(--tecnisat-dark-rgb), .07);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.tecnisat-service-card:hover {
    border-color: rgba(var(--tecnisat-aqua-rgb), .7);
    box-shadow: 0 22px 50px rgba(var(--tecnisat-dark-rgb), .12);
    transform: translateY(-6px);
}

.tecnisat-service-card-featured {
    grid-column: span 6;
    display: grid;
    grid-template-columns: minmax(190px, .86fr) 1.14fr;
    min-height: 315px;
}

.tecnisat-service-card-featured > img {
    width: 100%;
    height: 100%;
    min-height: 315px;
    object-fit: cover;
}

.tecnisat-service-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
}

.tecnisat-service-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
    color: var(--tecnisat-dark);
    background-color: var(--tecnisat-aqua);
    font-family: 'Ariona', 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1;
}

.tecnisat-service-card h3 {
    margin: 0 0 13px;
    color: var(--tecnisat-dark);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.32;
}

.tecnisat-service-card p {
    color: rgba(var(--tecnisat-dark-rgb), .66);
    font-size: 13px;
    line-height: 1.72;
}

.tecnisat-service-card-compact {
    grid-column: span 4;
    min-height: 260px;
    padding: 34px;
}

.tecnisat-service-card-compact::after {
    content: '';
    position: absolute;
    right: -45px;
    bottom: -45px;
    width: 105px;
    height: 105px;
    border: 18px solid rgba(var(--tecnisat-aqua-rgb), .12);
    border-radius: 50%;
}

/* Locations */

.tecnisat-locations {
    position: relative;
    overflow: hidden;
    padding: 118px 0;
    background:
        radial-gradient(circle at 8% 10%, rgba(var(--tecnisat-aqua-rgb), .16), transparent 28%),
        radial-gradient(circle at 92% 92%, rgba(var(--tecnisat-aqua-rgb), .13), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f6f9fa 100%);
}

.tecnisat-locations::before {
    content: '';
    position: absolute;
    inset: 42px auto auto -80px;
    width: 210px;
    height: 210px;
    border: 34px solid rgba(var(--tecnisat-aqua-rgb), .1);
    border-radius: 50%;
    pointer-events: none;
}

.tecnisat-locations::after {
    content: '';
    position: absolute;
    right: -95px;
    bottom: 72px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(var(--tecnisat-dark-rgb), .04);
    pointer-events: none;
}

.tecnisat-locations-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, .7fr) 1.42fr;
    gap: 58px;
    align-items: start;
}

.tecnisat-locations .tecnisat-section-heading {
    position: sticky;
    top: 112px;
    margin-bottom: 0;
    max-width: 460px;
}

.tecnisat-coverage-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.tecnisat-coverage-summary span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 9px 14px;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .28);
    border-radius: 999px;
    color: var(--tecnisat-dark);
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 12px 30px rgba(var(--tecnisat-dark-rgb), .06);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.tecnisat-coverage-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.tecnisat-coverage-card {
    position: relative;
    min-height: 100%;
    padding: 32px;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .24);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .99) 0%, rgba(251, 255, 255, .98) 100%);
    box-shadow:
        0 24px 65px rgba(var(--tecnisat-dark-rgb), .1),
        inset 0 1px 0 rgba(255, 255, 255, .9);
    overflow: hidden;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.tecnisat-coverage-card::before {
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--tecnisat-aqua), rgba(var(--tecnisat-aqua-rgb), 0));
}

.tecnisat-coverage-card::after {
    content: '';
    position: absolute;
    top: -70px;
    right: -70px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(var(--tecnisat-aqua-rgb), .1);
    pointer-events: none;
}

.tecnisat-coverage-card:hover {
    border-color: rgba(var(--tecnisat-aqua-rgb), .58);
    box-shadow:
        0 30px 78px rgba(var(--tecnisat-dark-rgb), .14),
        0 0 0 6px rgba(var(--tecnisat-aqua-rgb), .08);
    transform: translateY(-5px);
}

.tecnisat-coverage-card-wide {
    grid-column: 1 / -1;
}

.tecnisat-coverage-card-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 22px;
    border-radius: 14px;
    color: var(--tecnisat-dark);
    background: rgba(var(--tecnisat-aqua-rgb), .22);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
}

.tecnisat-coverage-card h3 {
    margin: 0 0 12px;
    color: var(--tecnisat-dark);
    font-size: clamp(21px, 2vw, 28px);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.tecnisat-coverage-card p {
    max-width: 720px;
    margin-bottom: 24px;
    color: #5b6366;
    font-size: 15px;
    line-height: 1.72;
}

.tecnisat-coverage-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tecnisat-coverage-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 10px 14px;
    border: 1px solid rgba(var(--tecnisat-dark-rgb), .1);
    border-radius: 999px;
    color: var(--tecnisat-dark);
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 8px 20px rgba(var(--tecnisat-dark-rgb), .05);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
    transition: color .25s ease, border-color .25s ease, background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.tecnisat-coverage-chip:hover {
    border-color: rgba(var(--tecnisat-aqua-rgb), .72);
    color: var(--tecnisat-dark);
    background-color: rgba(var(--tecnisat-aqua-rgb), .18);
    box-shadow: 0 12px 24px rgba(var(--tecnisat-aqua-rgb), .16);
    transform: translateY(-2px);
}

.tecnisat-coverage-chip:focus-visible {
    outline: 3px solid rgba(var(--tecnisat-aqua-rgb), .42);
    outline-offset: 3px;
}

/* Residential homes */

.tecnisat-residential {
    padding: 0 0 118px;
    background-color: var(--tecnisat-white);
}

.tecnisat-residential-card {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    min-height: 570px;
    overflow: hidden;
    border-radius: 20px;
    background-color: var(--tecnisat-dark);
    box-shadow: 0 28px 60px rgba(var(--tecnisat-dark-rgb), .2);
}

.tecnisat-residential-media {
    position: relative;
    min-height: 570px;
}

.tecnisat-residential-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(var(--tecnisat-dark-rgb), 0) 62%, var(--tecnisat-dark) 100%);
}

.tecnisat-residential-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
}

.tecnisat-residential-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 58px;
}

.tecnisat-residential-content h2,
.tecnisat-residential-content > p {
    color: var(--tecnisat-white);
}

.tecnisat-residential-content > p {
    opacity: .72;
}

.tecnisat-residential-content .tecnisat-section-kicker {
    color: var(--tecnisat-aqua);
}

.tecnisat-residential-content ul {
    display: grid;
    gap: 11px;
    margin: 26px 0 31px;
    padding: 0;
    list-style: none;
}

.tecnisat-residential-content li {
    position: relative;
    padding-left: 25px;
    color: rgba(255, 255, 255, .83);
    font-size: 13px;
    font-weight: 600;
}

.tecnisat-residential-content li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 11px;
    height: 6px;
    border-bottom: 2px solid var(--tecnisat-aqua);
    border-left: 2px solid var(--tecnisat-aqua);
    transform: rotate(-45deg);
}

.tecnisat-residential-content .btn {
    align-self: flex-start;
    color: var(--tecnisat-dark);
}

/* Blog cards */

.tecnisat-blog {
    padding: 115px 0 122px;
    background-color: var(--tecnisat-light);
}

.tecnisat-blog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.tecnisat-blog-card {
    overflow: hidden;
    border: 1px solid var(--tecnisat-gray);
    border-radius: 14px;
    background-color: var(--tecnisat-white);
    box-shadow: 0 14px 34px rgba(var(--tecnisat-dark-rgb), .07);
    transition: transform .3s ease, box-shadow .3s ease;
}

.tecnisat-blog-card:hover {
    box-shadow: 0 22px 48px rgba(var(--tecnisat-dark-rgb), .12);
    transform: translateY(-6px);
}

.tecnisat-blog-card > img {
    width: 100%;
    height: 205px;
    object-fit: cover;
}

.tecnisat-blog-card > div {
    padding: 27px 25px 30px;
}

.tecnisat-blog-card span {
    display: block;
    margin-bottom: 11px;
    color: #397f80;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.tecnisat-blog-card h3 {
    margin: 0 0 12px;
    color: var(--tecnisat-dark);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.tecnisat-blog-card p {
    color: rgba(var(--tecnisat-dark-rgb), .64);
    font-size: 13px;
    line-height: 1.7;
}

.tecnisat-blog-card a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 20px;
    color: #397f80;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.tecnisat-blog-card a::after {
    content: '→';
    color: var(--tecnisat-aqua);
    font-size: 17px;
    transition: transform .25s ease;
}

.tecnisat-blog-card a:hover::after {
    transform: translateX(4px);
}

/* FAQ */

.tecnisat-faq {
    padding: 10px 0;
    background-color: var(--tecnisat-white);
}

.tecnisat-faq-layout {
    display: grid;
    grid-template-columns: minmax(280px, .82fr) 1.38fr;
    gap: 80px;
    align-items: start;
}

.tecnisat-faq .tecnisat-section-heading {
    margin-bottom: 0;
}

.tecnisat-faq-list {
    border-top: 1px solid var(--tecnisat-gray);
}

.tecnisat-faq-list details {
    border-bottom: 1px solid var(--tecnisat-gray);
}

.tecnisat-faq-list summary {
    position: relative;
    padding: 25px 55px 25px 0;
    color: var(--tecnisat-dark);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
    list-style: none;
    cursor: pointer;
}

.tecnisat-faq-list summary::-webkit-details-marker {
    display: none;
}

.tecnisat-faq-list summary::before,
.tecnisat-faq-list summary::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    width: 16px;
    height: 2px;
    background-color: var(--tecnisat-aqua);
    transition: transform .25s ease;
}

.tecnisat-faq-list summary::after {
    transform: rotate(90deg);
}

.tecnisat-faq-list details[open] summary::after {
    transform: rotate(0);
}

.tecnisat-faq-list details[open] summary {
    color: #397f80;
}

.tecnisat-faq-list details p {
    max-width: 760px;
    margin: -5px 55px 0 0;
    padding-bottom: 25px;
    color: rgba(var(--tecnisat-dark-rgb), .65);
    font-size: 13px;
    line-height: 1.75;
}

/* Final CTA */

.tecnisat-final-cta {
    position: relative;
    overflow: hidden;
    padding: 82px 0;
    background-color: var(--tecnisat-aqua);
}

.tecnisat-final-cta::before {
    content: '';
    position: absolute;
    top: -145px;
    right: 8%;
    width: 330px;
    height: 330px;
    border: 55px solid rgba(255, 255, 255, .16);
    transform: rotate(45deg);
}

.tecnisat-final-cta-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 55px;
}

.tecnisat-final-cta-content > div:first-child {
    max-width: 680px;
}

.tecnisat-final-cta .tecnisat-section-kicker {
    color: var(--tecnisat-dark);
}

.tecnisat-final-cta .tecnisat-section-kicker::before {
    background-color: var(--tecnisat-dark);
}

.tecnisat-final-cta-content > div > p:last-child {
    color: rgba(var(--tecnisat-dark-rgb), .75);
}

.tecnisat-final-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 12px;
}

.tecnisat-final-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin: 0 !important;
    border-color: var(--tecnisat-dark);
    color: var(--tecnisat-white);
    background-color: var(--tecnisat-dark);
}

.tecnisat-final-actions .btn:hover {
    border-color: var(--tecnisat-white);
    color: var(--tecnisat-dark);
    background-color: var(--tecnisat-white);
}

.tecnisat-final-actions .btn-border {
    color: var(--tecnisat-dark);
    background-color: transparent;
}

/* Footer */

body > footer.tecnisat-footer {
    padding: 84px 0 0;
    color: rgba(255, 255, 255, .72);
    background-color: var(--tecnisat-dark);
}

body > footer.tecnisat-footer > .container {
    padding-top: 0;
    padding-bottom: 0;
}

.tecnisat-footer-grid {
    display: grid;
    grid-template-columns: 1.45fr .8fr 1fr;
    gap: 58px;
    padding-bottom: 42px;
}

.tecnisat-footer-brand img {
    width: 245px;
    height: auto;
    margin-bottom: 25px;
}

.tecnisat-footer-brand p,
.tecnisat-footer-contact p {
    max-width: 420px;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    line-height: 1.75;
}

.tecnisat-footer h2 {
    margin: 4px 0 23px;
    color: var(--tecnisat-white);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tecnisat-footer ul {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tecnisat-footer a {
    color: rgba(255, 255, 255, .69);
}

.tecnisat-footer li a {
    font-size: 12px;
    line-height: 1.5;
}

.tecnisat-footer a:hover {
    color: var(--tecnisat-aqua);
}

.tecnisat-footer-phone {
    display: block;
    margin-bottom: 13px;
    color: var(--tecnisat-white) !important;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.2;
}

.tecnisat-footer-whatsapp {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--tecnisat-aqua) !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.tecnisat-footer-locations {
    padding: 27px 0 38px;
    overflow: hidden;
    border-top: 1px solid rgba(105, 194, 195, .24);
}

.tecnisat-footer-locations h2 {
    margin: 0 0 17px;
}

.tecnisat-footer-locations-track {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.tecnisat-footer-location-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 7px 12px;
    border: 1px solid rgba(105, 194, 195, .32);
    border-radius: 999px;
    color: rgba(255, 255, 255, .72) !important;
    background-color: rgba(255, 255, 255, .035);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .025em;
    white-space: nowrap;
    transition: border-color .2s ease, color .2s ease, background-color .2s ease, transform .2s ease;
}

.tecnisat-footer-location-chip:hover,
.tecnisat-footer-location-chip[aria-current='page'] {
    border-color: var(--tecnisat-aqua);
    color: var(--tecnisat-dark) !important;
    background-color: var(--tecnisat-aqua);
    transform: translateY(-1px);
}

.tecnisat-footer-bar {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.tecnisat-footer-bar > .container {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.tecnisat-footer-bar span {
    color: rgba(255, 255, 255, .46);
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: .035em;
}

@media (max-width: 1199.98px) {
    body.tecnisat-home .tecnisat-premium .tecnisat-premium-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 15px;
    }

    body.tecnisat-home .tecnisat-premium .tecnisat-premium-card {
        min-height: 320px;
        padding: 29px 25px 28px;
    }

    .tecnisat-service-card-featured {
        grid-template-columns: .9fr 1.1fr;
    }

    .tecnisat-service-card-content,
    .tecnisat-service-card-compact {
        padding: 29px;
    }

    .tecnisat-locations-layout,
    .tecnisat-faq-layout {
        gap: 50px;
    }

    .tecnisat-coverage-grid {
        gap: 18px;
    }

    .tecnisat-coverage-card {
        padding: 28px;
    }

    .tecnisat-residential-content {
        padding: 50px 44px;
    }

    .tecnisat-blog-card > div {
        padding-right: 21px;
        padding-left: 21px;
    }

    .tecnisat-footer-grid {
        gap: 38px;
    }
}

@media (max-width: 991.98px) {
    body.tecnisat-home .tecnisat-premium,
    .tecnisat-services,
    .tecnisat-locations,
    .tecnisat-blog,
    .tecnisat-faq {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    body.tecnisat-home .tecnisat-premium .tecnisat-premium-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    body.tecnisat-home .tecnisat-premium .tecnisat-premium-card {
        min-height: 280px;
        padding: 30px;
    }

    .tecnisat-service-card-featured,
    .tecnisat-service-card-compact {
        grid-column: span 6;
    }

    .tecnisat-service-card-featured {
        grid-template-columns: 1fr;
    }

    .tecnisat-service-card-featured > img {
        height: 235px;
        min-height: 235px;
    }

    .tecnisat-locations-layout,
    .tecnisat-faq-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .tecnisat-locations .tecnisat-section-heading {
        position: static;
    }

    .tecnisat-coverage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tecnisat-residential {
        padding-bottom: 90px;
    }

    .tecnisat-residential-card {
        grid-template-columns: 1fr;
    }

    .tecnisat-residential-media,
    .tecnisat-residential-card {
        min-height: 0;
    }

    .tecnisat-residential-media {
        height: 390px;
    }

    .tecnisat-residential-media::after {
        background: linear-gradient(0deg, var(--tecnisat-dark) 0%, rgba(var(--tecnisat-dark-rgb), 0) 35%);
    }

    .tecnisat-residential-content {
        padding: 10px 50px 55px;
    }

    .tecnisat-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tecnisat-final-cta-content {
        align-items: flex-start;
        flex-direction: column;
    }

    .tecnisat-footer-grid {
        grid-template-columns: 1.4fr 1fr 1fr;
    }

    .tecnisat-footer-contact {
        grid-column: auto;
        padding-top: 0;
        border-top: 0;
    }
}

@media (max-width: 767.98px) {
    .tecnisat-section-heading {
        margin-bottom: 38px;
    }

    .tecnisat-section-heading h2,
    .tecnisat-residential-content h2,
    .tecnisat-final-cta h2 {
        font-size: clamp(1.85rem, 8vw, 2.65rem);
    }

    .tecnisat-section-heading > p:last-child,
    .tecnisat-residential-content > p,
    .tecnisat-final-cta-content > div > p:last-child {
        font-size: 14px;
    }

    .tecnisat-service-card-featured,
    .tecnisat-service-card-compact {
        grid-column: span 12;
    }

    .tecnisat-coverage-grid {
        grid-template-columns: 1fr;
    }

    .tecnisat-residential-card {
        border-radius: 14px;
    }

    .tecnisat-residential-media {
        height: 320px;
    }

    .tecnisat-residential-content {
        padding: 5px 32px 44px;
    }

    .tecnisat-blog-card > img {
        height: 230px;
    }

    .tecnisat-final-cta {
        padding: 68px 0;
    }

    .tecnisat-final-actions {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1fr;
    }

    .tecnisat-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tecnisat-footer-brand,
    .tecnisat-footer-brand {
        grid-column: 1 / -1;
    }

    .tecnisat-footer-locations {
        padding-bottom: 32px;
    }

    .tecnisat-footer-locations-track {
        flex-wrap: nowrap;
        margin-right: -30px;
        padding: 0 30px 10px 0;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline proximity;
        scrollbar-color: rgba(105, 194, 195, .45) transparent;
        scrollbar-width: thin;
    }

    .tecnisat-footer-location-chip {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }
}

@media (max-width: 575.98px) {
    body.tecnisat-home .tecnisat-premium,
    .tecnisat-services,
    .tecnisat-locations,
    .tecnisat-blog,
    .tecnisat-faq {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    body.tecnisat-home .tecnisat-premium .tecnisat-premium-grid,
    .tecnisat-blog-grid {
        grid-template-columns: 1fr;
    }

    body.tecnisat-home .tecnisat-premium .tecnisat-premium-card {
        min-height: 0;
        padding: 27px;
    }

    body.tecnisat-home .tecnisat-premium .tecnisat-premium-card img {
        width: 72px;
        height: 72px;
        margin-bottom: 19px;
    }

    .tecnisat-service-card-featured > img {
        height: 215px;
        min-height: 215px;
    }

    .tecnisat-service-card-content,
    .tecnisat-service-card-compact {
        padding: 27px;
    }

    .tecnisat-coverage-grid {
        grid-template-columns: 1fr;
    }

    .tecnisat-coverage-card {
        padding: 26px 22px;
        border-radius: 24px;
    }

    .tecnisat-coverage-card-number {
        width: 36px;
        height: 36px;
        margin-bottom: 18px;
    }

    .tecnisat-coverage-card p {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .tecnisat-coverage-chip {
        flex: 1 1 calc(50% - 9px);
        min-width: 0;
        min-height: 42px;
        padding: 10px 11px;
        text-align: center;
        white-space: normal;
    }

    .tecnisat-residential {
        padding-bottom: 72px;
    }

    .tecnisat-residential-media {
        height: 260px;
    }

    .tecnisat-residential-content {
        padding: 0 25px 36px;
    }

    .tecnisat-blog-card > img {
        height: 215px;
    }

    .tecnisat-faq-list summary {
        padding-top: 21px;
        padding-bottom: 21px;
        font-size: 14px;
    }

    .tecnisat-final-actions {
        grid-template-columns: 1fr;
    }

    body > footer.tecnisat-footer {
        padding-top: 55px;
    }

    .tecnisat-footer-grid {
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
        gap: 32px 24px;
        padding-bottom: 32px;
    }

    .tecnisat-footer-brand {
        grid-column: 1 / -1;
    }

    .tecnisat-footer-contact {
        grid-column: auto;
        padding-top: 0;
    }

    .tecnisat-footer-phone {
        font-size: 20px;
    }

    .tecnisat-footer-locations {
        padding-top: 24px;
    }

    .tecnisat-footer-locations-track {
        margin-right: -15px;
        padding-right: 15px;
    }

    .tecnisat-footer-bar > .container {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 359.98px) {
    .tecnisat-footer-grid {
        grid-template-columns: 1fr;
    }

    .tecnisat-footer-brand,
    .tecnisat-footer-contact {
        grid-column: auto;
    }
}

/* Local SEO landing pages */

.tecnisat-local-page {
    color: var(--tecnisat-dark);
    background-color: var(--tecnisat-white);
}

.tecnisat-local-hero .tecnisat-hero-content {
    max-width: 790px;
}

.tecnisat-local-hero h1 {
    max-width: 790px;
    font-size: clamp(2.65rem, 4.35vw, 4.55rem);
}

.tecnisat-local-hero .tecnisat-hero-image {
    object-position: 64% center;
}

.tecnisat-breadcrumb {
    margin-bottom: 21px;
}

.tecnisat-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tecnisat-breadcrumb li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(var(--tecnisat-dark-rgb), .58);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tecnisat-breadcrumb li:not(:last-child)::after {
    content: '/';
    color: var(--tecnisat-aqua);
}

.tecnisat-breadcrumb a {
    color: #397f80;
}

.tecnisat-breadcrumb a:hover {
    color: var(--tecnisat-dark);
}

.tecnisat-local-intro {
    padding: 10px 0;
    background-color: var(--tecnisat-white);
}

.tecnisat-local-intro-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: 70px;
    align-items: center;
}

.tecnisat-local-intro-copy h2,
.tecnisat-local-technical .tecnisat-section-heading h2 {
    max-width: 760px;
    margin: 0 0 28px;
    color: var(--tecnisat-dark);
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.15rem, 3.7vw, 3.45rem);
    font-weight: 400;
    line-height: 1.08;
}

.tecnisat-local-intro-copy > p:not(.tecnisat-section-kicker) {
    max-width: 780px;
    margin-bottom: 17px;
    color: rgba(var(--tecnisat-dark-rgb), .68);
    font-size: 14px;
    line-height: 1.82;
}

.tecnisat-local-diagnostic {
    position: relative;
    overflow: hidden;
    padding: 46px 42px;
    border-radius: 18px;
    color: var(--tecnisat-white);
    background-color: var(--tecnisat-dark);
    box-shadow: 0 25px 58px rgba(var(--tecnisat-dark-rgb), .18);
}

.tecnisat-local-diagnostic::after {
    content: '';
    position: absolute;
    right: -72px;
    bottom: -72px;
    width: 170px;
    height: 170px;
    border: 28px solid rgba(var(--tecnisat-aqua-rgb), .18);
    border-radius: 50%;
}

.tecnisat-local-diagnostic > * {
    position: relative;
    z-index: 1;
}

.tecnisat-local-diagnostic-label {
    display: block;
    margin-bottom: 18px;
    color: var(--tecnisat-aqua);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.tecnisat-local-diagnostic h2 {
    margin: 0 0 18px;
    color: var(--tecnisat-white);
    font-size: 25px;
    line-height: 1.25;
}

.tecnisat-local-diagnostic p {
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.75;
}

.tecnisat-local-diagnostic ul {
    display: grid;
    gap: 11px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.tecnisat-local-diagnostic li {
    position: relative;
    padding-left: 22px;
    color: rgba(255, 255, 255, .84);
    font-size: 12px;
    font-weight: 700;
}

.tecnisat-local-diagnostic li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 6px;
    border-bottom: 2px solid var(--tecnisat-aqua);
    border-left: 2px solid var(--tecnisat-aqua);
    transform: rotate(-45deg);
}

.tecnisat-local-services {
    padding: 10px 0;
    background-color: var(--tecnisat-light);
}

.tecnisat-local-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.tecnisat-local-services-grid article {
    position: relative;
    min-height: 255px;
    overflow: hidden;
    padding: 31px 28px;
    border: 1px solid var(--tecnisat-gray);
    border-radius: 14px;
    background-color: var(--tecnisat-white);
    box-shadow: 0 14px 34px rgba(var(--tecnisat-dark-rgb), .06);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.tecnisat-local-services-grid article::after {
    content: '';
    position: absolute;
    right: -35px;
    bottom: -35px;
    width: 90px;
    height: 90px;
    border: 15px solid rgba(var(--tecnisat-aqua-rgb), .12);
    border-radius: 50%;
}

.tecnisat-local-services-grid article:hover {
    border-color: var(--tecnisat-aqua);
    box-shadow: 0 22px 48px rgba(var(--tecnisat-dark-rgb), .11);
    transform: translateY(-5px);
}

.tecnisat-local-services-grid span,
.tecnisat-local-technical-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 29px;
    margin-bottom: 21px;
    border-radius: 20px;
    color: var(--tecnisat-dark);
    background-color: var(--tecnisat-aqua);
    font-family: 'Ariona', 'Montserrat', sans-serif;
    font-size: 12px;
}

.tecnisat-local-services-grid h3 {
    margin: 0 0 13px;
    color: var(--tecnisat-dark);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
}

.tecnisat-local-services-grid p {
    color: rgba(var(--tecnisat-dark-rgb), .64);
    font-size: 12px;
    line-height: 1.72;
}

.tecnisat-local-zones {
    padding: 10px 0;
    background-color: var(--tecnisat-dark);
}

.tecnisat-local-zones-layout {
    display: grid;
    grid-template-columns: minmax(290px, .78fr) 1.42fr;
    gap: 70px;
    align-items: start;
}

.tecnisat-local-zones .tecnisat-section-heading {
    position: sticky;
    top: 110px;
    margin-bottom: 0;
}

.tecnisat-local-zone-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.tecnisat-local-zone-groups article {
    padding: 29px 27px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 13px;
    background-color: rgba(255, 255, 255, .045);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.tecnisat-local-zone-groups article:last-child {
    grid-column: 1 / -1;
}

.tecnisat-local-zone-groups span {
    display: block;
    margin-bottom: 12px;
    color: var(--tecnisat-aqua);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.tecnisat-local-zone-groups h3 {
    margin: 0 0 12px;
    color: var(--tecnisat-white);
    font-size: 17px;
    line-height: 1.4;
}

.tecnisat-local-zone-groups p {
    color: rgba(255, 255, 255, .61);
    font-size: 12px;
    line-height: 1.7;
}

.tecnisat-local-technical {
    padding: 10px 0;
    background-color: var(--tecnisat-white);
}

.tecnisat-local-technical-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.tecnisat-local-technical-grid article {
    padding: 36px 33px;
    border-top: 3px solid var(--tecnisat-aqua);
    border-radius: 0 0 13px 13px;
    background-color: var(--tecnisat-light);
}

.tecnisat-local-technical-grid h3 {
    margin: 0 0 14px;
    color: var(--tecnisat-dark);
    font-size: 19px;
    line-height: 1.35;
}

.tecnisat-local-technical-grid p {
    color: rgba(var(--tecnisat-dark-rgb), .66);
    font-size: 13px;
    line-height: 1.78;
}

.tecnisat-local-accordion {
    padding: 10px 0;
    background-color: var(--tecnisat-light);
}

.tecnisat-local-accordion .tecnisat-section-heading {
    margin-bottom: 0;
}

.tecnisat-local-problems {
    padding: 10px 0;
    background:
        radial-gradient(circle at 82% 12%, rgba(var(--tecnisat-aqua-rgb), .18), transparent 28%),
        var(--tecnisat-dark);
}

.tecnisat-local-problems-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.tecnisat-local-problems-grid article {
    min-height: 185px;
    padding: 28px 25px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 12px;
    background-color: rgba(255, 255, 255, .045);
}

.tecnisat-local-problems-grid h3 {
    position: relative;
    margin: 0 0 14px;
    padding-top: 19px;
    color: var(--tecnisat-white);
    font-size: 16px;
    line-height: 1.35;
}

.tecnisat-local-problems-grid h3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background-color: var(--tecnisat-aqua);
}

.tecnisat-local-problems-grid p {
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    line-height: 1.7;
}

.tecnisat-local-residential {
    padding: 10px 0;
    background-color: var(--tecnisat-white);
}

.tecnisat-local-faq {
    background-color: var(--tecnisat-light);
}

@media (max-width: 1199.98px) {
    .tecnisat-local-services-grid,
    .tecnisat-local-problems-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tecnisat-local-intro-layout,
    .tecnisat-local-zones-layout {
        gap: 48px;
    }
}

@media (max-width: 991.98px) {
    .tecnisat-local-hero,
    .tecnisat-local-hero .tecnisat-hero-container {
        min-height: 820px;
    }

    .tecnisat-local-hero .tecnisat-hero-container {
        padding-bottom: 130px;
    }

    .tecnisat-local-intro,
    .tecnisat-local-services,
    .tecnisat-local-zones,
    .tecnisat-local-technical,
    .tecnisat-local-accordion,
    .tecnisat-local-problems,
    .tecnisat-local-residential {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .tecnisat-local-intro-layout,
    .tecnisat-local-zones-layout {
        grid-template-columns: 1fr;
    }

    .tecnisat-local-zones .tecnisat-section-heading {
        position: static;
    }

    .tecnisat-local-technical-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .tecnisat-local-hero h1 {
        font-size: clamp(2.25rem, 9.5vw, 3.35rem);
    }

    .tecnisat-local-zone-groups {
        grid-template-columns: 1fr;
    }

    .tecnisat-local-zone-groups article:last-child {
        grid-column: auto;
    }

    .tecnisat-local-diagnostic {
        padding: 38px 32px;
    }
}

@media (max-width: 575.98px) {
    .tecnisat-local-hero,
    .tecnisat-local-hero .tecnisat-hero-container {
        min-height: 900px;
    }

    .tecnisat-local-hero .tecnisat-hero-container {
        padding-top: 118px;
        padding-bottom: 120px;
    }

    .tecnisat-local-hero h1 {
        font-size: clamp(1.8rem, 8vw, 2.25rem);
        line-height: 1.08;
    }

    .tecnisat-breadcrumb {
        margin-bottom: 17px;
    }

    .tecnisat-local-intro,
    .tecnisat-local-services,
    .tecnisat-local-zones,
    .tecnisat-local-technical,
    .tecnisat-local-accordion,
    .tecnisat-local-problems,
    .tecnisat-local-residential {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .tecnisat-local-services-grid,
    .tecnisat-local-problems-grid {
        grid-template-columns: 1fr;
    }

    .tecnisat-local-services-grid article,
    .tecnisat-local-problems-grid article {
        min-height: 0;
    }

    .tecnisat-local-diagnostic,
    .tecnisat-local-technical-grid article {
        padding: 30px 26px;
    }

    .tecnisat-local-zone-groups article {
        padding: 26px 23px;
    }
}

.tecnisat-lead-section {
    padding: 112px 0;
    background:
        radial-gradient(circle at 12% 10%, rgba(var(--tecnisat-aqua-rgb), .18), transparent 28%),
        linear-gradient(135deg, var(--tecnisat-light) 0%, var(--tecnisat-white) 100%);
}

.tecnisat-lead-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: 42px;
    padding: 48px;
    overflow: hidden;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .25);
    border-radius: 28px;
    background-color: var(--tecnisat-white);
    box-shadow: 0 28px 80px rgba(var(--tecnisat-dark-rgb), .11);
}

.tecnisat-lead-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--tecnisat-aqua), rgba(var(--tecnisat-aqua-rgb), .22));
}

.tecnisat-lead-intro {
    align-self: start;
}

.tecnisat-lead-intro h2 {
    margin: 0 0 18px;
    color: var(--tecnisat-dark);
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.tecnisat-lead-intro p {
    margin: 0;
    color: rgba(var(--tecnisat-dark-rgb), .68);
    font-size: 16px;
    line-height: 1.75;
}

.tecnisat-lead-form {
    display: grid;
    gap: 24px;
}

.tecnisat-lead-form fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.tecnisat-lead-form legend,
.tecnisat-lead-field label {
    display: block;
    margin: 0 0 11px;
    color: var(--tecnisat-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tecnisat-lead-options {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.tecnisat-lead-option {
    position: relative;
    display: inline-flex;
}

.tecnisat-lead-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.tecnisat-lead-option span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 10px 15px;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .28);
    border-radius: 999px;
    background-color: rgba(var(--tecnisat-aqua-rgb), .08);
    color: var(--tecnisat-dark);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .02em;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.tecnisat-lead-option input:checked + span {
    border-color: var(--tecnisat-aqua);
    background-color: var(--tecnisat-aqua);
    box-shadow: 0 12px 30px rgba(var(--tecnisat-aqua-rgb), .28);
}

.tecnisat-lead-option input:focus-visible + span {
    outline: 3px solid rgba(var(--tecnisat-aqua-rgb), .34);
    outline-offset: 2px;
}

.tecnisat-lead-option:hover span {
    transform: translateY(-2px);
    border-color: var(--tecnisat-aqua);
}

.tecnisat-lead-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.tecnisat-lead-field {
    min-width: 0;
}

.tecnisat-lead-field-full {
    grid-column: 1 / -1;
}

.tecnisat-lead-field input,
.tecnisat-lead-field select,
.tecnisat-lead-field textarea {
    width: 100%;
    min-height: 50px;
    padding: 13px 15px;
    border: 1px solid rgba(var(--tecnisat-dark-rgb), .13);
    border-radius: 14px;
    background-color: #fbfcfc;
    color: var(--tecnisat-dark);
    font-size: 14px;
    line-height: 1.4;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.tecnisat-lead-field textarea {
    min-height: 116px;
    resize: vertical;
}

.tecnisat-lead-field input:focus,
.tecnisat-lead-field select:focus,
.tecnisat-lead-field textarea:focus {
    border-color: var(--tecnisat-aqua);
    outline: 0;
    background-color: var(--tecnisat-white);
    box-shadow: 0 0 0 4px rgba(var(--tecnisat-aqua-rgb), .18);
}

.tecnisat-lead-field input[aria-invalid='true'] {
    border-color: #bf3f3f;
    box-shadow: 0 0 0 4px rgba(191, 63, 63, .12);
}

.tecnisat-lead-error {
    display: block;
    margin-top: 8px;
    color: #bf3f3f;
    font-size: 12px;
    font-weight: 700;
}

.tecnisat-lead-privacy {
    margin: 0;
    padding: 14px 16px;
    border-left: 3px solid var(--tecnisat-aqua);
    border-radius: 14px;
    background-color: rgba(var(--tecnisat-aqua-rgb), .09);
    color: rgba(var(--tecnisat-dark-rgb), .68);
    font-size: 12px;
    line-height: 1.65;
}

.tecnisat-lead-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 54px;
    padding: 16px 28px;
    border: 0;
    border-radius: 999px 16px 999px 999px;
    background:
        linear-gradient(135deg, var(--tecnisat-aqua) 0%, #85d6d7 100%);
    color: var(--tecnisat-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 18px 42px rgba(var(--tecnisat-aqua-rgb), .26);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.tecnisat-lead-submit::after {
    content: '>';
    margin-left: 12px;
    font-size: 14px;
    line-height: 1;
}

.tecnisat-lead-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 50px rgba(var(--tecnisat-aqua-rgb), .34);
    filter: saturate(1.05);
}

.tecnisat-lead-submit:focus-visible {
    outline: 3px solid rgba(var(--tecnisat-aqua-rgb), .35);
    outline-offset: 3px;
}

@media (max-width: 991.98px) {
    .tecnisat-lead-section {
        padding: 90px 0;
    }

    .tecnisat-lead-card {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 40px 34px;
    }
}

@media (max-width: 575.98px) {
    .tecnisat-lead-section {
        padding: 72px 0;
    }

    .tecnisat-lead-card {
        padding: 34px 22px;
        border-radius: 22px;
    }

    .tecnisat-lead-fields {
        grid-template-columns: 1fr;
    }

    .tecnisat-lead-option span {
        min-height: 38px;
        padding: 9px 12px;
        font-size: 11px;
    }

    .tecnisat-lead-submit {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }
}

/* Formulario piloto premium */
.tecnisat-lead-section {
    position: relative;
    padding: clamp(76px, 9vw, 118px) 0;
    background:
        radial-gradient(circle at 16% 16%, rgba(var(--tecnisat-aqua-rgb), .2), transparent 31%),
        radial-gradient(circle at 92% 84%, rgba(var(--tecnisat-dark-rgb), .06), transparent 34%),
        linear-gradient(135deg, #f7fafa 0%, #ffffff 50%, #eef7f8 100%);
}

.tecnisat-lead-section .container {
    max-width: 1030px;
}

.tecnisat-lead-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
    gap: clamp(28px, 5vw, 54px);
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 54px);
    overflow: hidden;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .25);
    border-radius: 24px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 30px 80px rgba(var(--tecnisat-dark-rgb), .12);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.tecnisat-lead-card::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    height: auto;
    background: linear-gradient(180deg, var(--tecnisat-aqua), rgba(var(--tecnisat-aqua-rgb), .12));
}

.tecnisat-lead-card::after {
    content: '';
    position: absolute;
    right: -90px;
    top: -90px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--tecnisat-aqua-rgb), .18), transparent 68%);
    pointer-events: none;
}

.tecnisat-lead-card:hover,
.tecnisat-lead-card:focus-within {
    border-color: rgba(var(--tecnisat-aqua-rgb), .48);
    box-shadow: 0 34px 96px rgba(var(--tecnisat-dark-rgb), .14), 0 0 0 6px rgba(var(--tecnisat-aqua-rgb), .07);
}

.tecnisat-lead-intro {
    position: relative;
    z-index: 1;
    align-self: start;
}

.tecnisat-lead-intro .tecnisat-section-kicker {
    margin-bottom: 14px;
    color: var(--tecnisat-dark);
}

.tecnisat-lead-intro h2 {
    max-width: 470px;
    margin: 0 0 18px;
    color: var(--tecnisat-dark);
    font-size: clamp(2.05rem, 4.1vw, 3.2rem);
    line-height: 1.04;
    letter-spacing: -.05em;
}

.tecnisat-lead-intro > p {
    max-width: 410px;
    margin: 0;
    color: rgba(var(--tecnisat-dark-rgb), .68);
    font-size: 15px;
    line-height: 1.78;
}

.tecnisat-lead-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.tecnisat-lead-proof span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .24);
    border-radius: 999px;
    background-color: rgba(var(--tecnisat-aqua-rgb), .08);
    color: var(--tecnisat-dark);
    font-size: 11px;
    font-weight: 850;
    line-height: 1.15;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.tecnisat-lead-proof span::before {
    content: '';
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background-color: var(--tecnisat-aqua);
    box-shadow: 0 0 0 5px rgba(var(--tecnisat-aqua-rgb), .13);
}

.tecnisat-lead-form {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 22px;
}

.tecnisat-lead-form > fieldset {
    display: block;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.tecnisat-lead-form legend,
.tecnisat-lead-field label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    color: var(--tecnisat-dark);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .105em;
    text-transform: uppercase;
}

.tecnisat-lead-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.tecnisat-lead-option {
    position: relative;
    display: block;
    min-width: 0;
    margin: 0;
}

.tecnisat-lead-option input {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
    appearance: none;
}

.tecnisat-lead-option span {
    position: relative;
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 11px 13px;
    border: 1px solid rgba(var(--tecnisat-dark-rgb), .13);
    border-radius: 999px;
    background-color: #ffffff;
    color: rgba(var(--tecnisat-dark-rgb), .84);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
    box-shadow: 0 8px 20px rgba(var(--tecnisat-dark-rgb), .035);
    transition: transform .2s ease, border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.tecnisat-lead-option:hover span {
    transform: translateY(-1px);
    border-color: rgba(var(--tecnisat-aqua-rgb), .64);
    background-color: rgba(var(--tecnisat-aqua-rgb), .08);
}

.tecnisat-lead-option input:checked + span {
    border-color: var(--tecnisat-aqua);
    background-color: var(--tecnisat-aqua);
    color: var(--tecnisat-dark);
    box-shadow: 0 14px 32px rgba(var(--tecnisat-aqua-rgb), .28);
}

.tecnisat-lead-option input:focus-visible + span {
    outline: 3px solid rgba(var(--tecnisat-aqua-rgb), .35);
    outline-offset: 3px;
}

.tecnisat-lead-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.tecnisat-lead-field {
    min-width: 0;
}

.tecnisat-lead-field-full {
    grid-column: 1 / -1;
}

.tecnisat-lead-field input,
.tecnisat-lead-field select,
.tecnisat-lead-field textarea {
    width: 100%;
    min-height: 54px;
    margin: 0;
    padding: 14px 16px;
    border: 1px solid rgba(var(--tecnisat-dark-rgb), .18);
    border-radius: 14px;
    background-color: #ffffff;
    color: var(--tecnisat-dark);
    font: inherit;
    font-size: 14px;
    line-height: 1.42;
    box-shadow: 0 10px 24px rgba(var(--tecnisat-dark-rgb), .035);
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.tecnisat-lead-field select {
    padding-right: 42px;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--tecnisat-dark) 50%),
        linear-gradient(135deg, var(--tecnisat-dark) 50%, transparent 50%);
    background-position:
        calc(100% - 20px) 50%,
        calc(100% - 14px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    appearance: none;
}

.tecnisat-lead-field textarea {
    min-height: 148px;
    resize: vertical;
}

.tecnisat-lead-field input::placeholder,
.tecnisat-lead-field textarea::placeholder {
    color: rgba(var(--tecnisat-dark-rgb), .42);
}

.tecnisat-lead-field input:focus,
.tecnisat-lead-field select:focus,
.tecnisat-lead-field textarea:focus {
    border-color: var(--tecnisat-aqua);
    outline: 0;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(var(--tecnisat-aqua-rgb), .18), 0 16px 34px rgba(var(--tecnisat-dark-rgb), .06);
}

.tecnisat-lead-field input[aria-invalid='true'] {
    border-color: #bf3f3f;
    box-shadow: 0 0 0 4px rgba(191, 63, 63, .12);
}

.tecnisat-lead-error {
    display: block;
    margin-top: 8px;
    color: #bf3f3f;
    font-size: 12px;
    font-weight: 800;
}

.tecnisat-lead-privacy {
    position: relative;
    margin: -2px 0 0;
    padding: 14px 16px 14px 38px;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .22);
    border-radius: 16px;
    background-color: rgba(var(--tecnisat-aqua-rgb), .075);
    color: rgba(var(--tecnisat-dark-rgb), .66);
    font-size: 12px;
    line-height: 1.62;
}

.tecnisat-lead-privacy::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 17px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--tecnisat-aqua);
    box-shadow: 0 0 0 6px rgba(var(--tecnisat-aqua-rgb), .14);
}

.tecnisat-lead-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    min-height: 56px;
    width: auto;
    margin: 0;
    padding: 17px 30px;
    border: 0;
    border-radius: 999px 16px 999px 999px;
    background:
        linear-gradient(135deg, var(--tecnisat-aqua) 0%, #83d7d8 100%);
    color: var(--tecnisat-dark);
    font: inherit;
    font-size: 12px;
    font-weight: 950;
    line-height: 1.1;
    letter-spacing: .09em;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 18px 44px rgba(var(--tecnisat-aqua-rgb), .3);
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.tecnisat-lead-submit::after {
    content: '>';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-left: 12px;
    border-radius: 50%;
    background-color: rgba(var(--tecnisat-dark-rgb), .14);
    color: var(--tecnisat-dark);
    font-size: 13px;
    font-weight: 950;
    line-height: 1;
}

.tecnisat-lead-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 54px rgba(var(--tecnisat-aqua-rgb), .38);
    filter: saturate(1.08);
}

.tecnisat-lead-submit:focus-visible {
    outline: 3px solid rgba(var(--tecnisat-aqua-rgb), .38);
    outline-offset: 3px;
}

@media (max-width: 991.98px) {
    .tecnisat-lead-card {
        grid-template-columns: 1fr;
    }

    .tecnisat-lead-intro h2,
    .tecnisat-lead-intro > p {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .tecnisat-lead-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .tecnisat-lead-card {
        padding: 30px 20px;
        border-radius: 22px;
    }

    .tecnisat-lead-fields {
        grid-template-columns: 1fr;
    }

    .tecnisat-lead-option span {
        min-height: 42px;
        padding: 10px 11px;
        font-size: 11px;
    }

    .tecnisat-lead-proof {
        gap: 8px;
    }

    .tecnisat-lead-proof span {
        font-size: 10px;
    }

    .tecnisat-lead-submit {
        justify-self: stretch;
        width: 100%;
        padding-right: 18px;
        padding-left: 18px;
    }
}

/* Formulario premium: configurador tecnico guiado */
body .tecnisat-lead-section {
    position: relative;
    overflow: hidden;
    padding: clamp(78px, 9vw, 124px) 0;
    background:
        radial-gradient(circle at 11% 20%, rgba(var(--tecnisat-aqua-rgb), .22), transparent 30%),
        radial-gradient(circle at 90% 14%, rgba(255, 255, 255, .82), transparent 28%),
        radial-gradient(circle at 88% 88%, rgba(var(--tecnisat-dark-rgb), .055), transparent 34%),
        linear-gradient(135deg, #f5f8f9 0%, #ffffff 46%, #eef7f8 100%);
}

body .tecnisat-lead-section::before,
body .tecnisat-lead-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

body .tecnisat-lead-section::before {
    top: 64px;
    left: -94px;
    width: 250px;
    height: 250px;
    border: 34px solid rgba(var(--tecnisat-aqua-rgb), .12);
}

body .tecnisat-lead-section::after {
    right: -80px;
    bottom: -80px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(var(--tecnisat-aqua-rgb), .16), transparent 68%);
}

body .tecnisat-lead-section .container {
    position: relative;
    z-index: 1;
    max-width: 1140px;
}

body .tecnisat-lead-section .tecnisat-lead-card {
    position: relative;
    display: block;
    max-width: 1080px;
    margin: 0 auto;
    padding: clamp(30px, 4.8vw, 58px);
    overflow: hidden;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .25);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .995) 0%, rgba(250, 254, 254, .99) 100%);
    box-shadow:
        0 34px 96px rgba(var(--tecnisat-dark-rgb), .13),
        0 0 0 1px rgba(255, 255, 255, .8) inset;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

body .tecnisat-lead-section .tecnisat-lead-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--tecnisat-aqua), rgba(var(--tecnisat-aqua-rgb), .18), transparent);
}

body .tecnisat-lead-section .tecnisat-lead-card::after {
    content: '';
    position: absolute;
    top: -110px;
    right: -100px;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--tecnisat-aqua-rgb), .14), transparent 66%);
    pointer-events: none;
}

body .tecnisat-lead-section .tecnisat-lead-card:hover,
body .tecnisat-lead-section .tecnisat-lead-card:focus-within {
    border-color: rgba(var(--tecnisat-aqua-rgb), .56);
    box-shadow:
        0 42px 112px rgba(var(--tecnisat-dark-rgb), .16),
        0 0 0 7px rgba(var(--tecnisat-aqua-rgb), .075),
        0 0 46px rgba(var(--tecnisat-aqua-rgb), .12);
}

body .tecnisat-lead-section .tecnisat-lead-intro {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px 34px;
    align-items: end;
    margin-bottom: 34px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(var(--tecnisat-dark-rgb), .08);
}

body .tecnisat-lead-section .tecnisat-lead-intro .tecnisat-section-kicker {
    grid-column: 1 / -1;
    margin-bottom: 0;
    color: var(--tecnisat-dark);
    font-size: 12px;
    letter-spacing: .16em;
}

body .tecnisat-lead-section .tecnisat-lead-intro h2 {
    max-width: 720px;
    margin: 0;
    color: var(--tecnisat-dark);
    font-size: clamp(2rem, 3.7vw, 3.25rem);
    line-height: 1.03;
    letter-spacing: -.052em;
}

body .tecnisat-lead-section .tecnisat-lead-intro > p {
    grid-column: 1;
    max-width: 650px;
    margin: 0;
    color: rgba(var(--tecnisat-dark-rgb), .68);
    font-size: 15px;
    line-height: 1.75;
}

body .tecnisat-lead-section .tecnisat-lead-proof {
    grid-column: 2;
    grid-row: 2 / span 2;
    display: grid;
    gap: 9px;
    min-width: 220px;
    margin: 0;
}

body .tecnisat-lead-section .tecnisat-lead-proof span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    padding: 10px 14px;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .28);
    border-radius: 999px;
    background-color: rgba(var(--tecnisat-aqua-rgb), .075);
    color: var(--tecnisat-dark);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: .055em;
    text-transform: uppercase;
    white-space: nowrap;
}

body .tecnisat-lead-section .tecnisat-lead-proof span::before {
    content: '';
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background-color: var(--tecnisat-aqua);
    box-shadow: 0 0 0 6px rgba(var(--tecnisat-aqua-rgb), .14);
}

body .tecnisat-lead-section .tecnisat-lead-form {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
}

body .tecnisat-lead-section .tecnisat-lead-form fieldset,
body .tecnisat-lead-section .tecnisat-lead-form > fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body .tecnisat-lead-section .tecnisat-lead-step {
    position: relative;
    padding: 24px;
    border: 1px solid rgba(var(--tecnisat-dark-rgb), .075);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .92) 0%, rgba(247, 251, 251, .9) 100%);
    box-shadow: 0 14px 34px rgba(var(--tecnisat-dark-rgb), .045);
}

body .tecnisat-lead-section .tecnisat-lead-step legend {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 0 0 18px;
    padding: 0 0 16px;
    border-bottom: 1px solid rgba(var(--tecnisat-dark-rgb), .075);
    color: var(--tecnisat-dark);
    font-size: 13px;
    font-weight: 950;
    line-height: 1.2;
    letter-spacing: .09em;
    text-transform: uppercase;
}

body .tecnisat-lead-section .tecnisat-lead-step legend span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 12px;
    color: var(--tecnisat-dark);
    background-color: rgba(var(--tecnisat-aqua-rgb), .22);
    box-shadow: inset 0 0 0 1px rgba(var(--tecnisat-aqua-rgb), .22);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .035em;
}

body .tecnisat-lead-section .tecnisat-lead-options {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

body .tecnisat-lead-section .tecnisat-lead-step:nth-of-type(2) .tecnisat-lead-options {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

body .tecnisat-lead-section .tecnisat-lead-option {
    position: relative;
    display: block;
    min-width: 0;
    margin: 0;
}

body .tecnisat-lead-section .tecnisat-lead-option input[type='radio'] {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

body .tecnisat-lead-section .tecnisat-lead-option span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 12px 13px;
    border: 1px solid rgba(var(--tecnisat-dark-rgb), .12);
    border-radius: 999px;
    background: #ffffff;
    color: rgba(var(--tecnisat-dark-rgb), .86);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.18;
    text-align: center;
    box-shadow: 0 10px 22px rgba(var(--tecnisat-dark-rgb), .04);
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

body .tecnisat-lead-section .tecnisat-lead-option:hover span {
    border-color: rgba(var(--tecnisat-aqua-rgb), .68);
    background-color: rgba(var(--tecnisat-aqua-rgb), .08);
    box-shadow: 0 12px 28px rgba(var(--tecnisat-aqua-rgb), .12);
    transform: translateY(-2px);
}

body .tecnisat-lead-section .tecnisat-lead-option input[type='radio']:checked + span {
    border-color: var(--tecnisat-aqua);
    background-color: var(--tecnisat-aqua);
    color: var(--tecnisat-dark);
    box-shadow:
        0 14px 34px rgba(var(--tecnisat-aqua-rgb), .28),
        inset 0 0 0 1px rgba(255, 255, 255, .45);
}

body .tecnisat-lead-section .tecnisat-lead-option input[type='radio']:focus-visible + span {
    outline: 3px solid rgba(var(--tecnisat-aqua-rgb), .38);
    outline-offset: 3px;
}

body .tecnisat-lead-section .tecnisat-lead-fields {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

body .tecnisat-lead-section .tecnisat-lead-field {
    min-width: 0;
}

body .tecnisat-lead-section .tecnisat-lead-field-full {
    grid-column: 1 / -1;
}

body .tecnisat-lead-section .tecnisat-lead-field label {
    display: block;
    width: 100%;
    margin: 0 0 9px;
    padding: 0;
    border: 0;
    color: rgba(var(--tecnisat-dark-rgb), .82);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .075em;
    text-transform: uppercase;
}

body .tecnisat-lead-section .tecnisat-lead-field input,
body .tecnisat-lead-section .tecnisat-lead-field select,
body .tecnisat-lead-section .tecnisat-lead-field textarea {
    width: 100%;
    min-height: 54px;
    margin: 0;
    padding: 14px 16px;
    border: 1px solid rgba(var(--tecnisat-dark-rgb), .16);
    border-radius: 16px;
    background-color: #ffffff;
    color: var(--tecnisat-dark);
    font: inherit;
    font-size: 14px;
    line-height: 1.45;
    box-shadow: 0 10px 24px rgba(var(--tecnisat-dark-rgb), .035);
    -webkit-appearance: none;
    appearance: none;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

body .tecnisat-lead-section .tecnisat-lead-field select {
    padding-right: 44px;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--tecnisat-dark) 50%),
        linear-gradient(135deg, var(--tecnisat-dark) 50%, transparent 50%);
    background-position:
        calc(100% - 22px) 50%,
        calc(100% - 16px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

body .tecnisat-lead-section .tecnisat-lead-field textarea {
    min-height: 138px;
    resize: vertical;
}

body .tecnisat-lead-section .tecnisat-lead-field input::placeholder,
body .tecnisat-lead-section .tecnisat-lead-field textarea::placeholder {
    color: rgba(var(--tecnisat-dark-rgb), .42);
}

body .tecnisat-lead-section .tecnisat-lead-field input:focus,
body .tecnisat-lead-section .tecnisat-lead-field select:focus,
body .tecnisat-lead-section .tecnisat-lead-field textarea:focus {
    border-color: var(--tecnisat-aqua);
    outline: 0;
    background-color: #ffffff;
    box-shadow:
        0 0 0 4px rgba(var(--tecnisat-aqua-rgb), .18),
        0 16px 34px rgba(var(--tecnisat-dark-rgb), .06);
}

body .tecnisat-lead-section .tecnisat-lead-field input[aria-invalid='true'] {
    border-color: #bf3f3f;
    box-shadow: 0 0 0 4px rgba(191, 63, 63, .12);
}

body .tecnisat-lead-section .tecnisat-lead-error {
    display: block;
    margin-top: 8px;
    color: #bf3f3f;
    font-size: 12px;
    font-weight: 800;
}

body .tecnisat-lead-section .tecnisat-lead-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin-top: 2px;
    padding: 20px;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .2);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(var(--tecnisat-aqua-rgb), .075), rgba(255, 255, 255, .82));
}

body .tecnisat-lead-section .tecnisat-lead-privacy {
    position: relative;
    margin: 0;
    padding: 0 0 0 28px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(var(--tecnisat-dark-rgb), .68);
    font-size: 12px;
    line-height: 1.6;
}

body .tecnisat-lead-section .tecnisat-lead-privacy::before {
    content: '';
    position: absolute;
    top: .55em;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--tecnisat-aqua);
    box-shadow: 0 0 0 6px rgba(var(--tecnisat-aqua-rgb), .14);
}

body .tecnisat-lead-section .tecnisat-lead-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    min-height: 58px;
    width: auto;
    min-width: 292px;
    margin: 0;
    padding: 18px 30px;
    border: 0;
    border-radius: 999px 18px 999px 999px;
    background:
        linear-gradient(135deg, var(--tecnisat-aqua) 0%, #8edcdd 100%);
    color: var(--tecnisat-dark);
    font: inherit;
    font-size: 12px;
    font-weight: 950;
    line-height: 1.1;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
    box-shadow:
        0 18px 44px rgba(var(--tecnisat-aqua-rgb), .32),
        inset 0 0 0 1px rgba(255, 255, 255, .36);
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

body .tecnisat-lead-section .tecnisat-lead-submit::after {
    content: '>';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 12px;
    border-radius: 50%;
    background-color: rgba(var(--tecnisat-dark-rgb), .14);
    color: var(--tecnisat-dark);
    font-size: 14px;
    font-weight: 950;
    line-height: 1;
}

body .tecnisat-lead-section .tecnisat-lead-submit:hover {
    box-shadow:
        0 24px 58px rgba(var(--tecnisat-aqua-rgb), .42),
        0 0 0 6px rgba(var(--tecnisat-aqua-rgb), .1);
    filter: saturate(1.08);
    transform: translateY(-2px);
}

body .tecnisat-lead-section .tecnisat-lead-submit:focus-visible {
    outline: 3px solid rgba(var(--tecnisat-aqua-rgb), .4);
    outline-offset: 3px;
}

@media (max-width: 1199.98px) {
    body .tecnisat-lead-section .tecnisat-lead-options,
    body .tecnisat-lead-section .tecnisat-lead-step:nth-of-type(2) .tecnisat-lead-options {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body .tecnisat-lead-section .tecnisat-lead-fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    body .tecnisat-lead-section .tecnisat-lead-intro {
        grid-template-columns: 1fr;
        align-items: start;
    }

    body .tecnisat-lead-section .tecnisat-lead-intro > p,
    body .tecnisat-lead-section .tecnisat-lead-proof {
        grid-column: 1;
    }

    body .tecnisat-lead-section .tecnisat-lead-proof {
        grid-row: auto;
        display: flex;
        flex-wrap: wrap;
        min-width: 0;
    }

    body .tecnisat-lead-section .tecnisat-lead-bottom {
        grid-template-columns: 1fr;
    }

    body .tecnisat-lead-section .tecnisat-lead-submit {
        justify-self: start;
    }
}

@media (max-width: 767.98px) {
    body .tecnisat-lead-section .tecnisat-lead-card {
        padding: 30px 20px;
        border-radius: 24px;
    }

    body .tecnisat-lead-section .tecnisat-lead-intro {
        margin-bottom: 26px;
        padding-bottom: 24px;
    }

    body .tecnisat-lead-section .tecnisat-lead-intro h2 {
        font-size: clamp(1.9rem, 9vw, 2.35rem);
    }

    body .tecnisat-lead-section .tecnisat-lead-step {
        padding: 20px 16px;
        border-radius: 19px;
    }

    body .tecnisat-lead-section .tecnisat-lead-options,
    body .tecnisat-lead-section .tecnisat-lead-step:nth-of-type(2) .tecnisat-lead-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body .tecnisat-lead-section .tecnisat-lead-fields {
        grid-template-columns: 1fr;
    }

    body .tecnisat-lead-section .tecnisat-lead-bottom {
        padding: 18px;
    }

    body .tecnisat-lead-section .tecnisat-lead-submit {
        justify-self: stretch;
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 420px) {
    body .tecnisat-lead-section .tecnisat-lead-options,
    body .tecnisat-lead-section .tecnisat-lead-step:nth-of-type(2) .tecnisat-lead-options {
        grid-template-columns: 1fr;
    }

    body .tecnisat-lead-section .tecnisat-lead-option span {
        min-height: 46px;
    }
}

/* Home premium 2A: hero impact + compact coverage accordion */
body.tecnisat-home .tecnisat-hero.tecnisat-hero-master {
    min-height: clamp(760px, 100svh, 900px);
    background-color: var(--tecnisat-light);
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-image {
    opacity: 1;
    object-position: 74% center;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-overlay {
    display: block;
    background:
        linear-gradient(90deg, rgba(245, 247, 248, .69) 0%, rgba(245, 247, 248, .49) 30%, rgba(245, 247, 248, .16) 55%, rgba(245, 247, 248, 0) 73%),
        linear-gradient(0deg, rgba(60, 60, 59, .08) 0%, rgba(60, 60, 59, 0) 31%);
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-container {
    min-height: clamp(760px, 100svh, 900px);
    align-items: center;
    padding-top: clamp(126px, 14svh, 164px);
    padding-bottom: clamp(158px, 19svh, 210px);
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-content {
    width: min(52%, 720px);
    max-width: 720px;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master h1 {
    max-width: 720px;
    font-size: clamp(2.75rem, 4.12vw, 4.55rem);
    line-height: .98;
    letter-spacing: -.045em;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-service-line {
    margin-top: 20px;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-copy {
    max-width: 620px;
    margin-top: 22px;
    color: rgba(var(--tecnisat-dark-rgb), .82);
    font-size: 15px;
    line-height: 1.72;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-actions {
    margin-top: 30px;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-benefits {
    max-width: 650px;
    margin-top: 32px;
    gap: 12px;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-benefits li {
    min-height: 44px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 16px;
    background-color: rgba(255, 255, 255, .34);
    box-shadow: 0 12px 28px rgba(var(--tecnisat-dark-rgb), .055);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

body.tecnisat-home .tecnisat-trust {
    z-index: 5;
    margin-top: -118px;
    padding: 0 0 42px;
    background: transparent;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-trust {
    position: absolute;
    right: 0;
    bottom: clamp(30px, 5svh, 54px);
    left: 0;
    z-index: 4;
    margin: 0;
    padding: 0;
    background: transparent;
}

body.tecnisat-home .tecnisat-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 1160px;
    margin: 0 auto;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.tecnisat-home .tecnisat-trust-item,
body.tecnisat-home .tecnisat-trust-item:nth-child(2),
body.tecnisat-home .tecnisat-trust-item:nth-child(-n + 2),
body.tecnisat-home .tecnisat-trust-item:last-child {
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
    min-height: 146px;
    padding: 27px 24px;
    overflow: hidden;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .25);
    border-top: 4px solid rgba(var(--tecnisat-aqua-rgb), .82);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .99) 0%, #fbffff 100%);
    box-shadow:
        0 26px 68px rgba(var(--tecnisat-dark-rgb), .13),
        inset 0 1px 0 rgba(255, 255, 255, .92);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

body.tecnisat-home .tecnisat-trust-item::after {
    content: '';
    position: absolute;
    top: -52px;
    right: -46px;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background: rgba(var(--tecnisat-aqua-rgb), .11);
    pointer-events: none;
}

body.tecnisat-home .tecnisat-trust-item:hover {
    border-color: rgba(var(--tecnisat-aqua-rgb), .58);
    box-shadow:
        0 32px 78px rgba(var(--tecnisat-dark-rgb), .16),
        0 0 0 6px rgba(var(--tecnisat-aqua-rgb), .075);
    transform: translateY(-5px);
}

body.tecnisat-home .tecnisat-trust-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 15px;
    color: var(--tecnisat-dark);
    background-color: rgba(var(--tecnisat-aqua-rgb), .22);
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .045em;
}

body.tecnisat-home .tecnisat-trust-item h3 {
    margin: 0 0 7px;
    color: var(--tecnisat-dark);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: .045em;
    text-transform: uppercase;
}

body.tecnisat-home .tecnisat-trust-item p {
    margin: 0;
    color: #555555;
    font-size: 12px;
    line-height: 1.55;
}

body.tecnisat-home .tecnisat-locations {
    padding: clamp(76px, 8vw, 108px) 0;
    background:
        radial-gradient(circle at 11% 16%, rgba(var(--tecnisat-aqua-rgb), .14), transparent 29%),
        radial-gradient(circle at 91% 84%, rgba(var(--tecnisat-dark-rgb), .045), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f6f9fa 100%);
}

body.tecnisat-home .tecnisat-locations-layout {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
    gap: clamp(34px, 5vw, 62px);
    align-items: start;
}

body.tecnisat-home .tecnisat-locations .tecnisat-section-heading {
    position: sticky;
    top: 110px;
    max-width: 500px;
    margin-bottom: 0;
}

body.tecnisat-home .tecnisat-coverage-summary {
    margin-top: 26px;
}

body.tecnisat-home .tecnisat-coverage-accordion {
    display: grid;
    gap: 14px;
    max-width: 860px;
}

body.tecnisat-home .tecnisat-coverage-panel {
    position: relative;
    scroll-margin-top: 96px;
    overflow: hidden;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .22);
    border-radius: 24px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 48px rgba(var(--tecnisat-dark-rgb), .075);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

body.tecnisat-home .tecnisat-coverage-panel[open] {
    border-color: rgba(var(--tecnisat-aqua-rgb), .45);
    box-shadow:
        0 24px 64px rgba(var(--tecnisat-dark-rgb), .1),
        0 0 0 5px rgba(var(--tecnisat-aqua-rgb), .055);
}

body.tecnisat-home .tecnisat-coverage-panel:hover {
    border-color: rgba(var(--tecnisat-aqua-rgb), .54);
    transform: translateY(-2px);
}

body.tecnisat-home .tecnisat-coverage-panel summary {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    gap: 16px;
    align-items: center;
    min-height: 76px;
    padding: 18px 24px;
    color: var(--tecnisat-dark);
    cursor: pointer;
    list-style: none;
}

body.tecnisat-home .tecnisat-coverage-panel summary::-webkit-details-marker {
    display: none;
}

body.tecnisat-home .tecnisat-coverage-panel summary::after {
    content: '+';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: var(--tecnisat-dark);
    background-color: rgba(var(--tecnisat-aqua-rgb), .18);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    transition: background-color .25s ease, transform .25s ease;
}

body.tecnisat-home .tecnisat-coverage-panel[open] summary::after {
    content: '-';
    background-color: var(--tecnisat-aqua);
    transform: rotate(180deg);
}

body.tecnisat-home .tecnisat-coverage-panel summary:focus-visible {
    outline: 3px solid rgba(var(--tecnisat-aqua-rgb), .4);
    outline-offset: -6px;
}

body.tecnisat-home .tecnisat-coverage-panel-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    color: var(--tecnisat-dark);
    background-color: rgba(var(--tecnisat-aqua-rgb), .2);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .045em;
}

body.tecnisat-home .tecnisat-coverage-panel-title {
    color: var(--tecnisat-dark);
    font-size: clamp(16px, 1.5vw, 21px);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -.02em;
}

body.tecnisat-home .tecnisat-coverage-panel-count {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 8px 12px;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .24);
    border-radius: 999px;
    color: rgba(var(--tecnisat-dark-rgb), .7);
    background-color: rgba(var(--tecnisat-aqua-rgb), .075);
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
}

body.tecnisat-home .tecnisat-coverage-panel-body {
    padding: 0 24px 24px;
}

body.tecnisat-home .tecnisat-coverage-panel-body p {
    max-width: 720px;
    margin: 0 0 18px;
    color: #5b6366;
    font-size: 14px;
    line-height: 1.7;
}

body.tecnisat-home .tecnisat-coverage-panel-body .tecnisat-coverage-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

body.tecnisat-home .tecnisat-coverage-panel-body .tecnisat-coverage-chip {
    min-height: 36px;
    padding: 9px 13px;
    border: 1px solid rgba(var(--tecnisat-dark-rgb), .1);
    border-radius: 999px;
    color: var(--tecnisat-dark);
    background-color: #ffffff;
    box-shadow: 0 8px 18px rgba(var(--tecnisat-dark-rgb), .045);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.15;
    transition: color .25s ease, border-color .25s ease, background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

body.tecnisat-home .tecnisat-coverage-panel-body .tecnisat-coverage-chip:hover {
    border-color: rgba(var(--tecnisat-aqua-rgb), .72);
    background-color: rgba(var(--tecnisat-aqua-rgb), .16);
    box-shadow: 0 12px 26px rgba(var(--tecnisat-aqua-rgb), .14);
    transform: translateY(-2px);
}

body.tecnisat-home .tecnisat-coverage-panel-body .tecnisat-coverage-chip:focus-visible {
    outline: 3px solid rgba(var(--tecnisat-aqua-rgb), .4);
    outline-offset: 3px;
}

@media (max-width: 1199.98px) {
    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-content {
        width: 55%;
        max-width: 650px;
    }

    body.tecnisat-home .tecnisat-trust-grid {
        gap: 14px;
    }

    body.tecnisat-home .tecnisat-trust-item {
        min-height: 136px;
        padding: 24px 18px;
    }
}

@media (max-width: 991.98px) {
    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master,
    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-container {
        min-height: 780px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-container {
        padding-top: 114px;
        padding-bottom: 165px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-content {
        width: 58%;
        max-width: 580px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master h1 {
        font-size: clamp(2.34rem, 5.4vw, 3.65rem);
    }

    body.tecnisat-home .tecnisat-trust {
        margin-top: -105px;
        padding-bottom: 56px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-trust {
        bottom: 34px;
    }

    body.tecnisat-home .tecnisat-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.tecnisat-home .tecnisat-locations-layout {
        grid-template-columns: 1fr;
    }

    body.tecnisat-home .tecnisat-locations .tecnisat-section-heading {
        position: static;
        max-width: 760px;
    }

    body.tecnisat-home .tecnisat-coverage-accordion {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master {
        min-height: 0;
        padding-top: 248px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master::after {
        top: 220px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-image {
        top: 0;
        bottom: auto;
        height: 248px;
        object-position: 72% center;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-overlay {
        display: none;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-container {
        align-items: flex-start;
        min-height: 0;
        padding-top: 42px;
        padding-bottom: 96px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-content {
        width: 100%;
        max-width: 610px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master h1 {
        max-width: 610px;
        font-size: clamp(2rem, 9.1vw, 3.02rem);
        line-height: 1;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-benefits {
        grid-template-columns: 1fr;
        max-width: 430px;
    }

    body.tecnisat-home .tecnisat-trust {
        margin-top: -48px;
        padding-bottom: 56px;
        background: linear-gradient(180deg, transparent 0%, #ffffff 56%);
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-trust {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: 4;
        margin: -48px 0 0;
        padding: 0 0 56px;
        background: linear-gradient(180deg, transparent 0%, #ffffff 56%);
    }

    body.tecnisat-home .tecnisat-coverage-panel summary {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 12px;
        padding: 16px 18px;
    }

    body.tecnisat-home .tecnisat-coverage-panel summary::after {
        grid-column: 3;
        grid-row: 1 / span 2;
    }

    body.tecnisat-home .tecnisat-coverage-panel-count {
        grid-column: 2;
        justify-self: start;
        margin-top: -3px;
    }

    body.tecnisat-home .tecnisat-coverage-panel-body {
        padding: 0 18px 20px;
    }
}

@media (max-width: 575.98px) {
    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master {
        padding-top: 220px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master::after {
        top: 194px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-image {
        height: 220px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-container {
        padding-top: 38px;
        padding-bottom: 90px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master h1 {
        font-size: clamp(1.78rem, 9.9vw, 2.5rem);
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-copy {
        font-size: 13px;
    }

    body.tecnisat-home .tecnisat-trust-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.tecnisat-home .tecnisat-trust-item,
    body.tecnisat-home .tecnisat-trust-item:nth-child(2),
    body.tecnisat-home .tecnisat-trust-item:nth-child(-n + 2),
    body.tecnisat-home .tecnisat-trust-item:last-child {
        min-height: 108px;
        padding: 20px;
    }

    body.tecnisat-home .tecnisat-coverage-summary {
        gap: 8px;
    }

    body.tecnisat-home .tecnisat-coverage-summary span {
        width: 100%;
        justify-content: center;
    }

    body.tecnisat-home .tecnisat-coverage-panel {
        border-radius: 20px;
    }

    body.tecnisat-home .tecnisat-coverage-panel-number {
        width: 36px;
        height: 36px;
        border-radius: 12px;
    }

    body.tecnisat-home .tecnisat-coverage-panel-title {
        font-size: 16px;
    }

    body.tecnisat-home .tecnisat-coverage-panel-body .tecnisat-coverage-chip {
        flex: 1 1 calc(50% - 8px);
        min-width: 0;
        justify-content: center;
        text-align: center;
        white-space: normal;
    }
}

@media (max-width: 390px) {
    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master h1 {
        font-size: clamp(1.68rem, 9.5vw, 2.16rem);
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-primary {
        padding-right: 34px !important;
        padding-left: 58px !important;
    }

    body.tecnisat-home .tecnisat-coverage-panel-body .tecnisat-coverage-chip {
        flex-basis: 100%;
    }
}

/* Home hero anti-overlap refinement */
body.tecnisat-home .tecnisat-hero.tecnisat-hero-master {
    display: flex;
    flex-direction: column;
    min-height: clamp(790px, 100svh, 920px);
    overflow: hidden;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-container {
    flex: 1 1 auto;
    min-height: auto;
    align-items: center;
    padding-top: clamp(112px, 12svh, 148px);
    padding-bottom: clamp(46px, 6svh, 72px);
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-content {
    width: min(50%, 660px);
    max-width: 660px;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master h1 {
    max-width: 660px;
    font-size: clamp(38px, 4vw, 64px);
    line-height: .94;
    letter-spacing: -.04em;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-service-line {
    margin-top: clamp(16px, 2vw, 20px);
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-copy {
    max-width: 560px;
    margin-top: clamp(16px, 2vw, 20px);
    line-height: 1.64;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-actions {
    margin-top: clamp(24px, 3vw, 30px);
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-benefits {
    max-width: 610px;
    margin-top: clamp(24px, 3vw, 30px);
    margin-bottom: 0;
    gap: 14px;
}

body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-trust {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 4;
    margin: 0;
    padding: 0 0 clamp(30px, 4svh, 48px);
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, .58) 100%);
}

body.tecnisat-home .tecnisat-trust {
    margin-top: 0;
    padding: 0;
}

body.tecnisat-home .tecnisat-trust-grid {
    max-width: 1120px;
    gap: 14px;
}

body.tecnisat-home .tecnisat-trust-item,
body.tecnisat-home .tecnisat-trust-item:nth-child(2),
body.tecnisat-home .tecnisat-trust-item:nth-child(-n + 2),
body.tecnisat-home .tecnisat-trust-item:last-child {
    min-height: 118px;
    padding: 22px 20px;
    gap: 15px;
    border-radius: 22px;
    box-shadow:
        0 18px 48px rgba(var(--tecnisat-dark-rgb), .115),
        inset 0 1px 0 rgba(255, 255, 255, .92);
}

body.tecnisat-home .tecnisat-trust-number {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
}

@media (max-width: 1199.98px) {
    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master {
        min-height: clamp(780px, 100svh, 900px);
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-content {
        width: min(54%, 610px);
        max-width: 610px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master h1 {
        font-size: clamp(38px, 4.4vw, 58px);
    }
}

@media (max-width: 991.98px) {
    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master {
        min-height: 0;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-container {
        padding-top: 112px;
        padding-bottom: 48px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-content {
        width: min(62%, 560px);
        max-width: 560px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master h1 {
        font-size: clamp(36px, 5vw, 50px);
        line-height: .96;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-trust {
        bottom: auto;
        padding-bottom: 46px;
    }

    body.tecnisat-home .tecnisat-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master {
        display: block;
        min-height: 0;
        padding-top: 232px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master::after {
        top: 206px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-image {
        height: 232px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-container {
        padding-top: 34px;
        padding-bottom: 38px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-content {
        width: 100%;
        max-width: 590px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master h1 {
        max-width: 570px;
        font-size: clamp(31px, 8.2vw, 44px);
        line-height: .98;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-benefits {
        grid-template-columns: 1fr;
        max-width: 440px;
        margin-top: 24px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-trust {
        position: relative;
        margin: 0;
        padding: 0 0 44px;
        background: linear-gradient(180deg, transparent 0%, #ffffff 76%);
    }
}

@media (max-width: 575.98px) {
    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master {
        padding-top: 210px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master::after {
        top: 186px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-image {
        height: 210px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-container {
        padding-top: 30px;
        padding-bottom: 34px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master h1 {
        font-size: clamp(28px, 8.8vw, 38px);
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-service-line {
        margin-top: 14px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-copy {
        margin-top: 16px;
        line-height: 1.58;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-actions {
        margin-top: 22px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-benefits {
        margin-top: 22px;
    }

    body.tecnisat-home .tecnisat-trust-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.tecnisat-home .tecnisat-trust-item,
    body.tecnisat-home .tecnisat-trust-item:nth-child(2),
    body.tecnisat-home .tecnisat-trust-item:nth-child(-n + 2),
    body.tecnisat-home .tecnisat-trust-item:last-child {
        min-height: 100px;
        padding: 19px 18px;
    }
}

@media (max-width: 390px) {
    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master h1 {
        font-size: clamp(27px, 8.4vw, 34px);
    }
}

/* Home visual 2B: full width residential feature */
body.tecnisat-home .tecnisat-residential {
    position: relative;
    min-height: clamp(560px, 64vw, 680px);
    display: flex;
    align-items: center;
    width: 100%;
    padding: clamp(86px, 9vw, 132px) 0;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(90deg, rgba(var(--tecnisat-dark-rgb), .96) 0%, rgba(var(--tecnisat-dark-rgb), .88) 34%, rgba(var(--tecnisat-dark-rgb), .55) 57%, rgba(var(--tecnisat-dark-rgb), .1) 82%),
        linear-gradient(180deg, rgba(var(--tecnisat-dark-rgb), .12) 0%, rgba(var(--tecnisat-dark-rgb), .34) 100%),
        url("media/tecnisat/hero/instalacion-antena-valencia.webp") center right / cover no-repeat;
}

body.tecnisat-home .tecnisat-residential::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 16% 20%, rgba(var(--tecnisat-aqua-rgb), .22), transparent 28%),
        linear-gradient(90deg, rgba(255, 255, 255, .055) 0 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, .045) 0 1px, transparent 1px);
    background-size: auto, 74px 74px, 74px 74px;
    opacity: .72;
    pointer-events: none;
}

body.tecnisat-home .tecnisat-residential > .container {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 48px));
}

body.tecnisat-home .tecnisat-residential-card {
    display: block;
    min-height: 0;
    max-width: 590px;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.tecnisat-home .tecnisat-residential-media {
    display: none;
}

body.tecnisat-home .tecnisat-residential-content {
    position: relative;
    max-width: 590px;
    padding: clamp(32px, 4vw, 48px);
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .22);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(var(--tecnisat-dark-rgb), .5), rgba(var(--tecnisat-dark-rgb), .18));
    box-shadow:
        0 28px 90px rgba(0, 0, 0, .25),
        inset 0 1px 0 rgba(255, 255, 255, .12);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

body.tecnisat-home .tecnisat-residential-content .tecnisat-section-kicker {
    color: var(--tecnisat-aqua);
}

body.tecnisat-home .tecnisat-residential-content h2 {
    max-width: 540px;
    color: var(--tecnisat-white);
    font-size: clamp(2.35rem, 4.4vw, 4.25rem);
    line-height: .96;
    letter-spacing: -.045em;
}

body.tecnisat-home .tecnisat-residential-content > p {
    max-width: 520px;
    color: rgba(255, 255, 255, .82);
    opacity: 1;
    font-size: 16px;
    line-height: 1.72;
}

body.tecnisat-home .tecnisat-residential-content ul {
    gap: 13px;
    margin: 30px 0 34px;
}

body.tecnisat-home .tecnisat-residential-content li {
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    letter-spacing: .005em;
}

body.tecnisat-home .tecnisat-residential-content li::before {
    border-color: var(--tecnisat-aqua);
    filter: drop-shadow(0 0 8px rgba(var(--tecnisat-aqua-rgb), .38));
}

body.tecnisat-home .tecnisat-residential-content .btn {
    align-self: flex-start;
    color: var(--tecnisat-dark);
    background-color: var(--tecnisat-aqua);
    box-shadow: 0 16px 34px rgba(var(--tecnisat-aqua-rgb), .22);
}

body.tecnisat-home .tecnisat-residential-content .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 48px rgba(var(--tecnisat-aqua-rgb), .3);
}

@media (max-width: 991.98px) {
    body.tecnisat-home .tecnisat-residential {
        min-height: 0;
        padding: 88px 0;
        background:
            linear-gradient(90deg, rgba(var(--tecnisat-dark-rgb), .97) 0%, rgba(var(--tecnisat-dark-rgb), .88) 48%, rgba(var(--tecnisat-dark-rgb), .48) 100%),
            url("media/tecnisat/hero/instalacion-antena-valencia.webp") 62% center / cover no-repeat;
    }

    body.tecnisat-home .tecnisat-residential-card,
    body.tecnisat-home .tecnisat-residential-content {
        max-width: 600px;
    }
}

@media (max-width: 767.98px) {
    body.tecnisat-home .tecnisat-residential {
        padding: 74px 0;
        background:
            linear-gradient(180deg, rgba(var(--tecnisat-dark-rgb), .94) 0%, rgba(var(--tecnisat-dark-rgb), .9) 54%, rgba(var(--tecnisat-dark-rgb), .76) 100%),
            url("media/tecnisat/hero/instalacion-antena-valencia.webp") 68% center / cover no-repeat;
    }

    body.tecnisat-home .tecnisat-residential > .container {
        width: min(100% - 34px, 560px);
    }

    body.tecnisat-home .tecnisat-residential-content {
        padding: 30px 24px;
        border-radius: 24px;
    }

    body.tecnisat-home .tecnisat-residential-content h2 {
        font-size: clamp(2rem, 9vw, 2.75rem);
    }

    body.tecnisat-home .tecnisat-residential-content > p {
        font-size: 14px;
    }
}

@media (max-width: 390px) {
    body.tecnisat-home .tecnisat-residential {
        padding: 64px 0;
    }

body.tecnisat-home .tecnisat-residential-content {
        padding: 28px 20px;
    }
}

/* Formulario 1A.3: selectable chips UX */
body .tecnisat-lead-section .tecnisat-lead-helper {
    margin: -8px 0 16px;
    color: rgba(var(--tecnisat-dark-rgb), .56);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

body .tecnisat-lead-section .tecnisat-lead-step[data-choice-invalid='true'] {
    border-color: rgba(191, 63, 63, .38);
    box-shadow:
        0 16px 38px rgba(191, 63, 63, .075),
        0 0 0 4px rgba(191, 63, 63, .055);
}

body .tecnisat-lead-section .tecnisat-lead-choice-error {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 9px 12px;
    border: 1px solid rgba(191, 63, 63, .18);
    border-radius: 999px;
    background-color: rgba(191, 63, 63, .065);
    color: #9f3232;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.25;
}

body .tecnisat-lead-section .tecnisat-lead-choice-error::before {
    content: '';
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background-color: #bf3f3f;
    box-shadow: 0 0 0 5px rgba(191, 63, 63, .11);
}

body .tecnisat-lead-section .tecnisat-lead-choice-error[hidden] {
    display: none;
}

body .tecnisat-lead-section .tecnisat-lead-option span {
    isolation: isolate;
    overflow: hidden;
    border-color: rgba(var(--tecnisat-dark-rgb), .14);
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfefe 100%);
}

body .tecnisat-lead-section .tecnisat-lead-option span::before {
    content: '';
    width: 0;
    height: 0;
    margin-right: 0;
    border-radius: 50%;
    opacity: 0;
    transform: scale(.45);
    transition: width .2s ease, height .2s ease, margin-right .2s ease, opacity .2s ease, transform .2s ease;
}

body .tecnisat-lead-section .tecnisat-lead-option:hover span {
    border-color: rgba(var(--tecnisat-aqua-rgb), .82);
    background:
        linear-gradient(180deg, rgba(var(--tecnisat-aqua-rgb), .13) 0%, rgba(255, 255, 255, .96) 100%);
    box-shadow:
        0 14px 32px rgba(var(--tecnisat-aqua-rgb), .16),
        0 0 0 4px rgba(var(--tecnisat-aqua-rgb), .07);
    transform: translateY(-2px);
}

body .tecnisat-lead-section .tecnisat-lead-option input[type='radio']:checked + span {
    border-color: var(--tecnisat-aqua);
    background:
        linear-gradient(135deg, var(--tecnisat-aqua) 0%, #89dfe0 100%);
    color: var(--tecnisat-dark);
    box-shadow:
        0 18px 42px rgba(var(--tecnisat-aqua-rgb), .34),
        0 0 0 5px rgba(var(--tecnisat-aqua-rgb), .16),
        inset 0 0 0 1px rgba(255, 255, 255, .5);
    transform: translateY(-1px);
}

body .tecnisat-lead-section .tecnisat-lead-option input[type='radio']:checked + span::before {
    content: '';
    display: inline-flex;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    opacity: 1;
    border-radius: 50%;
    background:
        linear-gradient(135deg, var(--tecnisat-dark) 0%, #242423 100%);
    box-shadow:
        inset 0 0 0 5px var(--tecnisat-dark),
        inset 0 0 0 7px var(--tecnisat-aqua),
        0 6px 14px rgba(var(--tecnisat-dark-rgb), .18);
    transform: scale(1);
}

body .tecnisat-lead-section .tecnisat-lead-option input[type='radio']:focus-visible + span {
    outline: 3px solid rgba(var(--tecnisat-aqua-rgb), .5);
    outline-offset: 4px;
    box-shadow:
        0 0 0 5px rgba(var(--tecnisat-aqua-rgb), .13),
        0 16px 34px rgba(var(--tecnisat-dark-rgb), .07);
}

body .tecnisat-lead-section .tecnisat-lead-option input[type='radio'][aria-invalid='true'] + span {
    border-color: rgba(191, 63, 63, .42);
}

@media (max-width: 575.98px) {
    body .tecnisat-lead-section .tecnisat-lead-helper {
        margin-top: -6px;
        margin-bottom: 14px;
    }

    body .tecnisat-lead-section .tecnisat-lead-option input[type='radio']:checked + span::before {
        width: 16px;
        height: 16px;
        margin-right: 7px;
    }
}

body.tecnisat-home.tecnisat-local-page .tecnisat-lead-section .tecnisat-lead-option input[type='radio']:checked + span {
    border: 1px solid var(--tecnisat-aqua) !important;
    border-color: var(--tecnisat-aqua) !important;
    background:
        linear-gradient(135deg, var(--tecnisat-aqua) 0%, #89dfe0 100%) !important;
    background-color: var(--tecnisat-aqua) !important;
    color: var(--tecnisat-dark) !important;
    box-shadow:
        0 18px 42px rgba(var(--tecnisat-aqua-rgb), .34),
        0 0 0 5px rgba(var(--tecnisat-aqua-rgb), .16),
        inset 0 0 0 1px rgba(255, 255, 255, .5) !important;
    filter: drop-shadow(0 10px 18px rgba(var(--tecnisat-aqua-rgb), .14));
}

/* Fase responsive mobile: compactar el ritmo vertical sin tocar estructura HTML */
@media (max-width: 991.98px) {
    .tecnisat-section-heading {
        margin-bottom: 36px;
    }

    body.tecnisat-home .tecnisat-premium,
    .tecnisat-services,
    body.tecnisat-home .tecnisat-locations,
    body.tecnisat-home .tecnisat-residential,
    .tecnisat-blog,
    .tecnisat-faq,
    body .tecnisat-lead-section,
    .tecnisat-local-intro,
    .tecnisat-local-services,
    .tecnisat-local-zones,
    .tecnisat-local-technical,
    .tecnisat-local-accordion,
    .tecnisat-local-problems,
    .tecnisat-local-residential {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .tecnisat-final-cta {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    body > footer.tecnisat-footer {
        padding-top: 60px;
    }

    .tecnisat-footer-grid {
        padding-bottom: 34px;
    }

    .tecnisat-footer-locations {
        padding-top: 22px;
        padding-bottom: 28px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-container {
        padding-bottom: 40px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-trust {
        padding-bottom: 40px;
    }

    body.tecnisat-local-page .tecnisat-local-hero,
    body.tecnisat-local-page .tecnisat-local-hero .tecnisat-hero-container {
        min-height: auto;
    }

    body.tecnisat-local-page .tecnisat-local-hero .tecnisat-hero-container {
        padding-top: 112px;
        padding-bottom: 64px;
    }

    .tecnisat-locations-layout,
    .tecnisat-faq-layout {
        gap: 34px;
    }

    body .tecnisat-lead-section .tecnisat-lead-card {
        padding: 34px 28px;
    }
}

@media (max-width: 767.98px) {
    .tecnisat-section-heading {
        margin-bottom: 28px;
    }

    .tecnisat-section-kicker {
        margin-bottom: 12px;
    }

    .tecnisat-section-heading > p:last-child {
        margin-top: 14px;
    }

    body.tecnisat-home .tecnisat-premium,
    .tecnisat-services,
    body.tecnisat-home .tecnisat-locations,
    .tecnisat-blog,
    .tecnisat-faq,
    body .tecnisat-lead-section,
    .tecnisat-local-intro,
    .tecnisat-local-services,
    .tecnisat-local-zones,
    .tecnisat-local-technical,
    .tecnisat-local-accordion,
    .tecnisat-local-problems,
    .tecnisat-local-residential {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    body.tecnisat-home .tecnisat-locations {
        padding-top: 52px;
    }

    body.tecnisat-home .tecnisat-residential {
        min-height: 0;
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .tecnisat-final-cta {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master,
    body.tecnisat-local-page .tecnisat-local-hero.tecnisat-hero-master {
        padding-top: 218px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-image,
    body.tecnisat-local-page .tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-image {
        height: 218px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-container {
        padding-top: 28px;
        padding-bottom: 30px;
    }

    body.tecnisat-local-page .tecnisat-local-hero .tecnisat-hero-container {
        padding-top: 34px;
        padding-bottom: 52px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-actions,
    body.tecnisat-local-page .tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-actions {
        margin-top: 22px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-benefits,
    body.tecnisat-local-page .tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-benefits {
        margin-top: 22px;
        gap: 10px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-trust {
        padding-bottom: 34px;
    }

    body.tecnisat-home .tecnisat-trust-item,
    body.tecnisat-home .tecnisat-trust-item:nth-child(2),
    body.tecnisat-home .tecnisat-trust-item:nth-child(-n + 2),
    body.tecnisat-home .tecnisat-trust-item:last-child {
        min-height: 92px;
        padding: 18px 16px;
    }

    .tecnisat-services-grid,
    .tecnisat-blog-grid,
    .tecnisat-local-services-grid,
    .tecnisat-local-problems-grid,
    .tecnisat-local-technical-grid,
    .tecnisat-local-zone-groups {
        gap: 18px;
    }

    .tecnisat-service-card-content,
    .tecnisat-service-card-compact {
        padding: 24px;
    }

    .tecnisat-locations-layout,
    .tecnisat-faq-layout {
        gap: 26px;
    }

    .tecnisat-coverage-summary {
        margin-top: 16px;
    }

    .tecnisat-coverage-accordion {
        gap: 10px;
    }

    .tecnisat-coverage-panel summary {
        min-height: 64px;
        padding: 14px 16px;
    }

    .tecnisat-coverage-panel-body {
        padding: 0 16px 16px;
    }

    body .tecnisat-lead-section .tecnisat-lead-card {
        padding: 30px 20px;
    }

    body .tecnisat-lead-section .tecnisat-lead-intro {
        margin-bottom: 24px;
        padding-bottom: 22px;
    }

    body .tecnisat-lead-section .tecnisat-lead-step {
        padding: 20px 16px;
    }

    body .tecnisat-lead-section .tecnisat-lead-bottom {
        padding-top: 18px;
    }
}

@media (max-width: 575.98px) {
    body.tecnisat-home .tecnisat-premium,
    .tecnisat-services,
    body.tecnisat-home .tecnisat-locations,
    .tecnisat-blog,
    .tecnisat-faq,
    body .tecnisat-lead-section,
    .tecnisat-local-intro,
    .tecnisat-local-services,
    .tecnisat-local-zones,
    .tecnisat-local-technical,
    .tecnisat-local-accordion,
    .tecnisat-local-problems,
    .tecnisat-local-residential {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    body.tecnisat-home .tecnisat-locations {
        padding-top: 46px;
    }

    body.tecnisat-home .tecnisat-residential {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .tecnisat-final-cta {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    body > footer.tecnisat-footer {
        padding-top: 44px;
    }

    .tecnisat-footer-grid {
        padding-bottom: 24px;
    }

    .tecnisat-footer-locations {
        padding-top: 18px;
        padding-bottom: 22px;
    }

    .tecnisat-footer-bar {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master,
    body.tecnisat-local-page .tecnisat-local-hero.tecnisat-hero-master {
        padding-top: 196px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-image,
    body.tecnisat-local-page .tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-image {
        height: 196px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-container {
        padding-top: 26px;
        padding-bottom: 28px;
    }

    body.tecnisat-local-page .tecnisat-local-hero .tecnisat-hero-container {
        padding-top: 30px;
        padding-bottom: 46px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-trust {
        padding-bottom: 30px;
    }

    body.tecnisat-home .tecnisat-trust-item,
    body.tecnisat-home .tecnisat-trust-item:nth-child(2),
    body.tecnisat-home .tecnisat-trust-item:nth-child(-n + 2),
    body.tecnisat-home .tecnisat-trust-item:last-child {
        min-height: auto;
        padding: 16px;
    }

    body .tecnisat-lead-section .tecnisat-lead-card {
        padding: 24px 16px;
    }

    body .tecnisat-lead-section .tecnisat-lead-intro {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    body .tecnisat-lead-section .tecnisat-lead-step {
        padding: 18px 14px;
    }

    body .tecnisat-lead-section .tecnisat-lead-bottom {
        padding-top: 16px;
    }
}

@media (max-width: 430px) {
    body.tecnisat-home .tecnisat-premium,
    .tecnisat-services,
    body.tecnisat-home .tecnisat-locations,
    .tecnisat-blog,
    .tecnisat-faq,
    body .tecnisat-lead-section,
    .tecnisat-local-intro,
    .tecnisat-local-services,
    .tecnisat-local-zones,
    .tecnisat-local-technical,
    .tecnisat-local-accordion,
    .tecnisat-local-problems,
    .tecnisat-local-residential {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    body.tecnisat-home .tecnisat-residential,
    .tecnisat-final-cta {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .tecnisat-section-heading {
        margin-bottom: 24px;
    }

    .tecnisat-services-grid,
    .tecnisat-blog-grid,
    .tecnisat-local-services-grid,
    .tecnisat-local-problems-grid,
    .tecnisat-local-technical-grid,
    .tecnisat-local-zone-groups,
    body .tecnisat-lead-section .tecnisat-lead-form {
        gap: 14px;
    }
}

@media (max-width: 390px) {
    body.tecnisat-home .tecnisat-premium,
    .tecnisat-services,
    body.tecnisat-home .tecnisat-locations,
    body.tecnisat-home .tecnisat-residential,
    .tecnisat-blog,
    .tecnisat-faq,
    body .tecnisat-lead-section,
    .tecnisat-local-intro,
    .tecnisat-local-services,
    .tecnisat-local-zones,
    .tecnisat-local-technical,
    .tecnisat-local-accordion,
    .tecnisat-local-problems,
    .tecnisat-local-residential,
    .tecnisat-final-cta {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    body > footer.tecnisat-footer {
        padding-top: 38px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master,
    body.tecnisat-local-page .tecnisat-local-hero.tecnisat-hero-master {
        padding-top: 188px;
    }

    body.tecnisat-home .tecnisat-hero.tecnisat-hero-master .tecnisat-hero-image,
    body.tecnisat-local-page .tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-image {
        height: 188px;
    }

    body.tecnisat-local-page .tecnisat-local-hero .tecnisat-hero-container {
        padding-top: 26px;
        padding-bottom: 40px;
    }
}


/* TECNISAT expansion 95 localities nav */
.tecnisat-header .tecnisat-nav-localities {
    position: relative;
}

.tecnisat-header .tecnisat-nav-localities-panel {
    width: min(760px, calc(100vw - 40px));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 18px;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .22);
    border-radius: 18px;
    background: rgba(var(--tecnisat-dark-rgb), .98);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .24);
}

.tecnisat-header .tecnisat-nav-localities-panel::before {
    display: none;
}

.tecnisat-header .tecnisat-nav-localities-panel > li {
    min-width: 0;
    padding: 0;
}

.tecnisat-header .tecnisat-nav-localities-panel strong,
.tecnisat-header .tecnisat-nav-localities-panel a {
    display: block;
}

.tecnisat-header .tecnisat-nav-localities-panel strong {
    margin: 0 0 8px;
    color: var(--tecnisat-aqua);
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tecnisat-header .tecnisat-nav-localities-panel a {
    padding: 7px 0;
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
    line-height: 1.25;
}

.tecnisat-header .tecnisat-nav-localities-panel a:hover {
    color: var(--tecnisat-aqua);
}

.tecnisat-header .tecnisat-nav-localities-overview {
    grid-column: 1 / -1;
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.tecnisat-header .tecnisat-nav-localities-overview a {
    display: inline-flex;
    width: auto;
    padding: 8px 14px;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .32);
    border-radius: 999px;
    background: rgba(var(--tecnisat-aqua-rgb), .12);
    color: #fff;
}

@media (max-width: 991.98px) {
    .tecnisat-header .tecnisat-nav-localities-panel {
        width: 100%;
        display: block;
        padding: 8px 18px 14px;
        border: 0;
        border-radius: 0;
        background: rgba(255, 255, 255, .04);
        box-shadow: none;
    }

    .tecnisat-header .tecnisat-nav-localities-panel > li {
        padding: 10px 0;
    }

    .tecnisat-header .tecnisat-nav-localities-panel a {
        padding: 7px 0;
        font-size: 14px;
    }
}

/* TECNISAT mobile conversion bar */
.tecnisat-mobile-cta,
.tecnisat-mobile-sticky-cta {
    display: none;
}

@media (max-width: 767.98px) {
    body.tecnisat-mobile-cta-active {
        padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
    }

    .tecnisat-mobile-cta,
    .tecnisat-mobile-sticky-cta {
        position: fixed;
        z-index: 10050;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
        gap: 6px;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        padding: 6px 8px calc(6px + env(safe-area-inset-bottom, 0px));
        border-top: 1px solid rgba(105, 194, 195, .32);
        background: rgba(245, 247, 248, .96);
        box-shadow: 0 -12px 32px rgba(60, 60, 59, .16);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .tecnisat-mobile-cta__button {
        min-width: 0;
        height: 44px;
        min-height: 44px;
        box-sizing: border-box;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 0 10px;
        border: 1px solid transparent;
        border-radius: 12px;
        font-size: 12px;
        font-weight: 800;
        line-height: 1;
        letter-spacing: .045em;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
        touch-action: manipulation;
        transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
    }

    .tecnisat-mobile-cta__button--call {
        border-color: rgba(255, 255, 255, .12);
        background: #3c3c3b;
        color: #fff;
    }

    .tecnisat-mobile-call {
        background: #3c3c3b;
        color: #fff;
    }

    .tecnisat-mobile-cta__button--whatsapp {
        border-color: rgba(60, 60, 59, .12);
        background: #69c2c3;
        color: #242423;
    }

    .tecnisat-mobile-whatsapp {
        background: #69c2c3;
        color: #242423;
    }

    .tecnisat-mobile-cta__button img {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        object-fit: contain;
    }

    .tecnisat-mobile-cta__button:hover,
    .tecnisat-mobile-cta__button:focus-visible {
        transform: translateY(-1px);
        border-color: rgba(105, 194, 195, .82);
        box-shadow: 0 8px 22px rgba(60, 60, 59, .18), 0 0 0 3px rgba(105, 194, 195, .16);
    }

    .tecnisat-mobile-cta__button:focus-visible {
        outline: 2px solid #fff;
        outline-offset: -4px;
    }
}

@media (max-width: 359.98px) {
    .tecnisat-mobile-cta,
    .tecnisat-mobile-sticky-cta {
        gap: 6px;
        padding-right: 7px;
        padding-left: 7px;
    }

    .tecnisat-mobile-cta__button {
        gap: 5px;
        padding-right: 7px;
        padding-left: 7px;
        font-size: 11px;
        letter-spacing: .02em;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tecnisat-mobile-cta__button {
        transition: none;
    }
}

@media print {
    .tecnisat-mobile-cta,
    .tecnisat-mobile-sticky-cta {
        display: none !important;
    }
}


/* TECNISAT BLOG ARTICLE PAGES */
body.tecnisat-blog-article-page{background:var(--tecnisat-light)}
.tecnisat-blog-article-hero{padding:156px 0 78px;overflow:hidden;background:linear-gradient(135deg,#292928 0%,var(--tecnisat-dark) 62%,#345f60 145%);color:#fff}
.tecnisat-blog-breadcrumb{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:34px;color:rgba(255,255,255,.66);font-size:12px}
.tecnisat-blog-breadcrumb a{color:rgba(255,255,255,.82)}.tecnisat-blog-breadcrumb a:hover{color:var(--tecnisat-aqua)}
.tecnisat-blog-article-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(38px,6vw,84px);align-items:center}
.tecnisat-blog-article-hero h1{max-width:820px;margin:14px 0 24px;color:#fff;font-family:inherit;font-size:clamp(40px,5vw,70px);font-weight:800;line-height:.98;letter-spacing:-.045em}
.tecnisat-blog-article-lead{max-width:760px;color:rgba(255,255,255,.82);font-size:18px;line-height:1.72}
.tecnisat-blog-article-meta{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:28px;color:rgba(255,255,255,.62);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.tecnisat-blog-article-hero figure{overflow:hidden;margin:0;border:1px solid rgba(105,194,195,.34);border-radius:24px;box-shadow:0 26px 70px rgba(0,0,0,.3)}
.tecnisat-blog-article-hero figure img{width:100%;aspect-ratio:4/3;display:block;object-fit:cover}
.tecnisat-blog-article-shell{padding:88px 0 96px}.tecnisat-blog-article-layout{display:grid;grid-template-columns:250px minmax(0,820px);gap:clamp(34px,5vw,70px);justify-content:center;align-items:start}
.tecnisat-blog-article-toc{position:sticky;top:108px;padding:24px;border:1px solid rgba(105,194,195,.25);border-radius:18px;background:#fff;box-shadow:0 16px 38px rgba(60,60,59,.07)}
.tecnisat-blog-article-toc>span{display:block;margin-bottom:14px;color:#397f80;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.tecnisat-blog-article-toc ol{margin:0;padding-left:20px}.tecnisat-blog-article-toc li+li{margin-top:10px}.tecnisat-blog-article-toc a{color:rgba(60,60,59,.76);font-size:13px;line-height:1.45}.tecnisat-blog-article-toc a:hover,.tecnisat-blog-article-toc a:focus-visible{color:#397f80}
.tecnisat-blog-article-content{padding:clamp(30px,5vw,62px);border:1px solid rgba(60,60,59,.08);border-radius:24px;background:#fff;box-shadow:0 20px 56px rgba(60,60,59,.08)}
.tecnisat-blog-article-content section{scroll-margin-top:105px}.tecnisat-blog-article-content section+section{margin-top:54px;padding-top:48px;border-top:1px solid rgba(60,60,59,.1)}
.tecnisat-blog-article-content h2{margin:0 0 22px;color:var(--tecnisat-dark);font-size:clamp(27px,3vw,38px);line-height:1.14}.tecnisat-blog-article-content h3{margin:30px 0 10px;color:var(--tecnisat-dark);font-size:20px}
.tecnisat-blog-article-content p,.tecnisat-blog-article-content li{color:#555;font-size:16px;line-height:1.82}.tecnisat-blog-article-content p+p{margin-top:18px}.tecnisat-blog-article-content ol,.tecnisat-blog-article-content ul{margin:20px 0 0;padding-left:24px}.tecnisat-blog-article-content a:not(.btn){color:#397f80;text-decoration:underline;text-decoration-color:rgba(105,194,195,.55);text-underline-offset:3px}
.tecnisat-blog-inline-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;margin-top:58px;padding:30px;border-radius:18px;background:var(--tecnisat-dark);color:#fff}.tecnisat-blog-inline-cta span{color:var(--tecnisat-aqua);font-size:10px;font-weight:800;letter-spacing:.12em}.tecnisat-blog-inline-cta h2{margin:8px 0;color:#fff;font-size:25px}.tecnisat-blog-inline-cta p{color:rgba(255,255,255,.72);font-size:14px;line-height:1.6}.tecnisat-blog-inline-cta>div:last-child{display:grid;gap:12px;text-align:center}.tecnisat-blog-inline-cta .btn{background:var(--tecnisat-aqua);color:var(--tecnisat-dark)}.tecnisat-blog-inline-cta>div:last-child>a:last-child{color:#fff;font-size:13px;font-weight:700}
.tecnisat-blog-article-faq{padding:94px 0;background:#fff}.tecnisat-blog-article-faq-grid{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:clamp(36px,6vw,86px);align-items:start}
.tecnisat-blog-related{padding:92px 0 100px;background:var(--tecnisat-light)}.tecnisat-blog-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.tecnisat-blog-related-grid article{padding:26px;border:1px solid rgba(105,194,195,.24);border-radius:16px;background:#fff;box-shadow:0 14px 36px rgba(60,60,59,.06)}.tecnisat-blog-related-grid span{color:#397f80;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.tecnisat-blog-related-grid h3{margin:12px 0 20px;color:var(--tecnisat-dark);font-size:19px;line-height:1.35}.tecnisat-blog-related-grid a{color:#397f80;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
@media(max-width:991.98px){.tecnisat-blog-article-hero{padding-top:132px}.tecnisat-blog-article-hero-grid,.tecnisat-blog-article-layout,.tecnisat-blog-article-faq-grid{grid-template-columns:1fr}.tecnisat-blog-article-toc{position:static;top:auto}}
@media(max-width:767.98px){.tecnisat-blog-article-hero{padding:112px 0 54px}.tecnisat-blog-breadcrumb{margin-bottom:24px}.tecnisat-blog-article-hero-grid{gap:30px}.tecnisat-blog-article-hero h1{font-size:clamp(34px,11vw,48px);line-height:1.02}.tecnisat-blog-article-lead{font-size:16px}.tecnisat-blog-article-shell,.tecnisat-blog-article-faq,.tecnisat-blog-related{padding-top:56px;padding-bottom:60px}.tecnisat-blog-article-content{padding:26px 20px;border-radius:18px}.tecnisat-blog-article-content section+section{margin-top:40px;padding-top:36px}.tecnisat-blog-inline-cta{grid-template-columns:1fr;padding:24px 20px}.tecnisat-blog-inline-cta .btn{width:100%}.tecnisat-blog-related-grid{grid-template-columns:1fr}}

/* TECNISAT COVERAGE PANEL UX - START */
body.tecnisat-home .tecnisat-locations {
    padding: clamp(54px, 6vw, 82px) 0;
}

body.tecnisat-home .tecnisat-locations > .container {
    position: relative;
    z-index: 1;
}

body.tecnisat-home .tecnisat-locations .tecnisat-section-heading {
    position: static;
    top: auto;
    max-width: 1040px;
    margin: 0 0 clamp(24px, 3vw, 34px);
}

body.tecnisat-home .tecnisat-locations-heading > p {
    max-width: 820px;
    margin-bottom: 0;
}

body.tecnisat-home .tecnisat-coverage-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(var(--tecnisat-dark-rgb), .1);
}

body.tecnisat-home .tecnisat-coverage-summary span {
    position: relative;
    width: auto;
    min-height: 0;
    padding: 0 0 0 13px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(var(--tecnisat-dark-rgb), .7);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .085em;
    line-height: 1.5;
}

body.tecnisat-home .tecnisat-coverage-summary span::before {
    content: '';
    position: absolute;
    top: .48em;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--tecnisat-aqua);
    box-shadow: 0 0 0 3px rgba(var(--tecnisat-aqua-rgb), .13);
}

body.tecnisat-home .tecnisat-coverage-accordion {
    display: block;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(var(--tecnisat-dark-rgb), .14);
    border-top: 3px solid var(--tecnisat-aqua);
    border-radius: 16px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 22px 58px rgba(var(--tecnisat-dark-rgb), .09);
}

body.tecnisat-home .tecnisat-coverage-panel {
    position: relative;
    margin: 0;
    overflow: visible;
    border: 0;
    border-bottom: 1px solid rgba(var(--tecnisat-dark-rgb), .1);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    transition: background-color .2s ease;
}

body.tecnisat-home .tecnisat-coverage-panel:last-child {
    border-bottom: 0;
}

body.tecnisat-home .tecnisat-coverage-panel:hover,
body.tecnisat-home .tecnisat-coverage-panel[open] {
    border-color: rgba(var(--tecnisat-dark-rgb), .1);
    background: linear-gradient(90deg, rgba(var(--tecnisat-aqua-rgb), .065), rgba(255, 255, 255, 0) 44%);
    box-shadow: none;
    transform: none;
}

body.tecnisat-home .tecnisat-coverage-panel summary {
    position: relative;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto 28px;
    gap: 14px;
    align-items: center;
    min-height: 60px;
    padding: 10px 22px;
    cursor: pointer;
    list-style: none;
    transition: background-color .2s ease, color .2s ease;
}

body.tecnisat-home .tecnisat-coverage-panel summary:hover {
    background: rgba(var(--tecnisat-aqua-rgb), .05);
}

body.tecnisat-home .tecnisat-coverage-panel[open] summary {
    border-bottom: 1px solid rgba(var(--tecnisat-dark-rgb), .08);
}

body.tecnisat-home .tecnisat-coverage-panel summary::-webkit-details-marker {
    display: none;
}

body.tecnisat-home .tecnisat-coverage-panel summary::after {
    content: '+';
    display: inline-grid;
    grid-column: 4;
    place-items: center;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(var(--tecnisat-dark-rgb), .15);
    border-radius: 4px;
    background: transparent;
    color: var(--tecnisat-dark);
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

body.tecnisat-home .tecnisat-coverage-panel[open] summary::after {
    content: '−';
    border-color: var(--tecnisat-aqua);
    background: var(--tecnisat-aqua);
    transform: none;
}

body.tecnisat-home .tecnisat-coverage-panel summary:focus-visible {
    z-index: 1;
    outline: 0;
    box-shadow: inset 0 0 0 3px rgba(var(--tecnisat-aqua-rgb), .4);
}

body.tecnisat-home .tecnisat-coverage-panel-number {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #397f80;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    line-height: 1;
}

body.tecnisat-home .tecnisat-coverage-panel-title {
    color: var(--tecnisat-dark);
    font-size: clamp(15px, 1.35vw, 18px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.015em;
}

body.tecnisat-home .tecnisat-coverage-panel-count {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 9px;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .3);
    border-radius: 3px;
    background: rgba(var(--tecnisat-aqua-rgb), .07);
    color: rgba(var(--tecnisat-dark-rgb), .7);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .075em;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
}

body.tecnisat-home .tecnisat-coverage-panel-body {
    padding: 15px 22px 18px 78px;
    animation: tecnisatCoverageReveal .22s ease both;
}

body.tecnisat-home .tecnisat-coverage-panel-body p {
    max-width: 900px;
    margin: 0 0 12px;
    color: #606668;
    font-size: 13px;
    line-height: 1.6;
}

body.tecnisat-home .tecnisat-coverage-panel-body .tecnisat-coverage-chips {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 24px;
}

body.tecnisat-home .tecnisat-coverage-panel-body .tecnisat-coverage-chip {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    min-height: 38px;
    padding: 7px 8px 7px 15px;
    border: 0;
    border-bottom: 1px solid rgba(var(--tecnisat-dark-rgb), .09);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: rgba(var(--tecnisat-dark-rgb), .82);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    white-space: normal;
    overflow-wrap: anywhere;
    transform: none;
    transition: color .2s ease, border-color .2s ease, padding-left .2s ease, background-color .2s ease;
}

body.tecnisat-home .tecnisat-coverage-panel-body .tecnisat-coverage-chip::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
    width: 5px;
    height: 5px;
    background: var(--tecnisat-aqua);
    transform: translateY(-50%) rotate(45deg);
}

body.tecnisat-home .tecnisat-coverage-panel-body .tecnisat-coverage-chip:hover {
    padding-left: 19px;
    border-color: rgba(var(--tecnisat-aqua-rgb), .7);
    background: linear-gradient(90deg, rgba(var(--tecnisat-aqua-rgb), .09), transparent 72%);
    box-shadow: none;
    color: #397f80;
    transform: none;
}

body.tecnisat-home .tecnisat-coverage-panel-body .tecnisat-coverage-chip:focus-visible {
    outline: 2px solid rgba(var(--tecnisat-aqua-rgb), .68);
    outline-offset: -2px;
}

@keyframes tecnisatCoverageReveal {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991.98px) {
    body.tecnisat-home .tecnisat-coverage-panel-body .tecnisat-coverage-chips {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body.tecnisat-home .tecnisat-locations {
        padding: 48px 0;
    }

    body.tecnisat-home .tecnisat-locations .tecnisat-section-heading {
        margin-bottom: 22px;
    }

    body.tecnisat-home .tecnisat-coverage-accordion {
        border-radius: 12px;
    }

    body.tecnisat-home .tecnisat-coverage-panel summary {
        grid-template-columns: 32px minmax(0, 1fr) 26px;
        grid-template-rows: auto auto;
        gap: 3px 10px;
        min-height: 58px;
        padding: 10px 14px;
    }

    body.tecnisat-home .tecnisat-coverage-panel summary::after {
        grid-column: 3;
        grid-row: 1 / span 2;
        width: 24px;
        height: 24px;
    }

    body.tecnisat-home .tecnisat-coverage-panel-number {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    body.tecnisat-home .tecnisat-coverage-panel-title {
        grid-column: 2;
        grid-row: 1;
        font-size: 15px;
    }

    body.tecnisat-home .tecnisat-coverage-panel-count {
        grid-column: 2;
        grid-row: 2;
        justify-self: start;
        min-height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
        font-size: 9px;
    }

    body.tecnisat-home .tecnisat-coverage-panel-body {
        padding: 12px 14px 14px 56px;
    }

    body.tecnisat-home .tecnisat-coverage-panel-body p {
        margin-bottom: 8px;
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {
    body.tecnisat-home .tecnisat-locations {
        padding: 44px 0;
    }

    body.tecnisat-home .tecnisat-coverage-summary {
        gap: 6px 16px;
        margin-top: 15px;
        padding-top: 12px;
    }

    body.tecnisat-home .tecnisat-coverage-summary span {
        width: auto;
        justify-content: flex-start;
        font-size: 9px;
    }

    body.tecnisat-home .tecnisat-coverage-panel-body {
        padding-left: 46px;
    }

    body.tecnisat-home .tecnisat-coverage-panel-body .tecnisat-coverage-chips {
        grid-template-columns: 1fr;
        gap: 0;
    }

    body.tecnisat-home .tecnisat-coverage-panel-body .tecnisat-coverage-chip {
        flex: none;
        min-height: 36px;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 12px;
    }
}

@media (max-width: 359.98px) {
    body.tecnisat-home .tecnisat-coverage-panel summary {
        grid-template-columns: 28px minmax(0, 1fr) 24px;
        padding-right: 10px;
        padding-left: 10px;
    }

    body.tecnisat-home .tecnisat-coverage-panel-title {
        font-size: 14px;
    }

    body.tecnisat-home .tecnisat-coverage-panel-body {
        padding-right: 10px;
        padding-left: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.tecnisat-home .tecnisat-coverage-panel,
    body.tecnisat-home .tecnisat-coverage-panel summary,
    body.tecnisat-home .tecnisat-coverage-panel summary::after,
    body.tecnisat-home .tecnisat-coverage-panel-body,
    body.tecnisat-home .tecnisat-coverage-panel-body .tecnisat-coverage-chip {
        animation: none;
        transition: none;
    }
}
/* TECNISAT COVERAGE PANEL UX - END */

/* TECNISAT MEGA MENU + COMPACT FOOTER - START */
.tecnisat-header .tecnisat-nav-localities {
    position: static;
}

.tecnisat-header .tecnisat-mega-menu {
    position: fixed;
    top: 76px;
    left: 50%;
    z-index: 9999;
    display: block !important;
    width: min(1120px, calc(100vw - 48px));
    max-height: calc(100vh - 96px);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(var(--tecnisat-dark-rgb), .14);
    border-top: 3px solid var(--tecnisat-aqua);
    border-radius: 0 0 14px 14px;
    background: rgba(255, 255, 255, .985);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -8px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    overscroll-behavior: contain;
    scrollbar-color: rgba(var(--tecnisat-aqua-rgb), .55) transparent;
    scrollbar-width: thin;
    text-align: left;
}

.tecnisat-header .tecnisat-nav-localities:hover > .tecnisat-mega-menu,
.tecnisat-header .tecnisat-nav-localities:focus-within > .tecnisat-mega-menu,
.tecnisat-header .tecnisat-nav-localities.tecnisat-mega-open > .tecnisat-mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.tecnisat-header .tecnisat-mega-menu > li {
    min-width: 0;
    padding: 0;
}

.tecnisat-header .tecnisat-mega-menu-overview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 20px !important;
    border-bottom: 1px solid rgba(var(--tecnisat-dark-rgb), .1);
    background: #f7f9f9;
}

.tecnisat-header .tecnisat-mega-menu-overview-copy {
    display: flex;
    align-items: baseline;
    gap: 14px;
    min-width: 0;
}

.tecnisat-header .tecnisat-mega-menu-overview strong {
    margin: 0;
    color: var(--tecnisat-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tecnisat-header .tecnisat-mega-menu-overview span {
    color: #697174;
    font-size: 11px;
    font-weight: 600;
}

.tecnisat-header .tecnisat-mega-menu-overview .tecnisat-mega-menu-overview-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 34px;
    padding: 8px 13px;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .55);
    border-radius: 3px;
    background: var(--tecnisat-aqua);
    color: var(--tecnisat-dark);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .07em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.tecnisat-header .tecnisat-mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
}

.tecnisat-header .tecnisat-mega-province {
    min-width: 0;
    padding: 18px 20px 20px;
    border-right: 1px solid rgba(var(--tecnisat-dark-rgb), .1);
}

.tecnisat-header .tecnisat-mega-province:last-child {
    border-right: 0;
}

.tecnisat-header .tecnisat-mega-province-summary,
.tecnisat-header .tecnisat-mega-zone-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    list-style: none;
}

.tecnisat-header .tecnisat-mega-province-summary::-webkit-details-marker,
.tecnisat-header .tecnisat-mega-zone-summary::-webkit-details-marker {
    display: none;
}

.tecnisat-header .tecnisat-mega-province-summary {
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--tecnisat-aqua);
    color: var(--tecnisat-dark);
    cursor: default;
}

.tecnisat-header .tecnisat-mega-province-summary > span:first-child {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tecnisat-header .tecnisat-mega-province-summary > span:last-child {
    color: #6e7577;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.tecnisat-header .tecnisat-mega-zone {
    border-bottom: 1px solid rgba(var(--tecnisat-dark-rgb), .09);
}

.tecnisat-header .tecnisat-mega-zone-summary {
    gap: 12px;
    min-height: 35px;
    padding: 7px 2px;
    color: rgba(var(--tecnisat-dark-rgb), .84);
    cursor: pointer;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.3;
    transition: color .18s ease, padding-left .18s ease;
}

.tecnisat-header .tecnisat-mega-zone-summary:hover,
.tecnisat-header .tecnisat-mega-zone[open] > .tecnisat-mega-zone-summary {
    padding-left: 6px;
    color: #397f80;
}

.tecnisat-header .tecnisat-mega-zone-summary > span:last-child {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(var(--tecnisat-aqua-rgb), .4);
    border-radius: 3px;
    color: #397f80;
    font-size: 9px;
}

.tecnisat-header .tecnisat-mega-localities {
    display: grid;
    max-height: 190px;
    padding: 3px 0 9px 10px;
    overflow-y: auto;
    scrollbar-color: rgba(var(--tecnisat-aqua-rgb), .45) transparent;
    scrollbar-width: thin;
}

.tecnisat-header .tecnisat-mega-menu .tecnisat-mega-locality-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 6px 8px 6px 13px;
    border-left: 1px solid rgba(var(--tecnisat-aqua-rgb), .28);
    color: #555d5f;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.3;
    white-space: normal;
    overflow-wrap: anywhere;
    transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.tecnisat-header .tecnisat-mega-menu .tecnisat-mega-locality-link:hover,
.tecnisat-header .tecnisat-mega-menu .tecnisat-mega-locality-link:focus-visible {
    border-color: var(--tecnisat-aqua);
    background: rgba(var(--tecnisat-aqua-rgb), .1);
    color: #397f80;
}

.tecnisat-header .tecnisat-mega-zone-summary:focus-visible,
.tecnisat-header .tecnisat-mega-province-summary:focus-visible,
.tecnisat-header .tecnisat-mega-menu .tecnisat-mega-locality-link:focus-visible,
.tecnisat-header .tecnisat-mega-menu-overview-link:focus-visible {
    outline: 2px solid rgba(var(--tecnisat-aqua-rgb), .75);
    outline-offset: 2px;
}

.tecnisat-footer .tecnisat-footer-coverage {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 24px 0 30px;
    overflow: visible;
    border-top: 1px solid rgba(var(--tecnisat-aqua-rgb), .28);
}

.tecnisat-footer-coverage-copy {
    max-width: 760px;
}

.tecnisat-footer .tecnisat-footer-coverage-kicker {
    display: block;
    margin-bottom: 7px;
    color: var(--tecnisat-aqua);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.tecnisat-footer .tecnisat-footer-coverage h2 {
    margin: 0 0 7px;
    color: #fff;
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.25;
}

.tecnisat-footer .tecnisat-footer-coverage p {
    margin: 0;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    font-weight: 700;
}

.tecnisat-footer-coverage-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 11px 17px;
    border: 1px solid var(--tecnisat-aqua);
    border-radius: 3px;
    background: transparent;
    color: var(--tecnisat-aqua) !important;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.tecnisat-footer-coverage-link:hover,
.tecnisat-footer-coverage-link:focus-visible {
    background: var(--tecnisat-aqua);
    color: var(--tecnisat-dark) !important;
    box-shadow: 0 10px 26px rgba(var(--tecnisat-aqua-rgb), .18);
}

@media (max-width: 991.98px) {
    .tecnisat-header .tecnisat-nav-localities {
        position: relative;
    }

    .tecnisat-header .tecnisat-mega-menu {
        position: static;
        top: auto;
        left: auto;
        display: none !important;
        width: 100%;
        max-height: min(68vh, 620px);
        margin: 0;
        border: 0;
        border-top: 1px solid rgba(var(--tecnisat-aqua-rgb), .34);
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
    }

    .tecnisat-header .tecnisat-nav-localities.tecnisat-mega-open > .tecnisat-mega-menu {
        display: block !important;
        opacity: 1;
        transform: none;
    }

    .tecnisat-header .tecnisat-mega-menu-overview {
        align-items: flex-start;
        padding: 12px 14px !important;
    }

    .tecnisat-header .tecnisat-mega-menu-overview-copy {
        display: grid;
        gap: 3px;
    }

    .tecnisat-header .tecnisat-mega-menu-overview span {
        font-size: 10px;
    }

    .tecnisat-header .tecnisat-mega-menu-overview .tecnisat-mega-menu-overview-link {
        min-height: 30px;
        padding: 7px 9px;
        font-size: 9px;
    }

    .tecnisat-header .tecnisat-mega-menu-grid {
        grid-template-columns: 1fr;
    }

    .tecnisat-header .tecnisat-mega-province {
        padding: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(var(--tecnisat-dark-rgb), .1);
    }

    .tecnisat-header .tecnisat-mega-province-summary {
        min-height: 42px;
        margin: 0;
        padding: 10px 14px;
        border-bottom: 0;
        cursor: pointer;
    }

    .tecnisat-header .tecnisat-mega-province-summary::after {
        content: '+';
        grid-column: 3;
        color: #397f80;
        font-size: 17px;
    }

    .tecnisat-header .tecnisat-mega-province[open] > .tecnisat-mega-province-summary::after {
        content: '−';
    }

    .tecnisat-header .tecnisat-mega-province-summary {
        grid-template-columns: minmax(0, 1fr) auto auto;
    }

    .tecnisat-header .tecnisat-mega-province-body {
        padding: 0 14px 10px;
        background: #fbfcfc;
    }

    .tecnisat-header .tecnisat-mega-zone-summary {
        min-height: 38px;
        font-size: 12px;
    }

    .tecnisat-header .tecnisat-mega-localities {
        max-height: 220px;
    }
}

@media (max-width: 767.98px) {
    .tecnisat-footer .tecnisat-footer-coverage {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 21px 0 24px;
    }

    .tecnisat-footer-coverage-link {
        width: 100%;
        max-width: 320px;
    }
}

@media (max-width: 430px) {
    .tecnisat-header .tecnisat-mega-menu-overview {
        display: grid;
        gap: 10px;
    }

    .tecnisat-header .tecnisat-mega-menu-overview .tecnisat-mega-menu-overview-link {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tecnisat-header .tecnisat-mega-menu,
    .tecnisat-header .tecnisat-mega-zone-summary,
    .tecnisat-header .tecnisat-mega-locality-link,
    .tecnisat-footer-coverage-link {
        transition: none;
    }
}
/* TECNISAT MEGA MENU + COMPACT FOOTER - END */

/* TECNISAT UX MICRO ADJUSTMENTS 2026-09-24 - START */
.tecnisat-header .tecnisat-mega-menu-overview .tecnisat-mega-menu-overview-link:hover,
.tecnisat-header .tecnisat-mega-menu-overview .tecnisat-mega-menu-overview-link:focus-visible {
    border-color: var(--tecnisat-dark);
    background: var(--tecnisat-dark);
    color: var(--tecnisat-white) !important;
    box-shadow: 0 10px 24px rgba(var(--tecnisat-dark-rgb), .2);
}

@media (max-width: 767.98px) {
    body.tecnisat-home .tecnisat-premium,
    .tecnisat-services,
    body.tecnisat-home .tecnisat-locations,
    body.tecnisat-home .tecnisat-residential,
    .tecnisat-blog,
    .tecnisat-faq,
    body .tecnisat-lead-section,
    .tecnisat-local-intro,
    .tecnisat-local-services,
    .tecnisat-local-zones,
    .tecnisat-local-technical,
    .tecnisat-local-accordion,
    .tecnisat-local-problems,
    .tecnisat-local-residential {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .tecnisat-final-cta {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .tecnisat-blog-article-shell,
    .tecnisat-blog-article-faq,
    .tecnisat-blog-related {
        padding-top: 42px;
        padding-bottom: 44px;
    }

    .tecnisat-blog-article-content section + section {
        margin-top: 32px;
        padding-top: 28px;
    }

    .tecnisat-blog-inline-cta {
        margin-top: 42px;
    }
}

@media (max-width: 575.98px) {
    body.tecnisat-home .tecnisat-premium,
    .tecnisat-services,
    body.tecnisat-home .tecnisat-locations,
    body.tecnisat-home .tecnisat-residential,
    .tecnisat-blog,
    .tecnisat-faq,
    body .tecnisat-lead-section,
    .tecnisat-local-intro,
    .tecnisat-local-services,
    .tecnisat-local-zones,
    .tecnisat-local-technical,
    .tecnisat-local-accordion,
    .tecnisat-local-problems,
    .tecnisat-local-residential,
    .tecnisat-final-cta {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .tecnisat-blog-article-shell,
    .tecnisat-blog-article-faq,
    .tecnisat-blog-related {
        padding-top: 36px;
        padding-bottom: 38px;
    }

    .tecnisat-section-heading {
        margin-bottom: 22px;
    }
}

@media (max-width: 430px) {
    body.tecnisat-home .tecnisat-premium,
    .tecnisat-services,
    body.tecnisat-home .tecnisat-locations,
    body.tecnisat-home .tecnisat-residential,
    .tecnisat-blog,
    .tecnisat-faq,
    body .tecnisat-lead-section,
    .tecnisat-local-intro,
    .tecnisat-local-services,
    .tecnisat-local-zones,
    .tecnisat-local-technical,
    .tecnisat-local-accordion,
    .tecnisat-local-problems,
    .tecnisat-local-residential,
    .tecnisat-final-cta {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .tecnisat-blog-article-shell,
    .tecnisat-blog-article-faq,
    .tecnisat-blog-related {
        padding-top: 32px;
        padding-bottom: 34px;
    }

    .tecnisat-section-heading {
        margin-bottom: 20px;
    }

    .tecnisat-services-grid,
    .tecnisat-blog-grid,
    .tecnisat-local-services-grid,
    .tecnisat-local-problems-grid,
    .tecnisat-local-technical-grid,
    .tecnisat-local-zone-groups,
    body .tecnisat-lead-section .tecnisat-lead-form {
        gap: 12px;
    }
}

@media (max-width: 359.98px) {
    body.tecnisat-home .tecnisat-premium,
    .tecnisat-services,
    body.tecnisat-home .tecnisat-locations,
    body.tecnisat-home .tecnisat-residential,
    .tecnisat-blog,
    .tecnisat-faq,
    body .tecnisat-lead-section,
    .tecnisat-local-intro,
    .tecnisat-local-services,
    .tecnisat-local-zones,
    .tecnisat-local-technical,
    .tecnisat-local-accordion,
    .tecnisat-local-problems,
    .tecnisat-local-residential,
    .tecnisat-final-cta {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .tecnisat-blog-article-shell,
    .tecnisat-blog-article-faq,
    .tecnisat-blog-related {
        padding-top: 28px;
        padding-bottom: 32px;
    }
}
/* TECNISAT UX MICRO ADJUSTMENTS 2026-09-24 - END */

/* TECNISAT SECTION SPACING NORMALIZATION 2026-09-24 - START */
.tecnisat-faq,
.tecnisat-local-intro,
.tecnisat-local-services,
.tecnisat-local-zones,
.tecnisat-local-technical,
.tecnisat-local-accordion,
.tecnisat-local-problems,
.tecnisat-local-residential {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* TECNISAT SECTION SPACING NORMALIZATION 2026-09-24 - END */

/* TECNISAT LOCAL COVERAGE DIRECTORY 2026-09-24 - START */
.tecnisat-local-zones .tecnisat-local-zones-layout {
    display: block;
    padding: 42px 0;
}

.tecnisat-local-zones-header {
    margin-bottom: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.tecnisat-local-zones-header .tecnisat-section-kicker {
    margin-bottom: 18px;
}

.tecnisat-local-zones-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
    gap: clamp(32px, 6vw, 90px);
    align-items: end;
}

.tecnisat-local-zones-heading h2 {
    max-width: 720px;
    margin: 0;
    color: var(--tecnisat-white);
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 3.4vw, 3.45rem);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.035em;
}

.tecnisat-local-zones-heading > p {
    max-width: 540px;
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.75;
}

.tecnisat-local-zone-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-left: 1px solid rgba(255, 255, 255, .14);
    border-radius: 14px;
    list-style: none;
    background-color: rgba(255, 255, 255, .025);
}

.tecnisat-local-zone-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 19px;
    align-items: start;
    min-width: 0;
    padding: 24px 26px;
    border-right: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    background-color: transparent;
    transition: background-color .22s ease, box-shadow .22s ease;
}

.tecnisat-local-zone-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.tecnisat-local-zone-item:hover {
    background-color: rgba(var(--tecnisat-aqua-rgb), .075);
    box-shadow: inset 3px 0 0 var(--tecnisat-aqua);
}

.tecnisat-local-zone-index {
    padding-top: 3px;
    color: var(--tecnisat-aqua);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
}

.tecnisat-local-zone-content {
    min-width: 0;
}

.tecnisat-local-zone-type {
    display: block;
    margin-bottom: 7px;
    color: var(--tecnisat-aqua);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.tecnisat-local-zone-content h3 {
    margin: 0 0 8px;
    color: var(--tecnisat-white);
    font-size: 17px;
    font-weight: 750;
    line-height: 1.35;
}

.tecnisat-local-zone-content p {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, .64);
    font-size: 12px;
    line-height: 1.65;
}

@media (max-width: 991.98px) {
    .tecnisat-local-zones .tecnisat-local-zones-layout {
        padding: 34px 0;
    }

    .tecnisat-local-zones-heading {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

@media (max-width: 767.98px) {
    .tecnisat-local-zones .tecnisat-local-zones-layout {
        padding: 26px 0;
    }

    .tecnisat-local-zones-header {
        margin-bottom: 18px;
        padding-bottom: 20px;
    }

    .tecnisat-local-zones-header .tecnisat-section-kicker {
        margin-bottom: 12px;
    }

    .tecnisat-local-zones-heading h2 {
        font-size: clamp(1.75rem, 8vw, 2.4rem);
    }

    .tecnisat-local-zone-list {
        grid-template-columns: 1fr;
        border-radius: 10px;
    }

    .tecnisat-local-zone-item,
    .tecnisat-local-zone-item:last-child:nth-child(odd) {
        grid-column: auto;
    }

    .tecnisat-local-zone-item {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 13px;
        padding: 18px 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tecnisat-local-zone-item {
        transition: none;
    }
}
/* TECNISAT LOCAL COVERAGE DIRECTORY 2026-09-24 - END */

/* TECNISAT LOCAL HERO DESKTOP COMPACTION 2026-09-24 - START */
@media (min-width: 992px) {
    body.tecnisat-home.tecnisat-local-page .tecnisat-hero.tecnisat-local-hero.tecnisat-hero-master,
    body.tecnisat-home.tecnisat-local-page .tecnisat-hero.tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-container {
        min-height: 580px;
    }

    body.tecnisat-home.tecnisat-local-page .tecnisat-hero.tecnisat-local-hero.tecnisat-hero-master .tecnisat-hero-container {
        padding-top: 60px;
        padding-bottom: 52px;
    }
}
/* TECNISAT LOCAL HERO DESKTOP COMPACTION 2026-09-24 - END */

/* TECNISAT HOME POST-HERO RHYTHM 2026-09-24 - START */
body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-premium {
    padding-top: clamp(46px, 4vw, 62px);
    padding-bottom: clamp(46px, 4vw, 62px);
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-services {
    padding-top: 60px;
    padding-bottom: 60px;
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-locations {
    padding-top: clamp(30px, 3vw, 42px);
    padding-bottom: clamp(30px, 3vw, 42px);
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential {
    min-height: clamp(460px, 48vw, 520px);
    padding-top: clamp(44px, 4.5vw, 66px);
    padding-bottom: clamp(44px, 4.5vw, 66px);
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-blog {
    padding-top: 58px;
    padding-bottom: 62px;
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-final-cta {
    padding-top: 36px;
    padding-bottom: 36px;
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-final-cta-content {
    gap: 32px;
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-final-cta h2 {
    font-size: clamp(1.8rem, 2.8vw, 2.65rem);
    line-height: 1.04;
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-final-cta-content > div > p:last-child {
    margin-top: 12px;
    line-height: 1.55;
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-final-actions .btn {
    min-height: 48px;
}

@media (max-width: 991.98px) {
    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-premium,
    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-services,
    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-blog {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-locations {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential {
        min-height: 0;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-final-cta {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-final-cta-content {
        gap: 22px;
    }
}

@media (max-width: 767.98px) {
    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-premium,
    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-services,
    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-locations,
    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential,
    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-blog {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-final-cta {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-final-cta-content {
        gap: 18px;
    }

    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-final-actions {
        width: 100%;
    }
}
/* TECNISAT HOME POST-HERO RHYTHM 2026-09-24 - END */

/* TECNISAT HOME RESIDENTIAL BANNER 2026-09-24 - START */
body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential {
    min-height: 0;
    padding-top: 42px;
    padding-bottom: 42px;
    background:
        linear-gradient(90deg, rgba(var(--tecnisat-dark-rgb), .98) 0%, rgba(var(--tecnisat-dark-rgb), .94) 38%, rgba(var(--tecnisat-dark-rgb), .7) 58%, rgba(var(--tecnisat-dark-rgb), .18) 100%),
        url("media/tecnisat/services/diagnostico-senal-tdt.webp") center / cover no-repeat;
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential::before {
    display: none;
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential > .container {
    padding-top: 0;
    padding-bottom: 0;
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential-card {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: none;
    min-height: 360px;
    margin: 0 auto;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential-media {
    display: none;
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential-media::after {
    background: linear-gradient(90deg, var(--tecnisat-dark) 0%, rgba(var(--tecnisat-dark-rgb), .16) 30%, rgba(var(--tecnisat-dark-rgb), 0) 62%);
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential-media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    object-position: center;
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential-content {
    order: 1;
    max-width: 720px;
    padding: 36px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential-content .tecnisat-section-kicker {
    margin-bottom: 16px;
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential-content h2 {
    max-width: 720px;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1;
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential-content > p {
    max-width: 700px;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.62;
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 24px;
    margin: 18px 0 22px;
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential-content li {
    font-size: 12px;
}

body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential-content .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    border: 1px solid var(--tecnisat-aqua);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential {
        padding-top: 38px;
        padding-bottom: 38px;
        background:
            linear-gradient(90deg, rgba(var(--tecnisat-dark-rgb), .98) 0%, rgba(var(--tecnisat-dark-rgb), .93) 52%, rgba(var(--tecnisat-dark-rgb), .5) 100%),
            url("media/tecnisat/services/diagnostico-senal-tdt.webp") 64% center / cover no-repeat;
    }

    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential-card {
        max-width: none;
        min-height: 340px;
    }

    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential-content {
        max-width: 650px;
        padding: 32px 0;
    }
}

@media (max-width: 767.98px) {
    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential {
        padding-top: 30px;
        padding-bottom: 30px;
        background:
            linear-gradient(90deg, rgba(var(--tecnisat-dark-rgb), .97) 0%, rgba(var(--tecnisat-dark-rgb), .91) 72%, rgba(var(--tecnisat-dark-rgb), .76) 100%),
            url("media/tecnisat/services/diagnostico-senal-tdt.webp") 66% center / cover no-repeat;
    }

    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential > .container {
        width: min(calc(100% - 30px), 560px);
    }

    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential-card {
        min-height: 0;
    }

    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential-content {
        order: 1;
        max-width: 100%;
        padding: 28px 0 26px;
        border-radius: 0;
    }

    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential-content h2 {
        font-size: clamp(1.85rem, 8vw, 2.5rem);
    }

    body.tecnisat-home:not(.tecnisat-local-page) .tecnisat-residential-content ul {
        display: grid;
        gap: 8px;
    }
}
/* TECNISAT HOME RESIDENTIAL BANNER 2026-09-24 - END */
