@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
/* CSS Document */


html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
		font-size:10px;
}
#banerSlider {
display: block !important;
}
#banerSliderMobile {
display: none !important;
}
.video_contain, .video_contain_mobile {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
				z-index: -1;
				overflow: hidden !important;
}
.video_contain_mobile {
display: none;
}
video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}

.icon_menu, .icon_close {
display: none;
position: absolute;
width: 40px;
right: 20px;
top: 20px;
height: 40px;
vertical-align: middle;
text-decoration: none;
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
color: transparent;
background-image: url(images/icon_menu_white.png);
}
.icon_close {
background-image: url(images/icon_close_white.png);
}

.animation {
		-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.main_align {
display: table;
width: 100%;
height: 100%;
}
.align {
	display: table-cell; 
	vertical-align: middle;
}
.wrapper {
position: relative;
width: 100vw;
}
.wrapper_small {
width: 100%; 
max-width: 1200px; 
margin: auto;
}
.content, .content_full, .content_internas {
width: calc(100vw - 100px);
padding: 50px;
background-color: #FFF;
text-align: center;
}
.content_full {
width: 100vw;
padding: 0 0 50px 0;
}
.content_internas {
padding: 200px 50px 50px 50px;
}

/*HEADER*/
header {
	width:  calc(100vw - 100px);
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	padding: 0 50px 0 50px;
	height: 150px;
}
.headersmall {
	height: 75px;
	background-color: #000;
}

header .logo {
	float: left;
	width: 250px;
	height: 100%;
	display: table;
}
header .logosmall {
	width: 125px;
}

header .nav {
	width: calc(100% - 300px);
	float: right;
	height: 100%;
	text-align: right;
	display: table;
}


.menu {
	font-family: 'Lato', sans-serif;
font-size:1.4rem;
text-decoration: none;
margin: 15px;
color: #FFF;
letter-spacing: 2px;
vertical-align: middle;
text-transform: uppercase;
font-weight: 700;
display: inline-block;
}


/*FOOTER*/

footer {
	width: calc(100vw - 100px);
	padding: 0 50px 0 50px;
	background-color: #000;
	height: 75px;
}
footer .left, footer .right {
width: 50%;
height: 100%;
display: table;
float: left;
}
footer .right {
float: right;
text-align: right;
}


/*MAIN BANNER*/
.main_banner {
width: 100vw; 
height: calc(100vh - 75px);
position: relative;
background-color: #000;
}

.main_banner .slide {
width: 100vw; 
height: 100vh;
position: relative;
}
.main_banner .slide .img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100vw;
	height: 100vh;
	opacity: .5;
}



.scroll {
position: absolute;
bottom: 75px;
left: 50%;
margin-left: -25px;
z-index: 10;
}

.banner_about, .banner_contacto {
width: calc(100vw - 150px);
display: table;
min-height: calc(100vh - 150px);
	padding: 75px;
	background-color: rgba(0,0,0,.5);
}
.banner_contacto {
min-height: calc(100vh - 225px);
}
.bgimg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}




.visor {
width: calc(40% - 50px);
margin-right: 100px;
float: left;
position: relative;
}
.visor .img {
width: 100%;
padding-top: 125%;
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover; 
}
.description {
width: calc(60% - 50px); 
float: right; 
text-align: left;
}


.gal_left, .gal_right {
width: calc(50% - 5px);
margin-right: 10px;
float: left;
}
.gal_right {
width: calc(50% - 5px);
margin-right: 0;
float: right;
}
.gal_left img, .gal_right img {
display: block;
margin-bottom: 10px;
width: 100% !important;
height: auto !important;
}


 /*PROPIEDADES*/ 
	.thumb {
	width: calc(33.3333% - 30px); 
	float: left; 
	background-color: #FFF; 
	margin-right: 45px;
	margin-bottom: 45px;
	}

	.thumb_wrapper {
	width: 100%; 
	padding-top: 125%; 
	position: relative; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
	overflow: hidden;
	}
		.thumb_img {
top: 0;
left: 0;
bottom: 0;
right: 0;
	position: absolute; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
	z-index: 1;
	}
	.thumb_tittle, .thumb_txt {
position: absolute; 
z-index: 3;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: 50px;
text-align: center;
}
.thumb_tittle {
z-index: 2;
}
.thumb_txt {
display: none;
background-color: #FFF;
padding: 25px;
}
.thumb_tag {
padding: 10px 20px 10px 20px; 
color: #FFF;
background-color: rgba(0,0,0,.5);
}

.thumb:hover .thumb_txt {
display: block;
}

.thumb:hover .thumb_img {
transform: scale(1.1);
}


 /*PRODUCTO*/ 
	
.thumb_prod {
width: calc(25% - 30px); 
margin-right: 40px; 
float: left;
margin-bottom: 40px;
}

