.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width: 991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a #fb:hover {
  opacity: 0.9;
  color: cornflowerblue;
  transition-duration: 0.7s;
  font-size: 2rem;
}

.footer-dark .item.social > a #yt:hover {
  opacity: 0.9;
  color: red;
  transition-duration: 1s;
  font-size: 2rem;
}

.footer-dark .item.social > a #gh:hover {
  opacity: 0.9;
  color: white;
  transition-duration: 1s;
  font-size: 2rem;
}

.footer-dark .item.social > a #tw:hover {
  opacity: 0.9;
  color: darkturquoise;
  transition-duration: 1s;
  font-size: 2rem;
}

.footer-dark .item.social > a #lin:hover {
  opacity: 0.9;
  color: aqua;
  transition-duration: 0.7s;
  font-size: 2rem;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

.ondas{
  background-image: url("../img/ondasmini.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 250px;
  background-position: center;
}
#ondasgreen{
  background: url("/src/img/wave5.svg");
  background-color: #ffffff;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#ondasblue{
  background: url("/src/img/wave.svg");
  background-color: #ffffff;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#ondasgray{
  background: url("/src/img/wave3.svg");
  background-color: #ffffff;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#ondasblack{
  display: block;
  position: relative;
  top: -2px;
  height: 200px;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1366 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(61, 69, 75, 1)" d="M 0 0 C 347 0 347 110 694 110 L 694 110 L 694 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(61, 69, 75, 1)" d="M 693 110 C 1029.5 110 1029.5 0 1366 0 L 1366 0 L 1366 0 L 693 0 Z" stroke-width="0"></path> </svg>');
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1365px) {
  .div {
    background-size: contain;
  }
}

#imgresponsiva {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ondasmini{
  background-image: url("../img/backgrounds/ondasmini.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 50px;
  background-position: center;
}

#ondasmid{
  background-image: url("/src/img/backgrounds/ondasmid.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100px;
  background-position: center;
}

#formas{
  background-image: url("/src/img/backgrounds/formas.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100px;
  background-position: center;
}

#fondo2{
  background-image: url("/src/img/backgrounds/bg2.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100px;
  background-position: center;
}

#fondo12{
  background-image: url("/src/img/backgrounds/bg12.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100px;
  background-position: center;
}

#fondo14{
  background-image: url("/src/img/backgrounds/bg14.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100px;
  background-position: center;
}

#prisma{
  background-image: url("/src/img/backgrounds/subtle-prism.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100px;
  background-position: center;
}

#ondasblack2{
  background-image: url("/src/img/backgrounds/waveblack.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100px;
  background-position: center;
}

.ondasblack3{
  background-image: url("/src/img/backgrounds/ondasblack.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 50px;
  background-position: center;
}
#ondasblack4{
  background: url("/src/img/wave4.svg");
  width: 100%;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.waveblackdown{
  background: url("../img/backgrounds/waveblackdown.svg");
  width: 100%;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.waveblacktop{
  background: url("src/img/backgrounds/waveblacktop.svg");
  width: 100%;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.ondasmini{
  background-image: url("../img/backgrounds/ondasmini.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 50px;
  background-position: center;
}
#fondo{
  background: url("src/img/backgrounds/bg2.png");
  width: 100%;
  height: 100px;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}