/*-----------------------------------
FOOTER
-----------------------------------*/
.footer-feature {
  margin-top: 35px;
  background: url(../imgs/webinar_summit_site_v2-17.png);
  background-size: 2560px;
  background-position: center;
  display: block;
  width: 100%;
  height: 50px;
}

.footer-contacts {
  justify-content: space-evenly;
  display: flex;
  align-items: center;
}

.footer-row1 {
  padding: 0 15px;
}
.footer-row2 .grid-x {
  padding: 0 15px;
}

.mail-marketing {
  background: url(../imgs/home_page_asp_univ-25.png);
  background-size: cover;
  background-position: center;
  padding: 39px 0;
  margin-top: 0px;
}
.mail-marketing-v25 {
  background: url(../imgs/site_2025_footer-v25.jpg);
}

.mail-marketing-v25 .arrow-bg-button {
  background: var(--color-green-light);
  color: var(--dark-text) !important;
}

.mail-marketing-v25 .mail-marketing-title {
  color: white;
  font-family: 'Roboto';
  font-weight: 500;
}

.mail-marketing .grid-x {
  padding: 0 25px;
}
.mail-marketing-img {
  float: left;
  height: fit-content;
}
.mail-marketing-text {
  float: left;
  margin-left: 15px;
}

.mail-marketing-title {
  font-size: 40px;
  color: #00ceab;
  font-family: INDEPENENT_MEDIUM;
  line-height: 1;
  /*  float: left; */
}

.mail-marketing-title span {
  font-size: 40px;
  color: white;
  font-family: 'Roboto';
  /*  float: left; */
}

.mail-marketing-subtitle {
  font-size: 14px;
  color: white;
  font-family: 'Roboto';
  /*  float: left;  */
  margin-top: 108px;
  margin-left: 12px;
}

.site-footer {
  background: linear-gradient(167deg, #190a23, #3c2a52);
  min-height: 270px;
  padding: 35px 0 40px;
}

.brand-footer {
  padding-top: 10px;
  display: flex;
}

.brand-footer img {
  max-width: 245px;
  border-right: 1px solid #00ceab;
  padding: 5px 15px 5px 0;
  margin-right: 15px;
}

.brand-footer div {
  color: white;
  line-height: 1.3;
  font-size: 15px;
  padding: 5px 0;
  font-weight: 400;
}

.footer-tunned {
  background: #00ceab;
  padding: 10px;
  float: left;
  margin-left: 30px;
  text-align: center;
  border-radius: 10px;
  margin-top: 97px;
  color: white !important;
  max-width: 225px;
  width: 100%;
  height: fit-content;
}

.social-footer {
  text-align: right;
  margin-bottom: 10px;
}

.social-footer a i {
  font-size: 24px;
  color: #00ceab;
  margin: 0 6px;
}

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

.terms-conditions a {
  color: white;
  font-size: 13px;
  padding: 0 7px;
  border-left: 1px solid #00ceab;
}

.terms-conditions a:first-child {
  border-left: 0;
}

.terms-conditions a:last-child {
  padding-right: 0;
}

.footer-row2 {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #00ceab;
}

.rights-footer p {
  font-size: 12px;
  color: white;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
}

.imaginevirtual {
  position: relative;
}

.imaginevirtual a {
  text-align: right;
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
}
.social-footer a:focus,
.terms-conditions a:focus,
.imaginevirtual a:focus {
  outline: 3px dotted #00ceab;
}

/*------------------------- MEDIA QUERIES -------------------------*/
@media screen and (max-width: 1170px) {
  .footer-feature {
    margin-top: 100px;
    background: url(../imgs/mobile_webinar_home-10.png);
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 25px;
  }
  /*------------------------- Footer mobile -------------------------*/
  .brand-footer {
    flex-direction: column;
  }

  .brand-footer img {
    border-right: none;
    padding-bottom: 15px;
    margin: 15px auto;
    border-bottom: 1px solid #00ceab;
  }

  .footer-contacts {
    display: grid;
  }
  .mail-marketing-text {
    margin-top: 8px;
  }

  .mail-marketing-img {
    margin: 35px auto 0;
    float: left;
  }

  .mail-marketing-text {
    margin: 50px 0 0;
    text-align: center;
  }

  .mail-marketing {
    background: url(../imgs/home_page_asp_mobile-04.jpg);
    background-size: cover;
    background-position: center;
  }

  .mail-marketing-subtitle {
    margin-top: 6px;
  }
  .mail-marketing-v25 .arrow-bg-button {
    margin: 19px auto;
  }

  .footer-tunned {
    float: unset;
    margin: 18px auto 39px;
  }

  .site-footer {
    padding: 35px 0 85px;
  }

  .brand-footer {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }

  #media_image-2 {
    float: left;
    max-width: 100%;
    margin: 10px 0 20px;
  }
  .social-footer {
    margin: 37px 0;
    text-align: center;
  }
  .terms-conditions {
    text-align: center;
  }

  .terms-conditions a {
    margin: 5px auto;
    border-left: 0;
    width: 100%;
    display: block;
  }
  .terms-conditions a:last-child {
    padding-right: 22px;
  }
  .rights-footer {
    text-align: center;
    padding: 0 20px;
  }
  .imaginevirtual a {
    text-align: center;
    position: relative;
  }
}
