/*
	Rojo: #F9423A;
	Gris: #696158;
*/

:root{
	--rojo-feram: #F9423A;
	--marron-feram: #696158;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat|Roboto+Condensed');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 400;
	src: url("/_FON/gotham/Gotham-Book.otf");
}

@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 700;
	src: url("/_FON/gotham/Gotham-Bold.otf");
}

@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: 600;
	src: url("/_FON/gotham/Gotham-Medium.ttf");
}

html,body{
	background: #ffffff;
	font-family : Gotham;
    font-size : 12px;
	color:#696158;
}
body *{
	font-family: Gotham;
}

h1,h2,h3,h4,h5{
	font-family : Gotham;
	color:#696158;
}

.h1, h1{
	font-size: 3rem;
}

::placeholder {
	color: #6e707e !important;
	opacity: 0.8 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #6e707e !important;
	opacity: 0.8 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #6e707e !important;
	opacity: 0.8 !important;
}

.container-fluid{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.container{
	max-width: 120rem;
    margin: 0rem auto;
    padding-left: 3rem;
    padding-right: 3rem;
}
.SeparadorTop{
	height: 130px;
}

.prd-hover{	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;    
    border: 1px solid #e6e4e4;
	/*opacity: 0.8;*/
}
.prd-hover:hover{		
	opacity: 0.8;
}

.barras-colores-feram{
	width: 100%;
	display: table;
	height: 7px;
}
.barras-colores-feram > span:nth-child(1){
	width: 25%;
	display: table-cell;
	height: 7px;	
	background-color: #696158;
}
.barras-colores-feram > span:nth-child(2){
	width: 75%;
	display: table-cell;
	height: 7px;
	background-color: #F9423A;
}

.topFixed{
	position: fixed;
	width: 100%;
	z-index: 1000;
	background-color: #FFF;
}

.topFixedHome .topFixed{
	position: relative;
}
.topFixedHome .SeparadorTop.separador-home{
	height: 0px !important;
}

.top .logo{
    width: 155px;    
	margin: 5px 10px 0px 0px;
}

.top .busqueda{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 5px;
    background: #FFFFFF;
    height: 43px;
    width: 100%;   
    box-shadow: 0px 3px 4px 1px #ececec;
}
/*
.top .busqueda input{
    margin : 0px 0px 0px 20px;
    height : 100%;
    width : 80%;
    outline: 0px !important;
    border: none !important;
    font-family: 'Montserrat', sans-serif;
}*/

.top .busqueda .autocomplete{
	position: absolute;
	margin:  10px 0px 0px 0px;
	width: auto;
	height: auto;
	background: #ffffff;
	border-top: 2px solid #FFF;
	-webkit-box-shadow: 0px 20px 25px 5px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 20px 25px 5px rgba(0,0,0,0.50);
	box-shadow: 0px 20px 25px 5px rgba(0,0,0,0.50);
	border-radius: 0 0 10px 10px;
	display: none;
	opacity: 0;
	z-index: 1001 !important;
}
.header-nav .busqueda .autocomplete{
	border-radius: 5px;
	border: none;
    /*border-top: 1px solid #F9423A;*/
	z-index: 1001 !important;
}
.sticky-header.top .busqueda .autocomplete .flecha1{
	/*margin-top: -13.5px;
    margin-left: 10px;*/
	/*border-bottom: 12px solid #F9423A;*/
}
.sticky-header.top .busqueda .autocomplete .flecha2{
	/*margin-top: -9px;
	margin-left: 10px;*/
}
.top .busqueda .autocomplete .flecha1{
	/*width: 0; 
  	height: 0; 
  	border-left: 12px solid transparent;
  	border-right: 12px solid transparent;
  	border-bottom: 6px solid #F9423A;
	position: relative;
	margin-top: -15.5px;
	margin-left: 5px;*/
}
.top .busqueda .autocomplete .flecha2{
	/*width: 0; 
  	height: 0; 
  	border-left: 12px solid transparent;
  	border-right: 12px solid transparent;
	border-bottom: 13px solid #FFF;
	position: relative;
	margin-top: -9px;
	margin-left: 5px;*/
}
.top .busqueda .autocomplete .titulo{
	width: 100%;
	display: inline-block;
	padding: 10px 5px 0px 15px;
	color: #696158;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-size: 14px;
	font-weight: bold;
}
.top .busqueda .autocomplete a{
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;	
	border: none;
	border-radius: 5px;
	/*border-bottom: 1px solid #fff;*/
}
.top .busqueda .autocomplete a:hover{
    background: #f0efef;
	/*border-bottom: 1px solid #F9423A;*/
	/*border-top: 1px solid #f0efef;
	border-bottom: 1px solid #f0efef;*/
}
.top .busqueda .autocomplete #busqueda_productos a .txt{
  	float: left;
    line-height: 60px;
	padding-left: 5px;
}
.top .busqueda .autocomplete img{
	transition: all 0.3s ease, opacity 0.3s; 
}
.top .busqueda .autocomplete a:hover img{
    transform: scale(1.1); 
}

