@charset "utf-8";
/* CSS Document */
* {
	vertical-align: baseline;
	list-style:none;
	text-decoration:none;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
a {
	color:inherit;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
@font-face {
	font-family: 'RaphaelIcons';
    src: url('../webfonts/raphaelicons/raphaelicons-webfont.eot');
    src: url('../webfonts/raphaelicons/raphaelicons-webfont.woff') format('woff'),
		url('../webfonts/raphaelicons/raphaelicons-webfont.ttf') format('truetype'),
		url('../webfonts/raphaelicons/raphaelicons-webfont.svg') format('svg');
}
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../webfonts/LigatureSymbols/LigatureSymbols-2.11.eot');
    src: url('../webfonts/LigatureSymbols/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/LigatureSymbols/LigatureSymbols-2.11.woff') format('woff'),
         url('../webfonts/LigatureSymbols/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../webfonts/LigatureSymbols/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../webfonts/LigatureSymbols/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/**/
.lsf {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}
.lsf-icon:before {
  content:attr(title);
  margin-right:5px;
  margin-left:5px;
  font-size:1.3em;
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}




/***** WHATSAPP *****/

.float {
	position:fixed;
	width: 70px;
	height: 70px;
	bottom: 20px;
	right: 40px;
  	z-index: 10000;
}

.float img {
	width: 100%;
}



/**/

@media only screen and (max-width:800px) {
	.float {
		width: 50px;
		height: 50px;
		bottom: 20px;
		right: 10px;
	}
}



/***** CONTROL COLORS *****/
:root {
	--line-001: #C1C1C1;
	--line-002: rgba(160,90,37,.3);
	--line-003: rgba(219,150,0,.3);
	--transparent-001: rgba(0,0,0,.5);
	--transparent-002: rgba(209,117,41,.5);
	--color-001: #D17529;
	--color-002: #DB9600;
	--color-003: #A05A25;
}


/***** IR ARRIBA *****/
.ir-arriba {
	cursor: pointer;
	padding: 15px;
	display: inline-block;
	position: fixed;
	bottom: 20px;
	left: 20px;
	color: #FFF;
	font-size: 20px;
	display: none;
	background: var(--color-001);
	border: 3px solid #FFF;
	z-index: 6000;
}

/**/
@media only screen and (max-width:800px) {
	.ir-arriba {
		display: none !important;
	}
}


/**/
body {
	margin:0;
	font-family: 'Open Sans', sans-serif;
}

/**
@media only screen and (max-width:800px) {
	.btnPc {
		display: none !important;
	}
}

/**
@media only screen and (min-width:801px) {
	.btnMovil {
		display: none !important;
	}
}




/***** HEADER NAV SEARCH *****/

header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,.9);
	z-index: 500;
}
header .headerContent {
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}


header .headerContent figure {
	width: 18%;
	height: auto;
	margin: 0;
	padding: 10px 0;
}
header .headerContent figure img {
	width: 100%;
	margin: 0;
	display: block;
}


/**/
@media only screen and (max-width:800px) {
	header .headerContent {
		width: 100%;
	}
	header .headerContent figure {
		display: none;
	}
}


/**/
#nav {
	width: 50%;
	padding-top: 28px;
}

#nav ul li {
	padding: 10px;
	display: inline-block;
	font-size: .8em;
}

#nav ul li.current-page-item a {
	border-top: 4px solid var(--transparent-002);
}

#nav ul li:first-child {
	padding-left: 0;
}

#nav ul li:last-child {
	padding-right: 0;
}

#nav ul li ul {
	display: none;
	position: absolute;
	background: white;
	padding: 10px 15px;
	margin-top: 7px;
	margin-left: 0;
	box-shadow: 7px 5px 10px var(--transparent-001);
	border-radius: 5px; 
}

#nav ul li ul:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: -8px;
	left: 5%;
	border-style: bold;
	border-width: 0 5px 8px 5px;
	border-color: transparent transparent white transparent;
}

#nav ul li ul li {
	display: block;
	margin: 0;
	padding: 0;
}

#nav ul li ul li a {
	padding: 10px 25px;
	display: block;
	font-size: 1.1em;
	color: var(--color-003);
	border-radius: 2px;
}

#nav ul li ul li a:hover {
	border-top: none;
	color: #2A333B;
	background: #EAEAEA;
}

#nav ul li ul li a:active {
	position: relative;
	top: 1px;
}

#nav ul li a {
	padding-top: 7px;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	color: #000;
	border-top: 0 solid rgba(255,255,255,0);
	
	transition: all 200ms linear;
}

#nav ul li a:hover {
	color: #444;
	border-top: 4px solid var(--transparent-002);
}

/**/
@media only screen and (min-width:801px){
	#nav #menuMov {
		display: none;
	}
}

/***** NAV MOVIL *****/
@media only screen and (max-width:800px) {
	#nav {
    	width: 100%;
		margin: 0 auto;
		padding: 0;
		position: fixed;
		top: 0;
		overflow: visible;
    	z-index: 6000;
	}
	#nav #menuMov {
		width: 100%;
		height: 50px;
		padding: 10px 0;
		position: relative;
		background-color: var(--color-003);
	}
	#nav #menuMov img {
		height: 30px;
		position: absolute;
		right: 20px;
	}