.thumb_prod_img {
width: 100%; 
padding-top: 125%; 
background-color: #000;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
margin-bottom: 20px;
border: solid 1px #ccc;
}

.thumb_prod_txt {
width: 100%; 
height: 75px;
color: #000;
}
.dscto {
position: absolute;
top: 25px;
right: 25px;
width: 80px;
height: 80px;
border-radius: 40px;
text-align: center;
display: table;
}
.desc_price {
text-decoration:line-through !important; 
opacity: .5; 
margin-right: 25px;
}



 /*BLOG*/ 
	
.thumb_blog {
width: calc(33.3333% - 58.6666px); 
margin-right: 40px; 
float: left;
vertical-align: top;
padding: 15px;
background-color: #FFF;
margin-bottom: 40px;
}

.thumb_blog_img {
width: 100%; 
padding-top: 60%; 
background-color: #000;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
margin-bottom: 25px;
border: solid 1px #ccc;
}

.thumb_blog_txt {
width: 100%; 
text-align: left;
height: 75px;
color: #000;
}

.thumb_blog:hover {
background-color: #000;
}
.thumb_blog:hover .thumb_blog_txt {
color: #FFF;
}






.contacto_left {
float: left; 
width: 30%;
}
.contacto_right {
float: right; 
width: 60%;
}
.form_side {
width: calc(50% - 5px); 
float: left;
}


.cart_form {
width: 350px; 
float: right; 
background-color: #000; 
padding: 50px;
text-align: left;
}
.cart_list {
width: calc(100% - 500px); 
float: left; 
text-align: right;
}
.cart_item {
width: 100%; 
background-color: rgba(0,0,0,.05);
margin-bottom: 15px;
}
.cart_item .img {
width: 120px; 
height: 150px; 
float: left;
}
.cart_item .img .wrapper {
width: 100%; 
height: 100%; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover; 
}
.cart_item .txt {
width: calc(100% - 170px); 
height: 100px; 
float: right; 
text-align: left; 
padding: 25px;
}
.cart_item .txt .desc {
float: left;
width: calc(60% - 125px); 
display: table; 
height: 100%;
margin-right: 25px;
}
.cart_item .txt .atr {
float: left;
width: calc(40% - 125px); 
display: table; 
height: 100%;
margin-right: 25px;
}
.cart_item .txt .cant {
float: left; 
height: 100%; 
display: table; 
width: 50px;
text-align: center;
}
.cart_item .txt .price {
float: right; 
height: 100%; 
display: table; 
width: 100px; 
text-align: right;
}



.timeline_scroll {
position: absolute; 
height: 1px; 
background-color: #666; 
top: 65px; 
left: 0; 
width: 100%; 
z-index: 1;
}

.timeline_thumb {
width: calc(33.3333% - 30px); 
float: left; 
margin-right: 45px;
}
.timeline_tag {
background-color: #FFF; 
padding: 5px 10px 5px 10px;
display: inline-block;
}
.timeline_img {
width: 100%; 
padding-top: 60%; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover; 
margin-bottom: 25px;
}




/* FONTS */

.credito {
	font-family: 'Lato', sans-serif;
	font-size:1;
	color:#000;
	text-decoration:none;
	opacity:.75;
	letter-spacing:2px;
	text-transform:uppercase;
}
.t1, .t2, .t3, .t4, .t5, .t6, .t7 {
text-decoration:none;
font-family: 'Lato', sans-serif;
}
.t1 {
	font-size:4rem;
	line-height: 4rem;
	font-weight: 300;
	letter-spacing: 2px;
}
.t2 {
	font-size:1.7rem;
	line-height: 2.4rem;
}
.t3 {
	font-size:1.4rem;
	line-height: 2rem;
}
.t4 {
	font-size:2.4rem;
	line-height: 2.4rem;
}
.t5 {
	font-size:1.2rem;
	line-height: 1.6rem;
	letter-spacing: 2px;
	text-transform:uppercase;
}
.t6 {
	font-size:1rem;
	color: #000;
	letter-spacing: 2px;
}


.white {
	color:#e9ece2;
}
.black {
color: #102430;
}
.red {
color: #fb0000;
}