@media only screen and (min-width: 320px) and (max-width: 768px){
	.contenedor-buscador-productos-movil .resultados-busqueda{
		height: 400px;		
		overflow-x: hidden;
		overflow-y: scroll;
	}		
}

.top .ident{
	float: right;
	width: max-content;
	height: 43px;
    font-size: 11px;
    margin-right: 0px !important;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    border: 1px solid #ececec;
    box-shadow: 0px 3px 4px 1px #ececec;
	border-radius: 7px;
	padding: 0px 5px;
	color: #696158;
}
.top .ident a{
    text-decoration: none;
    color: #757575;
	font-family: 'Montserrat', sans-serif;
    font-size: 10px;
	margin-left: 5px;
	line-height: 100%;
}
.top .ident a:hover{
    color: #696158;
	opacity: 0.8;
	text-decoration: none;
}

.top .ident a.perfil_nombre{
	width: 15px;
    text-decoration: none;
    color: #757575;
	font-family: 'Montserrat', sans-serif;
    font-size: 10px;
	margin-left: 5px;
	line-height: 100%;
}
.top .ident a.perfil_nombre:hover{
    color: #696158;
	opacity: 0.8;
	text-decoration: none; 
}
.top .ident a.perfil_nombre span{
	/*Comentado por IJC por problemas en parte de login en header (se veía descuadrado)*/
	/*float: left;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;*/
	/*font-weight: bold;*/
	/*font-size: 18px;*/
	/*float: left;*/
	/*margin-top: 11px;*/
}

.top .ident div .icono_carro_compra{
    width: 38px;
    padding: 0 5px 0 5px;
    opacity: 0.9;
}
.top .ident #NumCarro{
    width: 20px;
    height: 20px;
    border-radius: 15px;
    position: relative;
    line-height: 20px;
    text-align: center;
	color: white;
	background-color: #F9423A;
	margin: 4px 0px 0px -2px;
}
/*COMENTADO POR ISAAC POR ERROR EN HEADER*/
/*.top .ident #NumCarro:before{
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 4px 8px 3px 0;
    border-color: transparent #F9423A;
    top: 8px;
    left: -5px;
}*/
.top .ident div{  
	float: left;
    line-height: 42px;
	height: 42px;
}
.top .ident .separador{  
	color: #9A9A9A;	
	margin: 0px 5px 0px 10px;
}

.top .switch{
    margin: 0;
    cursor: pointer;
}
.top .switch > span{
    line-height: 22px;
    margin: 10px 0 0 5px;
    vertical-align: top;
}
.top .switch input{
 	display: none;
}
.top .switch input + div{
	width: 40px;
	height: 20px !important;
	border: 1px solid #d1d7e3;
	background: #d1d7e3;
	border-radius: 10px;
	vertical-align: top;
	position: relative;
	display: inline-block;
	user-select: none;
	transition: all 0.4s ease;
	box-sizing: border-box;
	margin-top: 0px;
}
.top .switch input + div:before{
  content: '';
  float: left;
  width: 14px;
  height: 14px;
  background: #fff;
  pointer-events: none;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: inherit;
  transition: all 0.4s ease 0s;
}
.top .switch input + div:after{
	content: '';
	left: -1px;
	top: -1px;
	width: 20px;
	height: 20px;
	border: 3px solid transparent;
	border-top-color: #F9423A;
	border-radius: 50%;
	position: absolute;
	opacity: 0;
	box-sizing: inherit;
}
.top .switch input:checked + div{
	background: #F9423A;
	border: 1px solid #F9423A;
}	
.top .switch input:checked + div:before{
	transform: translate(20px, 0);
}
.top .switch.load input + div{
    width: 20px;
    margin: 0 10px;
    /*margin-top: 14px;*/
}	
.top .switch.load input + div:after{
	opacity: 1;
	animation: rotate 0.9s infinite linear;
	animation-delay: 0.2s;
}	
.top .switch:hover input:disabled + div{
	border-color: #d1d7e3;
}
.top .switch:hover input:checked + div{
  background: #F9423A;
}


.BarInfo{
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #696158;	
	line-height: 25px;
}

.BarInfo .categorias{
	float: left;
}
.BarInfo .categorias a{
	float: left;
}
.BarInfo .categorias img{
	width: 33px;
	height: 33px;
	vertical-align: top;
	margin-top: -3px;
	cursor: pointer;
}
.BarInfo .categorias div{
	float: left;	
	margin: 0 7px 0 12px;
}
.BarInfo .categorias span{
	float: left;
	font-size: 20px;
	margin: 0 7px 0 7px;
}

.BarInfo .categorias .cat_img{
	width: 33px;
	height: 33px;
	opacity: 0.7;
	margin: 0px 10px 0 10px;
}