/**/
	#nav #menu {
		width: 100%;
		margin: 0 auto 0 auto;
		position: fixed;
		left: -100%;
		background-color: var(--color-003);
		z-index: 5000;
	}
	#nav #menu ul {
		width: 100% !important;
		padding: 0 !important;
	}
	#nav #menu ul li {
		width: 100% !important;
		height: auto;
		padding: 0 !important;
		display: block;
    	border-bottom: 1px solid #FFF;
	}
	#nav ul li.current-page-item a {
		border-top: 4px solid #FFF;
	}
	#nav #menu ul li a {
		width: 90%;
		margin: 0 auto;
		padding: 10px 5%;
		display: block;
		text-align: left;
		font-size: .9em;
		color: #FFF;
	}
	#nav #menu ul li a:hover {
		background-color:#C2C2C4;
	}
	#nav ul li ul {
		background: var(--color-002);
		box-shadow: none;
		border-radius: 0; 
	}
}




/**/
header .headerContent .search {
	width: 25%;
	margin: 0;
	padding: 0;
	position: relative;
}

/**
@media only screen and (max-width:800px) {
	header .headerContent .search {
		display: none;
	}
}


/**/

:root {
 --line-thickness: 0.15em;
 --glass-size: 65%;
 --icon-height: 2.5rem;
 --transition-speed: 0.35s;
 --timing-function: cubic-bezier(0.66, 1.51, 0.77, 1.13);
 --icon-color: black;
}

header * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.search .search-icon {
    width: var(--icon-height);
    height: var(--icon-height);
    max-width: 20em;
	min-height: 2.7em;
    margin: 0 0 0 0;
    padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
    border: solid var(--line-thickness);
    border-color: rgba(255, 255, 255, 0);
    border-radius: 100px;
    box-sizing: border-box;
    transition: all var(--transition-speed) linear, border-color 0s linear var(--transition-speed);
}

.search .search-icon__wrapper {
    width: var(--icon-height);
    height: var(--icon-height);
    position: absolute;
    border-radius: 100px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    transform: rotate(-45deg);
    transition: all 0 linear;
}
.search .search-icon__wrapper:hover {
    cursor: pointer;
}
.search .search-icon__input {
	width: calc(100% - (var(--icon-height) / 2 + 1rem));
    height: 100%;
    margin-right: 6rem;
    padding: 0 2em;
    display: block;
    text-align: left;
    font-size: .9em;
    color: black;
    background: none;
    outline: none;
    border: none;
    background: rgba(255, 255, 255, 0);
    border-radius: 100px;
    transition: all var(--transition-speed) linear;
}
 
.search .search-icon__input::placeholder {
 color: rgba(0, 0, 0, .75);
}
.search .search-icon__glass {
    width: var(--glass-size);
    height: var(--glass-size);
    border: solid var(--line-thickness);
    border-color: var(--icon-color);
    border-radius: 100px;
    margin: 0 auto;
    position: relative;
    transition: all var(--transition-speed) var(--timing-function) var(--transition-speed), border-color 0s linear var(--transition-speed);
}
.search .search-icon__handle {
    height: calc(100% - var(--glass-size));
    width: var(--line-thickness);
    margin: 0 auto;
    background: var(--icon-color);
    position: absolute;
    border-radius: 0 0 100px 100px;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all var(--transition-speed) var(--timing-function);
    transition-delay: var(--transition-speed);
}
.search .search-icon__handle::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: var(--icon-color);
    transform: rotate(0deg);
    transition: all var(--transition-speed) var(--timing-function);
    transition-delay: 0s;
}
.search .search-icon.open {
    width: calc(100vw - 1em);
    border-color: var(--icon-color);
    transition-delay: var(--transition-speed);
}
.search .search-icon.open .search-icon__input {
    transition-delay: var(--transition-speed);
}
.search .search-icon.open .search-icon__glass {
    width: 100%;
    height: 100%;
    transition: all var(--transition-speed) var(--timing-function) 0s, border-color 0s linear var(--transition-speed);
    border-color: rgba(0, 0, 0, 0);
}
.search .search-icon.open .search-icon__handle {
 bottom: calc(50% - (100% - var(--glass-size)) / 2);
    border-radius: 100px;
    transition-delay: 0s;
}
.search .search-icon.open .search-icon__handle::after {
    transition-delay: var(--transition-speed);
    transform: rotate(90deg);
}






/***** SARCH MOVIL *****/

@media only screen and (min-width:801px) {
	#contSearch {
		display: none;
	}
}


/**/

@media only screen and (max-width:800px) {
	#contSearch {
		width: 100%;
	}
	
	#contSearch .searchMov {
		width: 80%;
		margin: 0 auto;
		padding: 20px 0 0 0;
	}
	#contSearch .searchMov input[type = "text"] {
		width: 70%;
		margin: 0 5% 0 0;
		padding: 12px 0;
		display: inline-block;
		text-align: center;
		font-size: .8em;
		color: #000;
		border: 2px solid #777;
		border-radius: 25px;
	}
	#contSearch .searchMov input[type = "image"] {
		width: 10%;
		vertical-align: middle;
	}
	

	
}






/*****  CONTENEDOR BANNER *****/

#contBanner {
	width: 100%;
	margin: 90px auto 0 auto;
}
#contBanner .Banner {
	width: 100%;
	margin: 0 auto;
}

/**/
@media only screen and (max-width:800px) {
	#contBanner {
		margin: 0 auto;
	}
	#contBanner .Banner {
		width: 100%;
		margin: 50px auto 0 auto;
	}
}



