@charset "UTF-8";
/* CSS Document */

body {
margin:0px;
padding:0px;
font-size: 100%;
color: #4e4e4e;
font-family: 'Roboto', sans-serif;
-webkit-animation: 1s ease 0s normal forwards 1 fadein;	animation: 1s ease 0s normal forwards 1 fadein;
    font-weight: 300;
    background-color: #f7f8fb;
}

details:focus,
summary:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
   outline: none;
}

#wt_desktop{
  display: inherit;
}
#wt_mobile{
  display: none;
}
.wt_desktop{
  display: inherit;
}
.wt_mobile{
  display: none;
}

#wt_desktop_fixed{
 padding:10px; position: fixed; right:20px; bottom: 40px; display: inherit;
}
#wt_mobile_fixed{
 padding:10px; position: fixed; right:20px; bottom: 40px; display: none;
}


@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}
a {
text-decoration:none;
color: #848383;
}
a:hover {
text-decoration:none;
}
p {
	font-size:14px;
	line-height:24px;
	font-weight:300;
}

#main_color{
color: #f9641b;
}

#secondary_color{
color: #f2b12f;
}

#section-banner{
    text-align: left;min-height: 180px;display: table; width: 100%;
}


.zoom-outer-div{
  height: 420px;
  overflow: hidden; 
width: 100%;
   width: 100%;
   transition: all 0.5s ease;
position: relative;
}
.zoom-inner-div{
  height: 420px;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
overflow: hidden;
}
.zoom-inner-div:hover{
  transform: scale(1.2);
    opacity: 0.2;
}
.zoom-outer-div:hover{
    background-color: #EDDEE3;

}

.zoom-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease;
    transform: scale(1.4);
    pointer-events:none;
    height: 420px;
      display: flex;
  justify-content: center;
  align-items:center;
    font-size: 25px;
    z-index: 1000;
    color: white;
}


.home_video p { font-size: 17px; line-height: 29px; }
.home_video h2 { font-size: 20px; line-height: 28px; }





.zoom-outer-div:hover .zoom-text    {
    opacity: 1;
    transform: scale(1);
      z-index: 1000;
    }

.servicios { display: table; width: 100%; text-align: center; } .servicios-table-cell { display: table-cell; padding: 0 20px; box-sizing: border-box; width: 33%; }
.servicios p { font-size: 17px; line-height: 29px; }
.section-banner h2 { font-size: 20px; line-height: 28px; font-weight: 400; } 

input[type=submit] {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
input[type=submit]:hover {
     zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
    cursor: pointer;
}


.detector-banner-desk { display:inline; }
.detector-banner-mobile { display:none; }

.container{
    width: 100%;
}
.parallax-window {
    min-height: 600px;
    background: transparent;
	scroll-behavior: smooth;
}

#footer{
	    color: #545454;
	 width: 100%;
    padding-top: 10px;
    float: left;

}

.proporcional {
font-size: 1.4vw;
}

.banners_sections{
    width:100%;
	padding-top:10px;
	padding-bottom:10px;
	float: left;
    float: none; color: white;  background-size: cover; background-position: top center;min-height: 180px;
}
#banner_bach {
    background-image: url(images/banner_bach.jpg);
}
#banner_articulos {
    background-image: url(images/banner_articulos.jpg);
}
#banner_contacto {
    background-image: url(images/banner_contacto.jpg);
}
#banner_constelaciones {
    background-image: url(images/banner_constelaciones.jpg);
}
#banner_reiki {
    background-image: url(images/banner_reiki.jpg);
}
#banner_servicios {
    background-image: url(images/banner_servicios.jpg);
}
#banner_astrologia {
    background-image: url(images/banner_astrologia.jpg);
}

.astro_btn {
width: 89px; height: 60px; display: inline-block;  background-size: cover; background-position: top center;vertical-align: top;margin-bottom: 20px;    margin-top: 5px;
}
.astro_btn:hover {
     height: 80px;margin-bottom: 0px;
}




