 @import url(home.css);
 @import url(horoscopo.css);
 @import url(ascendentes.css);
 @import url(tarot.css);
 @import url(rituales.css);
 @import url(registrarse.css);


 *,
 ::after,
 ::before {
   box-sizing: border-box;
   border-width: 0;
   border-style: solid;
   border-color: var(--blanco);
 }

 ::after,
 ::before {
   --tw-content: "";
 }

 :root {
   --body: #fff;
   --border-seccion: #e5e7eb;
   --menu: #090A17;
   --menu-par: #171609;
   --seccion1: aqua;
   --seccion3: #1D4D82;
   --sec3-comp: #82521D;
   --seccion4: #C6A716;
   --sec4-comp: #1635C6;
   --seccion5: #9E9D94;
   --sec5-comp: #94959E;
   --seccion6: #9143A0;
   --sec6-comp: #52A043;
   --blanco: white;
   --negro: black;
   --gris-claro: gray;
   --gris-suave: #E5E7E9;
   --bordo: #7B241C;
   --gris-oscuro: rgb(76, 73, 73);
   --titulo-e1: red;
   --titulo-e2: rgb(111, 228, 226);
   --titulo-e3: #555;
   --verde: chartreuse;
   --rosa: #EB8B88;
   --crema: #F8E7DB;
   --naranja: #FFA202;
   --azul: #333CEB;
   --par1-nav: #366CE8;
   --par2-nav: #E836C5;
   --par3-nav: #E8B236;
   --par4-nav: #36E859;
   --par1-seccion: #9B60DA;
   --par2-seccion: #DA6062;
   --par3-seccion: #9FDA60;
   --par4-seccion: #60DAD8;
   --violeta-fuerte: blueviolet;
   --gris: rgb(196, 192, 192);
   --violeta-azul: #4223b1;
   --green: rgba(31, 233, 174, 1);
   --azure: rgba(2, 253, 254, 1);
   --pink: rgba(220, 109, 220, 1);
   --blue: rgba(68, 133, 255, 1);
   --neon: hsl(289, 75%, 45%);
   --neon2: hsl(200, 100%, 50%);
   --bg: hsl(240, 10%, 1%);
 }

 :host,
 html {
   line-height: 1.5;
   -webkit-text-size-adjust: 100%;
   -moz-tab-size: 4;
   tab-size: 4;
   font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   font-feature-settings: normal;
   font-variation-settings: normal;
   -webkit-tap-highlight-color: transparent;
 }

 body {
   /*  margin-top: 120px; */
   padding: 0;
   padding-bottom: 100px;
   background-color: var(--negro);
   width: 100vw;
   overflow-x: hidden;
 }


 nav {
   height: auto;
   top: 0;
   left: 0;
   width: 100%;
   padding: 0 20px;
   transition: all 0.4s ease;
   z-index: 1000;
 }

 .nav-img-logo {
   height: 150px;
   width: 150px;
   background-image: url(../img/fondo-nav-tarot4.png);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
 }

 nav.sticky {
   background: #000000;




   border-bottom: 4px solid;
   border-radius: 10px;
   animation: cambio-color 2s infinite;
 }

 @keyframes cambio-color {
   0% {
     border-color: #ff6e7f;
   }

   50% {
     border-color: #bfe9ff;
   }

   100% {
     border-color: #ff6e7f;
   }
 }

 nav .nav-content {
   height: auto;
   padding: 0 20px;
   max-width: 1200px;
   margin-left: -20px;
   margin-bottom: 30px;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
 }

 nav .logo a {
   font-weight: 500;
   font-size: 35px;
   color: #e5e7ee;
   font-family: 'Cinzel', cursive;
 }

 nav.sticky .logo a {
   color: #fff;
 }

 .nav-content .nav-links {
   height: 70px;
   margin-left: -48px;
   margin-right: 5px;
   display: flex;
 }

 .nav-content .nav-links li {
   list-style: none;
   margin: 0 8px;
 }

 .nav-links li a img {
   text-decoration: none;
   color: #dae4e9;
   font-size: 18px;
   font-weight: 500;
   padding: 5px 8px;

   transition: transform 0.3s ease;

   font-family: 'Cinzel', cursive;
 }

 .nav-links li a img:hover {
   transform: scale(1.5);
   box-shadow: 0 8px 16px rgba(204, 194, 194, 0.1);
 }

 .nav.sticky .nav-links li a {
   color: #fff;
   transition: all 0.4s ease;
 }

 .nav.sticky .nav-links li a:hover {
   color: #0e2431;
 }


 @media only screen and (max-width: 600px) {
   .nav-enlaces {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-between;
   }


   nav .nav-content {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-between;
   }

   footer {
     height: auto;
     display: flex;
     background-image: url(../img/footer-600.png);
     background-position: top;
     background-size: cover;
     background-repeat: no-repeat;

     margin-bottom: 30px;
     border-bottom: 1px solid yellow;
     padding: 150px 20px 100px 0;

     flex-direction: column;
     align-items: center;
     justify-content: space-around;

   }

   .footer-div {
     min-height: 400px;
     width: 90%;
   }

   .footer-img-p {
     height: 290px;
     width: 340px;
     margin-top: 30px;
   }

   .footer-enlaces li a img {
     transform: scale(1.4);
   }
 }

 @media only screen and (min-width: 601px) and (max-width:791px) {
   .nav-enlaces {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-between;
   }

   nav .nav-content {
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: space-between;
   }

   footer {
     display: flex;
     background-image: url(../img/footer.png);
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;

     padding: 150px 20px 100px 0;
     margin-bottom: 30px;
     border-bottom: 1px solid yellow;

     flex-direction: row;
     align-items: center;
     justify-content: space-around;

   }

   .footer-div {
     margin-left: -25px;
     width: 30%;
   }

   .footer-img-p {
     height: 240px;
     width: 340px;
   }
 }

 @media only screen and (min-width: 792px) {
   .nav-enlaces {
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: space-between;
   }

   nav .nav-content {
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: space-between;
   }

   footer {
     display: flex;
     background-image: url(../img/footer.png);
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;

     margin-bottom: 30px;
     border-bottom: 1px solid yellow;
     padding: 150px 20px 100px 0px;

     flex-direction: row;
     align-items: center;
     justify-content: space-around;

   }

   .footer-div {
     height: 400px;
     margin-left: -25px;
     width: 30%;
   }

   .footer-img-p {
     height: 240px;
     width: 340px;
   }
 }

 footer {
   background-color: #000000;
   height: auto;
   width: 100%;
   margin-top: 50px;
   border-top: 2px solid white;

   animation: cambio-color 2s infinite;
 }

 @keyframes cambio-color {
   5% {
     border-color: #dfe215;
   }

   25% {
     border-color: #8add1e;
   }

   50% {
     border-color: #1da8df;
   }

   75% {
     border-color: #301ddf;
   }

   100% {
     border-color: rgb(202, 65, 195);
   }
 }