/***** DESTACADOS INDEX *****/

#contProdDest {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 20px 0;
}
#contProdDest .ProdDest {
	width: 80%;
	margin: 0 auto;
}
#contProdDest .ProdDest h5 {
	width:100%;
	margin:0 auto 20px auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight:700;
	color: #FFF;
}
#contProdDest .ProdDest ul {
	width:100%;
	margin:0 auto;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contProdDest .ProdDest ul li {
	width: 19%;
	margin: 0 0 30px 0;
	padding: 0;
	border: 1px solid rgba(255,255,255,.5);
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}

#contProdDest .ProdDest ul li h3 {
	width:100%;
	margin:0;
	padding: 3px 0;
	text-align: center;
	font-size:.8em;
	color:#FFF;
	background-color: #BD8419;
}
#contProdDest .ProdDest ul li img {
	width: 90%;
	margin: 0 auto 20px auto;
	display: block;
	
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}
#contProdDest .ProdDest ul li img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
#contProdDest .ProdDest ul li p {
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align:center;
	font-size:.8em;
	color: var(--color-003);
}
#contProdDest .ProdDest ul li span {
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 15px;
	display: block;
	text-align: center;
	font-size: .8em;
	color: #777;
}
#contProdDest .ProdDest ul li strong {
	width: 90%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	font-size: 1.3em;
	font-weight: 700;
	color: var(--color-001);
}

/**
@media only screen and (min-width:1400px) {
	#contProdDest .ProdDest {
		width: 70%;
	}
}

/**/
@media only screen and (max-width:800px) {
	#contProdDest .ProdDest ul li {
		width: 48%;
		margin: 0 0 30px 0;
		padding: 20px 0 0 0;
	}
}


/***** PROMOCIONES *****/
#catIndex {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #FFF;
}
#catIndex div {
	width: 80%;
	margin: 0 auto;
	padding: 20px 0 80px 0;
	
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}
#catIndex div h5 {
	width: 100%;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 700;
	color: var(--color-001);
}
#catIndex div figure {
	width: 18%;	
}
#catIndex div figure img {
	width: 100%;
}


/**
@media only screen and (min-width:1400px) {
	#catIndex .promo ul {
		width: 70%;
		padding: 0 15%;
	}
}

/**/
@media only screen and (max-width:800px) {
	#catIndex div figure {
		width: 85%;
		margin: 0 auto 20px auto;
	}
}






/***** INFO TIENDAS INDEX *****/

.contInfoTienda {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 50px 0;
		
	background-image: url(../img/bg-70.png), url("../images/site/bg-info.jpg");
	background-repeat: repeat, no-repeat;
	background-position: center, center;
	background-size: contain, cover;
	background-attachment: fixed;
}

.contInfoTienda .infoTienda {
	width: 80%;
	margin: 0 auto;
	
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}

.contInfoTienda .infoTienda div {
	width: 45%;
	margin: 0;
	padding: 0;
}

.contInfoTienda .infoTienda div h6 {
	width: 100%;
	margin: 0 0 20px 0;
	padding-bottom: 7px;
	text-transform: uppercase;
	text-shadow: 3px 3px 3px rgba(0,0,0,.5);
	font-size: 1.3em;
	color: #FFF;
	border-bottom: 2px solid #999;
}

.contInfoTienda .infoTienda  div p {
	width: 100%;
	margin: 0 0 15px 0;
	font-size: 1em;
	color: #FFF;
}

.contInfoTienda .infoTienda div i {
	font-size: .6em;
	color: #FFF;
}



/**/

@media only screen and (max-width:800px) {
	.contInfoTienda .infoTienda  {
		width: 80%;
		margin: 0 auto;
		padding: 50px 10% 30px 10%;
		display: block;
	}
	.contInfoTienda .infoTienda  div {
		width: 100%;
		margin: 0 0 40px 0;
		padding: 0;
	}
}







/***** INFO TIENDAS INDEX *****

#infoTienda {
	width: 100%;
	margin: 0 auto;
	
	background-image: url("../img/bg-info.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#infoTienda div {
	width: 80%;
	padding: 40px 10%;
	text-align: center;
	background-color: rgba(0,0,0,.2);
}
#infoTienda div p {
	width: 80%;
	margin: 0 auto 20px auto;
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
	color: var(--color-003);
}
#infoTienda div a {
	width: 36%;
	padding: 16px 0;
	text-align: center;
    font-size: .9em;
	font-weight: 700;
    color: #FFF;
	background-color: var(--color-001);
}


/**/
@media only screen and (max-width:800px) {
	#infoTienda div p {
		width: 100%;
		font-size: 1.1em;
	}
	#infoTienda div a {
		width: 100%;
		font-size: .8em;
	}
}


