body {
	margin: 0;
}

a {
    color: #ffffff !important;
	text-decoration: none !important;
}

a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

body {
	background-color:black;
	background-image:
	radial-gradient(white, rgba(255,255,255,.2) 2px, transparent 0px),
	radial-gradient(white, rgba(255,255,255,.15) 1px, transparent 0px),
	radial-gradient(white, rgba(255,255,255,.1) 2px, transparent 0px),
	radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,.1) 2px, transparent 0px);
	background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px;
	background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;
	background-attachment: fixed;

	font-family: Verdana, sans-serif;
  	color: #e1e1e1;
	line-height:20px;
}

.parrafo {
	max-width: 900px;
	margin: 0 auto;
	font-size: 30px;
}

/*ANIMACIÓN FONDO*/
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #00000000;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: -1;
}
/*FIN ANIMACIÓN FONDO*/

.menu {
	display: none;
}

.menu-movil {
	width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    background-color: #000000de;
    padding-top: 30px;
	z-index: 99;
}

.menu-movil-desplegable {
	position: absolute;
	width: 100%;
	display: none;
	background-color: #000000f2;
	padding-top: 0;
	z-index: 99;
	font-size: 16px;
}

.menu-tarot-desplegable {
	position: absolute;
    width: 100%;
    top: 80px;
    display: none;
    background-color: #000000f2;
    padding-top: 20px;
    z-index: 99;
    font-size: 14px;
    font-weight: 300;
}

.menu-tarot-desplegable-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.menu-tarot-desplegable-movil {
	position: relative;
    width: 100%;
    display: none;
    background-color: #000000f2;
    padding-top: 20px;
    z-index: 99;
    font-size: 16px;
    font-weight: 300;
}

.menu-horoscopo-desplegable {
	position: absolute;
    width: 100%;
    top: 80px;
    display: none;
    background-color: #000000f2;
    padding-top: 20px;
    z-index: 99;
    font-size: 14px;
    font-weight: 300;
}

.menu-horoscopo-desplegable-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.menu-horoscopo-desplegable-movil {
	position: relative;
    width: 100%;
    display: none;
    background-color: #000000f2;
    padding-top: 20px;
    z-index: 99;
    font-size: 16px;
    font-weight: 300;
}


.item {
	text-align: center;
    height: 30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: none;
    z-index: 1;
    border: 0 none;
    position: relative;
    outline: none;
}

/*ANIMACIÓN MENU*/
.item:hover {
	color: #924abf;
}

.item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #924abf;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
}

.item:hover:before,
.item:focus:before {
  visibility: visible;
  transform: scaleX(1);
}

.hamburger-menu {
  margin-top: -20px;
  margin-right: 10px;
  float: right;
  width: 40px;
  height: 30px;
  cursor: pointer;
}

.bar,
.bar:after,
.bar:before {
  width: 30px;
  height: 2px;
}

.bar {
  position: relative;
  transform: translateY(25px);
  background: white;
  transition: all 0ms 300ms;
}
.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: white;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: white;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
/*FIN ANIMACIÓN MENU*/

.logo {
	width: 150px;
	float: left;
	color: #924abf;
	margin-left: 20px;
	margin-right: 20px;
	cursor: pointer;
}

.cabecera {
    width: 100%;
    height: 620px;
    text-align: center;
    padding-top: 10px;
    background-color: #000000ba;
}

.titulo {
	margin: 0;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	padding: 20px;
}

.subtitulo {
	max-width: 900px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
	padding: 10px;
}

.fondo-seccion-movil {
	background-image: url('../img/chakra.png');
	background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
}

.fondo-seccion2-movil {
	background-image: url('../img/oraculo-griego.png');
	background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
}

.fondo-seccion3-movil {
	background-image: url('../img/calc-amor.png');
	background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
}

.fondo-seccion4-movil {
	background-image: url('../img/compatibilidad.png');
	background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
}

.fondo-seccion5-movil {
	background-image: url('../img/mano.png');
	background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
}

.fondo-seccion6-movil {
	background-image: url('../img/carta.png');
	background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
}

.seccion-1,
.seccion-2,
.seccion-3,
.seccion-4,
.seccion-5,
.seccion-6 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
	background-color: #000000;
}


.titulo-seccion-1 {
	margin-top: 20px;
}

