*{
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}
body{
	background: #0c1023;
}

header{
	top: 0;
	z-index: 10;
	background: #0c1023;
}
::selection {
    background: #50dec8;
    color: #fff;
}

.flex{
	display: flex;
	justify-content: space-between;
}
.cabecera{
	width: 100%;
	box-sizing: border-box;
	transition: all 0.9s;
	z-index: 1000;
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 110px;
}
.fixed{
	top: 0;
}
.menu{
	width: 100%;
    box-sizing: border-box;
}
a{
	text-decoration: none;
}
#menu li a{
	text-align: center;
    padding: 26px 20px 26px 20px;
    display: inline-block;
	color: #fff;
	position: relative;
}
#menu li a:hover{
	color: #ca416e;
}
#menu li a i{
	margin-left: 7px;
	transition: all 0.4s;
}
#menu li a:hover i{
	margin-left: 0px;
	margin-right: 7px;
}
ul#menu {
    height: 60%;
    display: flex;
}
  
ul#menu li {
	 font: 16px 'Poppins', sans-serif;;
    color: #fff;
	list-style: none;
}
ul#menu li:hover{
 color: #aaa073;
 cursor:pointer;
 transition: all 0.4s;
}
  
ul#menu ul {
	/* display: none; */
	max-height: 0px;
	overflow: hidden;
	width: 100%;
	 position: absolute;
	 margin-top: 0px;
	 color: #fff;
	transition: all 0.2s;
	opacity: 0;
	 box-sizing: border-box;
	 background: #fff;
	left: 0px;
	-webkit-box-shadow: 0px 14px 8px -12px rgba(128,128,128,1);
-moz-box-shadow: 0px 14px 8px -12px rgba(128,128,128,1);
box-shadow: 0px 14px 8px -12px rgba(128,128,128,1);
 }
ul#menu ul span{
	
	width: 100%;
	padding: 30px 3%;
	box-sizing: border-box;
}
ul#menu ul li{
    width: auto;
    box-sizing: border-box;
}
 
 
ul#menu ul li a{
	color: #000;
    font: 10px 'Poppins', sans-serif;
	font-weight: 700;
	padding: 10px ;
	display: block;
}
  
ul#menu ul li:hover a{
 color: rgba(0,0,0,0.6);
 cursor:pointer;
}
ul#menu ul li:hover{
	background: #fff;
}
  
ul#menu li:hover ul ul,ul#menu li:hover ul ul ul,ul#menu li.iehover ul ul,ul#menu li.iehover ul ul ul {
 display: none;
 cursor:pointer;

}
  
ul#menu li:hover ul,ul#menu ul li:hover ul,ul#menu ul ul li:hover ul,ul#menu li.iehover ul,ul#menu ul li.iehover ul,ul#menu ul ul li.iehover ul {
	max-height: 220px;
	overflow: hidden;
	border-top: 1px solid #f5f5f5;
	/* display: block; */
	opacity: 1;
	margin-top: 40px;
}
.btn-menu, .btn-close{
	width: 30px;
	height: 30px;
	display: none;
}
.is_search{
	margin-left: 90px;
}