/***** SUSCRIBE *****
#contSuscribe {
	width: 100%;
	margin: 0 auto;
	background-image: url("../img/bg-001.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#contSuscribe div {
	width: 70%;
	margin: 0 auto;
	padding: 50px;
}
#contSuscribe p {
	width: 100%;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 700;
	color: rgba(0,0,0,.5);
}
#contSuscribe form {
	width: 100%;
	margin: 0 auto;
}
#contSuscribe form legend {
	width: 100%;
	margin: 0 auto;
	font-size: .8em;
	color: rgba(0,0,0,.5);
}
#contSuscribe form input[type="email"] {
	width: 36%;
	margin: 10px 0;
	padding: 12px 2%;
	display: block;
	font-size: .8em;
	border: 2px solid rgba(0,0,0,.3);
	border-radius: 20px;
}
#contSuscribe form button {
    width: 40%;
	margin: 0;
	padding: 15px 0;
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: .9em;
	font-weight: 700;
	color: #FFF;
	background-color: var(--color-001);
}

/**/
@media only screen and (max-width:800px){
	#contSuscribe div {
		width: 90%;
		margin: 0 auto;
		padding: 20px;
	}
	#contSuscribe form input[type="email"] {
		width: 76%;
	}
	#contSuscribe form button {
		width: 80%;
	}
}



/***** CONTENEDOR DETALLE *****/

#contDetalle {
	width: 100%;
	margin: 0 auto;
	padding: 140px 0 40px 0;
}
#contDetalle #detalles {
	width: 80%;
	margin: 0 auto;
	padding: 0;
	
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}

#contDetalle #detalles .catStatusCero {
	width: 70%;
	margin: 60px auto 200px auto;
	padding: 0;
}
#contDetalle #detalles .catStatusCero h6 {
	width: 70%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	font-size: .8em;
	color: #FFF;
	background-color: var(--color-001);
	
}




/**/
#contDetalle #detalles #detalle1 {
	width: 45%;
	margin: 0;
	padding: 0;
}

/*** 1 FOTO POR PRODUCTO ***/

#contDetalle #detalles #detalle1 figure {
	width: 100%;
	padding: 30px 0;
	border: 1px solid var(--line-001);
}
#contDetalle #detalles #detalle1 figure img {
	width: 60%;
	margin: 0 auto;
	display: block;
}


/*** GALERIA SLIDER POR PRODUCTO ***

#big {
	width: 100%;
	margin-bottom: 7px;
	border: 1px solid var(--line-001);
}
#big .item {
	width: 60%;
	margin: 0 auto;
	display: block;
    text-align: center;
}
#big.owl-theme {
    position: relative;
}
#big.owl-theme .owl-next, #big.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 40px;
    color: #FFF;
	background-color: var(--color-001);
}
#big.owl-theme .owl-prev {
    left: 10px;
}
#big.owl-theme .owl-next {
    right: 10px;
}



#thumbs .item {
    height: auto;
    margin: 2px;
    padding: 0px;
    cursor: pointer;
    text-align: center;
	border: 1px solid var(--transparent-002);
}
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
    background: var(--color-001);
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}



/**
@media only screen and (min-width:1400px) {
	#contDetalle #detalles {
		width: 70%;
		padding: 10px 15%;
	}
}

/**/
@media only screen and (max-width:800px) {
	#contDetalle {
		margin: 0;
		padding: 60px 0 0 0;
	}
	#contDetalle #detalles {
		width: 90%;
		margin: 0 auto;
		padding: 0 5%;
	}
	#contDetalle #detalles #detalle1 {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
		border: 0;
	}
}



/**/
#contDetalle #detalles #detalle2 {
	width: 50%;
	padding: 0;
}

/**/
#contDetalle #detalles #detalle2 a {
	width: auto;
	margin: 0;
	display: inline-block;
	text-transform: uppercase;
	font-size: .7em;
	color: #999;
}
#contDetalle #detalles #detalle2 a:hover {
	color: #333;
}
#contDetalle #detalles #detalle2 .recorrido {
	margin: 0 0 20px 0;
	padding: 0 !important;
	display: inline-block;
	text-transform: uppercase;
	font-size: .7em;
	color: #999;
	border: none;
}

/**/
#contDetalle #detalles #detalle2 h4 {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 7px;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: 700;
	color: #777;
	border-bottom: 1px solid var(--line-001);
}
#contDetalle #detalles #detalle2 h5 {
	width: 96%;
	margin: 10px 0 5px 0;
	padding: 0;
	display: block;
	font-size: 1.9em;
	font-weight: 700;
	color: var(--color-001);
}
#contDetalle #detalles #detalle2 .price {
	width: 100%;
	margin: 0 0 5px 0;
	font-size: .8em;
	color: #999;
}
#contDetalle #detalles #detalle2 .price span {
	margin-left: 5px;
	text-decoration: line-through;
	font-size: 1.1em;
}

#contDetalle #detalles #detalle2 .descripcion {
	margin: 20px 0;
	padding-bottom: 20px;
	text-align: justify;
	font-size: .8em;
	line-height: 1.6em;
	color: #888;
	border-bottom: 1px solid var(--line-001);
}
#contDetalle #detalles #detalle2 .descripcion strong {
	margin-right: 10px;
	color: #777;
}



/**/

#contDetalle #detalles #detalle2 .noStock {
	width: 100%;
	margin: 10px auto;
	padding: 7px;
	text-align: center;
	font-size: .8em;
	color: #FFF;
	background-color: var(--color-001);
}


/**/

#contDetalle #detalles #detalle2 .contForm {
	width: 100%;
	margin: 10px 0;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
}


#contDetalle #detalles #detalle2 .contForm .add_product {
	width: 68%;
	padding: 16.5px 0;
	text-align: center;
    font-size: .9em;
	font-weight: 700;
    color: #FFF;
	background-color: var(--color-001);
}




/**/

@media only screen and (max-width:500px){
	#contDetalle #detalles #detalle2 .contForm .add_product {
		width: 58%;
	}
}