.box_text{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	float: left;
}

.box_text ul li {
    font-weight: 400;
        font-size: 14px;
}


.margin_mobile{
	padding-left:0px;
	padding-right:0px;
}
.margin_800px{
	max-width:800px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
}
.margin_940px{
	max-width:940px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
}
.margin_940px_desktop{
	max-width:940px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
}
.margin_1024px{
	max-width:1024px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
}
.margin_1024px_desktop{
	max-width:1024px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
}
.margin_1280px{
	max-width:1280px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
}
.margin_1280px_desktop{
	max-width:1280px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
}
.margin_1440{
	max-width:1440px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
}

.margin_menu{
	max-width:1440px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
}
.divisor_gris {
	width:100%;
	clear:both;
	height:1px;
border-top: 1px solid #e6e6e6;
}

.empty10px{
	width:100%;
	clear:both;
	height:10px;
}
.empty20px{
	width:100%;
	clear:both;
	height:20px;
}
.empty40px{
	width:100%;
	clear:both;
	height:40px;
}
.empty40px_desktop {
	width:100%;
	clear:both;
	height:40px;
}
.empty80px{
	width:100%;
	clear:both;
	height:80px;
}
.empty97px {
    width: 100%;
    clear: both;
        height: 86px;
}
.empty120px{
	width:100%;
	clear:both;
	height:120px;
}


.form1-input, .form1-textarea, .subscribe-button{
    font-size: 15px;
    -webkit-border-radius: 0;
    box-sizing: border-box;
}
    
.form1-input{
	width:100%;
    padding: 10px;
    background-color: transparent;
    border:1px solid #ccc;
    margin-bottom: 10px;
    height: 40px;
}
.form1-textarea{
	width:100%;
    padding: 10px;
    background-color: transparent;
    border:1px solid #ccc;
    margin-bottom: 10px;
    height: 140px;
    display:block;
}
.form1-select{
	width:100%;
    text-indent: 13px;
    border:1px solid #ccc;
    margin-bottom: 10px;
    height: 40px;
    border: 0;
    outline: 1px solid #ccc;
    outline-offset: -1px;
    font-size: 15px;
    -webkit-border-radius: 0;
    color: #adadad;      
    -moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
    background: url( images/select-arrows.svg) no-repeat 99% 50%;
	
}
.subscribe-button{
    padding: 10px;
    border-style: solid;
    white-space: nowrap;
    border-radius: 0;
    background-color: #ced0c5;;
    border-width: 0px;
    cursor: pointer;
    color: white;
    height: 40px;
    margin: 0px;
    border: 0px;

}
.checkbox-box{
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    margin-bottom: 10px;
}
.subscribe-check {
   margin-right: 6px;
}



*{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.inputBtnSection{
    display:inline-block;
    vertical-align:top;
    font-size:0;
    font-family:verdana;
}
.disableInputField{
    height: 27px;
    margin: 0;
    font-size: 15px;
    padding: 10px;
    height: 40px;
    width: 80%;
    float: left;
    flex-wrap: ;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: #fff;
}

.fileUpload {
	position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    margin: 0px;
    width: 20%;
}
.uploadBtn{
    display: inline-block;
    vertical-align: top;
    background: #ccc;
    font-size: 15px;
    padding: 10px;
    height: 25px;
    color: #fff;
    height: 40px;
    width: 100%;
    text-align: center;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}





::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #adadad;     
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #adadad;   
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #adadad;   
}

.c50_l {
	width: 50%;
	box-sizing:border-box;
	padding-right:20px;
	float:left;
}
.c50_r {
	width: 50%;
	box-sizing:border-box;
	padding-left:20px;
	float:left;
}
.c50_l p, .c50_r p,.c50_l h1, .c50_r h1 {
	max-width:400px;
	
}