.BarInfo .menu_list{
	float: right;
	vertical-align: middle;
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.BarInfo .menu_list img{
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 15px 0 0;	
}
.BarInfo .menu_list div{
	float: left;
 	margin: 0 7px 0px 7px;
}
.BarInfo .menu_list div a:link{
    color: #696158;
    text-decoration: none;
}
.BarInfo .menu_list div a:visited{
    color: #696158;
    text-decoration: none;
}
.BarInfo .menu_list div a:hover{
    color: #696158;
    text-decoration: underline;
}
.BarInfo .menu_list span{
	float:left;
	font-size: 14px;
	margin: 0 7px 0px 7px;
}

.ds1Tooltip{
    position: relative;
    display: inline-block;
    z-index: 500;
}
.ds1Tooltip:before, .ds1Tooltip:after{
    position: absolute;
    opacity: 0;
    z-index: 500;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    pointer-events: none;
}
.ds1Tooltip:hover:before, .ds1Tooltip:hover:after{
    opacity: 1;
}
.ds1Tooltip:before{
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
}
.ds1Tooltip:after{
    content: attr(data-ds1Tooltip);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 10px;
    font-size: 12px;
    white-space: nowrap;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);
}
.ds1Tooltip--top:before{
    bottom: 100%;
    left: 50%;
    margin: 0 0 -18px 0;
    border-top-color: rgba(0, 0, 0, 0.8);
}
.ds1Tooltip--top:after{
    bottom: 100%;
    left: 50%;
    margin: 0 0 -6px -10px;
}
.ds1Tooltip--top:hover:before{
    margin-bottom: -10px;
}
.ds1Tooltip--top:hover:after{
    margin-bottom: 2px;
}
/* default: bottom */
.ds1Tooltip--bottom:before{
    top: 100%;
    left: 50%;
    margin: -14px 0 0 -5px;
    border-bottom-color: rgba(0, 0, 0, 0.8);
}
.ds1Tooltip--bottom:after{
    top: 100%;
    left: 50%;
    margin: -2px 0 0 -10px;
}
.ds1Tooltip--bottom:hover:before{
    margin-top: -6px;
}
.ds1Tooltip--bottom:hover:after{
    margin-top: 6px;
}
/* right */
.ds1Tooltip--right:before{
    left: 100%;
    bottom: 50%;
    margin: 0 0 -4px -8px;
    border-right-color: rgba(0,0,0,0.8);
}
.ds1Tooltip--right:after{
    left: 100%;
    bottom: 50%;
    margin: 0 0 -13px 4px;
}
.ds1Tooltip--right:hover:before{
    margin: 0 0 -4px -0;
}
.ds1Tooltip--right:hover:after{
    margin: 0 0 -13px 12px;
}
/* left */
.ds1Tooltip--left:before{
    right: 100%;
    bottom: 50%;
    margin: 0 -8px -4px 0;
    border-left-color: rgba(0,0,0,0.8);
}
.ds1Tooltip--left:after{
    right: 100%;
    bottom: 50%;
    margin: 0 4px -13px 0;
}
.ds1Tooltip--left:hover:before{
    margin: 0 0 -4px 0;
}
.ds1Tooltip--left:hover:after{
    margin: 0 12px -13px 0;
}

/*
	##### PIE
*/
.barra_pie{
	width: 100%;
	height: 34px;
	background-image: url("/_IMG/barra_pie.png");
    background-repeat: repeat-x;
    background-position:bottom;
    background-color: #FFF;
	margin-bottom: -12px !important;
}

.pie{
	color: #FFF;
}
.pie .menu_list span{
	margin: 0px 10px 0px 10px;
}
.pie .menu_list a:link{
	font-size: 13px;
    color: #FFF;
    text-decoration: none;
}
.pie .menu_list a:visited{
    color: #FFF;
    text-decoration: none;
}
.pie .menu_list a:hover{
    color: #FFF;
    text-decoration: underline;
}
.pie .sucursales{
 
}
.pie .sucursales .b1{
	float: left;
    width:70%;
}
.pie .sucursales .b2{
	float: left;
	border-left: 1px solid #fff;
	padding-left: 10px;
}
.pie .sucursales .sucursal{
    float: left;
	width: 180px;
    color: #e8a900;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0px 5px 30px 0px;
    font-weight: bold;
}
.pie .sucursales .sucursal div img{
    height: 10px;
}
.pie .sucursales .sucursal div:first-child{
    text-transform: uppercase;
	color: white;
    font-weight: bolder;
}
.pie .sucursales .sucursal a:link{
    color: #ffffff;
    text-decoration: none;
    font-size: 12px !important;
    line-height: 16px;
    font-weight: normal;
}
.pie .sucursales .sucursal a:visited{
    color: #ffffff;
    text-decoration: none;
    font-size: 12px !important;
}

.pie .inferior{
	float: left;
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
}
.pie .inferior a:link{
    color: #ffffff;
	font-weight: normal;
}
.pie .inferior a:visited{
    color: #ffffff;
}

.pie .rrss{
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-top: 30px;
}
.pie .rrss a{
	width: 22px;
	text-decoration: none;
	display: inline-block;
	margin: 0px 5px;
}
.pie .rrss a img{
	width: 100%;
	height: 100%;
}