/**/
#contDetalle #detalles #detalle2 .colores {
	width: 100%;
	margin: 30px auto 40px auto;
	
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#contDetalle #detalles #detalle2 .colores li:first-child {
	width: 100%;
	margin-bottom: 20px;
	font-size: .8em;
	color: var(--color-003);
}
#contDetalle #detalles #detalle2 .colores li {
	width: 10%;
	margin-right: 5px;
}
#contDetalle #detalles #detalle2 .colores li img {
	width: 100%;
}




/**/
@media only screen and (max-width:800px) {
	#contDetalle #detalles #detalle2 {
		width: 100%;
		margin: 0;
		padding-top: 10px;
		display: block;
		border-top: 0;
	}
	#contDetalle #detalles #detalle2 #modalPopup button {
		width: 220px;
		margin: 20px auto 0 auto;
		display: block;
	}
	#contDetalle #detalles #detalle2 img {
		width: 60%;
		margin: 0 auto;
		display: block;
	}
}


/*****/
#contDetalle #detalles #detalle3 {
	width: 100%;
	margin: 0;
	padding: 50px 0 0 0;
}
#contDetalle #detalles #detalle3 ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
}
#contDetalle #detalles #detalle3 ul li {
	width: 18%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	text-align: center;
	border-bottom: 2px solid var(--line-002);
}
#contDetalle #detalles #detalle3 ul li img {
	width: 40%;
	margin: 0 auto 10px auto;
	display: block;
}
#contDetalle #detalles #detalle3 ul li p {
	width: 100%;
	margin: 0 auto;
	font-size: .7em;
	font-weight: 700;
	color: var(--color-003);
}
#contDetalle #detalles #detalle3 ul li span {
	width: 100%;
	margin: 0 auto;
	font-size: .7em;
	color: #777;
}


/**/
@media only screen and (max-width:800px) {
	#contDetalle #detalles #detalle3 {
		display: none;
	}
}








/*****/
.error {
	width:50%;
	margin:0 auto;
	padding:20px;
	font-size:.95em;
	background-color:#F1F1F1;
	border:1px solid #555;
	box-shadow:3px 3px 3px rgba(0,0,0,.3);
}
.error p {
	width:100%;
	margin:0 auto;
	text-align:center;
	color:#333;
}
.error strong  {
	color:#A11217;
}
.error a  {
	width:100%;
	margin:0 auto;
	display:block;
	text-align:center;
	font-size:.85em;
	color:#A11217;
	transition:all 500ms ease-in-out;
	-webkit-transition:all 500ms ease-in-out;
}
.error a:hover  {
	color:#333;
}



/***** CONTENEDOR COMUN *****/

#contComun {
	width:100%;
	margin: 0 auto;
	padding: 80px 0;
	
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}

/**/
@media only screen and (max-width:800px){
	#contComun {
		padding: 50px 0;
	}
}


/***** CONTENEDOR GARANTIA *****/
#contGarantia {
	width: 80%;
	margin: 0 auto;
}
#contGarantia .garantia {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 80px 0;
}
#contGarantia .garantia h1 {
	width: 96%;
	margin: 0 0 15px 0;
	padding: 10px 2% 10px 2%;
	font-size: 1.2em;
	color: #FFF;
	font-weight: 700;
	background-color: var(--color-001);
}
#contGarantia .garantia p {
	width: 94%;
	margin: 0 0 10px 0;
	padding: 0 3% 0 3%;
	font-size: .9em;
	color: #333;
	line-height: 1.9em;
}
#contGarantia .garantia div {
	width: 90%;
	margin: 0 0 10px 0;
	padding: 80px 0 0 0;
}
#contGarantia .garantia div img {
	width: 70px;
	margin: 0 auto 0 auto;
	padding: 0;
	display: block;
}
#contGarantia .garantia div h3 {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	font-size: 1em;
	font-weight: 700;
	color: var(--color-003);
}
#contGarantia .garantia strong {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 2.3;
	color: #000;
}
#contGarantia .garantia .datosbanca {
	margin: 18px 0;
	font-size: .8em;
	color: #111;
	line-height: 1.5em;
}
#contGarantia .garantia ul {
	width: 94%;
	margin: 0 0 10px 1.5%;
	padding: 0 3% 0 3%;
}
#contGarantia .garantia ul li {
	list-style: circle;
	font-size: .9em;
	color: #333;
}


/**
@media only screen and (min-width:1400px) {
	#contGarantia {
		width: 70%;
		margin: 0 auto;
	}
}

/**/
@media only screen and (max-width:800px) {
	#contGarantia {
		width: 100%;
	}
	#contGarantia .garantia {
		width: 90%;
		padding: 30px 5%;
	}
	#contGarantia .garantia h1 {
		width:90%;
		margin:0 0 15px 0;
		padding:10px 5%;
		font-size:.9em;
	}
	#contGarantia .garantia p {
		width:100%;
		margin:0 auto 20px auto;
		padding: 0;
		text-align: justify;
		font-size:.8em;
		line-height:1.6em;
	}
	#contGarantia .garantia div {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 30px 0 0 0;
	}
	#contGarantia .garantia ul li {
		font-size: .8em;
	}
}