.c100 {
	width: 100%;
	box-sizing:border-box;
	float:left;
	text-align:center;
}
.c70 {
	width: 70%;
	box-sizing:border-box;
	float:left;
	text-align:center;
}
.c33 {
	width: 33%;
	box-sizing:border-box;
	float:left;
	text-align:left;
}
.c30 {
	width: 30%;
	box-sizing:border-box;
	float:left;
	text-align:center;
}

.title1 {
font-weight: 300;
    font-size: 32px;
    line-height: 38px;

}

.title2 {
	font-weight:300;
    font-size: 30px;
    line-height: 35px;

}
.title_banner {
font-weight:300;
font-size: 33px;
line-height: 39px;
display: table-cell;
vertical-align: middle;font-size: 42px; width: 100%;
}

.title_mini{
	font-weight:300;
	font-size: 15px;
    line-height: 20px;

}
.title_composicion {
	font-weight:300;
	font-size: 38px;
    line-height: 45px;
    font-family: 'Playfair Display', serif;
}

.subtitle1 {
font-size: 22px;
    color: #4e4e4e;
    font-weight: 300;
    line-height: 32px;
}
.subtitle2 {
font-size: 30px;
    font-weight: 300;
    line-height: 32px;
}


#color_bordo{
color: #f9661b;
}
#color_fuxia{
color: #ea85b4;
}
#color_violeta{
color: #564b98;
}
#color_astrologia{
color: #698ca9;
}


.mapix_parallax {
			width: 100%;
			float:left;
}
		
.parallax_box {
			position: relative;
			overflow: hidden;
			background-position: top center;
			
}
#parallax_1 {
			height: 750px;
}
#parallax_2 {
			height: 500px;
}

.parallax_box img {
			position: absolute;
			bottom:0;
			left: 0; 
			right: 0; 
			margin-left: auto; 
			margin-right: auto; 
}
.parallax_box div {
			position: absolute;
			bottom:0;
			left: 0; 
			right: 0; 

}
.parallax_text_box {
    max-width: 800px;
    z-index: 1000;
    text-align: center;
    margin: auto;
margin-bottom: 130px;
    color: white;
    position: absolute;
    
}
.parallax_text {
       padding: 5px;
    margin: auto;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 300;
    line-height: 38px;
}
.parallax_button {
    max-width: 270px;
    border: 1px solid white;
    padding: 8px;
    margin: auto;
    font-size: 21px;
    font-weight: 300;
    transition: transform .3s; /* Animation */
}
.parallax_button a{
    color: white;
}
.parallax_button:hover{
     -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05); 
    
}



 .slider_slick {
        width: 100%;
        margin: auto;
    }

 .slider_slick2 {
        width: 100%;
        margin: auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }

    .vertical-center-4 .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 0.2;
    }
    
    .vertical-center-4 .slick-active {
      opacity: 0.5;
    }
   .vertical-center-4  .slick-current {
      opacity: 1;
    }
    .slick-current {
      opacity: 1;
    }


.modulo_video {
  /* this bit of markup is essential */
  position: relative;
  overflow: hidden;
  /* do this shit by yourself 
  background: rgba(0, 0, 0, .5) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAF0lEQVQIW2NkYGD4z8DAwMgAI0AMDA4AI3EBBCKrOnQAAAAASUVORK5CYII='); */
  height: 600px;
  color: white;
}


.banner__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.staff-img { width: 100%; max-width: 200px; border-radius: 0px;}


.padding-left-10px{
    padding-left:10px;
}	



.home-look{
	width:24%; background-color:white; float:left; box-sizing:border-box; padding: 0px; text-align: left;transition: transform .3s;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.home-look-btn{ 
    font-size: 17px;
    border: 0px solid #ccc;
    padding: 10px;
    margin: auto;
    text-align: center;
    margin-top: 10px;
}




.news-fecha{
	text-transform: capitalize;font-size:13px; float:right; padding: 5px;

}
.news-categoria{
background-color: #ace0c9;
    float: left;
    box-sizing: border-box;
    padding: 5px 8px 5px 8px;
    font-size: 16px;
    text-transform: capitalize;
    color: white;
}
.news-box{
width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding: 10px 20px 10px 20px;
    text-align: left;
    transition: transform .3s;
    min-height: 520px;}
.news-box:hover{
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05);
    cursor: pointer;
}
.noticia-margin-right{
    margin-right: 40px;
}	

