/* FOOTER ============================================================================== */

/* ===================================================================================== */

.footer {
  border-top: solid 1px #ddd;
  background-color: #f6f6f6;
  position: relative;
}

.menu-footer {
  display: none;
  padding-bottom: 5px;
}

footer .menu-footer .h1 {
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #000000;
  margin-bottom: 10px;
}

.menu-footer .item {
  margin-left: 10px;
  display: table;
  width: 100%;
}

.menu-footer ul {
  display: table-cell;
  width: 50%;
  padding-left: 10px;
}

.menu-footer .item ul:last-of-type {
  padding-left: 10px;
}

.menu-footer li {
  font-size: 1.4rem;
  margin-bottom: 24px;
  padding-left: 8px;
}

.menu-footer .item:last-of-type li {
  width: 100%;
}

.menu-footer ul li a {
  color: #606060;
}

/* .menu-footer ul li a:hover, */
/* .menu-footer ul li a:focus, */
.menu-footer ul li a:active {
  border-bottom: 1px solid #606060;
}

.copy .item {
  text-align: center;
  display: block;
}

.copy .disc {
  margin: 0 0 20px;
  display: inline-block;
}

.copy .disc li {
  margin-bottom: 10px;
  padding-left: 0;
}

.copy .disc li:last-child {
  margin: 0;
}

.copy .disc li:before {
  display: inline-block;
  background-color: #f0832b;
  position: relative;
  left: -6px;
  top: -2px;
}

.copy .disc a, .copy ul.disc a:hover, .copy ul.disc a:focus, .copy ul.disc a:active {
  font-size: 1.4rem;
  color: #fff;
}

.copy .disc a:hover, .copy ul.disc a:focus, .copy ul.disc a:active {
  border-color: #fff;
}

.copy {
  background-color: #077D4B;
  padding: 20px 10px;
  border-bottom: 10px solid #026a3f;
}

.copy p {
  text-align: center;
  margin: 0;
  padding: 0 10%;
}

.copy p small {
  font-size: 1.2rem;
  color: #fff;
}

.logo-footer {
  display: block;
  text-align: center;
  margin: 0 0 15px;
}

.look-eci a.logo-footer  {
  color: #fff;
}

.logo-footer img {
  width: 109px;
  height: 33px;
  display: inline-block;
}

.logo-footer:hover {
  border-bottom: none;
}g
.logo-footer:focus,
.logo-footer:active {
  border-bottom: 1px solid #fff;
}

.ot-sdk-show-settings {
  background-color: transparent !important;
  text-align: left !important;
  color: #606060 !important;
  border: none !important;
  padding: 0 !important;
  font-size: 1.4rem !important;
}

.ot-sdk-show-settings:active {
  background-color: transparent !important;
  border-bottom: 1px solid #606060 !important;
}

.disc{
  padding-right: 20px;
}

.zoom{
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}

@media (max-width: 1023px) {
  .ot-sdk-show-settings {
    color: #fff !important;
  }
}

@media (min-width: 600px) {
  .copy ul.disc li {
    display: inline;
    padding: 0 10px;
  }
}

@media (min-width: 1024px) {
  .menu-footer {
    display: block;
    padding-top: 10px;
  }
  .logo-footer {
    display: block;
    width: 150px;
    height: 45px;
    margin-right: 10px;
    float: left;
    margin-bottom: 0;
  }
  .look-eci a.logo-footer  {
    color: #fff;
  }

  .copy {
    padding: 15px 0 0 0;
  }
  .copy p {
    height: 36px;
    display: table;
    float: right;
    text-align: right;
    margin: 0;
    padding: 0;
  }
  .copy p::before {
    display: none;
  }
  .copy p small {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .copy ul.disc {
    display: none;
  }
}

@media (min-width: 1500px) {
  .copy, .private .footer {
    background-color: #eee;
    background-position: top center;
    background-repeat: repeat-y;
  }
  .private .footer {
    /* background-image: url('/assets/img/shared/css/bg-hd-1500.png'); */
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .footer {
    background-color: transparent;
    border: none;
  }
  .menu-footer {
    border-top: solid 1px #ddd;
    max-width: 1500px;
    margin: 0 auto;
  }
  .copy {
    /* background-image: url('/assets/img/shared/css/bg-ft-1500.png'); */
    background-color: #077D4B !important;
    border: none;
  }
  .copy::after {
    content: '';
    display: block;
    width: 1500px;
    height: 10px;
    margin: 0 auto;
    background-color: #026a3f;
  }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .logo-footer {
    width: 109px;
    height: 33px;
    background-image: url('/assets/img/shared/logo-footer.svg');
    background-repeat: no-repeat;
    background-size: 100%;
  }
  *::-ms-backdrop, .logo-footer {
    width: 109px;
    height: 33px;
    background-image: url('/assets/img/shared/logo-footer.svg');
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .logo-footer img {
    display: none;
  }
  *::-ms-backdrop, .logo-footer img {
    display: none;
  }
}