.container{
	width: 1170px;
	margin: 0 auto;
	height: 100%;
}
.flex2{
	display: flex;
	min-height: 100%;
	align-items: center;
	justify-content: space-between;
}
.grid_3{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 5px;
}
.grid_4{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 20px;
}
.grid_5{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 20px;
}
.blogs{
	text-align: center;
	padding: 90px 0px;
	background: rgba(255, 255, 255, 0.05);
}
.blogs article{
	text-align: left;
	transition: all 0.4s;
	box-shadow: -1px 4px 12px 3px rgba(0,0,0,0.75);
	background: rgba(0,0,0,0.2);
}
.blogs article:hover{
	background: #e83e8c;
}
.thumblog{
	width: 100%;
	overflow: hidden;
	max-height: 160px;
}
.blg2 .thumblog{
	max-height: 190px;
}
.thumblog img{
	width: 100%;
}
.blogs article h2{
	color: #219bf1;
	font: 24px 'Lobster', cursive;
	font-weight: 500;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 20px;
	transition: all 0.4s;
}
.blogs article:hover h2{
	color: #fff;
}
.blogs article a{
	color: #fff;
	font: 16px 'Roboto', sans-serif;
	font-weight: 500;
	text-align: left;
	display: block;
}
.blogs article a:hover{
	color: #000;
}
.blogs article h2:hover{
	text-decoration: underline;
}
.testimonial, .link_contact{
	padding: 90px 0px;
}
.testimonial p{
	font-size: 16px;
	margin: 19px 0px;
}
.testimonial a{
	font: 42px 'Lobster', cursive;
	font-weight: 700;
	color: #fff;
}
.txt-test cite{
	font: 22px 'Roboto', sans-serif;
	font-weight: 700;
}
.blog a{
	color: #000;
	text-align: center;
}
footer .grid_3{
	grid-column-gap: 40px;
}
footer{
	background: #373737;
	padding: 90px 0px;
}