/***** CONTENEDOR TIENDA *****/
#contTienda {
	width: 100%;
	margin: 0 auto;
}
#contTienda .tienda {
	width: 80%;
	margin: 0 auto;
	padding: 30px 10% 80px 10%;
}
#contTienda .tienda h1 {
	width: 98%;
	margin: 0 0 0 0;
	padding: 10px 0 10px 2%;
	font-size: 1.2em;
	color: #FFF;
	text-transform: uppercase;
	background-color: var(--color-001);
	/*border: 1px solid var(--color-001);*/
}
#contTienda .tienda h1 i {
	text-transform:none;
}
#contTienda .tienda .shadow {
	width:100%;
	margin:0;
}
#contTienda .tienda h1 span {
	font-size:.8em;
	text-transform: none;
}
#contTienda .tienda h6 {
	width: 98%;
	margin: 0 0 25px 0;
	padding: 5px 0 5px 2%;
	font-size: .7em;
	color: #FFF;
	background-color: var(--color-003);
	/*border: 1px solid #CCC;*/
}
#contTienda .tienda h6 span {
	text-transform: uppercase;
}
#contTienda .tienda .noResult {
	width:98%;
	margin:0 0 25px 0;
	padding:5px 0 5px 2%;
	font-size:.8em;
	color:#B9484A;
	background-color: #F1F1F1;
	border: 1px solid #CCC;;
}

/**/
@media only screen and (min-width:1400px) {
	#contTienda .tienda {
		width: 70%;
		padding: 30px 15% 80px 15%;
	}
}

/**/
@media only screen and (max-width:800px) {
	#contTienda {
		width: 100%;
		margin: 0;
	}
	#contTienda .tienda {
		width: 90%;
		margin: 0 auto;
		padding: 10px 5%;
	}
	#contTienda .tienda h1 {
		width:96%;
		padding:10px 2%;
		font-size:.9em;
	}
}

/*****/
#contTienda .tienda ul {
	width:100%;
	margin:0 auto;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contTienda .tienda ul li {
	width: 18%;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	border: 1px solid var(--line-001);
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}

#contTienda .tienda ul li h3 {
	width:100%;
	margin:0;
	padding: 3px 0;
	text-align: center;
	font-size:.8em;
	color:#FFF;
	background-color: #BD8419;
}
#contTienda .tienda ul li img {
	width: 90%;
	margin: 0 auto 10px auto;
	display: block;
	
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}
#contTienda .tienda ul li img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
#contTienda .tienda ul li p {
	width: 80%;
	height: auto;
	margin: 0 auto 10px auto;
	font-size: .8em;
	color: var(--color-003);
}
#contTienda .tienda ul li span {
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 15px;
	display: block;
	font-size: .8em;
	color: #999;
}
#contTienda .tienda ul li strong {
	width: 90%;
	height: auto;
	margin: 0 auto;
	font-size: 1.3em;
	font-weight: 700;
	color: var(--color-001);
}


/*
#contTienda .tienda ul li div {
	width:90%;
	margin:0 auto;
	text-align:center;
}
#contTienda .tienda ul li div i {
	font-size:.9em;
	color:#888;
}
*/


/**/
@media only screen and (max-width:800px) {
	#contTienda .tienda ul li {
		width:48%;
	}
}


/***** CONTENEDOR LOCALES *****/
#contGarantia .garantia .contLocales {
	width:90%;
	margin: 0 auto;
	padding:30px 5% 20px 5%;
	border-bottom: 3px solid #C2C2C4;
	
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	
	display:-webkit-flex;
	-webkit-flex-direction:row;
	-webkit-justify-content:space-between;
	-webkit-flex-wrap:wrap;
}
/**/
#contGarantia .garantia .contLocales figure {
	width: 20%;
	margin: 0;
	padding: 0;
}
#contGarantia .garantia .contLocales .ban {
	width: 40%;
	margin: 0;
	padding: 0;
}
#contGarantia .garantia .contLocales figure img {
	width: 100%;
	margin: 0;
	padding: 0;
}
/**/
#contGarantia .garantia .contLocales .localesText {
	width: 37%;
	margin: 0;
	padding: 0;
}
#contGarantia .garantia .contLocales .localesText h3 {
	width: 100%;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 700;
	color: #000;
}
#contGarantia .garantia .contLocales .localesText p {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: .8em;
	color: #333;
}
#contGarantia .garantia .contLocales .localesText span {
	font-size: .9em;
	font-weight: 700;
	color: #000;
}
#contGarantia .garantia .contLocales .localesText strong {
	font-size: .9em;
	font-weight: 700;
	color: #111;
}
/**/
#contGarantia .garantia .contLocales iframe {
	width:40%;
	margin: 0;
	padding:0;
}
/**
@media only screen and (min-width:1400px) {
	#contGarantia .garantia .contLocales {
		width:90%;
		margin: 0 auto;
		padding: 30px 20% 20px 20%;
	}
}
/**/
@media only screen and (max-width:800px) {
	#contGarantia .garantia .contLocales {
		padding:10px 5% 20px 5%;
		display:block;
	}
	#contGarantia .garantia .contLocales figure {
		width:40%;
		margin: 0 auto;
		padding: 0;
	}
	#contGarantia .garantia .contLocales .ban {
		width:70%;
		margin: 0 auto;
		padding:0;
	}
	#contGarantia .garantia .contLocales .localesText {
		width:100%;
		margin: 0;
		padding: 0;
	}
	#contGarantia .garantia .contLocales .localesText h3 {
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
		font-size: 1.3em;
	}
	#contGarantia .garantia .contLocales iframe {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}