.whatsapp, .bag {
width: 40px;
height: 40px;
margin: 15px;
display: inline-block;
vertical-align: middle;
color: transparent;
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
background-image: url(images/icon_whatsapp.png);
}
.bag {
border-radius: 20px;
background-size: 60% auto;
background-color: #FFF;
background-image: url(images/icon_bag.png);
}
.bt_back, .bt_black, .bt_white, .bt_shop {
text-decoration: none;
height: 28px;
padding: 12px 25px 0 25px;
font-family: 'Lato', sans-serif;
font-size:1.4rem;
letter-spacing: 2px;
vertical-align: middle;
text-transform: uppercase;
text-align: center;
display: inline-block;
border-radius: 20px;
width: initial;
color: #FFF;
border: none;
margin: 15px;
background-color: #bfbfbf;
background-image: url(images/arrow_left_white.png);
background-position: left 15px center;
background-repeat: no-repeat;
background-size: 15px auto;
}
.bt_back:hover {
background-color: #000;
}
.bt_black {
background-color: transparent;
border: solid 1px #000;
background-image: none;
color: #000;
}
.bt_black:hover {
animation-name: coloring;
animation-duration: 10s;
animation-iteration-count: infinite;
border-color: transparent;
color: #FFF;
}
.bt_white {
background-color: transparent;
border: solid 1px #FFF;
background-image: none;
}
.bt_shop {
background-image: none;
animation-name: coloring;
animation-duration: 10s;
animation-iteration-count: infinite;
color: #FFF;
}
@keyframes coloring {
  0%   {background-color: #ce2920;}
  50%  {background-color: #00abd6;}
		100%  {background-color: #ce2920;}
}

/* REDES */

.redes {
	display:inline-block;
	cursor:pointer;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	text-decoration:none;
	margin: 5px;
	vertical-align: middle;
	background-color: #FFF;
	color: transparent;
background-position: center center;
background-repeat: no-repeat;
background-size: 60% auto;
}
.redes:hover {
transform: scale(1.2);
}
.facebook {
background-image: url(images/icon_facebook_blue.png);
}
.facebook:hover {
background-image: url(images/icon_facebook.png);
}
.instagram {
background-image: url(images/icon_instagram_blue.png);
}
.instagram:hover {
background-image: url(images/icon_instagram.png);
}
.tiktok {
background-image: url(images/icon_tiktok_blue.png);
}
.tiktok:hover {
background-image: url(images/icon_tiktok.png);
}
.youtube {
background-image: url(images/icon_youtube_blue.png);
}
.youtube:hover {
background-image: url(images/icon_youtube.png);
}
.spotify {
background-image: url(images/icon_spotify_blue.png);
}
.spotify:hover {
background-image: url(images/icon_spotify.png);
}


/* FORM*/



.field, .drop, .search, .area, .send, .sendcart, .drop_small, .drop_atr {
font-family: 'Lato', sans-serif;
background-color: #FFF;
	color:#000;
	width: calc(100% - 30px);
	height: 50px;
	margin: 5px;
	border-radius: 25px;
	padding: 0 10px 0 10px;
	text-decoration:none;
	font-size:1.2rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	outline:none;
	-webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
	resize:none;
	background-position: right 20px center;
background-repeat: no-repeat;
background-size: 20px auto;
border:solid 1px #ccc;
}
.search {
background-image: url(images/icon_search_blue.png);
max-width: 300px;
margin: 10px;
width: calc(100% - 40px);
}
.drop, .drop_small, .drop_atr {
background-image: url(images/arrow_down_blue.png);
max-width: 300px;
margin: 10px;
width: calc(100% - 20px);
}
.drop_small {
max-width: 200px;
}
.drop_atr {
background-color: transparent;
border: none;
border-bottom:solid 1px #ccc;
margin: 0;
margin-bottom: 5px;
padding: 0;
border-radius: 0;
height: 30px;
	background-position: right center;
background-size: 10px auto;
	font-size:1rem;
}

.area {	
	padding-top: 20px;
	height: 155px;
}

.send, .sendcart {
width: calc(100% - 10px);
	color:#FFF;
	border: none;
	text-align:center;
	cursor:pointer;
	animation-name: coloring;
animation-duration: 10s;
animation-iteration-count: infinite;
	-webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
}
.sendcart {
width: 33.3333%;
float: right;
vertical-align: middle;
display: inline-block;
margin: 0;
}
.detalle_qty_price {
float: left;
}
.result_box {
width: 100%; 
min-height: 300px; 
text-align: center;
display: table;
}


/*
.categoria {
	display:block;
	width: calc(100% - 40px);
	text-align: left;
	text-decoration:none;
	cursor:pointer;
	background-image: url(images/arrow_down_blue.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	border-top: 1px solid #ccc;
	padding: 20px 40px 20px 0;
	}

.detalle {
	text-align: left;
	overflow: hidden;
	width: 100%;
	clear: both;
	display:block;
	padding-bottom: 20px;
}
*/




.quantity {
	position: relative;
	vertical-align: middle;
	display: inline-block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #ccc;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #ccc;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #ccc;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}


.main_banner .slide {
    background-color: #000 !important;
}


.panelBaner{
	position: relative;
}

/*
.panelBaner .bx-controls{
	 
}
*/
.bx-wrapper {
/*    background-color: #000 !important;*/
}
 .bx-wrapper .bx-controls-direction a { 
	 top: inherit;
	 margin-top: 0px; 
	 bottom: 20px;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {

}
 
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 30px;
	background: url('images/arrow_left_blue.png') no-repeat center center; 
}
.bx-wrapper .bx-next {
	right: 30px;
	background: url('images/arrow_left_white.png') no-repeat center center; 
}

/*
.destacado .bx-wrapper .bx-prev {
left: 22%;
bottom: 25px;
	background-image: url('images/arrow_left_blue.png'); 
	z-index: 5;
}
.destacado .bx-wrapper .bx-next {
bottom:25px;
	left: 27%;
	background-image: url('images/arrow_right_blue.png'); 
	z-index: 5;
}
*/

.bx-wrapper .bx-controls-direction a {
	width: 50px !important;
	height: 50px !important;
	background-size: contain;
}

/* PAGER */
.bx-wrapper .bx-pager { 
	display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255,255,255,.5);
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

.panelBaner .bx-wrapper, .panelBaner .bx-viewport, .panelBaner .boxSlider, .panelBaner .slide{
	position:absolute !important;
	left:0px;
	top:0px;
	width:100% !important;
	height:100% !important;
}
.panelBaner .bx-wrapper{
	z-index:0;
}


@media screen and (max-width: 600px) {
.panelBaner .bx-controls .bx-controls-direction {
	display:none !important
}
}

.main_banner .bx-controls-direction {
display: none !important;
}



@media screen and (max-width: 900px) {


.icon_menu, .icon_close {
display: block;
}
.content, .content_internas {
width: calc(100vw - 50px);
padding: 25px;
}

.content_internas {
padding: 200px 25px 50px 25px;
}


/*HEADER*/
header {
	width:  calc(100vw - 50px);
	padding: 0 25px 0 25px;
}


header .logo {
	width: 150px;
}
header .logosmall {
	width: 100px;
}
header .nav {
position: fixed;
z-index: 10000;
left: -100vw;
top: 0;
	width: calc(100vw - 50px);
	padding: 25px;
	float: none;
	height: 100vh;
	text-align: center;
	background-color: rgba(0,0,0,.6);
}

.menu {
display:block;
color: #fFFF !important;
font-size:2rem;
}

.bt_shop {
display: block;
margin: 50px 0 50px 0;
}

footer {
	width: calc(100vw - 50px);
	padding: 0 25px 0 25px;
	height: 75px;
}
footer .left, footer .right {
width: 100%;
height: initial;
float: none;
text-align: center;
}


.thumb_blog {
width: calc(100% - 30px); 
margin-right: 0; 
float: none;
}
	.thumb, .thumb_prod {
	width:100%; 
	float: none; 
	margin-right: 0;
	}



.t1 {
	font-size:3rem;
	line-height: 3rem;
}
/*
.t2 {
	font-size:1.7rem;
	line-height: 2.4rem;
}
.t3 {
	font-size:1.4rem;
	line-height: 2rem;
}
*/
.t4 {
	font-size:2rem;
}

.contacto_left, .contacto_right, .form_side   {
float: none; 
width: 100%;
}



.cart_form {
width: calc(100% - 50px); 
float: none; 
padding: 25px;
}
.cart_list {
width: 100%; 
float: none; 
}

.cart_item .img {
width: 120px; 
height: 150px; 
float: left;
}

.cart_item .txt {
width: calc(100% - 170px); 
height: initial; 
float: right; 
text-align: left; 
padding: 25px;
}

.cart_item .txt .desc, .cart_item .txt .atr {
float: none;
width: 100%; 
height: initial;
margin-right: 0;
}

.cart_item .txt .cant {
float: left; 
height: initial; 
width: 50px;
}
.cart_item .txt .price {
float: right; 
height: initial; 
width: 100px; 
}


.timeline_thumb {
width: 100%; 
float: none; 
margin-right: 0;
}


.field, .drop, .search, .area, .send, .drop_small, .drop_atr {
	width: calc(100% - 30px);
	max-width: initial;
}
.sendcart {
width: 100%;
	max-width: initial;
}

.visor, .description {
width: 100%; 
margin-right: 0; 
float: none;
margin-bottom: 25px;
}

.banner_about, .banner_contacto {
width: calc(100vw - 50px);
min-height: calc(100vh - 150px);
padding: 150px 25px 50px 25px;
}
.banner_contacto {
min-height: calc(100vh - 225px);
}


.whatsapp, .bag {
position: fixed;
top: 5px;
right: 65px;
}

.bag {
right: 130px;
}

.detalle_qty_price {
margin-bottom: 50px;
}


#banerSlider {
display: none !important;
}
#banerSliderMobile {
display: block !important;
}

.video_contain {
	display: none;
	}
.video_contain_mobile {
display: block;
}


.main_banner .slide .img {
	background-attachment: scroll;
	background-color: #000;
}


}