.pie .info_cliente{
	width: 100%;
	text-align: center;
	margin-top: 25px;
}
.pie .info_cliente h4{
	font-size: 15px;
}
.pie .info_cliente .horario{
	font-size: 12px;
	width: 100%;
    margin: 20px 0px 25px 0px;
    color: #ffffff;
}

.pie .catalogo{
    margin: 15px 0px 20px 0px;
    cursor: pointer;
    width: 100%;
}
.pie .catalogo span{
	float: left;
	width: 50%;
	font-weight: bold;
	color: white;
	cursor: default;
	font-size: 12px;
	line-height: 11px;
	text-align: center;
}
.pie .catalogo .btn-descargar{
	float:left;
	color: white;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid white;
	border-radius: 5px;
	margin-top: -2px;
    padding: 7px 25px;
    font-size: 10px;	
}

.pie .boletin{
	float: left;
    color: #ffffff;
    font-size: 11px;
    width: 100%;
	text-align: center;
	margin-top: 20px;
}
.pie .boletin span{
    float: left;
	text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    padding: 5px;
    background: '';
    width: 100%;
    margin: 5px 0px 0px 0px;
	/*width: calc(100% - 10px) !important;*/
}
.pie .boletin span img{
    float: right;
    width: 20px;
    cursor: pointer;
}
.pie .boletin span input{
    float : left;
    margin : 0px 0px 0px 5px;
    height : 100%;
    width : 80%;
    font-family: 'Montserrat', sans-serif;
	font-size: 12px;
    background: transparent !important;
    color: #ffffff;
	outline: 0px !important;
    border: none!important;
}
.pie .boletin span input::placeholder{
	color: #ffffff;
}
.pie .boletin span input:-ms-input-placeholder{
	color: #ffffff;
}
.pie .boletin span input::-webkit-input-placeholder{
	color: #ffffff;
}
.pie .boletin span input::-moz-placeholder{
	color: #ffffff;
}

.pie .imagen-webpay{
	width: 70%;
	margin: auto;
	margin-top: 10px;
	display: block;
}

.border-bottom-desktop-top{
	border-bottom:2px solid #ff9e98;
}

@media (min-width: 992px) and (max-width: 1199.98px){
	
	
	.top .busqueda{
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		padding: 5px;
		background: #FFFFFF;
		height: 40px;
		/*width: 70%;*/
		border: 1px solid #ececec;
		box-shadow: 0px 3px 4px 1px #ececec;
	}
	.top .busqueda input{
		margin : 0px 0px 0px 10px;
		height : 100%;
		width : 80%;
		outline: 0px !important;
		border: none !important;
		font-family: 'Montserrat', sans-serif;
	}
	.top .busqueda .img_busqueda{
		float: right; 
		position: relative;
		cursor: pointer;
		height: 28px !important;
	}
	
	.top .ident{		
		width: max-content;
		height: 40px;
		margin-right: 0px !important;
		padding: 0px 3px;
	}
	.top .ident a{
		font-size: 9px;
		margin-left: 5px;
	}
	.top .ident a img{
		width: 25px;
	}
	.top .ident .separador{ 		
		margin: 0px 3px 0px 3px;
	}
	.top .ident div .icono_carro_compra{		
		width: 35px;		
		opacity: 0.9;	
	}
	.top .ident #NumCarro{		
		width: 18px;
		height: 18px;
		border-radius: 15px;
		position: relative;
		line-height: 20px;
		text-align: center;
		color: white;
		background-color: #F9423A;
		margin: 6px 0px 0px -2px;
	}
	
	.BarInfo .categorias img{
		width: 33px;
		vertical-align: top;
		margin-top: -3px;
		cursor: pointer;
	}
	.BarInfo .categorias div{
		float: left;	
		margin: 0 5px 0 7px;
	}
	.BarInfo .categorias span{
		float: left;
		font-size: 20px;
		margin: 0 5px 0 5px;
	}
	.BarInfo .categorias .cat_img{
		width: 27px;
		opacity: 0.7;
		margin: 0 6px 0 6px;
	}
	.BarInfo .menu_list{
		padding-top:0px !important;
	}
	.BarInfo .menu_list div{
		margin: 0 4px 0px 4px;
	}
	.BarInfo .menu_list span{
		font-size: 14px;
		margin: 0 4px 0px 4px;
	}
	.BarInfo .menu_list img{
		width: 30px;
    	height: 40px;
	}
}