#home-testimonials{
background-image: url(images/testimonials_back.jpg); background-position:bottom center; background-repeat:repeat-x;
    }
.testimonial-box{
	width:33%; float:left; box-sizing:border-box; padding:10px 20px 10px 20px; text-align: center;
}
.testimonial-box.shrink #testimonila-img{
	width:22%; 
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.news-image { width: 100%;  height: 260px; overflow: hidden; background-position: center center; background-size: cover; border: 6px solid #ace0c9;
}
.image-title{
    text-align: right;
    padding: 2px 7px 5px 5px;
    box-sizing: border-box;
    font-size: 12px;
    background-color: black;
    color: #ccc;
    
}

.news-title{
    font-size: 25px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 33px;
}
.news-title2{
	font-size: 23px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 30px;
}
.news-title2 a{
    color: #4e4e4e;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.news-title2 a:hover{
       zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.news-destacado{
    font-size: 20px;
    line-height: 33px;
}
.news-text{
 overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
        margin-top: 7px;
    
}

.testimonial-title{
	font-size: 23px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 35px;
}
	
.catalogo{
	width:100%;
}
.catalogo ul{
	list-style-type: none;
    padding: 0;
	font-size:18px;
}
.catalogo li{
	margin-bottom:12px;     font-size: 17px; font-weight:300; 
}
.catalogo_menu{
	width: 13%;
	float:left;
	text-align:left;
}
.catalogo_menu_separador{
width:100%; max-width:80px; background-color:#ccc; height:1px;
}
.catalogo_productos{
	    width: 86%;
		float:left;	
}
.catalogo_grilla_c1 {
	 width:33.3333%; float:left; margin-bottom:20px;
}
.catalogo_grilla_c2 {
	 width:66.6666%; float:left;  margin-bottom:20px;
}
.catalogo_grilla_c1 img, .catalogo_grilla_c2 img  {
-webkit-transition: all 0.3s; -moz-transition: all 0.3s;
}
.catalogo_grilla_c1 img:hover, .catalogo_grilla_c2 img:hover  {
	opacity:0.8;
}

.cat_home {
	float:left;
	border:6px solid white;
	width:100%;
	box-sizing:border-box;
}
.cat_home2 {
	float:left;
	border:6px solid white;
	width:50%;
	box-sizing:border-box;
}
.cat_home3 {
	float:left;
	border:6px solid white;
	width:100%;
	box-sizing:border-box;
}


.cat_main{
	width:100%;
	float:left;
	font-size:22px;
	margin-top:20px;
	font-weight:700;
	margin-bottom:14px;
}
.cat_banner{
	width:100%;
	    height: 296px;
	margin-bottom:20px;
	font-family: 'Prata', serif;
}
.barra_color{
    height: 296px; width:30px; float:left;
}

.cat_banner_text{
	 width: 75%;
    height: 300px;
    float: left;
    color: white;
    padding-left: 30px;
    box-sizing: border-box;
    text-align: center;
	display: flex;
    align-items: center;
	justify-content: center;
}
.cat_banner_title1{
font-size: 85px;
    display: block;
    margin-left: -3px;
    line-height: 56px;
    margin-top: 15px;
}

.cat_banner_title2{
        font-size: 18px;
    display: block;
    height: 30px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
        margin-top: 21px;
    letter-spacing: 15px;
	}
.cat_banner_img{
	height:300px;
	background-position: top right;
	background-repeat: no-repeat;
}

.enstock {
padding: 4px;
width: 94px;
margin: auto;
margin-bottom: auto;
margin-bottom: 10px;
height:25px;
box-sizing: border-box;
}

.producto_box{
    width: 29%;
    position: relative;
    display: inline-block;
    margin: 1% 2% 11% 2%;
	   -webkit-transition:all 1s ease;
         -moz-transition:all 1s ease;
               -o-transition:all 1s ease;
                     transition:all 1s ease;
}

.producto_box:before{
     content: '';
    display: block;
    padding-top: 129%;
}
.producto{
    width: 100%;
    text-align: center;
    line-height: 19px;
   position: absolute;
   top: 0; left: 0; bottom: 0; right: 0;
}
.producto_titulo{
	width: 100%;
    font-size: 26px;
    font-weight: 300;
    max-width: 200px;
    margin: auto;
    margin-bottom: 10px;
    line-height: 25px;
}
.producto_titulo2{
	width: 100%;
    font-size: 33px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 36px;
    margin-top: 30px;
}
.producto_info{
	width:100%;
	font-size:16px;
	font-weight:400;
	margin:10px 0px 5px 0px ;
}
.producto_img{
	    width: 100%;
        height: 100%;
    background-size: cover;
    background-position: center bottom;
    margin-bottom: 10px;
	display: flex;
    align-items: flex-end;
    justify-content: center;
	    max-height: 500px;
		overflow:hidden;
	transition: transform .3s; /* Animation */
}
.producto_img:hover{
	    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05); 
	  
}

