a {
  text-decoration: none;
  color: white;
}

body {
    background-color: rgb(0, 0, 0);
    font-family: "Quintessential", serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

.main-hero {
    height: 100vh;
    /* background-color: black; */
    /* background: url(./img/pergamino.jpg); */
    /* background-image: url(/img/pergamino.jpg); */
}

.navbar-nav {
  font-size: 20px;
}

.navbar {
  transition: all 0.5s;
}

.navbar-scroll {
    background-color: black;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.hero-p {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
}

.home_wrapper {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.video_ab {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
	z-index: -1;
}

.hero-txt-1 {
  font-size: 28px;
  color: darkred;
}

.img-main  {
    text-shadow: 5px 5px;
    height: 500px;
}
.btn-call, .btn-wp{
  width: 60%;
  padding: 5px;

}

@media only screen and (max-width:1024px) {
  .img-main  {
    height: 250px;
  }
  .btn-call, .btn-wp{
    width: 100%;
  }
  .home_wrapper {
    height: 135vh;
  }
  .navbar {
    background-color: black;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }
  .hero-p {
    display: none !important;
  }
}

/* RITUALES */

.wrap-rit-amor {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("bgs/hrt.gif");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
  height: 80vh;
}

.rit-amor-h1 {
  font-size: 68px;
  color: rgb(182, 37, 192);
}

.rituales-amor {
  color: white;
}

.wrap-rit-sexo {
  background-image: url("bgs/fire-ring.gif");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 600px;
}

.rit-sexo-h1 {
  font-size: 68px;
  color: darkred;
}

.amor-card {
  background-color: rgba(219, 79, 221, 0.4);
  color: black;
}

.sexo-card {
  background-color: rgba(178, 28, 28, 0.4);
  color: black;
}

.sexo-card-1 {
  background-image: linear-gradient(rgba(178, 28, 28, 0.6), rgba(178, 28, 28, 0.4)), url("img/sexo-1.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
}

.sexo-card-2 {
  background-image: linear-gradient(rgba(178, 28, 28, 0.6), rgba(178, 28, 28, 0.4)), url("img/sexo-2.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
}

.sexo-card-3 {
  background-image: linear-gradient(rgba(178, 28, 28, 0.6), rgba(178, 28, 28, 0.4)), url("img/sexo-3.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
}

.sexo-card-4 {
  background-image: linear-gradient(rgba(178, 28, 28, 0.6), rgba(178, 28, 28, 0.4)), url("img/sexo-4.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
}

.amor-card:hover{
  border: 6px solid rgb(204, 105, 240);
  box-shadow: 5px 5px rgb(156, 141, 141);
}

.sexo-card:hover{
  border: 6px solid rgb(237, 7, 7);
  box-shadow: 5px 5px rgb(156, 141, 141);
}

.card {
  transition: all 0.1s;
}

.img-sexo {
  height: 200px;  
  width: 150px;
  border: 2px solid rgb(237, 7, 7);;
}

.amor-card-1 {
  background-image: linear-gradient(rgba(204, 105, 240, 0.4), rgba(204, 105, 240, 0.4)), url("img/amor-1.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}

.amor-card-2 {
  background-image: linear-gradient(rgba(204, 105, 240, 0.4), rgba(204, 105, 240, 0.4)), url("img/amor-2.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}

.amor-card-3 {
  background-image: linear-gradient(rgba(204, 105, 240, 0.4), rgba(204, 105, 240, 0.4)), url("img/amor-3.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}

.amor-card-4 {
  background-image: linear-gradient(rgba(204, 105, 240, 0.4), rgba(204, 105, 240, 0.4)), url("img/amor-4.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}

.amor-card-5 {
  background-image: linear-gradient(rgba(204, 105, 240, 0.4), rgba(204, 105, 240, 0.4)), url("img/amor-5.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}

.amor-card-6 {
  background-image: linear-gradient(rgba(204, 105, 240, 0.4), rgba(204, 105, 240, 0.4)), url("img/amor-6.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}

/* .card {
  height: 380px;
} */

/* MARQUEE */

.marquee {
  position: relative;
  width: 99vw;
  height: 75px;
  font-size: 36px;
  overflow-x: hidden;
  margin: 20px 0;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 72s linear infinite;
  overflow-x: hidden;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.img-marquee {
  height: 50px;
}

.marquee-content {
  color: white;
}

.marquee-content-2 {
  color: darkred ;
}

.marquee-content-3 {
  color: rgb(46, 145, 187);
}

.magia-content{
  border: 2px black;
}

.magia-content:hover{
  border: 2px rgb(82, 15, 158);
}

.wrap-butts{
  overflow-x: hidden;
}

/* MAGIAS */

.second-sec {
  background-image: url("bgs/magic-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
  background-position: center;
  width: 100%;
  padding: 250px 0;
}

.magia-main-h {
  font-size: 80px;
  padding-bottom: 100px;
}

.magia-h1 {
  font-size: 68px;
  padding: 20px 0;
}

.magia-1-card {
  background-image: linear-gradient(rgba(79, 227, 244, 0.4), rgba(255, 255, 255, 0.4));
}

.magia-2-card {
  background-image: linear-gradient(rgba(238, 40, 40, 0.4), rgba(0, 0, 0, 0.4));
}

.blanca-card-1 {
  background-image: linear-gradient(rgba(79, 227, 244, 0.4), rgba(19, 14, 14, 0.6)), url("/img/blanca-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
  background-position: center;
}

.blanca-card-2 {
  background-image: linear-gradient(rgba(79, 227, 244, 0.4), rgba(19, 14, 14, 0.6)), url("/img/blanca-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
  background-position: center;
}

.blanca-card-3 {
  background-image: linear-gradient(rgba(79, 227, 244, 0.4), rgba(19, 14, 14, 0.6)), url("/img/blanca-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
  background-position: center;
}

.blanca-card-4 {
  background-image: linear-gradient(rgba(79, 227, 244, 0.4), rgba(19, 14, 14, 0.6)), url("/img/blanca-4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
  background-position: center;
}

.negra-card-1 {
  background-image: linear-gradient(rgba(238, 40, 40, 0.4), rgba(0, 0, 0, 0.4)), url("/img/negra-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
  background-position: center;
}

.negra-card-2 {
  background-image: linear-gradient(rgba(238, 40, 40, 0.4), rgba(0, 0, 0, 0.4)), url("/img/negra-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
  background-position: center;
}

.negra-card-3 {
  background-image: linear-gradient(rgba(238, 40, 40, 0.4), rgba(0, 0, 0, 0.4)), url("/img/negra-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
  background-position: center;
}

.negra-card-4 {
  background-image: linear-gradient(rgba(238, 40, 40, 0.4), rgba(0, 0, 0, 0.4)), url("/img/negra-4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
  background-position: center;
}

.wrap-magia-1 {
  background-image: linear-gradient(rgba(21, 125, 137, 0.9), rgba(0, 0, 0, 0.5)), url("/bgs/seal-w-1.jpg");
  background-size: fill;
  background-repeat: no-repeat;
  background-color: black;
  background-position: center;
  border: 3px solid cyan;
}

.wrap-magia-2 {
  background-image: linear-gradient(rgba(221, 32, 32, 0.3), rgba(0, 0, 0, 0.5)), url("/bgs/seal-b-1.jpg");
  background-size: fill;
  background-repeat: no-repeat;
  background-color: black;
  background-position: center;
  border: 3px solid rgb(241, 22, 22);
}

.card-logo {
  padding: 5px;
}


.magia-main-img {
  width: 300px;
}

.btn-wp-magia {
  width: 400px;
}


/* HOROSCOPO */

.wrap-horoscopo {
  background-image: linear-gradient(rgba(0,0,0, 0.5), rgba(0, 0, 0, 0.5)), url("/bgs/zod-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
  background-position: center;
  width: 100%;
}

@media only screen and (max-width:1024px) {
  .wrap-horoscopo {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
    background-position: center;
    width: 100%;
  }

  .wrap-magia-1 {
    background-image: linear-gradient(rgba(21, 125, 137, 0.9), rgba(0, 0, 0, 0.5)), url("/bgs/seal-w-1.jpg");
    background-size: fill;
    background-repeat: repeat;
    background-color: black;
    background-position: center;
  }

  .wrap-magia-2 {
    background-image: linear-gradient(rgba(221, 32, 32, 0.3), rgba(0, 0, 0, 0.5)), url("/bgs/seal-b-1.jpg");
    background-size: fill;
    background-repeat: no-repeat;
    background-color: black;
    background-position: top;
  }

  .second-sec {
    padding: 10px 0;
  }
  
  .wrap-rit-sexo {
    background-image: url("bgs/fire-ring.gif");
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;

  }

  .wrap-rit-amor {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

}

.horoscopo-h1 {
  font-size: 68px;
}

.horoscopo-card {
  background-color: rgba(255, 255, 255, 0);
  color: white;
  border: 2px solid white;
}

.zod-img{
  height: 140px;
}

.lead-zod {
  width: 80%;
  font-size: 24px;
}

.wrap-cont {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("bgs/final.gif");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
}

/* Base */
.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 85px;
    background-color: #760f10;
}

.btn-floating.phone:hover {
    background-color: #c03421;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 25px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}

.foot {
  background-color: #101215
}

.footer-img {
  height: 150px;
}