@media (max-width: 991.98px){

	.SeparadorTop{
		height: 100px;
	}
	.top .busqueda{
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		padding: 5px;
		background: #FFFFFF;
		height: 40px;
		/*width: 50%;*/
		border: 1px solid #ececec;
		box-shadow: 0px 3px 4px 1px #ececec;
	}
	.top .busqueda input{
		margin : 0px 0px 0px 10px;
		height : 100%;
		width : 80%;
		outline: 0px !important;
		border: none !important;
		font-family: 'Montserrat', sans-serif;
	}
	.top .busqueda .img_busqueda{
		float: right; 
		position: relative;
		cursor: pointer;
		height: 28px !important;
	}

	.top .ident{		
		width: max-content;
		height: 40px;
		margin-right: 0px !important;
		padding: 0px 3px;
	}
	.top .ident a{
		font-size: 9px;
		margin-left: 5px;
	}
	.top .ident a img{
		width: 25px;
	}
	.top .ident .separador{ 		
		margin: 0px 3px 0px 3px;
	}
	.top .ident div .icono_carro_compra{		
		width: 35px;		
		opacity: 0.9;	
	}
	.top .ident #NumCarro{		
		width: 18px;
		height: 18px;
		border-radius: 15px;
		position: relative;
		line-height: 20px;
		text-align: center;
		color: white;
		background-color: #F9423A;
		margin: 6px 0px 0px -2px;
	}
	/*COMENTADO POR ISAAC POR ERROR EN HEADER*/
	/*.top .ident #NumCarro:before{
		content: "";
		width: 0;
		position: absolute;
		border-style: solid;
		border-width: 4px 8px 3px 0;
		border-color: transparent #F9423A;
		top: 8px;
		left: -5px;
	}*/
	
	.BarInfo .categorias img{
		width: 28px;
		margin-top: -2px;
	}
	.BarInfo .categorias div{
		display: none;
	}
	.BarInfo .categorias span{
		display: none;
	}
	.BarInfo .categorias .cat_img{
		width: 28px;
		opacity: 0.7;
		margin: 0 5px 0 5px;
	}	
	.BarInfo .menu_list img{		
		width: 35px;		
	}	
	.BarInfo .menu_list span{
		font-size: 14px;
		margin: 0 3px 0px 3px;
	}	
	.BarInfo .menu_list div{	
		font-size: 10px;
		margin: 0 3px 0px 3px;
	}
	
	.pie .sucursales .b1{
		width:100%;
	}
	.pie .sucursales .b2{
		float: left;
		border-left: none;
		padding-left: 0px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px){
	
	.SeparadorTop{
		height: 225px;
	}
	.SeparadorTop.separador-home{
		height: 346px;
	}
	.top{
		display:none;
	}
	.top .ident{
		width: max-content;
		border: none;
    	box-shadow: none;
	}
	.BarInfo{
		display:none;
	}
	.pie .bloque1{
		display: none;
	}
	.pie .bloque2{
		width: 100% !important;
		text-align: center;
		align-content: center;
		justify-content: center;
	    flex: 0 0 100% !important;
		max-width: 100%;
	}
	.pie .inferior{
		width: 100%;
		text-align: center;
		align-content: center;
		margin-top: 15px;
	}
	.border-bottom-desktop-top{
		border-bottom: none;
	}
}

@media (max-width: 575.98px){
	
	.SeparadorTop{
		height: 161px;
	}
	.SeparadorTop.separador-home{
		height: 344px;
	}
	.top{
		display:none;
	}
	.top .ident{
		width: max-content;
		border: none;
    	box-shadow: none;
	}
	.BarInfo{
		display:none;
	}
	.pie .bloque1{
		display: none;
	}
	.pie .bloque2{
		width: 100%;
		text-align: center;
		align-content: center;
	}
	.pie .inferior{
		width: 100%;
		text-align: center;
		align-content: center;
		margin-top: 15px;
	}
	.border-bottom-desktop-top{
		border-bottom: none;
	}
}
.p-col{
	padding: 15px !important;
}
.px-col{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.py-col{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.pl-col{
	padding-left: 15px !important;
}
.pr-col{
	padding-right: 15px !important;
}
.pt-col{
	padding-top: 15px !important;
}
.pb-col{
	padding-bottom: 15px !important;
}
.text-color-feram{
	color: #F9423A !important;
}
.text-color-gray{
	color: #696158 !important;
}
.text-gotham{
	font-family: 'Gotham';
}
.fit-image{
	object-fit: cover;
	object-position: center;
}
.breadcrumb-item+.breadcrumb-item::before{
	content: "/";
}
.btn-top-login{
	border-radius: 25px;
    width: 80px;
    height: 25px;
    background-color: #339933;
    color: white !important;
    text-decoration: none !important;
    display: flex;
    justify-content: start;
    align-items: center;
	margin: auto;
}
.btn-top-login > span{
	border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: white;
    position: relative;
    margin-right: 8px;
}
.btn-top-logout{
	border-radius: 25px;
    width: 80px;
    height: 25px;
    background-color: #F9423A;
    color: white !important;
    text-decoration: none !important;
    display: flex;
    justify-content: end;
    align-items: center;
	margin: auto;
}
.btn-top-logout > span{
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: white;
    position: relative;
	margin-left: 10px;
}
.busqueda-movil{
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 0px 5px;
    background: #FFFFFF;
    height: 30px;
    width: 80%;
	max-width: 300px;
	margin: 10px auto;
    /*border: 1px solid #ececec;*/
	position: relative;
}
.busqueda-movil span{
	margin: 0px 0px 0px 10px;
    height: 100%;
    width: 85%;
    outline: 0px !important;
    border: none !important;
    font-family: 'Montserrat', sans-serif;
	background: none;
	padding: 5px 0px;
    display: block;
	cursor: pointer;
}
.busqueda-movil .img_busqueda{
	position: absolute;
    top: -1px;
    width: 31px;
    right: -1px;
}
.btn-nuestra-compania{
    width: 165px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    padding: 5px 9px;
    background: white;
    color: #F9423A;
	text-decoration: none !important;
	margin-bottom: 0;
	cursor: pointer;
}
.btn-nuestra-compania:hover{
	color: #E51107;
}
#input-chk-btn-nuestra-compania{
	display: none;
}
#input-chk-btn-nuestra-compania + .btn-nuestra-compania i:before{
	content: "\f0d7";
}
.contenedor-nuestra-compania{
	background: white;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	transition: all 0.15s ease-in-out;
	box-shadow: none;
}
#input-chk-btn-nuestra-compania:checked ~ .contenedor-nuestra-compania{
	height: 65px;
	box-shadow: 0 4px 10px -2px #444444;
}
#input-chk-btn-nuestra-compania:checked + .btn-nuestra-compania i:before{
	content: "\f0d8";
}
.contenedor-nuestra-compania .links-nuestra-compania a{
	color: #696158;
    text-decoration: none !important;
	padding: 0px 2px;
    margin: 5px 0px;
    display: inline-block;
    font-size: 11px;
}

