@font-face{
	font-family: Cera-Pro-Black;
	src: url('fonts/CeraProBlack.otf') format('opentype');
}

@font-face{
	font-family: Cera-Pro-Black-Italic;
	src: url('fonts/CeraProBlackItalic.otf') format('opentype');
}

@font-face{
	font-family: Cera-Pro-Bold;
	src: url('fonts/CeraProBold.otf') format('opentype');
}

@font-face{
	font-family: Cera-Pro-Light;
	src: url('fonts/CeraProLight.otf') format('opentype');
}

@font-face{
	font-family: Cera-Pro-Medium;
	src: url('fonts/CeraProMedium.otf') format('opentype');
}

@font-face{
	font-family: Cera-Pro-Regular;
	src: url('fonts/CeraProRegularItalic.otf') format('opentype');
}

:root{
	--color-shadow:rgb(0,0,0,0.2);
	--color-grey: #7c7c80
}

body {
    margin: 0px;
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    background-color: #fff;
    overflow-x: hidden;
		overflow-y: auto;
		/* overflow: auto; */
}

body.is_hover{
	overflow-y: hidden!important;
}

/* Scroll */

body::-webkit-scrollbar {
	width: 8px;
	border-radius: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

/* Track */
body::-webkit-scrollbar-track {
	background: #e7e7e7;
	border-radius: 20px;
}

/* Handle */
body::-webkit-scrollbar-thumb {
	background: #acacac;
	border-radius: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
	background: #555;
	cursor: pointer;
}
	

a {
    text-decoration: none;
    color: #000000;
}

.clear_both {
    clear: both;
    height: 1px;
}

.page_margins {
    width: 100%;
    max-width: 1200px;
    text-align: left;
    margin: 0 auto;
	position: relative;
}

.page_margins_big {
    max-width: 1780px;
	width: 100%;
    text-align: left;
    margin: 0 auto;
	position: relative;
}

.page {
    padding: 0px;
}

.img_responsive {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.cut_text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.layer_load {
    position: fixed;
    z-index: 8050;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    padding-top: 100px;
    display: none;
    text-align: center;
}

.layer_mail_ok {
    width: 300px;
    position: fixed;
    z-index: 8050;
    top: 60px;
    left: calc(50% - 150px);
    background-color: #ffffff;
    color: #3EA9F5;
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 #919191;
    box-shadow: 0 0 10px 0 #919191;
    display: none;
}

.layer_envio {
    position: absolute;
    z-index: 110;
    width: 100%;
    height: calc(100% - 200px);
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    color: #ffffff;
    font-weight: 700;
    padding-top: 200px;
    text-align: center;
}

.layer_envio img {
    display: block;
    margin: 0 auto;
}

.info {
    text-align: center;
    padding: 50px 0px 100px 0px;
    color: #a93232;
    font-family: ZILLASLAB-MEDIUM;
    font-size: 20px;
}

.info_emergente {
    background-color: #ED1C24;
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -275px;
    width: 550px;
    height: 30px;
    text-align: center;
    padding-top: 10px;
    border-radius: 10px;
    z-index: 10000000;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    display: none;
}

.form-error {
    font-size: 10pt;
    color: red;
}

.fondo_black_cart {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 1100;
    top: 0px;
    left: 0px;
}

.fondo_white_header {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: calc(100% - 70px);;
    display: none;
    position: fixed;
    z-index: 180;
    top: 70px;
    left: 0px;
}

.fondo_black_header {
    background-color: rgba(0, 0, 0, 0.0);
    width: 100%;
    height: calc(100% - 0px);
    display: none;
    position: fixed;
    z-index: 180;
    top: 0px;
    left: 0px;
}

.fondo_black_header.is_hover{
	display: flex!important;
}

.fondo_envio_mail {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    display: none;
}

.fondo_negro_menu {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    display: none;
}

input:focus{
	outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

button:focus{
	outline: none;
}

.fancybox-content{
	padding: 0 !important;
}


/*********************************** SCROLL MAGIC ***************************************/

.digit,
.digit2{
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.digit_right {
    -webkit-transform: translateX(-500px);
    -moz-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    transform: translateX(-500px);
}

.digit_left {
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
}

.digit_top {
    -webkit-transform: translateY(-500px);
    -moz-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    -o-transform: translateY(-500px);
    transform: translateY(-500px);
}

.digit.visible,
.digit.visible,
.digit2.visible,
.digit2.visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}


/*********************************** SELECT CUSTOM ***************************************/

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-color: #ffffff;
}

.img_dorpdown {
    width: 40px;
}

.dropdown-menu {
    min-width: 250px;
}

.dropdown-menu li {
    cursor: pointer;
}

.btn {
    min-width: 250px;
}


/*********************************** FIN SELECT CUSTOM ***************************************/


/**************************************** LAYER CARGANDO ***************************************/

.layer_cargando {
    position: fixed;
    z-index: 200000;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    display: none;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0px auto;
    margin-top: 100px;
    margin-bottom: 50px;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.title_loading {
    font-size: 18pt;
    color: #c3c3c3;
    font-weight: 700;
}

.text_loading {
    font-size: 12pt;
    color: #000000;
    font-weight: 300;
    margin-top: 10px;
}


/**************************************** FIN LAYER CARGANDO ***************************************/

/************************ ESTILOS ALERT *************************************************/
#popup_container {
	min-width: 300px;
	max-width: 600px;
	text-align:center;
	background: #FFF;
	-webkit-box-shadow: 0 0 20px 3px #bdbdbd;
	box-shadow: 0 0 20px 3px #bdbdbd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#popup_ok {
	background-color: #00d1c0;
	border: 0px;
    border-bottom: 2px solid  #00d1c0;
	cursor: pointer;
	margin: 0 16px 0 0;
	width: 93px;
	height: 26px;
	outline: 0 none;
	padding:0px;
	color:#ffffff;
}
#popup_ok:hover{
	background-position:0px -30px;
}
#popup_cancel {
	background-color: #0084e0;
	border: 0px;
    border-bottom: 2px solid #016ab3;
	cursor: pointer;
	margin: 0 16px 0 0;
	width: 93px;
	height: 26px;
	outline: 0 none;
	padding:0px;
}
#popup_cancel:hover{
	background-position:0px -30px;
}
/* #popup_ok:hover {border: 1px solid #000000; background-color: #007F1F;} */
#popup_content {padding: 15px 10px; margin: 0px;}
#popup_message {padding: 10px; font-size:18px; color:#898989; font-weight: bold;}
#popup_panel {text-align: center; margin: 10px 0em 0em 10px;}
#popup_prompt {margin: 5px 0px;}
#popup_overlay{opacity: 0.2; background: none repeat scroll 0 0 #FFFFFF;}
/************************ FIN ESTILOS ALERT *************************************************/



/*/////////////////////////////////////////////// TARJETAS DE INFORMACIÓN ///////////////////////////////////////////////////////////////*/

.info_cards_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 80%;
	height: 160px;
	padding: 0 10%;
}

.info_card{
	display: flex;
	margin: 0 20px;
}

.info_card svg{
	width: 18px;
	fill: #808080;
	margin: 0 10px;
}

.info_card .security{
	width: 16px;
}

.info_card .text{
	color: #808080;
	font-weight: 400;
}



/*/////////////////////////////////////////////// UNIDADES DE VENTA ///////////////////////////////////////////////////////////////*/