.contacto {
    background-color: #2c2c54; /* Fondo oscuro y místico */
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    color: #f5f5f5; /* Texto claro */
    font-family: 'Garamond', serif; /* Fuente elegante */
}

.contacto h3 {
    color: #ffd700; /* Color dorado */
    margin-bottom: 10px;
    font-size: 20px;
}

.contacto p {
    color: #dcdcdc;
    margin-bottom: 15px;
    font-size: 16px;
}

.contacto form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contacto label {
    text-align: left;
    color: #ffd700; /* Color dorado */
    font-weight: bold;
    font-size: 14px;
}

.contacto input[type="text"],
.contacto input[type="email"],
.contacto textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ffd700; /* Borde dorado */
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #1e1e3f; /* Fondo oscuro */
    color: #f5f5f5; /* Texto claro */
    font-size: 14px;
}

.contacto button.btn-contacto {
    background-color: #ffd700; /* Fondo dorado */
    color: #2c2c54; /* Texto oscuro */
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: bold;
    font-size: 14px;
}

.contacto button.btn-contacto:hover {
    background-color: #e6b800; /* Fondo dorado más oscuro */
}




 .footer-div {
   margin-top: 40px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   align-items: center;
   text-align: justify;
 }

 .footer-img-copy {
   height: 150px;
   width: 200px;
   background-image: url(../img/footer-copy.png);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
 }

 .footer-img-p {
   background-image: url(../img/footer-p.png);
   background-position: center;
   background-size: contain;
   background-repeat: no-repeat;
 }

 .footer-enlaces {
   height: 250px;
   margin-top: 50px;



 }

 .footer-enlaces li a {
   color: #ffffff;
   margin: 30px 0;
   line-height: 50px;

 }

 .copyright {
   color: #C6A716;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   align-items: center;
   text-align: justify;
 }