/* Estilos sidebar móvil */

.btn-sidebar-movil{
	display: inline-flex;
	height: 100%;
	align-items: center;
}
.sidebar-movil{
	z-index: 1001;
    position: fixed;
    width: 0%;
    height: 100%;
	transition: width 0.2s ease-in-out;
	top: 0;
	/*background: rgba(0, 0, 0, .5);*/
	overflow: hidden;
}
.sidebar-movil.open{
	width: 100%;
}
.header-sidebar{
	/*padding: 20.8px 0 20px;*/
	padding: 12.5px 0 20px;
}
.contenedor-sidebar-movil{
	width: 300px;
	height: 100%;
	box-shadow: 0px 0px 10px 3px #444444;
}
.body-sidebar{
	color: white;
	max-height: calc(100% - 70.8px); /* SE AGREGA PARA CALCULAR EL TOTAL RESTANTE DEL CUERPO DEL SIDEBAR */
	/*max-height: calc(100% - 70.8px);*/
    overflow: auto;
}
.body-sidebar .categorias-sidebar > li{
	border-bottom: 1px solid rgb(255 255 255 / 50%);
}
.body-sidebar .categorias-sidebar a{
	color: white;
	text-decoration: none;
	width: 100%;
	height: 100%;
    /*line-height: 45px;*/
	margin: 0;
	display: inline-flex;
	padding: 15px 0px;
	/*transition: all 0.2s ease-in-out;*/
	transition: all 0s ease-in-out;
}
.body-sidebar .categorias-sidebar .fila-categoria-sidebar.open a {
    color: #F9423A;
}
.body-sidebar .categorias-sidebar .fila-categoria-sidebar{
	width: 100%;
    height: 100%;
    line-height: 45px;
    margin: 0;
}
.body-sidebar .categorias-sidebar .fila-categoria-sidebar i.fas:before{
	content: "\f107";
}
.body-sidebar .categorias-sidebar .fila-categoria-sidebar.open i.fas:before{
	content: "\f106";
}
.body-sidebar .categorias-sidebar .fila-categoria-sidebar.open{
	background: white;
	color: #F9423A;
}
.body-sidebar .categorias-sidebar .fila-categoria-sidebar .caja-imagen-categoria{
	/*transition: all 0.2s ease-in-out;*/
	transition: all 0s ease-in-out;
}
.body-sidebar .categorias-sidebar .fila-categoria-sidebar.open .caja-imagen-categoria{
	background-color: #696158;
	color: #F9423A;
}
.body-sidebar .categorias-sidebar .categorias-nivel-2-sidebar{
	padding-left: 50px;
	height: 0;
    overflow: hidden;
	transition: all 0.2s ease-in-out;
}
.body-sidebar .categorias-sidebar .categorias-nivel-2-sidebar li{
	list-style: none;
	display: inline-block;
	width: 100%;
}
.body-sidebar .categorias-sidebar .categorias-nivel-2-sidebar a{
    display: flex;
    width: 100%;
    min-height: 40px;
    padding: 0px 15px;
	margin: 5px 0;
    align-items: center;
    line-height: 1.5em;
	transition: all 0.1s ease-in-out;
}
.body-sidebar .categorias-sidebar .categorias-nivel-2-sidebar a:hover{
	font-weight: bold;
}
.body-sidebar .categorias-sidebar .dropdown-categorias-nivel-2{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: inherit;
}

