body {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(var(--main-bg-color))) !important;
  background: linear-gradient(#fff, var(--main-bg-color)) !important;
}

@media (min-width: 768px) {
  .alert {
    width: 70% !important;
  }
}

/*
.card-columns {
  @include media-breakpoint-only(lg) {
    column-count: 4;
  }
  @include media-breakpoint-only(xl) {
    column-count: 5;
  }
}
*/
#div1 a {
  cursor: pointer;
  text-decoration: none;
  color: #3b9df1;
  list-style: none;
  font-weight: bold;
}

#div1 a:hover {
  color: #454545;
}

/*h1 {
  font: normal 400%/100% Georgia, "Times New Roman", Times, serif;
	margin: 5px 0 5px 0;
	letter-spacing: -2px;
}*/
h2 {
  font: normal 18px Georgia, "Times New Roman", Times, serif;
  margin: 5px 0 1px 0;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: bold;
}

h3 {
  font: normal 200%/100% Georgia, "Times New Roman", Times, serif;
  letter-spacing: -2px;
}

h4 {
  font: normal 12px Georgia, "Times New Roman", Times, serif;
  margin: 5px 0 5px 30px;
  text-transform: uppercase;
}

#div1 {
  width: 460px;
  height: 670px;
  background: #bcd8f2 url(../images/bg_preguntas.jpg) no-repeat;
}

#div1 form {
  padding-left: 10px;
  padding-top: 5px;
}

#btn {
  margin-left: 40%;
}

.mail {
  margin-left: 24px;
}

/* titulo */
#link {
  position: absolute;
  top: 95px;
}

#link h1 {
  color: #3b9df1;
}

/* temas por numero */
#numeros {
  width: 380px;
}

.links {
  text-align: center;
  background: #fff;
  border: solid 1px #ccc;
  width: 200px;
  padding: 5px 0;
  position: absolute;
  bottom: 20px;
  display: none;
}

.block:hover .links {
  display: block;
}

.container {
  margin-top: 50px !important;
}

.carrousel {
  margin-top: 50px;
}

.cardpray {
  height: 100px;
  width: 250px;
  margin: 10px 10px 10px 10px;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
}

.card-text {
  font-weight: 500;
}

.orar-user {
  font-size: 8px;
}

.vers {
  text-align: center;
  font-weight: 700;
  color: #d4aa00ff;
  width: 960px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

.slider {
  background: white;
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
          box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}

.slider::before, .slider::after {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  -webkit-animation: scroll 80s linear infinite;
          animation: scroll 80s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide {
  height: 100px;
  width: 250px;
  margin-right: 20px;
}

:root {
  --main-bg-color: #e8f1f2;
}
/*# sourceMappingURL=style.css.map */