.unidades_wrap{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 100px;
}

.opacity_layer{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom:0 ;
	left: 0%;
	background: #000;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.unidades{
	width: 33.3%;
	height: 655px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.unidades:hover .opacity_layer{
	opacity: 0.4;
}

.wrp_text_unidades{
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 50%;
	left: 30px;
	transform: translate(0, -50%);
}

.unidades img{
	height: 100%;
}

.descr_unidades{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.title_unidades{
	width: 250px;
	line-height: 60px;
	font-size: 48px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
}

.btn_unidades{
	position: relative;
	width: 120px;
}

.btn_unidades a{
	color: #ffffff;
	font-weight: 400;
	cursor: pointer;
}

.btn_unidades a:after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.btn_unidades a:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

/*///////////////////////////////////////////////PRODUCTS CARD OFFERS///////////////////////////////////////////////////////////////*/

.destacados_wrap{
	padding: 35px 0;
}

.destacados_wrap .cards_wrap{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 130px 0;
}

.title_home_wrap{
	width: 100%;
    height: 30px;
	margin-top: 60px;
}	

.title_home_wrap .title{
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}

.title_home_wrap .title_mega{
	letter-spacing: 2px;
	font-weight: 700;
	background: -webkit-linear-gradient(rgb(43, 147, 245),rgb(1, 75, 124));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: rgb(48, 140, 214);
}

.remarkable{
	width: 100%;
	margin-top: 20px;
	/* display: none; */
}

.swiper-remarkable{
	width: 100%;
	height: 100%;
	margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-slide .producto{
	width: 218px;
}

.swiper-remarkable .swiper-slide{
	width: fit-content!important
}

.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next{
	width: 40px!important;
    height: 65px!important;
    background-color: rgba(0,0,0,0.6)!important;
    box-shadow: 0px 0px 10px var(--color-shadow)!important;
    z-index: 100!important;
    color: #fff!important;
	top: 150px!important;
}

.swiper-button-next:after,
.swiper-button-prev:after{
	font-size: 26px!important;
}

.swiper-img-mini .swiper-button-prev{
	left: 0!important;
	top: 50%!important;
	transform: translate(0, -50%);
}

.swiper-img-mini .swiper-button-next{
	right: 0!important;
	top: 50%!important;
	transform: translate(0, -50%);
}

/*/////////////////////////////////////////////// PROYECTOS ///////////////////////////////////////////////////////////////*/

.proyectos_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center	;
	margin: 100px 0;
}

.proyecto{
	display: flex;
	flex-direction: column;
	width: 300px;
	margin: 10px;
}

.img_proyecto{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 347px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_proyecto img{
	transition: all 0.2s ease-in-out;
	height: 100%;
}

.img_proyecto .flecha{
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 50px;
	height: 50px;
	background: #fff;
	display: none;
	justify-content: center;
	align-items: center;
	transition: all 0.2s ease-in-out;
}

.img_proyecto .flecha:hover{
	background: #000;
}

.img_proyecto svg{
	width: 16px;
	fill: #000;
}

.img_proyecto .flecha:hover svg{
	fill: #fff;
}

.proyecto:hover img{
	transform: translateX(40px);
}

.proyecto:hover .flecha{
	display: flex;
}

.proyecto .title{
	font-size: 12px;
	font-weight: 400;
	padding: 3px 8px;
	background: #232323;
	color: #fff;
	margin: 20px 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.proyecto .text{
	font-weight: 400;
	max-width: 250px;
}

/*********************************************** NOSOTROS ********************************************/
.parallax_nosotros {
	/* The image used */
	background-image: url("../images/bg_nosotros.jpg");
  
	/* Set a specific height */
	min-height: 500px; 
  
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	position: relative;
}

.parallax_nosotros img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
}

.info_nosotros_wrap{
	width: 80%;
	margin: 100px auto;
	display: flex;
	justify-content: center;
}

.img_nosotros,
.info_nosotros{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	padding: 0 20px;
	min-width: 440px;
}

.img_nosotros img{
	width: 100%;
}

.info_nosotros .title{
	font-size: 20px;
	font-weight: 600;
	width: 70%;
	padding: 0 20px;
	margin: 20px 0;
}

.info_nosotros .text{
	font-size: 16px;
	padding: 0 20px;
	font-weight: 400;
}


/*///////////////////////////////////////////////CARD///////////////////////////////////////////////////////////////*/

.card_wrap{
	position: relative;
	max-width: 305px;
    min-width: 250px;
	z-index: 10;
	display: flex;
	flex-direction: column;
	margin: 7px;
	margin-bottom: 50px;
}

.black_screen_card {
	position: absolute;
    top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	z-index: 7;
	opacity: 0;
	transition: ease-in-out 0.2s;
	border-radius: 5px;
	cursor: pointer;
}

.card_wrap:hover .black_screen_card{
	opacity: 1;
}

.card{
    width: 100%;
	height: 389px;
	border-radius: 5px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.button_card_wrap{
	width: 34px;
	height: 34px;
	border-radius: 50px;
	background-color: #fff;
	z-index: 8;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: calc(50% - 65px);
	transition: ease-in-out 0.1s;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.card .share{
	left: calc(50% - 16px);
	transition: ease-in-out 0.2s;
}

.card .view{
	left: calc(50% + 32px);
	transition: ease-in-out 0.3s;
}

.button_card_wrap svg{
	width: 16px;
	fill: #000;
	display: block;
}

.view svg{
	width: 20px;
}

.card_wrap:hover .button_card_wrap{
	bottom: 20px;
	z-index: 12;
	opacity: 1;
}

.button_card{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.button_card .button_description{
	display: none;
	flex-direction: column-reverse;
	align-items: center;
	position: absolute;
	top: -52px;
	left: -55px;
}

.button_card_wrap:hover .button_description{
	display: flex;
}

.button_card .button_description .pico{
	width: 0; 
	height: 0; 
	border-top: 12px solid #fff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.button_card .button_description .description{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 130px;
	background: #fff;
	color: #000;
}

.discount{
	position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
	height: 19px;
	background: #2db460;
    z-index: 100;
    color: #fff;
	font-size: 10px;
}

.card .link_img{
    display: flex;
	align-items: center;
	justify-content: center;
}

.card img{
    width: 80%;
}

.price_wrap{
    display: flex;
    align-items: center;
	justify-content: center;
	margin: 10px;
	font-size: 18px;
	line-height: 14px;
	font-weight: 400;
}

.price_wrap .price,
.price_wrap .old_price{
	font-size: 14px;
	color: #808080;
	font-weight: 400;
}

.price_wrap .old_price{
	text-decoration: line-through;
	margin-right: 10px;
}

.card_name{
    margin: 15px 10px 0;
    width: calc(100% - 20px);
    text-align: center;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
}

/*///////////////////////////////////////////////MAIN CATEGORIES///////////////////////////////////////////////////////////////*/

.main_categories{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 130px;
	margin-bottom: 100px;
}

.category_wrap{
	display: flex;
	flex-direction: column;
	position: relative;
	width: 470px;
	height: 375px;
	cursor: pointer;
	margin: 20px;
}

.category_wrap .background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e3e3e3;
	transition: all 0.2s ease-in-out;
	z-index: -1;
}

.category_wrap:hover .background{
	background: #cacaca
}

.category_wrap:hover .name{
	bottom: 50px;
}

.category_wrap:hover .quantity_category{
	opacity: 1;
}

.category_wrap img{
	width: 300px;
	align-self: flex-end;
	margin: auto 50px;
}

.category_wrap .name{
	position: absolute;
	bottom: 30px;
	left: 20px;
	font-weight: 400;
	transition: all 0.2s ease-in-out;
}

.category_wrap .quantity_category{
	position: absolute;
	bottom: 30px;
	left: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	transition: all 0.2s ease-in-out;
	opacity: 0;
}

/*///////////////////////////////////////////////PRODUCTS CARD OFFERS///////////////////////////////////////////////////////////////*/

.products_sale_wrap{
	background: #f1f1f1;
	padding: 35px 0;
	width: 100%;
}

.products_sale{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	padding: 130px 0;
}

.products_sale .left,
.products_sale .right{
	display: flex;
	flex-direction: column;
	width: 780px;
	height: 798px;
	margin: 10px;
}

.products_sale .right .card_wrap{
	max-width: unset;
	min-width: unset;
	max-height: unset;
	width: 100%;
	height: 100%;
	margin: 0;
}

.products_sale .right .card{
	justify-content: flex-end;
	height: 100%;
}

.products_sale .right img{
	width: 60%;
	margin-bottom: 12%;
}

.products_sale .top{
	display: flex;
	justify-content: space-between;
	width: 100%;
} 

.products_sale .inside_top{
	width: calc(50% - 10px);
	margin: 0;
	max-width: unset;
	min-width: unset;
}

.products_sale .inside_top .card{
	justify-content: flex-end;
}

.products_sale .inside_top img{
	width: 60%;
	margin-bottom: 12%;
}

.products_sale .bottom{
	display: flex;
	width: 100%;
	margin: 0;
	margin-top: 20px;
	max-width: unset;
	min-width: unset;
}

.products_sale .bottom img{
	width: 40%;
}

.products_sale .card_name{
	position: absolute;
	top: 20px;
	left: 20px;
	text-align: left;
	margin: 0;
}

.products_sale .price_wrap{
	position: absolute;
	top: 50px;
	left: 20px;
	margin: 0;
}


/**************************************** FOOTER ***************************************/


.wp_float{
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    width: 63px;
    height: 63px;
    background-color: #107468;
	z-index: 150;
}

/* .wp_float .text_wp{
    font-weight: bold;
    line-height: 40px;
    margin-left: 30px;
}

.wp_float .text_wp a{
    color: #fff;
} */

.wp_float svg{
    width: 47px;
    margin: 8px;
}

/**************************************** DETALLE SWIPPER ***************************************/

.content_img_detalle .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.content_img_detalle .swiper-img-mini {
	height: 100%;
	width: 100%;
}

/* .content_img_detalle .swiper-img{
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
} */

.content_img_detalle .swiper-img .swiper-slide {
	width: 100px;
	height: 100%;
	opacity: 0.4;
	cursor: pointer;
}

.content_img_detalle .swiper-slide img {
	display: block;
	height: 100%;
	object-fit: cover;
}

.swiper-img .swiper-slide img {
	display: block;
	width: 100%!important;
	height: unset;
	object-fit: cover;
}

.content_img_detalle .swiper-slide {
	background-size: cover;
	background-position: center;
}

.swiper-slide-thumb-active{
	opacity: 1!important;
}

.a_img_detalle{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.a_img_detalle img{
	height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

/* .details table{
	margin: 50px 0;
	width: 100%;
}

.details td{
	border: 1px solid #d3d3d3;
	padding: 8px;
	color: #919191;
	font-size: 12px;
}

.details td:first-child{
	background: #f2f2f2;
	width: 30%;
	text-align: center;
} */

.related{
	width: 100%;
	margin-top: 70px;
}

/************************************************* CARRO **********************************************/

.titulo_carro{
	color: var(--color-grey);
	font-size: 32px;
	padding: 20px 5px;
}

.text_info{
	text-align:center;
	font-size:20pt;
	font-weight:300;
	color:#545454;
	padding:200px 0px;
}

.tabla_producto td{
	padding:20px 0px 10px 0px;
}

.borrar_carro{
	width:14px;
	margin:0 auto;
	cursor:pointer;
}

.img_producto_carro{
	width:50%;
	display:block;
}

.nombre_cod_carro{
	width:90%;
	padding:0 5%;
	text-align:left;
}

.nombre_producto_carro{
	margin-bottom:10px;
}

.nombre_producto_carro span{
	font-size:10pt;
	font-weight:100;
}

.nombre_producto_carro a{
	color:#000000;
	text-decoration:none;
}

.info_producto_carro{
	font-size:10pt;
	margin-bottom:10px;
}

.content_cant_uni{
	width:86px;
	margin:0 auto;
}

.cantidad_carro{
	font-size:12pt;
	width:60px;
	text-align:center;
}

.cantidad_carro input{
	width:95%;
	outline:none;
	border:0px;
	text-align:center;
}

.btn_cant_carro{
	width:60px;
	padding:11px 12px 11px 12px;
	border:1px solid #000;
	background-color:#fff;
	color:#000;
	border-radius:3px;
	float:left;
}

.unidad{
	float:left;
	margin-left:10px;
	padding-top:12px;
}

.resumen_carro_paso1{
	background-color:#ffffff;
	margin-top:20px;
	padding:30px 20px;
	border-top:1px solid #000000;
}

.content_text_btns_carro{
	float:left;
	width:70%;
	margin-top:10px;
}

.checkbox_terminos{
	margin-top:10px;
}

.conten_precio_total_paso1{
	float:right;
}


.titulo_resumen_pedido_paso1{
	font-size:14pt;
	font-weight:600;

}

.content_btns_carro{
	width:200px;
	margin-top:20px;
}

.bot_confirmar_paso1{
	width:200px;
	background-color:#1a1a1a;
	border: 2px solid #1a1a1a;
	color:#ffffff;
	font-weight:700;
	padding-top:12px;
	text-align:center;
	padding-bottom:12px;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
	float:left;
}

.bot_confirmar_paso1:hover{
	background: #fff;
	color: #1a1a1a;
}

.bot_seguir_comprando_paso1{
	width:240px;
	background-color:#dcdcdc;
	padding-top:12px;
	text-align:center;
	padding-bottom:12px;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
	float:left;
}

.bot_seguir_comprando_paso1 a{
	text-decoration:none;
	color:#ffffff;
}

.tabla_resultado_final_paso1{
	font-size:22px;
}

.conten_codigo_descuento{
	background-color:#eaeaea;
	padding:10px;
}

.texto_codigo_descuento{
	color:#000000;
	font-size:16px;
	font-weight:700;
}

.img_codigo_descuento{
	margin-top:10px;
	float:left;
	width:60%;
	height:30px;
}

.img_codigo_descuento input{
	width:calc(100% - 7px);
	height:28px;
	border:1px solid #000000;
	padding:0px;
	padding-left:5px;
	outline:none;
}

.btn_validar_descuento{
	width:40%;
	height:25px;
	float:left;
	margin-top:10px;
	background-color:#000000;
	text-align:center;
	color:#ffffff;
	padding-top:5px;
	cursor:pointer;
}

.conten_final_compra{
	width:70%;
	margin:0 auto;
	padding:20px;
	background-color: #ffffff;
    border: 1px solid #e0e0e0;
}

.texto_final_compra{
	text-align:center;
	font-size:20px;
	font-weight:300;
	color:#6d6d6d;
}

.conten_numero_final_compra{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	margin-top:40px;
}

.numero_final_compra{
	text-align:center;
	font-size:25px;
	font-weight:700;
	color:#6d6d6d;
}

.fondo_total_pedido{
	-webkit-box-shadow: 0 -5px 10px 0 #e8e8e8;
	box-shadow: 0 -5px 10px 0 #e8e8e8;
	margin-top:10px;
}

.conten_total_pedido{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	margin-bottom:20px;
}

.conten_texto_confirmar{
	width:40%;
	float:left;
	margin-left:10%;
	margin-top:20px;
	padding-bottom:30px;
}

.texto_total_pedido{
    font-size: 30px;
	font-weight:300;
    color: #4a4a4a;
}

.bot_confirmar{
	width:100%;
	background-color:#FF0000;
	border:1px solid #FF0000;
	color:#ffffff;
	font-size:20px;
	padding-top:10px;
	text-align:center;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
}

.bot_seguir_comprando{
	width:100%;
	background-color:#eaeaea;
	border:1px solid #989898;
	color:#989898;
	font-size:20px;
	padding-top:10px;
	text-align:center;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
}

.bot_seguir_comprando a{
	text-decoration:none;
	color:#989898;
}


.conten_precio_total{
	margin-top:20px;
	padding-bottom:20px;
}

.tabla_resultado_final{
	width:100%;
	font-size:20px;
	float:right;
	margin-top:10px;
}

.texto_resultado{
	color:#4a4a4a;
	text-align:right;
}

.texto_resultado_total{
	font-size:24px;
	text-align:right;
	float:right;
	margin-right:20px;
}

.numero_resultado{
	color:#4a4a4a;
	text-align:right;
}

.numero_resultado_total{
	font-size:24px;
	text-align:right;
	font-weight:700;
	float:right;
}

.linea_total{
	width:100%;
	height:1px;
	background-color:#4a4a4a;
}

/*********************************************** FIN CARRO **********************************************/

/************************************************** CARRO LATERAL *********************************************/

.carro_lateral{
	width:375px;
	height:100%;
	position:fixed;
	top:0px;
	right:-375px;
	z-index:2500;
	background-color:#ffffff;
}

.header_carro_lat{
	height:45px;
	padding:20px 10px;
	border-bottom:1px solid #cccccc;
}

.titulo_carro_lat{
	font-size:26px;
	float:left;
}

.cerrar_carro_lat{
	float:right;
	cursor:pointer;
}

.content_carro_lat{
	position:absolute;
	z-index:2600;
	top:87px;
	left:0px;
	height:calc(100% - 296px);
	overflow-y:auto;
	padding:20px 10px;
}

.linea_carro_lat{
	margin-bottom:10px;
}

.img_carro_lat{
	width:20%;
	margin-right:5%;
	float:left;
}

.description_carro_lat{
	width:65%;
	float:left;
}

.desc_carro_lat span{
	color: #848484;
    font-size: 14px;
}

.cant_precio_carro_lat{
	font-size: 16px;
}

.borrar_carro_lat{
	width:10%;
	float:right;
	text-align:right;
	font-size: 20px;
	cursor:pointer;
}

.footer_carro_lat{
	height:128px;
	position:absolute;
	z-index:2600;
	bottom:0px;
	left:0px;
	width:calc(100% - 20px);
	padding:20px 10px;
	border-top:1px solid #cccccc;
}

.column1_linea_footer{
	float:left;
}

.column2_linea_footer{
	float:right;
}

.btn_ver_carro_lat{
	width: calc(100% - 40px);
    background-color: #ffffff;
    border:2px solid #1a1a1a;
    text-align: center;
    color: #1a1a1a;
    padding: 7px 20px;
    font-size: 16px;
    cursor: pointer;
    margin-top:15px;
}

.btn_ver_carro_lat:hover{
	color: #ffffff;
	background-color: #1a1a1a;
}

.btn_finalizar_lat{
    width: calc(100% - 40px);
    background-color: #1a1a1a;
    border-radius: 3px;
    text-align: center;
    color: #ffffff;
    padding: 7px 20px;
    font-size: 16px;
    cursor: pointer;
    margin-top:15px;
}

.btn_finalizar_lat:hover{
	background-color: #084177;
}


/****************************************** FIN CARRO LATERAL ******************************************/


/************************************************** CHECKOUT **********************************************/

.content_checkuot {
	width: calc(100% - 20px);
	background-color: #e2e2e2;
	padding: 40px 10px;
}

.container {
	width: 62%;
	padding-right: 2%;
	float: left;
}

.acc {
	padding: 0px;
	overflow: hidden;
	margin: 0;
}

.acc li {
	list-style-type: none;
	padding: 0;
}

.acc_ctrl {
	background: #ffffff;
	border: none;
	border-bottom: solid 1px #f2f2f2;
	cursor: pointer;
	display: block;
	outline: none;
	padding: 1em 2em;
	position: relative;
	text-align: left;
	width: calc(100% - 4em);
}

.acc_ctrl.active h2,
.acc_ctrl:focus h2 {
	position: relative;
}

.acc_panel {
	background: #f6f6f6;
	overflow: hidden;
	width: 96%;
	padding: 10px 2%;
}

.title_metodo_pago {
	margin-bottom: 30px;
	font-size: 18pt;
	font-weight: 300;
}

.content_forma_pago {
	width: calc(100% - 20px);
	padding: 15px 10px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	margin-bottom: 10px;
	color: #949494;
}

.text_forma {
	color: #fd0000;
	margin-bottom: 5px;
}

.titulo_forma {
	font-size: 14pt;
	font-weight: 700;
	color: #000;
}

.conten_form_finalizar {
	width: 100%;
}

.input_fin {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.input_fin_chico {
	float: left;
	width: 30%;
	margin-right: 3%;
}

.nombre_form_finalizar {
	margin-top: 20px;
	margin-bottom: 10px;
}

.nombre_form_finalizar span {
	color: #ff7a7a;
}

.conten_input_finalizar {
	width: 100%;
}

.conten_input_dire_finalizar {
	width: 98%;
}

.input_finalizar input {
	width: 96%;
	padding: 0px 2%;
	outline: none;
	border: 1px solid #e2e2e2;
	color: #606060;
	height: 30px;
	background-color: #fff;
}

.input_finalizar textarea {
	width: 96%;
	padding: 0px 2%;
	outline: none;
	border: 1px solid #e2e2e2;
	color: #606060;
	height: 80px;
	background-color: #fff;
}

.conten_general_crear {
	width: 45%;
}

.conten_input_crear {
	width: 100%;
}

.input_crear input {
	background-color: #fff;
	width: 96%;
	padding: 0px 2%;
	height: 30px;
	outline: none;
	border: 1px solid #e2e2e2;
	color: #606060;
}

.bot_carro_pasos {
	width: 150px;
	height: 35px;
	padding-top: 13px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	background-color: #0084e0;
	border-bottom: 2px solid #016ab3;
	float: right;
	margin-right: 2%;
	margin-top: 20px;
	cursor: pointer;
	border-radius: 4px;
}

.bot_carro_pasos:hover {
	background-color: #248fda;
	border-bottom: 2px solid #248fda;
}

.content_crear_pass {
	width: 46%;
	margin: 20px 2% 0px 0px;
	padding: 20px 1%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3d3d3d+0,666666+100 */
	background: rgb(61, 61, 61); /* Old browsers */
	background: -moz-linear-gradient(
		top,
		rgba(61, 61, 61, 1) 0%,
		rgba(102, 102, 102, 1) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		rgba(61, 61, 61, 1) 0%,
		rgba(102, 102, 102, 1) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		rgba(61, 61, 61, 1) 0%,
		rgba(102, 102, 102, 1) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}

.nombre_crear_pass {
	color: #fff;
	font-size: 12pt;
	font-weight: 600;
}

.content_pass {
	width: 100%;
}

.content_pass_1 {
	width: 49%;
	margin-right: 1%;
	float: left;
}

.content_pass_2 {
	width: 49%;
	margin-left: 1%;
	float: left;
}

.nombre_pass {
	color: #b9b9b9;
	padding: 10px 0px;
}

.input_pass {
	width: 90%;
}

.input_pass input {
	width: 96%;
	padding: 0px 2%;
	outline: none;
	border: 1px solid #e2e2e2;
	color: #606060;
	height: 30px;
	background-color: #fff;
}

.text_crear_pass {
	color: #fff;
	font-size: 12pt;
	padding-top: 10px;
}

.titulo_codigo_postal {
	margin-top: 20px;
	margin-bottom: 20px;
}

.conten_input_codigo_postal {
	width: 260px;
	margin-right: 25px;
	float: left;
}

.conten_input_codigo_postal input {
	background-color: #fff;
	width: 96%;
	padding: 0px 2%;
	height: 30px;
	outline: none;
	border: 1px solid #e2e2e2;
	color: #606060;
}

.btn_buscar_cod {
	float: left;
	width: 100px;
	height: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	background-color: #aeaeae;
	border: 0px;
	border-bottom: 2px solid #909090;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
}

.btn_buscar_cod:hover {
	background-color: #c3c3c3;
	border-bottom: 2px solid #c3c3c3;
}

.content_retirar_sucur {
	width: calc(46% - 2px);
	height: 200px;
	float: left;
	margin-top: 40px;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	border-radius: 5px;
	padding: 40px 1% 30px 1%;
	margin-right: 1%;
}

.content_retirar_sucur:nth-child(2n) {
	margin-right: 0%;
	margin-left: 1%;
}

.nombre_retiro{
	margin-bottom:20px;
	font-size:12pt;
	font-weight:600;
}

.nombre_form_retiro b{
	line-height:38px;
}

.nombre_retiro_confirmar{
	margin-bottom:5px;
	color:#ce5858;
	font-size:14pt;
}

.wrapper_shipping_check{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.wrapper_shipping_check input{
	margin-right: 10px;
}

.title_ship_check{
	font-weight: 500;
	font-size: 16px;
}

.text_ship_check{
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	color: #444444;
	margin-top: 10px;
}

.btn_editar {
	width: 70px;
	height: 25px;
	padding-top: 5px;
	margin-top: 15px;
	color: #fff;
	background-color: #58ce77;
	border-bottom: 2px solid #41b35f;
	text-align: center;
	cursor: pointer;
	margin-bottom: 30px;
	border-radius: 3px;
}

.btn_editar:hover {
	background-color: #83e19b;
	border-bottom: 2px solid #83e19b;
}

.btn_pagar_mp {
	width: 280px;
	height: 35px;
	margin: 0 auto;
	padding-top: 13px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	background-color: #4e7bb4;
	border-bottom: 2px solid #354b95;
	margin-top: 40px;
	margin-bottom: 20px;
	cursor: pointer;
	border-radius: 4px;
}

.btn_pagar_mp a {
	color: #fff;
	text-decoration: none;
}

.bot_carro_pasos:hover {
	background-color: #248fda;
	border-bottom: 2px solid #248fda;
}

.total_final_check {
	text-align: center;
	font-size: 20pt;
	font-weight: 400;
	padding: 10px;
}

.content_redireccion_mp {
	padding: 20px 10px 10px 10px;
}

.img_redireccion_mp {
	width: 198px;
	margin: 0 auto;
}

.text_redireccion_mp {
	text-align: center;
	font-size: 10pt;
	padding-top: 10px;
}

#backgroundRespDetail{
	display: none;
	transition: all 0.2s ease-in-out;
}

.chek_carro {
	width: 36%;
	float: left;
	background-color: #fff;
	display: block;
}

.detail_resp_check{
	display: none;
}

.carro_check_fixed {
	position: fixed;
	z-index: 200;
	top: 120px;
	right: 10px;
}

.header_detalle_carro_check {
	font-weight: 700;
	padding: 10px 0px 10px 10px;
	color: #000;
	border-bottom: 1px solid#f2f2f2;
	background-color: #ffffff;
}

.linea_carro_check {
	width: 100%;
	height: 1px;
	background-color: #f2f2f2;
}

.cart_no_products_check {
	background-color: #fff;
	color: #545454;
	text-align: center;
	padding: 25px 0px;
	font-size: 10pt;
}

.footer_detalle_carro_check {
	font-weight: 400;
	text-align: center;
	background-color: #f6f6f6;
	padding: 15px 0px;
}

.total_check {
	font-size: 14pt;
	font-weight: 700;
	padding: 5px 2%;
}

.numero_resultado_total_check {
	float: right;
}

.texto_resultado_total_check {
	float: right;
	margin-right: 20px;
}

.body_detalle_carro_check table tr {
	background-color: #ffffff;
}

.body_detalle_carro_check table tr td {
	font-size: 10pt;
	padding: 10px 2%;
}

.body_detalle_carro_check table tr td span {
	font-size: 8pt;
	font-weight: 100;
}

.body_detalle_carro_check table tr td a {
	color: #000;
	text-decoration: none;
}

.btn_selec_checkout {
	width: 100%;
	padding: 12px 20px;
	border: 1px solid #cccccc;
	cursor: pointer;
	border-radius: 5px;
	background-color: #ffffff;
	margin-top: 5px;
}

/*********************************************** FIN CHECKOUT **********************************************/

/************************************************* PEDIDO *************************************************/

.conten_general_pedidos {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 100px;
}

.titulo_pedidos {
	font-size: 20pt;
	font-weight: 700;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}

.tabla_listado_news table tr th {
	padding: 6px 10px 6px 10px;
	min-height: 35px;
	background-color: #f2f2f2;
	margin-top: 5px;
}

.tabla_listado_news table tr td {
	padding: 10px;
	border-bottom: 1px solid #bcbcbc;
}

.titulos_listado_change_order {
	width: 100%;
	min-height: 30px;
	background-color: #e2e2e2;
	border-radius: 5px;
	margin-top: 3px;
}

.titulos_listado_change_order table tr td {
	padding-top: 6px;
}

.tabla_listado_change_order ul {
	padding: 0px;
	margin: 0px;
}

.tabla_listado_change_order ul li {
	border-bottom: 1px solid #bcbcbc;
	list-style: none;
	/* cursor: pointer; */
}

.item_change_order {
	float: left;
}

.filtros_listado_news table tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #bcbcbc;
}

.btn_fav_listado {
	background-image: url("/admin/images/backend_favorito_noticia.png");
	background-position: 0px -19px;
	width: 18px;
	height: 18px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 4px;
	/* cursor: pointer; */
}
.btn_fav_listado:hover {
	background-position: 0px 0px;
}

.btn_visible_listado {
	background-image: url("/admin/images/ver_noticia.png");
	background-position: 0px -15px;
	width: 23px;
	height: 15px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 8px;
	/* 	cursor:pointer; */
}
.btn_visible_listado:hover {
	background-position: 0px 0px;
}

.btn_no_visible_listado {
	background-image: url("/admin/images/porducto_no_visto.jpg");
	width: 22px;
	height: 22px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	/* 	cursor:pointer; */
}

.btn_editar_listado {
	background-image: url("/admin/images/bot_modificar_producto_tienda.png");
	background-position: 0px 0px;
	width: 33px;
	height: 25px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	/* cursor: pointer; */
}
.btn_editar_listado:hover .cancel {
	font-size: 12pt;
	margin-top: 2px;
	/* cursor: pointer; */
}
.cancel:hover {
	color: #fc6a2d;
}

.btn_ver_detalle_smartphone {
	display: none;
}

.btn_ver_detalle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	padding: 2px 0px;
	border-radius: 3px;
	cursor: pointer;
}

.btn_ver_detalle svg{
	width: 50%;
	display: block;
	fill: var(--color-dorado);
}

.btn_ver_detalle svg:hover{
	fill: var(--color-rosa);
}

.btn_filtrar {
	width: 80px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	padding: 5px 0px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #3ea9f5;
	background-color: #3ea9f5;
	border-radius: 5px;
	font-size: 12px;
	/* cursor: pointer; */
}
.btn_filtrar:hover {
	color: #ffffff;
	border: 1px solid #6ebdf5;
	background-color: #6ebdf5;
}

.checkbox {
	width: 14px;
	height: 14px;
	background-image: url("/admin/images/checkbox.png");
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 5px;
}

.checkbox_active {
	width: 14px;
	height: 14px;
	background-image: url("/admin/images/checkbox.png");
	background-position: 0px 14px;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 5px;
}

.input_listado {
	width: 20px;
	height: 20px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 4px;
}

.input_option_poll {
	width: 70%;
	margin: 10px 1% 10px 2.5%;
	float: left;
}

.input_option_poll input {
	width: 100%;
	height: 20px;
	border-radius: 3px;
	border: 1px solid #c6c6c6;
}

.btn_delete_option_poll {
	background-image: url("/admin/images/bot_eliminar_producto_tienda.png");
	background-position: 0px 0px;
	width: 24px;
	height: 25px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 8px;
	/* cursor: pointer; */
}
.btn_delete_option_poll:hover {
	background-position: 0px -29px;
}

.btn_edit_option_poll {
	background-image: url("/admin/images/bot_modificar_producto_tienda.png");
	background-position: 0px 0px;
	width: 33px;
	height: 25px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
	/* cursor: pointer; */
}
.btn_edit_option_poll:hover {
	background-position: 0px -29px;
}

.add_option_poll {
	font-size: 14px;
	color: #24c279;
	font-weight: 700;
	margin-left: 2.5%;
	/* cursor: pointer; */
}

.subtitulo_get_export {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.titulo_get_export {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.content_get_export {
	float: left;
	margin-right: 10px;
}

.content_get_export select {
	float: left;
	margin-right: 10px;
}

.add_field {
	float: left;
	padding: 0px 6px;
	border: 1px solid #24c279;
	color: #24c279;
	border-radius: 5px;
	/* cursor: pointer; */
}

.add_field:hover {
	background-color: #24c279;
	color: #ffffff;
}

/*********************************************** FIN PEDIDO *************************************************/

/******************************************** DETALLE PEDIDOS ************************************************/

.content_order_header {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}

.order_header {
	width: 48%;
	margin: 0px 1%;
	padding: 20px;
	border: 1px solid #000000;
	border-radius: 3px;
}

.titulo_header {
	font-weight: 700;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}

.linea_header {
	padding: 5px 0px;
}

.titulo_linea_header {
	float: left;
	margin-right: 10px;
	font-weight: 700;
}

.dato_linea_header {
	float: left;
}

.content_tabla_detalle_pedido {
	margin-top: 20px;
}

.tabla_detalle_pedido tr:nth-child(even) {
	background-color: #f2f2f2;
}

.tabla_detalle_pedido tr:first-child {
	background-color: #9e9e9e;
	color: #fff;
	font-weight: 700;
}

.tabla_detalle_pedido2 tr:nth-child(odd) {
	background-color: #fff;
}

.tabla_detalle_pedido tr td {
	padding: 5px;
}

.tabla_detalle_pedido tr td span {
	font-size: 12px;
	color: #7d7d7d;
}

.titulo_observaciones {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 700;
}

.observaciones {
	margin-top: 10px;
}

.input_cantidad {
	width: 50px;
}

.totales_pedidos {
	width: 100%;
	max-width: 1200px;
	text-align: left;
	margin: 0 auto;
}

.contnten_totales_pedido {
	width: 48%;
	margin: 20px 1%;
	background-color: #099fe4;
	border-radius: 3px;
	float: left;
	color: #fff;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 700;
}

.total_text {
	font-size: 22px;
}

.total_num {
	font-size: 66px;
	margin-top: 5px;
	font-weight: 200;
}

.tabla_pie_pedido tr td {
	padding: 5px;
}

.tr_totales td {
	border-top: 1px solid #cecece;
}

.td_totales {
	background-color: #ffffff;
}

/******************************************** FIN DETALLE PEDIDOS ************************************************/

/*********************************************** PROYECTOS **************************************************/

.proyect_wrap{
	margin-top: 140px;
}

.proyect_slider{
	width: 100%;
	margin: 110px 0;
}

.proyect_slider .swiper {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
  }

.proyect_slider .swiper-slide {
	background-position: center;
	background-size: cover;
	width: auto;
	height: 600px;
}

.proyect_slider .swiper-slide .img_proyecto {
	display: block;
	width: 100%;
	height: 100%;
}

.proyect_slider .swiper-slide .img_proyecto img{
	  height: 100%;
}

.proyect_slider .swiper-button-prev, .swiper-container-rtl .swiper-button-prev{
	left: calc(50% - 330px)!important;
	top: 80%!important;
} 

.proyect_slider .swiper-button-next, .swiper-container-rtl .swiper-button-next{
	right: calc(50% - 330px)!important;
	top: 80%!important;
}

.proyect_bottom_wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 100px 0;
}

.button_proyect{
	padding: 10px 20px;
	border: 2px solid #1a1a1a;
	background: #1a1a1a;
	color: #fff;
	cursor: pointer;
}

.button_proyect:hover{
	background: #fff;
	color: #1a1a1a;
}

.description_proyect{
	color: #464646;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	padding: 0 20%;
	margin-top: 100px;
}

/*********************************************** PROYECTOS LIST**************************************************/

.proyectos_list .proyecto{
	width: 380px;
	margin-bottom: 100px;
}

.proyectos_list .img_proyecto{
	height: 429px;
}

.proyectos_list .img_proyecto img{
	height: 100%;
}



/*///////////////////////////////////////////////CONTACTO///////////////////////////////////////////////////////////////*/


.contact{
	display: flex;
	max-width: 2000px;
	height: 100vh;
	margin: 0 auto;
}

.contact .img_contact_wrap{
	width: calc(100% - 700px);
}

.contact .img_contact{
	width: 100%;
	height: calc(100% - 200px);
	overflow: hidden;
}

.contact .img_contact img{
	height: 106%;
}	
.contact .img_contact_wrap .title{
	height: 200px;
    line-height: 60px;
	font-weight: 600;
    font-size: 213px;
    color: #c4c4c4;
    overflow: hidden;
}

.contact .info_contact_wrap{
	width: 700px;
	height: 100vh;
	background: #232323;
	display: flex;
	justify-content: center;
	align-items: center;
}

.info_contact{
	display: flex;
	flex-direction: column;
}

.info_contact .line_contact{
	width: 80px;
	height: 3px;
	background: #c4c4c4;
	margin-bottom: 60px;
}

.info_contact .title{
	width: 300px;
	font-size: 20px;
	font-weight: 200;
	color: #fff;
	margin-bottom: 40px;
}

.card_contact{
	display: flex;
	margin-bottom: 50px;
}

.card_contact svg{
	width: 20px;
    fill: #c4c4c4;
    margin: 10px 50px 0 0;
}

.card_contact .info_card_contact{
	display: flex;
	flex-direction: column;
}

.card_contact .info_card_contact a,
.card_contact .info_card_contact div{
	color: #808080;
}

.card_contact .info_card_contact a:hover{
	color: #fff;
}

.card_contact .info_card_contact .info_title{
	color: #fff;
}


.contact_form{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	z-index: 100;
	margin: 65px 0;
}

.contact_form .text{
	width: calc(50% - 50px);
	margin: 80px 0;
	padding: 25px;
	align-self: center;
	z-index: 100;
}

.contact_form .text .title_contact{
	font-weight: bold;
    font-size: 20px;
    margin: 10px 0;
}

.contact_form .text .text_contact{
	font-size: 18px;
}

.contact_form .form{
	width: 640px;
	margin: 40px 10px;
	padding-top: 40px;
	z-index: 100;
}

.contact_form .form .row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	
}

.contact_form .form .row .item{
	margin-bottom: 40px;
}	

.contact_form .form input{
	width: 310px;
	border: none;
	border-bottom: 1px solid black;
	background-color: transparent;
	height: 30px;
}

.contact_form .form .message{
	width: 100%
}
.contact_form .form textarea{
	width: 100%;
	height: 100px;
	border: none;
	border-bottom: 1px solid black;
	background-color: transparent;
}

.contact_form .form .submit{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1a1a1a;
    color: #fff;
    border: 2px solid #1a1a1a;
	width: 150px;
	height: 50px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
}

.contact_form .form .submit:hover{
	background: #fff;
	color: #1a1a1a;
}

.contact_form .form .required{
    line-height: 45px;   
}

.map{
	width: 100%;
	margin-bottom: 100px;
}

.map .map_responsive{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/*********************************************** TERMINOS ********************************************/

.title_terminos_politicas{
	font-size: 32px;
	padding-bottom: 20px;
	margin-top: 180px;
	margin-left: 20px;
}

.text_terminos_politicas{
	line-height: 26px;
	padding-bottom: 80px;
	margin-left: 20px;
}

/*********************************************** FIN TERMINOS ********************************************/



/*******************************************************************************************/
/**************************** MEDIAS QUERY *************************************************/
/*******************************************************************************************/

@media (max-width: 1300px){
    /*DETALLE*/
    .details .info_details,
	.details .main_img{
		width: calc(100% - 60px);
		padding: 0 30px;
    }

	.details .main_img{
		margin: 20px 0;
	}
}

@media (max-width: 1280px){

	/* DESTACADOS */
	.destacados_wrap .remarkable{
		display: block!important;
	}

	.destacados_wrap .cards_wrap{
		display: none!important;
	}

	.search form{
		width: 90%;
	}
}	

@media (max-width:1800px) {

}

@media (max-width:1600px) {

}

@media (max-width:1400px) {
	/* NOSOTROS  */
	.info_nosotros_wrap{
		width: calc(90% - 50px);
	}

}

@media (max-width:1200px) {

}

@media screen and (max-width: 1024px){
	
	/* CONTACTO */
	.contact .contact_form .text{
		margin: 0px 0 80px 0;
	}
	/* NOSOTROS  */
	.info_nosotros_wrap{
		flex-wrap: wrap;
	}
}

@media (max-width:1300px) {

	/* NEWSLETTER */
	.newsletter_wrap .left{
		display: none;
	}

	.newsletter_wrap .right{
		width: 100%;
	}

	.newsletter_wrap .discount{
		right: 40%
	}

}

@media (max-width:990px) {

}

@media (max-width:960px) {

	.content_img_detalle{
		height: 350px;
	}

	.details{
		margin-top: 20px;
	}

	/* NEWSLETTER */
	.newsletter{
		min-width: 395px;
	}

	/* CHECKOUT */

	.container {
		width: 100%;
		padding: 0px;
	}

	.content_checkuot{
		padding: 80px 10px 40px 10px;
	}

	.chek_carro {
		float: none;
		/* display: none; */
		position: fixed;
		z-index: 10;
		top: 75px; /* EL HEIGHT DEL HEADER RESPONSIVE */
		left: 0px;
		width: 100%;
	}

	.carro_check{
		display: none;
	}

	#backgroundRespDetail{
		position: fixed;
		z-index: 5;
		top: 0px;
		left: 0px;
		height: 100vh;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.8);
	}

	.detail_resp_check{
		width: calc(100% - 20px);
		padding: 15px 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #fff;
		border-bottom: 1px solid #c7c7c7;
	}

	.wrapper_svg_detail_resp_check{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.svg_detail_resp_check{
		width: 18px;
	}

	.svg_detail_resp_check svg{
		fill: #1d1d1b;
		width: 100%;
		display: block;
		transition: all 0.2s ease-in-out;
	}

	.text_detail_resp_check{
		font-size: 16px;
		margin-left: 8px;
		color: #1d1d1b;
	}

	.price_detail_resp_check{
		font-weight: 600;
		font-size: 16px;
	}

	.header_detalle_carro_check{
		display: none;
	}

	.footer_detalle_carro_check{
		background-color: #fff;
		padding: 0px 0px 10px 0px;
		border-bottom: 1px solid #c7c7c7;
	}

	.total_check{
		font-size: 12pt;
		font-weight: 500;
	}

	.texto_resultado_total_check b{
		font-weight: 500;
	}

	.total_check:nth-child(3){
		font-weight: 700;
	}

	.total_check:nth-child(3) .texto_resultado_total_check b{
		font-weight: 700;
	}

	.body_detalle_carro_check{
		max-height: calc(75vh - 50px - 75px - 101px); /* HEIGHT DEL HEADER Y EL HEAD DEL DETALLE Y FOOTER DEL CHECKOUT*/
		overflow-y: auto;
	}

	.body_detalle_carro_check table tr td{
		padding: 5px;
	}

}    


/* Landscape phone to portrait tablet and phones */

@media (max-width:920px) {

}

@media (max-width:868px) {
    
}

@media (max-width:860px) {

	/* SLIDER HOME */
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		display: none;
	}

	/*LIST*/
	.banner_list{
		display: none;
	}
	
	.header_list{
		flex-direction: column;
		justify-content: center;
	}

	.header_list .header_list_left{
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		align-self: center;
	}

	.header_list .header_list_right{
		justify-content: space-between;
	}

	.list .main_list{
		position: relative;
	}

	.list .main_list .filter .close{
		display: block;
	}	

	.list .main_list .filter{
		background: #fff;
		z-index: 2000;
		position: fixed;
		transform: translate3d(-1000px, -54px, 0px);
		transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
		top: 0;
		width: 80%;
		height: 100vh;
		overflow-y: visible;
	}

	.list .main_list .filter.is_active{
		transform: translate3d(0px, -54px, 0px);
	}

	.header_list_right{
        justify-content: space-between;
    }
    .header_list_right .filter_button{
		display: flex;
	}

	/* LOGIN */
	.content_login{
		flex-wrap: wrap;
		padding: 0 20px;
		padding-bottom: 180px;
	}
	
	.content_logo_login{
		margin: 0px auto 20px auto;
		width: 100%;
		max-width: 400px;
		display: flex;
		justify-content: center;
	}

	.content_logo_login svg{
		width: 70%;
	}
	
	.content_login_form, .content_register_form{
		margin: 0 auto;
		width: 100%;
		max-width: 390px;
	}

	/* CARD */

	.button_card_wrap{
		bottom: 20px;
		z-index: 12;
		opacity: 1;
		background: #e9e9e9;
	}
}    

@media (max-width:800px) {

	/* UNIDADES DE VENTA */
	.unidades{
		width: 100%;
	}

	/* OFFER */

	.offers_wrap{
		top: -30px;
	}

	/* MAIN CATEGORIES */

	.products_sale .top{
		flex-wrap: wrap;
		justify-content: center;
	}

	.products_sale .inside_top{
		width: calc(100% - 20px);
		height: 389px;
		margin-top: 20px;
	}

	.products_sale .left, 
	.products_sale .right {
		height: unset;	
		align-items: center;
	}

	.products_sale .bottom{
		width: calc(100% - 20px);
		height: 389px;
	}
	.products_sale .right .card_wrap{
		width: calc(100% - 20px);
		height: 389px;
	}

	.products_sale .inside_top img,
	.products_sale .bottom img,
	.products_sale .right img{
		width: 230px;
	}
	
}    

@media screen and (max-width: 768px){
	/* CONTACTO */
	.contact .contact_form{
			margin: 20px 0 65px 0;
	}
	.contact .contact_form .text{
			width: 100%;
	}
}
/* Landscape phone to portrait tablet and phones */

@media (max-width:760px) {

	/* ZEN */

	.slider_zen_responsive{
		display: block;
	}

	.zen_title{
		font-size: 30px;
	}

	.slide_zen{
		display: none;
	}

    /*LOGIN */
	.text_new_register{
		display: none;
	}

	/* DETALLE */
	.content_img_detalle .swiper-slide img {
		height: auto;
	}

	/************************************************** CHECKOUT **********************************************/

	.content_crear_pass {
		width: 96%;
		margin: 20px 2% 0px 0px;
		padding: 20px 1%;
	}

	.content_pass_1,
	.content_pass_2 {
		float: initial;
		width: 100%;
		margin: 0px;
	}
}

@media (max-width:680px) {

    /* DETALLE */
    .details .main_img{
        min-width: 400px;
    }
    /* CARRO */

	.titulo_resumen_pedido_paso1{
		text-align:center;
	}

	.checkbox_terminos{
		text-align:center;
	}

	.content_btns_carro {
		margin-top: 0px;
		width:205px;
	}

	.bot_confirmar_paso1 {
	    margin-left: 0px;
	}


	.table_pedido tr td:nth-child(2){
		display:none;
	}

	.content_cant_uni {
	    width: 58px;
	}

	.btn_cant_carro {
	    width: 40px;
	    padding: 7px 8px 7px 8px;
	}

	.cantidad_carro {
	    width: 40px;
	}

	.content_retirar_sucur{
		width:calc(98% - 2px);
		padding:40px 1% 30px 1%;
		margin-right:0%;
		float:initial;
		height:auto;
	}

	.content_retirar_sucur:nth-child(2n){
		margin-right:0%;
		margin-left:0%;
	}

	.content_footer_interna {
	    float: initial;
	    width: 90%;
	    margin:0 auto;
	    margin-bottom:15px;
	}

	.conten_imagenes_detalle {
	    width: 92%;
	    margin-right:4%;
	    margin-left:4%;
	    float: initial;
	    margin-bottom:20px;
	}

	.info_producto_detalle {
	    width: 92%;
	    margin-right:4%;
	    margin-left:4%;
	    float: initial;
	    margin-top:30px;
	}

	.order_header{
		float:initial;
		width: calc(98% - 42px);
		margin-bottom:10px;
	}

	.info_emergente{
		width:100%;
		left: 0px;
	    margin-left: 0px;
	    height: 40px;
	}

	.conten_info{
		padding:10px 10px;
		width:calc(100% - 20px);
		float:initial;
	}

	/* NEWSLETTER */
	.newsletter_wrap .square_float{
		display: none;
	}
}

@media (max-width:630px) {

	.slider_responsive{
		display: block;
	}

	.slider_desktop{
		display: none;
	}
    /*DETALLE*/

	.details .send{
		flex-wrap: nowrap;
	}

	/* BANNER PRODUCTOS */
	.banner{
		width: calc(100% - 20px);
	}

	.banner a{
		width: 100%;
	}

	.banner_top,
	.banner_bottom{
		flex-wrap: wrap;
		justify-content: center;
	}

	.banner_bottom_left,
	.banner_bottom_right{
		width: 100%;
	}

	.banner_bottom .banner_long{
		width: calc(100% - 20px);
	}

	
	/* NOSOTROS  */
	.parallax_nosotros img{
		width: 300px;
	}

}

@media (max-width:540px) {

	/* SLIDER HOME */
	.title_banner_slider{
		font-size: 50px;
		width: 400px;
	}

    /* NEWSLETTER */
    .newsletter .form_newsletter{
		margin-left: 20%;	
	}


	.newsletter .form_newsletter input{
		height: calc(42px - 20%);
		width: calc(300px - 20%);
	}

	.newsletter .form_newsletter button{
		width: calc(130px - 20%);
		height: calc(45px - 20%);
	}
	.newsletter .line{
	    left: 20%;
	}

	/* PRODUCTOS DESTACADOS */

	.featured_wrap .title{
		font-size: 78px;
	}

	.content_img_detalle{
		height: 280px;
	}
}


/* Landscape phones and down */

@media (max-width:480px) {
	/* UNIDADES DE VENTA */
	.unidades{
		height: 450px;
	}
    /*DETALLE*/
	.details .category_header .grey{
		display: none;
	}

	/* NEWSLETTER */
	.newsletter_wrap .right img{
		display: none;
	}

	.newsletter{
		width: 90%;
	}

	.newsletter_wrap .discount{
		right: 60%;
	}

	/* NOSOTROS  */
	.img_nosotros, .info_nosotros{
		min-width: 300px;
	}
}

@media (max-width:430px) {
	/* SLIDER HOME */
	.title_banner_slider{
		font-size: 40px;
		line-height: 40px;
		width: 300px;
	}

    /*LOGIN*/
	.btn_login_registrarse, .btn_login_iniciar{
		width: 140px;
	}

	/* BODY LISTA */

	.order_button select{
		width: 134px;
	}
}
/* Landscape phones and down */

@media (max-width:376px) {
    /* CARRO LATERAL */
	.carro_lateral{
		width: 95%;
	}

	.titulo_carro_lat{
		font-size: 20px;
	}

	.cerrar_carro_lat{
		font-size: 10px;
	}
}