.agotado_box {
    opacity: 1;
    position: absolute;
    left: 56%;
    text-align: center;
}
.agotado {
  background-color: #ffffff;
    color: #a9a9a9;
    font-size: 13px;
    padding: 6px 17px;
    margin-bottom: 100px;
    border: 1px solid #e4e4e4;
    background: rgba(255, 255, 255, 0.8);
    height: 17px;
}


.portfolio1-item {
    position: relative;
    float: left;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 25%;
    box-sizing: border-box;
    border: 0px;
    background-position: center center;
    background-size: cover;
}
.portfolio1-item:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.portfolio1-text{
    opacity: 0;
    background-color: #f9641b;
    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.portfolio1-text:hover{
    opacity: 1;
  
}

.portfolio1-text h1, .portfolio1-text p{
    margin: auto;
    display: block;
    flex: 0 0 100%;
}
.portfolio1-text-box{
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}





.composicion1-item {
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 25%;
    box-sizing: border-box;
    border: 0px;
    background-position: center center;
    background-size: cover;
}
.composicion1-item:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.composicion1-text{
    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.composicion1-text a{
      color: white;
}

.composicion1-text a:hover{
      color: #f9641b;
}

.composicion1-text h1, .portfolio1-text p{
    margin: auto;
    display: block;
    flex: 0 0 100%;
}
.composicion1-text-box{
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}
.composicion-separador{
    width: 60px;
    height: 5px;
    background-color: white;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 20px;
}
#comp-left-1 {
    float: left;
}
#comp-right-1 {
    float: left;
}
#comp-left-2 {
    float: left;
}
#comp-right-2 {
    float: left;
}

@media (max-width: 1440px){ 
.producto_box{
    width: 31%;
}
.producto_box{
    margin: 1% 1% 13% 1%;
}	
}

@media (max-width: 1280px){
.producto_box {
    margin: 1% 1% 17% 1%;
}
.catalogo_productos {
    width: 83%;
}
.catalogo_menu {
    width: 17%;
}
}