/* Estilos buscador móvil */
.buscador-productos-movil{
	z-index: 1001;
    position: fixed;
	background: white;
    width: 100%;
    height: 0;
	top: 0;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.buscador-productos-movil.open{
	height: 100%;
}
.buscador-productos-movil .btn-limpiar-busqueda-movil{
	position: absolute;
	top: 2px;
	right: 5px;
}
.buscador-productos-movil .btn-limpiar-busqueda-movil img{
    transform: rotate(45deg);
}
.contenedor-buscador-productos-movil{
	height: 100%;
}
.buscador-productos-movil .body-buscador-productos{
	height: calc(100% - 66px);  /* SE AGREGA PARA CALCULAR EL TOTAL RESTANTE DEL CUERPO DEL BUSCADOR DE PRODUCTOS */
}
.buscador-productos-movil .body-buscador-productos .fila-producto-sugerido{
	padding-top: .5rem;
	padding-bottom: .5rem;
	/*border-bottom: 1px solid #dee2e6;*/
	text-decoration: none !important;
	color: #696158;
}
.buscador-productos-movil .btn-agregar-carro-buscador{
	background: #F9423A;
    color: white;
    cursor: pointer;
}
.buscador-productos-movil .terminos-mas-buscados a{
	text-decoration: none !important;
}

.btn-top-movil{
	width: 99%;
    display: block;
    color: inherit !important;
    text-decoration: none !important;
    padding: 10px 5px !important;
	min-width: 120px;
    font-size: 15px;
    /*border-bottom: 1px solid #cecece;*/
    font-family: 'Montserrat', sans-serif;
}
.btn-top-movil:last-child{
	border-bottom: none;
}

.btn-top-movil:hover{
    background-color: #e9e9e9;
    border-radius: 5px;
}

@media (max-width: 767px){
	.filters-sidebar{
		position: fixed;
		top: 0;
		left: -30px;
		z-index: 1001;
		width: 0%;
		height: 100%;
		overflow: hidden;
		transition: all 0.2s ease-in-out
	}
	.filters-sidebar.open{
		width: 100%;
		left: 0px;
	}
	.filters-sidebar .filters{
		width: 300px;
		height: 100%;
		background: white;
		box-shadow: 0px 0px 10px 3px #444444;
	}
	.filters-sidebar .filters .filter-body{
		padding-top: 15px;
		height: calc(100% - 85px);
		overflow: auto;
	}
}

.btn-menu-movil-filtros, .btn-menu-movil-ordenar{
	display: block;
	width: 100%;
	height: 50px;
	background: #696158;
	border-radius: 0;
	color: white;
	transition: all 0.2s ease-in-out;
	font-size: 13px;
	margin-bottom: 15px;
}
.btn-menu-movil-filtros:hover, .btn-menu-movil-ordenar:hover{
	color: white;
	background: #403b36;
}
.btn-menu-movil-ordenar{
	border-right: 2px solid white;
}
.btn-menu-movil-filtros{
	border-left: 2px solid white;
}
.select-ordenar-invisible{
	background: none;
    border: none;
    color: white;
	appearance: none;
	text-align: center;
	height: 100%;
}
.select-ordenar-invisible:-ms-expand {
    display: none;
}
.select-ordenar-invisible option{
	color: #696158;
}
.bg-feram-secondary{
	background-color: #696158;
}
.banner-principal-pagina{
	width: 100%;
    display: block;
    position: relative;
    height: auto;
}
.banner-principal-pagina img{
	min-height: 200px;
	object-fit: cover;
}
.banner-principal-pagina .banner-titulo{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000036;
	color: #FFF !important;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-container{
	width: 100%;
	background-color: #696158;
}
.footer-text-final{
    margin: auto;
    width: 100%;
    background-color: #696158;
    color: #FFF;
    padding: 1rem 0rem;
    display: grid;
	gap: 20px;
	grid-template-columns: repeat(1, 1fr);
    max-width: 1380px;
}
.footer-nuevo{
	max-width: 1380px;
	margin: auto;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(5, 1fr);
	color: #FFF;
	padding: 4rem 1rem;
}
.footer-nuevo h2{
	color: #FFF;
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 2rem;
}
.footer-nuevo .footer-logo-img{
	max-width: 200px;
	margin: auto;
	display: block;
}
.footer-nuevo .rrss-links{
	display: grid;
	grid-template-columns: repeat(4, 0.25fr);
	/*gap: 10px;*/
	justify-items: center;
	margin-top: 2rem;
}
.footer-nuevo .rrss-links a{
	display: inline-flex;
	width: 45px;
	height: 45px;
	justify-content: center;
	align-items: center;
	background: #F9423A;
	border-radius: 50%;
	color: #FFF;
	text-decoration: none;
	font-size: 1.5rem;
}
.footer-nuevo .footer-texto{
	font-size: 1.2rem;
	line-height: 2rem;
}
.footer-nuevo .footer-texto a{
	color: #FFF;
	text-decoration: none;
}

.footer-nuevo .footer-texto a:hover{
	text-decoration: underline;
}

.footer-nuevo .btn-catalogo-productos{
	color: #fff!important;
    background: #f9423a;
    font-size: 14px;
    font-weight: 700;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 30px;
    text-transform: uppercase;
}
@media screen and (max-width: 830px){
	.footer-nuevo{
		grid-template-columns: none;		
		padding: 2rem 1rem;
	}
	.footer-nuevo .footer-logo .rrss-links{
		grid-template-columns: repeat(4, 0.5fr);
		text-align: center;
		padding: 0.5rem 4rem;
	}
	.footer-nuevo .footer-atencion{
		margin-bottom: 1rem;
		margin-top: 1rem;
	}
	.footer-nuevo .footer-ayuda .footer-texto{
		line-height: 1.2rem;	
	}
	.footer-nuevo .footer-catalogo{
		margin-top: 1.5rem;
		margin-bottom: 1rem;
	}
	.footer-nuevo .footer-metodos-pago img{
		width: 70% !important;
	}
	.footer-nuevo .footer-metodos-pago h2{
		margin-bottom: 0.5rem;
		margin-top: 2rem;
	}	
	/*.footer-nuevo{
		grid-template-columns: none;
		grid-template-areas: 
			"footer-logo footer-logo"
			"footer-atencion footer-ayuda"
			"footer-catalogo footer-metodos-pago"
		;
	}
	.footer-nuevo .footer-logo{
		grid-area: footer-logo;
	}
	.footer-nuevo .footer-atencion{
		grid-area: footer-atencion;
	}
	.footer-nuevo .footer-ayuda{
		grid-area: footer-ayuda;
	}
	.footer-nuevo .footer-catalogo{
		grid-area: footer-catalogo;
	}
	.footer-nuevo .footer-metodos-pago{
		grid-area: footer-metodos-pago;
	}*/
}

.bg-feram-primary{
	background-color: #F9423A !important;
}
.bg-feram-secondary{
	background-color: #696158 !important;
}
.text-feram-primary{
	color: var(--rojo-feram) !important;
}
.text-feram-secondary{
	color: var(--marron-feram) !important;
}
.text-gray{
	color: #c0c0c0;
}
.btn-feram-primary{
	background: var(--rojo-feram);
	color: #FFF;
	font-family: Gotham, sans-serif;
	/*font-size: 12px;*/
}
.btn-feram-primary:hover{
	background: #D61810;
	color: #FFF;
}
.btn-feram-secondary{
	background: var(--marron-feram);
	color: #FFF;
	font-family: Gotham, sans-serif;
	/*font-size: 12px;*/
}
.btn-feram-secondary:hover{
	background: #443f39;
	color: #FFF;
}

.btn-outline-feram-primary{
	color: #F9423A !important;
    border-color: #F9423A !important;
}
.btn-outline-feram-primary:hover{
	color: white !important;
	background-color: #F9423A !important;
    border-color: #F9423A !important;
}
.btn-outline-feram-primary.active{
	color: white !important;
	background-color: #F9423A !important;
    border-color: #F9423A !important;
}
.btn-outline-feram-secondary{
	color: #696158 !important;
    border-color: #ced4da !important;
}
.btn-outline-feram-secondary:hover{
	color: white !important;
	background-color: #696158 !important;
    border-color: #696158 !important;
}

.border-radius-5{
	border-radius: 5px !important;
}
.border-radius-10{
	border-radius: 10px !important;
}
.border-radius-15{
	border-radius: 15px !important;
}
.border-radius-20{
	border-radius: 20px !important;
}
.filters-sidebar .menu_lista{
	max-height: 300px;
	overflow-y: scroll;
}
.filters-sidebar .menu_lista::-webkit-scrollbar{
	-webkit-appearance: none;
	background: #D4D4D4;
	width: 7px;
}
.filters-sidebar .menu_lista::-webkit-scrollbar-thumb{
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .5);
	box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/* MENSAJES ESD */
.popup_mensaje{ 
    z-index: 2000; 
    width: 100%;
    position: fixed !important; 
    top: -100px; 
    opacity: 0;  
    border-radius: 0px !important; 
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.popup_mensaje .icono{
    font-size: 5rem;
}
.popup_mensaje .mensaje{
    font-size: 13px !important;
} 

.popup_mensaje .close{
    color: #fff !important;
    font-size: 3rem;;
}

.popup_mensaje.ok{
    background-color: #339933;
    color: #fff !important;
}
.btn_subir{
	display: none;
	opacity: 0.7;
	padding:25px;
	background: #696158;
	background-image: url("/_IMG/flecha_arriba_blanca.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px 25px;
	font-size:20px;
	font-weight: bold;
	color:#ffffff;
	cursor:pointer;
	position: fixed;
	width: 18px;
	height: 18px;
	bottom:90px;
	right:1.45em;
	z-index: 1000;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.btn_subir:active{	
	opacity: 0.5;
}
.btn_subir:hover{	
	opacity: 1;
}

.modal-xl2{
    width: 75%;
    max-width: none;
    margin: 1.75rem auto;
}
.modal-xl3{
    width: 85%;
    max-width: none;
    margin: 1.75rem auto;
}
.modal-xl4{
	width: 90%;
	max-width: none;
	margin: 1.75rem auto;
	/*margin: 0.6rem auto;*/
} 
