body {
  color: #494949;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif !important;
  line-height: 1;
  margin-top: 1rem;
  background-color: #f3f3f3;
}
div#ddbsc {
  margin-top: 1rem !important;
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.contenedor {
  width: 100%;
  max-width: 100%;
}
.enlace-titulo {
  text-decoration: none !important;
}

.titulo {
  font-size: 1.5rem;
}
.extracto p {
  color: #636363;
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 0rem;
}
.extracto p:hover {
  color: #0079db;
}

.sharedaddy {
  display: none;
}

.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 48px;
  border-radius: 12px;
  background-color: transparents;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  position: absolute;
  position: absolute;
  left: 51%;
  margin-left: -26px;
}
.mouse__wheel {
  display: block;
  margin: 6px auto;
  width: 3px;
  height: 3px;
  border-radius: 4px;
  background-color: #222;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0.5;
    transform: translateY(14px);
  }
}
#section-1 {
  height: 0px;
  width: 100%;
}
#blank {
  height: 1200px;
}

#section-2 {
  height: 60px;
  width: 100%;
}
/* ABAJO HACIA ARRIBA */
.scrollup {
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  background-color: #1797ff;
  border: 1px solid #161616;
  text-align: center;
  padding: 6px;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
}