.articulos article, .box-shadow{
	padding: 30px;
	background-color: #12172d;
	box-shadow: 0px 15px 13px 0px rgba(0, 0, 0, 0.3);
}
.articulos p{
	text-align: left;
}
.articulos li{
	font: 14px 'Poppins', sans-serif;
    font-weight: 400;
    color: #b5bad3;
	margin-left: 10px;
}
.articulos{
	width: 58%;
}
.articulos .thumb{
	height: auto;
	max-height: 396px;
	overflow: hidden;
	width: 100%;
	background-color: #12172d;
    box-shadow: 0px 15px 13px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
}
.thumb img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
aside .price{
	padding: 0;
	border: none;
}
.blog aside{
	width: 35%;
}
aside a{
	text-align: center;
}
.blog aside h4{
	text-align: left;
	font: 28px 'Roboto', sans-serif; color: #ca416e;
}
aside .box-shadow a{
	display: block;
	padding-bottom: 15px;
	text-align: left;
	border-bottom: 1px solid #b5bad3;
	font: 17px 'Roboto', sans-serif;
	font-weight: 400;
	color: #fff;
	margin-top: 15px;
}
.tags a{
	font-size: 12px;
	display: inline-block;
	padding: 7px 10px;
	color: #fff;
	border: 1px solid #b5bad3;	
}
.tags #text{
	width: 100%;
}
.page-contacto h2{
	font: 36px 'Roboto', sans-serif;
	font-weight: 400;
}
.page-contacto{
	background: #12172d;
	text-align: left;
}
.page-contacto p{
	font: 24px 'Roboto', sans-serif;
	font-weight: 300;
}
.page-contacto a{
	font: 18px 'Roboto', sans-serif;
	font-weight: 400;
	margin-left: 10px;
	margin-top: -5px;
	color: #000
}
.adress .flex span{
	display: block;
	width: 40px;
}
.adress .flex{
	justify-content: left;
}
.adress{
	width: 380px;
	height: 400px;
}
.form{
	width: 50%;
}
.form input{
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	background:rgba(255,255,255,0);
	padding-left: 10px;
	box-sizing: border-box;
	font: 16px 'Roboto', sans-serif;
	font-weight: 400;
	border:1px solid #b5bad3;
	box-shadow: 3px 3px 3px #000;
	border-radius: 20px;
	color: #fff;
}
.form textarea{
	width: 100%;
	height: 170px;
	margin-bottom: 15px;
	background:rgba(255,255,255,0);
	border-radius: 5px;
	padding-top: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	font: 16px 'Roboto', sans-serif;
	font-weight: 400;
	border:1px solid #b5bad3;
	box-shadow: 3px 3px 3px #000;
	border-radius: 20px;
	color: #fff;
}
#enviar{
	width: auto;
	height: auto;
	padding: 16px 40px;
	font-size: 16px;
	color: #ffffff;
    background-color: #ca416e;
	border-radius: 50px;
	border: none;
}
footer p, footer a{
	font: 16px 'Roboto', sans-serif;
	font-weight: 400;
	margin: 25px 0px;
	line-height: 30px;
}
footer a{
	color:#8a8a8a;
}
footer .flex a, footer .flex p{
	margin: 0;
}
footer .flex {
	padding: 13px 0px;
	border-bottom: 1px solid #8a8a8a;
}
footer span{
	margin-right: 20px;
	vertical-align: middle;
}
footer span a{
	font-size: 30px;
}
footer span a:hover{
	color: #d04222;
}
footer div{
	text-align: center;
}
.midle{
	padding: 0px 30px;
	box-sizing: border-box;
	text-align: center;
}
footer h3{
	font: 24px 'Roboto', sans-serif !important;
	font-weight: 700 !important;
	color: #fff !important;
	text-align: center;
}
.cinta{
	text-align: center;
	padding: 30px 0px;
	border-top: 1px solid rgba(255,255,255,0.5);
	margin-top: 20px;
	font: 18px 'Roboto', sans-serif !important;
	font-weight: 300 !important;
	color: #fff !important;
}
footer{
	background: #0c1023;
    padding: 50px 0px 0px;
    box-shadow: 0px -13px 20px -13px rgba(0,0,0,0.75);
}
.btn-call{
	font-size: 15px; text-align: center;
	width: 50%;
	font-family:'Roboto', sans-serif !important;
	transition: all 0.4s;
	display: none;
}
.btn-call:hover{
	opacity: 0.5;;
}
.entry{
	padding: 25px 0px;
}
.icons a{  
	color: #fff;
	font: 24px 'Lobster', cursive;
	font-weight: 300;
	text-shadow: 3px 3px 3px #000;
}
.icons a span, .testimonial a span{
	color: #f00;
	text-shadow: 3px 3px 3px #000;
}
.testimonial .link-head{
	margin: 10px 0;
}
.link-head{
	width: 190px;
	padding: 12px;
	border: 1px solid #ca416e;
	display: inline-block;
	text-align: center;
	margin-left: 50px;
	border-radius: 33px;
	font-size: 16px !important;
	transition: all 0.4s;
}
.link-head:hover{
	background: #ca416e;
}
form.flex2 input{
	background: none;
	height: 71px;
	border: none;
	color: #fff;
	font: 16px 'Roboto', sans-serif;
	font-weight: 400;
}
form.flex2  input[type="submit" i] {
	background: url(img/search.png);
	background-size: 60%;
    background-repeat: no-repeat;
	background-position: center;
	width: 50px;
}
form.flex2  input[type="submit" i]:hover{
	background-color: rgba(0, 0, 0, 0.2);
	border: none;
}
form.flex2 input:focus{
	border-color: rgb(0,0,0, 0);
    box-shadow:none;
	outline: 0 none;
}
form.flex2{
	padding: 0px 15px;
	border: 1px solid rgba(255, 255, 255, 0.30196078431372547);
}
::placeholder{
	color: #fff;
	font: 16px 'Roboto', sans-serif;
	font-weight: 400;
}
.slider1 ul li{
	background: url(http://brujosycuranderosdelamor.com/wp-content/uploads/2020/06/slider-brujo.jpg);
	background-size: cover;
	padding: 150px 0px 100px;
	height: auto;
}
.slider2 ul li{
	background: url(img/fondo-3.jpg);
	background-size: cover;
	padding: 50px 0px;
	height: auto;
}
.txt-slider, .serv-slide{
	z-index: 1;
	color: #fff
}
.txt-slider{
	width: 62%;
}
.button{
	background: #f00;
	font: 16px 'Roboto', sans-serif;
	font-weight: 700;
    width: 180px;
    height: 50px;
    display: inline-block;
    text-align: center;
	line-height: 50px;
	border-radius: 50px;
	color: #fff
}
.button-blog{
	font: 14px 'Roboto', sans-serif;
	font-weight: 700;
    width: 180px;
	height: 40px;
	color: #fff !important;
	line-height: 40px;
	border: 1px solid #50dec8;
	display: block;
}
.button-blog:hover{
	background: #50dec8;
	color: #000;
}
.title{
	font: 105px 'Lobster', cursive;
	font-weight: 700;
	line-height: 0.9;
	color: #f00;
	text-shadow: 3px 3px 3px #000;
}
.txt-slider h4{
	font: 16px 'Poppins', sans-serif;
	color: #fff;
	margin-bottom: 20px;
}
.serv-slide h2{
	font: 16px 'Lobster', cursive;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.21);
	width: 256px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50px;
	color: #fff;
	margin-bottom: 20px;
}
.services{
	padding: 0px;
}
.circle{
	width: 522px;
	height: 522px;
	border-radius: 50%;
	margin-left: 10px;
	overflow: hidden;
}
.circle img{
	height: 100%;
}
.txt-test{
	width: 46%;
}
p, .fecha{
	font: 14px 'Poppins', sans-serif;
	font-weight: 400;
	color: #b5bad3;
}
.subtitle{
	font: 20px 'Poppins', sans-serif;
	color:  #b5bad3;
}
.blogs .title, .cite-txt .title{
	color: #f00;
	text-shadow: 3px 3px 3px #000;
	font-size: 60px
}
.services article{
	box-shadow: -7px 0px 11px -5px rgba(0,0,0,0.75);
	height: 377px;
	background: rgba(255, 255, 255, 0.05);
}
.txt-pad{
	display: block;
	padding: 0px 25px;
	padding-bottom: 20px;
}
.testimg{
	margin-right: 40px;
}
.testimonial .container .title{
	font-size: 60px;
	color: #f00;
	text-shadow: 3px 3px 3px #000;
}
.number{
	font: 50px 'Roboto', sans-serif;
	font-weight: 700;
	color: #d04222;
}
.cite-sec{
	padding: 100px 0px 70px;
	background: url(img/slide2.jpg);
	background-size: cover;
}
.cite{
	background: #12172d;
	text-align: center;
	padding: 80px 0px;
	position: absolute;
	top: -50px;
	left: -50px;
	border: 1px solid #10183c;
    box-shadow: 0px 15px 13px 0px rgba(0, 0, 0, 0.3);
}
.cite .slides li{
	padding: 0px 6%;
	box-sizing: border-box;
}