.boton {
	width: 200px;
    height: 30px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #00000000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
    padding-top: 10px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    cursor: pointer;
}

.boton:hover {
	background-color: #ffffff;
	color: #000000;
	transition: .35s linear;
}

.img-seccion-1 {
	display: none;
}

.img-seccion-6 {
	display: none;
}

.descripcion-seccion-1 {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: justify;
	font-weight: 200;
	padding: 20px;
}

#flecha-slide {
	width: 200px;
	margin: 0 auto;
	margin-top: 50px;
	padding: 2em 0;
	background: #00000000;
}

.box-redes {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.compartir-redes {
	width: 40px;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
	cursor: pointer;
}

.footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	padding-top: 20px;
	border-top: 1px solid #ffffff24;
	background-color: #000000;
	text-align: center;
}

.copyright {
	font-weight: 200;
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 50px;
}

.texto-info {
    display: block;
    padding: 10px;
    padding-bottom: 30px;
    background-color: #000000;
}

.titulo-info {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
	line-height: 30px;
}

.parrafo-info {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 16px;
    text-align: justify;
}

.img-idioma {
	width: 30px;
}

/* BUBBLE EXPERTOS */

.bubble-expertos {
	display: none;
	position: fixed;
	width: 200px;
	height: 70px;
	right: 0px;
	bottom: 30px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 10px;
	background-color: #000000;
	z-index: 9999;
}

.texto-bubble-expertos {
	font-size: 14px;
	margin-bottom: 0;
}

.icono-expertos {
	width: 50px;
	margin-right: 20px;
}

/* FIN BUBBLE EXPERTOS */

.arrow,
.arrow:before {
	position: absolute;
	left: 50%;
}

.arrow {
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	transform: rotate(45deg);
	border-left: none;
	border-top: none;
	border-right: 2px #fff solid;
	border-bottom: 2px #fff solid;
  }
  
  .arrow:before {
	content: "";
	width: 20px;
	height: 20px;
	top: 50%;
	margin: -10px 0 0 -10px;
	border-left: none;
	border-top: none;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: arrow;
  }
  
  @keyframes arrow {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	  transform: translate(-10px, -10px);
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.item {
		height: 30px;
	}

	.cabecera {
	    height: 600px;
		padding-bottom: 50px;
	}

	.titulo {
		font-size: 48px;
		margin-top: 100px;
	}

	.subtitulo {
		margin-top: 0;
	}

	.titulo-seccion-1 {
		font-size: 36px;
	}

	.descripcion-seccion-1 {
		font-size: 20px;
	}

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.img-seccion-1 {
		display: block;
		width: 400px;
		margin: 0 auto;
		margin-top: 40px;
	}

	.img-seccion-6 {
		display: block;
		width: 300px;
		margin: 0 auto;
		margin-top: 40px;
	}

	.titulo-seccion-1 {
		margin-top: 20px;
	}

	.fondo-seccion-movil,
	.fondo-seccion2-movil,
	.fondo-seccion3-movil,
	.fondo-seccion4-movil,
	.fondo-seccion5-movil,
	.fondo-seccion6-movil {
		background-image: none;
	}

	.item {
		text-align: center;
		height: 30px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 0;
		cursor: pointer;
		text-decoration: none;
		z-index: 1;
		border:0 none;
		position: relative;
		outline: none;
	}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.menu {
		width: 100%;
		height: 100px;
		display: flex;
		justify-content: center;
		background-color: #000000de;
		padding-top: 40px;
		font-size: 14px;
		z-index: 99;
	}

	.menu-movil {
		display: none;
	}

	.menu-movil-desplegable {
		display: none;
	}

	.cabecera {
		padding-top: 10px;
		height: 900px;
	}

	.titulo {
		font-size: 48px;
	}

	.img-seccion-1 {
		display: block;
		width: 500px;
		margin: 0 auto;
		margin-top: 40px;
	}

	.img-seccion-6 {
		display: block;
		width: 300px;
		margin: 0 auto;
		margin-top: 40px;
	}

	.titulo-seccion-1 {
		margin-top: 140px;
	}

	.bubble-expertos {
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-wrap: nowrap;
	}

	.img-idioma {
		width: 20px;
	}

	#flecha-slide {
		margin-top: 250px;
	}
	
}