/***** CONTACTO *****/
::-moz-placeholder{ font-size:1em; color:#777; font-style:italic;}
input:focus::-moz-placeholder { color:rgba(0,0,0,0); }
textarea:focus::-moz-placeholder { color:rgba(0,0,0,0); }

::-webkit-placeholder{ font-size:1em; color:#777;}
input:focus::-webkit-input-placeholder { color:rgba(0,0,0,0); font-style:italic;}
textarea:focus::-webkit-input-placeholder { color:rgba(0,0,0,0); }

::-ms-placeholder{ font-size:1em; color:#777; font-style:italic;}
input:focus::-ms-input-placeholder { color:rgba(0,0,0,0); }
textarea:focus::-ms-input-placeholder { color:rgba(0,0,0,0); }






/***** POPUP  *****/

div#bgMensajesContacto {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	background:rgba(0,0,0,.7);
	z-index:77777;
}
div#mensajesContacto {
	width:44%;
	padding:20px 20px 40px 20px;
	position:absolute;
	top:20%;
	left:50%;
	margin-left:-22%;
	text-align:center;
	background:#FFF;
	border:3px solid #D1D1D1;
}
div#mensajesContacto img {
	width:30%;
	margin:20px auto;
}
div#mensajesContacto h2 {
	width:90%;
	font-size:1.6em;
	margin:20px auto;
	padding-bottom:5px;
	border-bottom:1px dashed #999;
}
div#mensajesContacto h3 {
	width:90%;
	font-size:1.2em;
	margin:20px auto;
}
div#mensajesContacto p {
	font-size:.8em;
	margin:10px auto;
}

/**/
@media only screen and (min-width:1400px) {
	div#mensajesContacto {
		width: 30%;
		padding: 20px 20px 40px 20px;
		position: absolute;
		top: 20%;
		left: 50%;
		margin-left: -15%;
	}
}
/**/
@media only screen and (max-width:600px) {
	div#mensajesContacto {
		width:86%;
		margin:0 auto;
		padding: 10px 0;
		position: absolute;
		top:10%;
		left:50%;
		margin-left:-43%;
	}
	div#mensajesContacto h2 {
		margin: 5px auto;
		font-size:.9em;
		font-weight: 700;
	}
	div#mensajesContacto img {
		width: 35%;
		margin: 5px auto;
	}
	div#mensajesContacto h3 {
		width:90%;
		font-size:.8em;
		font-weight: 700;
		margin:7px auto 20px auto;
	}
	div#mensajesContacto p {
		font-size:.7em;
		margin:5px auto;
	}
}


/***** CONTENEDOR CONTACTO *****/
#contContacto {
	width: 80%;
	margin: 0 auto;
	padding: 110px 0 110px 0;
}
#contContacto .datos {
	width: 100%;
	margin: 0 auto 20px auto;
	
	display:flex;
	flex-direction:row;
	justify-content: flex-start;
	flex-wrap:wrap;
}
#contContacto .datos div {
	width: 30%;
	margin: 0 auto 30px auto;
}
#contContacto .datos div figure {
	width: 15%;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
#contContacto .datos div figure img {
	width: 55%;
	margin: 0 auto;
	display: block;
}
#contContacto .datos div p {
	width: 82%;
	margin: 0 auto;
	display: inline-block;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: 700;
	line-height: 1.3em;
	color: var(--color-003);
}
#contContacto .datos div p span {
	width: 100%;
	display: block;
	text-transform: none;
	font-size: .9em;
	font-weight: normal;
	color: #999;
}



/**
@media only screen and (min-width:1400px) {
	#contContacto {
		width: 70%;
		padding: 40px 15% 110px 15%;
	}
}

/**/
@media only screen and (max-width:800px){
	#contContacto {
		width: 90%;
		margin: 0 auto;
		padding: 70px 0 80px 0;
	}
	#contContacto .datos {
		width: 100%;
		margin: 0;
		padding-p: 50px;
		display: block;
		text-align: left;
	}
	#contContacto .datos div {
		width: 100%;
		margin: 0 0 10px 0;
	}
	#contContacto .datos div figure {
		width: 15%;
		margin: 0;
		display: inline-block;
		text-align: left;
		vertical-align: top;
	}
	#contContacto .datos div figure img {
		width: 60%;
		margin: 0;
		display: block;
	}
}


/**/
#contContacto .contacto {
	width: 98%;
	margin: 0 auto;
	padding: 0;
	
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}
#contContacto .contacto .texto {
	width: 48%;
	margin: 0;
	padding: 0;
}
#contContacto .contacto .texto h2 {
	width: 100%;
	margin: 0 0 7px 0;
	padding: 0;
	text-align: left;
	font-size: 2.8em;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: -2px;
	color: var(--color-001);
}
#contContacto .contacto .texto p {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
	font-size: .8em;
	color: #737276;
}

/*****/

#contContacto .contacto .errors {
	width: 100%;
	border: none;
}
#contContacto .contacto .errors ul {
	width: 100%;
	border: none;
}
#contContacto .contacto .errors ul li {
	width: 90%;
	margin-bottom: 3px;
	padding: 5px 5%;
	font-size: .7em;
	color: #FFF;
	background-color: rgba(163,53,55,.8);
}
#contContacto .contacto .errors ul li:last-child {
	margin-bottom: 15px;
}