.cite-fond{
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #10183c;
	box-shadow: 0px 15px 13px 0px rgba(0, 0, 0, 0.3);
	width: 60%;
	margin-top: 40px;
	position: relative;
}
.flex-control-nav {
	display: none !important;
}
.cite .flex-direction-nav {
	display: block !important;
}
.cite h5{
	font: 30px 'Roboto', sans-serif;
	font-weight: 400;
	color: #fff;
}
.cite cite{
	color: #fff;
	font: 24px 'Roboto', sans-serif;
	font-weight: 300;
}
.cite p{
	color: rgba(255, 255, 255, 0.81)
}




.circle:hover{
	opacity: 0.5;
}
.video-index{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: -100%;
	z-index: 1000;
	transition: all 0.4s;
	display: none;
}
.equis{
	position: fixed;
	z-index: 100;
	right: 20px;
	top: 20px;
	z-index: 1002;
	width: 70px;
	height: 70px;
	background: #ca416e;
	text-align: center;
	line-height: 70px;
	opacity: 0.9;
	border-radius: 50%;
	cursor: pointer;
}
.video-index iframe{
	width: 100%;
	height: 100%;
}










@media only screen and (max-width: 1225px){
	.container{
		width: 700px;
	}
	.cabecera img{
		height: 30px;
	}
	ul li a, h4, .subtitle{
		font-size: 18px;
	}
	.txt-slider h3 {
		font: 42px 'Lobster', cursive;
	}
	.txt-slider p, .title{
		font-size: 28px;
		margin: 20px 0px;
	}
	.txt-slider{
		width: 100%;
		text-align: center;
	}
	.slider1, .slider2{
		margin: 0;
	}
	.onsale .flex{
		display: block;
	}
	.sale{
		width: 50%;
		text-align: left;
	}
	.onsale article{
		width: 100%;
		margin-bottom: 20px;
	}
	.grid_3{
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 40px;
	}
	.grid_4{
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 40px;
	}
	.grid_5{
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 0px;
	}
	.testimonial .flex2, .page-contacto .flex{
		display: block;
	}
	.testimg, .adress{
		width: 100%;
		margin-top: 20px;
	}
	.adress .flex {
		display: flex;
	}
	.form{
		width: 470px;
		margin: 0 auto;
		max-width: 100%;
		margin-top: 30px;
	}
	.methods{
		grid-row-gap: 0px;
		grid-column-gap: 0px;
	}
	.form input, .form textarea{
		width: 100%;
		margin-left: 0px;
	}
	form.flex2 input{
		width: 100px;
	}
	.cite-sec .flex2{
		display: block;
	}
	.cite-txt{
		width: 100%;
		text-align: center;
	}
	.cite {
		position: static;
		width: 100%;
		top: 0;
		left: 0;
	}
	.cite-fond{
		width: 100%;
	}
	.cite .slides > li {
		padding: 0px !important;
	}
	.blogs .title{
		font-size: 50px;
	}
	.testimonial, .blogs{
		padding: 50px 0px;
	}
	.testimonial .container .title{
		font-size: 40px;
		text-align: center;
	}
	.articulos article{
		margin-bottom: 30px;
	}
	.entry img{
		width: 100% !important;
		height: auto !important;
	}
}
@media only screen and (max-width: 740px){
	.container{
		width: 400px;
	}
	.menu{
		position: fixed;
		background: #e00074;
		right: -100%;
		width: 50%;
		height: 100vh;
		top: 0;
		transition: all 0.4s;
	}
	.menu ul li a{
		width: 100%;
		padding: 20px 0px !important;
	}
	.slider1 .flex2, .entry .flex, .slider2 .flex2{
		display: block;
	}
	.number{
		font-size: 39px;
	}
	.entry img{
		display: block;
		margin: 0 auto;
	}
	form.flex2 input{
		height: 50px;
	}
	.entry .flex2{
		width: 223px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.cite h5 {
		font-size: 25px
	}
	.blog .flex{
		width: 90%;
		display: block;
	}
	.moto{
		width: 100%;
		height: 300px;
		margin-left: 0px;
		background-position: center !important;
		background-repeat: no-repeat !important;
		margin-top: 20px;
	}
	.slides > li{
		padding-top: 50px !important;
	}
	ul#menu, .btn-menu, .btn-close{
		display: block;
	}
	.btn-close{
		width: 95%;
		text-align: right;
		font: 22px 'Roboto', sans-serif;
	}
	.category article{
		display: inline-block;
		width: 50%;
	}
	.category article:nth-child(3){
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.sale, .articulos, .blog aside{
		width: 100%;
	}
	.grid_3{
		grid-template-columns: repeat(1, 1fr);
	}
	.grid_4{
		grid-template-columns: repeat(1, 1fr);
	}
	.grid_5{
		grid-template-columns: repeat(1, 1fr);
	}
	.category article, .circle, .txt-test{
		display: block;
		width: 100%;
		height: auto;
	}
	.circle img{
		width: 100%;
		height: auto;
	}
	.icons{
		display: none;
	}
	.circle{
		border-radius: none;
		margin-left: 0px;
	}
	.txt-nos p{
		font-size: 15px;
	}
	.txt-nos h5{
		font-size: 17px;
	}
	.serv-slide h2{
		margin: 0 auto;
		margin-top: 30px;
	}
	.cite{
		padding: 30px 5%;
	}
	.btn-call{
		display: inline;
	}
}
@media only screen and (max-width: 450px){
	.container{
		width: 90%;
	}
	.txt-products{
		height: 290px;
	}
}