@media (max-width: 1024px){
    
.servicios { display: table; width: 100%; text-align: center; }
.servicios-table-cell { display: table; padding: 0 20px; box-sizing: border-box; width: 100%; margin-bottom:30px; }
.servicios p { font-size: 17px; line-height: 29px; }
.section-banner h2 { font-size: 20px; line-height: 28px; font-weight: 400; } 

.news-box {
    width: 50%;
}
    
    
.c70 {
	width: 65%;
}
.c30 {
	width: 35%;
}
.producto_box{
    width: 47%;
}
.producto_box {
    margin: 1% 1% 24% 1%;
}
.portfolio1-item {

    width: 50%;
}
.composicion1-item {
   width: 50%;
    direction: ltr;
}
#comp-right-1 {
    float: right;
}
#comp-right-2 {
    float: right;
}
}
@media (max-width: 800px){
    
    
.c50_l p, .c50_r p, .c50_l h1, .c50_r h1 {
    max-width: 100%;
        margin-block-end: 0px;
}
    
    
.c70 {
	width: 100%;
}
.c33 {
	width: 100%;text-align: center;
}
.c30 {
	width: 100%;
}    
.noticia-margin-right {
    margin-right: 0px;
}   
.margin_940px_desktop{
	padding-left:0px;
	padding-right:0px;
} 
.margin_1024px_desktop{
	padding-left:0px;
	padding-right:0px;
} 
.margin_1280px_desktop{
	padding-left:0px;
	padding-right:0px;
} 
.margin_mobile{
	padding-left:30px;
	padding-right:30px;
}
.catalogo_menu {
    width: 100%;
    float: left;
    text-align: left;
}
.catalogo_productos {
    width: 100%;
}
.catalogo ul {
    width: 33%;
    float: left;
}
.cat_banner_img{
	display: none;
}
.cat_banner_title1 {
    font-size: 68px;
    margin-left: -5px;
    line-height: 79px;
}
.barra_color{
	display:none;
}
.cat_banner_text {
    width: 100%;
    height: 300px;
    float: left;
    box-sizing: border-box;
	padding-left: 0px;
}
.cat_banner_title2 {
    margin-top: 0px;
}
.catalogo_menu_separador{
display:none;
}
.cat_home, .cat_home2, .cat_home3 {
    border-left: 0px;
    border-right: 12px solid white;
	border-top: 6px solid white;
		border-bottom: 6px solid white;
}


 .padding-left-10px{
    padding-left:0px;
}	
.c50_r {
    width: 100%;
    float: left;
    padding-left: 0px;
}
.c50_l {
    width: 100%;
    float: left;
    padding-right: 0px;
}
.testimonial-box{
    width: 100%;
    padding:0px;
    margin-bottom: 20px;
}
#home-testimonials{
background-image: none; 
    }  
}

@media (max-width: 750px){
.detector-banner-desk { display:none; }
.detector-banner-mobile { display:inline; }
    
#section-banner{
    text-align: center; 
}
    
    
#banner_bach,
#banner_articulos,
#banner_contacto,
#banner_constelaciones,
#banner_reiki ,
#banner_servicios ,
#banner_astrologia { }

 #wt_desktop{
display: none;
}
#wt_mobile{
display: inherit;
}  
.wt_desktop{
display: none;
}
.wt_mobile{
display: inherit;
}      
#wt_desktop_fixed{
 padding:10px; position: fixed; right:20px; bottom: 40px; display: none;
}
#wt_mobile_fixed{
 padding:10px; position: fixed; right:20px; bottom: 40px; display: inherit;
}    
    
    }

@media (max-width: 600px){
    
.empty40px_desktop {
	height:0px;
}    

.news-box {
    width: 100%;
    padding: 0px 0px 20px 0px;
}
.news-box:last-child {
    border-bottom: 0px solid #e6e6e6;
}

.news-image {
    height: 360px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    border-left: 0px solid black;
    border-right: 0px solid black;
}
    
    
.title_composicion {
	font-size: 24px;
    line-height: 30px;
}
    
.portfolio1-item {
    width: 100%;
}

.producto_box{
    width: 100%;
}
.producto_box {
    margin: 1% 1% 28% 1%;
}
.catalogo ul {
    width: 50%;
    float: left;
}
.catalogo_grilla_c1, .catalogo_grilla_c2 {
    width: 100%; margin-bottom:0px;
}
}

@media (max-width: 500px){

.news-image {
    height: 300px;
    }
}
   