/*****/


#contContacto .contacto .form {
	width: 48%;
	margin: 0;
	padding: 0;
}
#contContacto .contacto .form form {
	width: 98%;
	margin: 0;
	padding: 0;
}
#contContacto .contacto .form form input[type="text"], 
#contContacto .contacto .form form input[type="email"] {
	width: 94%;
	margin: 0 0 10px 0;
	padding: 10px 3%;
	font-size: .8em;
	color: #555;
	border: 2px solid var(--line-002);
}
#contContacto .contacto .form form input[type="text"]:focus,
#contContacto .contacto .form form input[type="email"]:focus {
	border: 2px solid var(--line-003);
}
#contContacto .contacto .form form textarea {
	width: 94%;
	margin: 0 0 10px 0;
	padding: 10px 3%;
	font-size: .8em;
	color: #555;
	border: 2px solid var(--line-002);
}
#contContacto .contacto .form form textarea:focus {
	border: 2px solid var(--line-003);
}
#contContacto .contacto .form form button {
	width: 50%;
	padding: 16px 0;
	cursor: pointer;
	text-align: center;
    font-size: .9em;
	font-weight: 700;
    color: #FFF;
	background-color: var(--color-001);
}

/**/
@media only screen and (max-width:800px) {
	#contContacto .contacto {
		width: 100%;
		margin: 0 auto;
		padding: 0;

		display:flex;
		flex-direction:row;
		justify-content:space-between;
		flex-wrap:wrap;

		display:-webkit-flex;
		-webkit-flex-direction:row;
		-webkit-justify-content:space-between;
		-webkit-flex-wrap:wrap;
	}
	#contContacto .contacto .texto {
		width: 100%;
		margin: 40px 0 0 0;
		padding: 0;
	}
	#contContacto .contacto .texto h2 {
		width: 100%;
		margin: 0 0 7px 0;
		padding: 0;
		text-align: left;
		font-size: 1.2em;
		font-weight: 700;
		line-height: 1em;
		letter-spacing: 0px;
	}
	#contContacto .contacto .texto p {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
		text-align: block;
		font-size: .8em;
		color: #737276;
	}
	#contContacto .contacto .form {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#contContacto .contacto .form form input[type="submit"] {
		width: 50%;
	}
}
/***** FOOTER ******/
#contFooter {
	width: 80%;
	padding: 70px 10% 30px 10%;
	background-color: #111;
	
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	
	display:-webkit-flex;
	-webkit-flex-direction:row;
	-webkit-justify-content:space-between;
	-webkit-flex-wrap:wrap;
}
#contFooter ul {
	width: 24%;
}
#contFooter ul li {
	width: 100%;
	margin-bottom: 9px;
	text-transform: capitalize;
	font-size: .8em;
	color: #FFF;
}
#contFooter ul li a {
	opacity:1;
	
	transition:all 300ms ease-in-out;
	-webkit-transition:all 300ms ease-in-out;
}
#contFooter ul li a:hover {
	opacity:.7;
}
/**/
#contFooter .logoFooter {
	width: 18%;
}
#contFooter .logoFooter li {
	width: 100%;
}
#contFooter .logoFooter li img {
	width: 70%;
	margin: 0;
	display:block;
}

/**/
#contFooter .menuFooter {
	padding-top: 30px;
}
#contFooter .menuFooter li {
	list-style:disc;
}

/**/
#contFooter .socialFooter {
	padding-top: 30px;
}
#contFooter .socialFooter li {
	text-transform: none;
}
#contFooter .socialFooter img {
	width: 20px;
	margin-right:5px;
	display:inline-block;
	vertical-align:middle;
}
/**/
#contFooter address {
	width:100%;
	margin: 40px auto 20px auto;
	text-align: center;
	font-size: .8em;
	letter-spacing: 1px;
	color: #FFF;
	
	visibility: hidden;
}
/**/
@media only screen and (min-width:1400px) {
	#contFooter {
		width: 70%;
		padding: 70px 15% 30px 15%;
	}
}
/**/
@media only screen and (max-width:800px) {
	#contFooter {
		width: 90%;
		padding:30px 5% 30px 5%;
		display: block;
	}
	#contFooter ul {
		width: 80%;
		margin: 0 auto 20px auto;
	}
	#contFooter .logoFooter {
		width: 80%;
	}
	#contFooter .logoFooter li img {
		width: 50%;
		margin: 0 auto 30px auto;
		display: block;
	}
	#contFooter address {
		font-size: .7em;
		line-height: 1.5em;
	}
}
/*****/
footer #infoFoot {
	width: 80%;
	margin:0 auto;
	padding: 10px 10%;
	background-color: #000;
	
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	
	display:-webkit-flex;
	-webkit-flex-direction:row;
	-webkit-justify-content:space-between;
	-webkit-flex-wrap:wrap;
}
footer #infoFoot p {
	font-size:.7em;
	color:#444;
}
footer #infoFoot strong {
	color:#111;
}
footer #infoFoot a {
	transition:all 300ms ease-in-out;
	-webkit-transition:all 300ms ease-in-out;
}
footer #infoFoot a:hover {
	color:#FFF;
}
/**/
@media only screen and (max-width:800px) {
	footer #infoFoot p {
		width:100%;
		margin-top:10px;
		display:block;
		text-align:center;
		font-size:.7em;
		color:#555;
	}
}







