/*  
Theme Name: Allegro
Author: Cantera Estudio
*/


			/*  CSS RESET  */
				  /**/
				  /**/
				  /**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a {
	text-decoration:none;
}

a:hover,
a:focus,
a:active, 
input:hover,
input:focus,
input:active{
	outline:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

::selection {
	background-color: rgba(25,25,25,0.9);
	color: #FFF;
}

::-moz-selection {
	background-color: #df4812;
	color: #FFF;
}

										/* Tipografia */

@font-face {
    font-family: 'open_sansregular';
    src: url('assets/fonts/opensans-regular/opensans-regular-webfont.eot');
    src: url('assets/fonts/opensans-regular/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/opensans-regular/opensans-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/opensans-regular/opensans-regular-webfont.woff') format('woff'),
         url('assets/fonts/opensans-regular/opensans-regular-webfont.ttf') format('truetype'),
         url('assets/fonts/opensans-regular/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'opensans bold';
	src: url('assets/fonts/opensans-bold/opensans-bold-webfont.eot');
	src: url('assets/fonts/opensans-bold/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/opensans-bold/opensans-bold-webfont.woff') format('woff'), url('assets/fonts/opensans-bold/opensans-bold-webfont.ttf') format('truetype'), url('assets/fonts/opensans-bold/opensans-bold-webfont.svg#opensanssemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

										/* Estructura */
										
html, body {
	position: relative;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

html {
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: #f3f5f6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

body {
	/*padding-bottom: 50px;*/
	min-height: 100%;
	/*min-width: 900px;*/
	color: #fff;
	font-family: 'open_sansregular';
	letter-spacing: 1px;
	/*overflow-x: hidden;*/
	background-color: #fff;
	overflow: hidden;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

h1 {
	font-variant: small-caps;
	font-family: 'opensans bold';
}

.margen {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 940px;
    display: block;
    margin: 0 auto;
    padding: 0 12px;
} 

.bordes-footer {
	position: fixed; 
	margin: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;
	background-color: rgba(25,25,25,0.9);
	height: 12px;
	z-index: 10;
}

body:after {
	content: ''; 
	position: fixed; 
	left: 0; 
	top: 120px; 
	bottom: 12px; 
	background-color: rgba(25,25,25,0.9);
	width: 12px; 
	z-index: 10;
}

body:before {
	content: ''; 
	position: fixed; 
	right: 0; 
	top: 120px; 
	bottom: 12px; 
	background-color: rgba(25,25,25,0.9);
	width: 12px; 
	z-index: 10;
}

body.productos:after, 
body.productos:before,
body.single-product:after, 
body.single-product:before{
	display: none;
}

.contenedor-principal,
.contenedor-imagenes {
	position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 12px;
    overflow: auto;
}

.contenedor-principal:after,
.contenedor-imagenes:after {
	content: ''; 
	position: fixed; 
	top: 120px; 
	left: 12px; 
	right: 12px; 
	bottom: 0; 
	background-color: #fff;
	z-index: -1;
}

.contenedor-imagenes {
	top: 0; 
	bottom: 0;
}

.container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow:  auto;
	z-index: 150;
	background-image: url('assets/img/nosotros.jpg');
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center;
}

.container:after {
	content: ''; 
	position: fixed; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;
	background-color: rgba(25,25,25,0.9);
	z-index: -1;
}

.container img {
	max-width: 169px;
	width: 100%;
}

.content {
	display: table;
	width: 100%; 
	height: 100%;
	position: relative;
}

.redes .icon {
	max-width: 20px;
	width: 100%;
}

.contenedorForm {
	display: table-cell;
	vertical-align: middle;
}

.contenido {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 380px;
	width: 100%;
	padding: 30px 20px;
}

.contenido .text {
	margin-top: 50px;
	padding: 30px 40px;
	border-color: #fff;
	border-style: solid; 
	border-width: 1px 0;
}

.contenido .input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 127px 0 0px 0;
}

.contenido .input input:first-child {
	border: transparent;
}

.contenido .input input {
	display: inline-block;
	background-color: transparent;
	border: transparent;
	border-left: 1px solid #fff;
	font-size: 17px;
	font-family: 'opensans bold';
	opacity: 1;
	color: #fff;
	max-width: 60px;
	width: 100%;
	text-align: center;
}

.contenido .text h3 {
	font-family: 'opensans bold';
	padding: 0 0 20px;
	cursor: pointer;
	opacity: 0.5;
	-webtki-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contenido .text h3:hover {
	opacity: 1;
}

.contenido .text p {
	font-size: 12px;
	line-height: 130%;
}


.contenido .redes p {
	font-size: 9px;
	padding: 50px 0;
	line-height: 130%;
}

									/* NAVEGADOR */

header {
	background-color: rgba(25,25,25,0.9);
	width: 100%;
	height: 120px;
	position: fixed;
	z-index: 120;
} 

.navegador {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	max-width: 1052px;
	margin: auto;
	height: 120px;
    z-index: 1;
    padding: 12px;
	color: #fff;
	font-variant: small-caps;
	font-family: 'opensans bold';
}

.navegador a {
    display: block;
	font-size: 12px;
	color: #7F7F7F;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navegador a:hover {
	color: #fff;
}

.iconos {
	position: relative;
	text-align: justify;
}

.navegador .redes {
	position: absolute;
	top: 0;
}

.navegador .redes a {
	display: inline-block;
}

.navegador .redes img {
	max-width: 20px;
	width: 100%;
}

.logo {
	text-align: center;
}

.logo a {
	width: 150px;
    margin: auto;
}

.logo img {
	max-width: 250px;
	width: 100%;
	filter: brightness(0) invert(1);
}

.idiomas {
	position: absolute;
    top: 0;
    right: 5px;
}

.idiomas li {
	display: inline-block;
}

.menu ul {
	width: 100%;
	height: 46px;
	text-align: justify;
}

.menu {
	position: relative;
	width: 100%;
	height: 46px; 
	line-height: 46px;
}

.menu ul:after  {
	content: ''; 
	display: inline-block;
	width:  100%;
}

.menu li {
	display: inline-block;
	width: auto;
}

.menu li.current-menu-item a {
	color: #fff;
}

.menu li a {
	color: #7F7F7F;
	cursor: pointer;
	font-size: 13px;
}

									/* NOSOTROS */

.contenedor-general {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    max-width: 950px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 12px;
}

.contenedor {
	position: relative;
	display: table; 
	left: 50%;
	width: 50%; 
	height: 100%; 
}

.nosotrosImagen {
	position: fixed;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 50%;
	background-position:  center;
	background-size: cover;
	background-repeat: no-repeat;
}

.nosotrosImagen img {
	max-width: 950px;
	width: 100%;
}

.nosotrosTexto,
.contenido-noticia {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:  table-cell;
	position: relative;
	padding: 50px 12px;
	width: 100%;
	color: #0C0C0C;
	padding-left: 35px;
	vertical-align: middle;
	z-index: 1;
}

.nosotrosTexto:after,
.contenedor-noticia:after {
	content: '';
	position: fixed; 
	left: 50%; 
	right: 12px; 
	top: 100px; 
	bottom: 12px; 
	background-color: #fff;
	z-index: -1;
}

.contenedor-noticia:after { z-index: 0; }

.nosotrosTexto h1,
.contenido-noticia h1 {
	font-size: 28px;
	padding-bottom: 30px;
}

.nosotrosTexto p,
.contenido-noticia p {
	font-size: 11px;
	line-height: 130%;
	margin-bottom: 25px;
}

.nosotrosTexto p:last-child,
.contenido-noticia p:last-child {
	margin-bottom: 0;
}

.nosotrosTexto a {
	font-family: 'opensans bold';
	color: #000;
}

									/* PRODUCTOS */

.productos {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-top: transparent;
	z-index: 10;
	overflow-y: scroll;
}

.productos-general {
}

/*.productos:after {
	content: ''; 
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: url('assets/img/fondo-productos.jpg');
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
	z-index: -1;
}*/

.overlay {
	position: relative; 
	height: auto;
}

.primer-producto .contenedorLeft {
	/*background-color: rgba(25,25,25,0.9);*/
	position: absolute;
    width: 70%;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    font-size: 0;
    white-space: nowrap;
}

.segundo-producto .contenedorLeft {
	/*background-color: rgba(25,25,25,0.9);*/
	position: absolute;
    width: 70%;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    font-size: 0;
    white-space: nowrap;
}

.contenedorLeft .product01 {
	/*display: inline-block;*/
	position: relative;
	height: 100%;
	width: 65%;
	float: left;
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
}

.segundo-producto .contenedorLeft .product01 {
	position: absolute; 
	right: 0;
}

.fotos-derecha {
	display: inline-block;
	height: 100%;
	width: 35%;
}

.contenedorLeft li {
	position: relative;
	width: 100%;
	height: 50%;
	background-repeat: no-repeat !important; 
	background-size: cover !important; 
	background-position: bottom center !important;
}

.video li:after {
	content: ''; 
	position: absolute;
	width: 50px; 
	height: 50px;
	top: 50%; 
	left: 50%; 
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-image: url('assets/img/play.png');
	background-repeat: no-repeat;
	background-size: 50px auto; 
	background-position: center;
	z-index: 10;
}

.primer-producto .contenedorRight {
	background-color: rgba(25,25,25,0.9);
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 60px 20px 20px;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
}

.primer-producto .contenedorRight {
	position: relative; 
	width: 30%;
	float: right;
}

.segundo-producto .contenedorRight {
	background-color: rgba(25,25,25,0.9);
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 60px 20px 20px;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
}

.segundo-producto .contenedorRight {
	position: relative; 
	width: 30%;
	float: left;
}

.contenedorRight .redes,
.contenedor-producto .redes {
    padding: 20px 0;
}

.contenedor-producto .redes {
	padding-bottom: 0;
}

.contenedorRight .redes a,
.contenedor-producto .redes a {
	display: block;
}

.contenedorRight .redes a:first-child,
.contenedor-producto .redes a:first-child {
	margin-bottom: 8px;
}

/*.contenedorRight:after
/*.contenedor-producto:after {
	content: ''; 
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: url('assets/img/fondo-productos.jpg');
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
	z-index: -1;
}*/

.contenedor-producto {
	/*background-color: rgba(25,25,25,0.9);*/
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
}

.contenedor-producto:after {
	content: ''; 
	position: fixed; 
	width: 30%; 
	left: 0; 
	top: 120px; 
	bottom: 12px;
	background-color: rgba(25,25,25,0.9);
	z-index: -1;
}

.contenedorRight {
	position: relative;
}

.contenedor-producto .texto {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
	width: 30%;
	padding: 25px 12px;
}

.contenedor-producto .texto strong, 
.contenedor-producto .texto b {
	font-family: 'opensans bold';
	font-size: 15px;
}

.contenedorRight .texto:after {
	content: ''; 
	position: absolute;
	left: 12px; 
	right: 12px; 
	bottom: 0;
	height: 1px; 
	background-color: #fff;
}

.contenedorRight:last-child .texto:after,
.contenedor-producto .texto:last-child:after {
	display: none;
}

.contenedorRight ul.versalitas, 
.contenedor-producto ul.versalitas {
	font-variant: small-caps;
	font-family: 'opensans bold';
}

.contenedorRight ul,
.contenedor-producto ul {
	display: inline-block;
	vertical-align: top;
}

.contenedorRight h1,
.contenedor-producto h1 {
	margin-bottom: 34px;
	font-size: 25px;
	font-weight: bold;
}

.contenedorRight li,
.contenedor-producto li {
	margin-top: 10px;
	font-size: 10px;
	line-height: 130%;
}

.contenedorRight p,
.contenedor-producto p {
	font-size: 10px;
	line-height: 1.5;
	margin: 40px 0;
}

.contenedorRight a,
.contenedor-producto a {
	color: #fff;
	font-size: 10px;
	font-family: 'opensans bold';
}

/*.contenedor-producto .redes a {
	display: block;
}*/

.ver-mas {
	display: inline-block;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ver-mas:hover {
	color: #7F7F7F;
}

/*.contenedorRight .redes {
	padding-top: 111px;
}*/

.redes a {
	display: inline-block;
	width: 28px;
}

.redes img {
	max-width: 20px;
	width: 100%;
}

.contenedorRightDown {
	background-color: rgba(25,25,25,0.9);
	position: fixed;
	display: inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 20px;
	width: 30%;
	bottom: 0;
	left: 0;
	overflow: auto;
}
.texto .table {
	display:table;
	width: 100%;
}
.texto .row {
	width: 100%;
	padding-bottom: 17px;
}
.texto .row div {
	display: table-cell;
	vertical-align: top; 
	font-size: 10px;
	line-height: 1.5;
}
.row div:last-child{
	width: 100%;
}
.row div:first-child {
	font-variant: small-caps;
	font-family: 'opensans bold';
	min-width: 60px;
}
.row div.align-bottom {
	vertical-align: bottom!important;
}

.video_mobile {
	display: none;
	position: absolute;
	bottom: 10px;
	right: 20px;
}


									/* NOTICIAS */

.contenedor-noticias {
	padding-top: 100px;
}

.fondo {
	position: fixed; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	background-image: url('assets/img/nosotros.jpg');
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
	z-index: -1;
}

.fondo-contacto {
	position: fixed; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
	z-index: -1;
}

.lista {
	position: relative; 
	text-align: justify;
	z-index: 1;
}

.lista h1 {
	font-size: 11px;
    line-height: 130%;
    margin-top: 12px;
    text-align: left;
}

.lista li { 
	display: inline-block;
	width: 28%;
	position: relative;
	cursor:  pointer;
	margin-bottom: 22px;
	vertical-align: top;
}

.imagen {
	position: relative;
	width: 100%;
	padding-top: 100%;
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat;
}

.lista li.activo .imagen,
.imagen:hover {
	opacity: 0.5;	
}

.contenedor-izquierdo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;  
    width: 50%;
    display: inline-block;
	padding-right: 40px;
}

.contenedor-izquierdo:after {
	content: ''; 
	position: fixed; 
	width: 100%; 
	background-color: rgba(26,26,26,0.9);
	top: 100px; 
	left: 0;
    right: 0;
	bottom: 12px;
}

.contenido-noticia,
.close {
	display: none;
}

									/* CONTACTO */

.contacto .slider, 
.slider li {
    position: absolute;
    top: 0;
	bottom: 0;
	left: 0; 
	right: 0;
    max-width: 100%;
    width: 100%;
}

.contacto .form {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 6px;
	max-width: 280px;
    width: 100%;
    /* height: 100%; */
    padding: 20px;
    z-index: 10;
}

.contacto .form:after {
	content: ''; 
	position: fixed;
	max-width: 292px;
    width: 100%; 
	top: 120px; 
	right: 0; 
	bottom: 12px;
	background-color: rgba(25,25,25,0.9);
	z-index: -1;
}

.forma {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-top: 62px;
	font-size: 10px;
}

input, 
textarea {
	margin-bottom: 20px;
	display: block;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-variant: small-caps;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0 10px 10px;
	outline: none;
}

textarea { 
	height: 100px;
	resize: none; 
}

.enviar {
	width: 100%;
	border-radius: 0%;
	border: 1px solid #eee;
	background-color: #eee;
	padding: 10px;
	font-variant: small-caps;
	color: #000;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.enviar:hover {
	background-color: transparent;
	color: #fff;
}

.contenido-contacto {
	margin-top: 30px;
}

.contenido-contacto p {
	margin-bottom: 10px;
	font-size: 11px;
}

.contenido-contacto p a {
	color: #fff;
}

::-webkit-input-placeholder {
	font-family: 'open_sansregular';
	color: #808080;
	font-size: 11px;
	font-variant: small-caps;
}

:-moz-placeholder { /* Firefox 18- */
	font-family: 'open_sansregular';
	color: #808080;
	font-size: 11px;
	font-variant: small-caps;
}

::-moz-placeholder {  /* Firefox 19+ */
	font-family: 'open_sansregular';
	color: #808080;
	font-size: 11px;
	font-variant: small-caps;
}

:-ms-input-placeholder {
	font-family: 'open_sansregular';
	color: #808080;
	font-size: 11px;
	font-variant: small-caps;
}

								/* VENTAS */

.ventas {
	padding-top: 100px;
	/*padding-bottom: 12px;*/
	/*background-color: rgba(25,25,25,0.9);*/
	width: 100%;
	height: 100%;
}

.ventas .contenedor-principal {
	background-color: #fff;
}

.marcas {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 35px 12px;
	max-width: 1076px;
	width: 100%;
	height: 100%;
	text-align: justify;
}

.border { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	width: 28%;
	/*border: 1px solid red;*/
	vertical-align: top;
	padding-top: 30px;
	margin-top: 30px;
	/*margin: 0px 20px 30px;*/
	border-top: 1px solid #000;
}

a.fancybox {
	display: block;
}

a.fancybox h1 {
	padding-top: 15px;
}

.border:first-child,
.border:nth-child(2),
.border:nth-child(3) {
	padding-top: 0; 
	margin-top: 0;
	border-top: 0;
}

.border.bordes:before {
    content: '';
    position: absolute;
    right: -14%;
    width: 1px;
    background-color: #000;
    top: 30px;
    bottom: 0;
}

.border.bordes:after {
    content: '';
    position: absolute;
    left: -14%;
    width: 1px;
    background-color: #000;
    top: 30px;
    bottom: 0;
}

.border:nth-child(2).bordes:after,
.border:nth-child(2).bordes:before {
	top: 0;
}

.relleno {
    display: inline-block;
    width: 28%;
    height: 1px;
} 

.border h1 {
  	position: relative;
    bottom: 0;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    transform: translateX(-50%);
	color: #000;
	font-variant: small-caps;
	font-family: 'opensans bold';
	text-align:center;
	line-height: 130%;
}

.border-image {
	height: 180px;
	width: 100%;
	background-repeat: no-repeat; 
	background-size: 150px;
	background-position: center;
}

.imagen-ventas {
	padding-top: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

								/* SINGLE PRODUCTO */

.single-product .contenedor-principal:after,
.single-product .contenedor-imagenes:after {
	background-color: transparent;
}

.imagen-producto {
	/*width: 100%; 
	height: 100vh;*/
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;
	height: 100%;
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center;
	margin-left: 30%;
}

.contenedor-imagenes:after,
.productos-general:after {
	content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url('assets/img/nosotros.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
} 

							/* MENÚ TOGGLE */

#navbar-toggle {
	display: none;
	z-index: 300;
	width: 27px;
	padding: 0px;
	border: none;
	background: none;
	transition: all 0.035s linear;
	clear: both;
	cursor: pointer;
	float: right;
	position: absolute;
	right: 20px;
	top: 22px;
	outline: none;
}

#navbar-toggle .icon-bar {
	display: block;
	width: 27px;
	height: 3px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	border-radius: 1px;
	transition: all 0.1s linear;
}

#navbar-toggle .icon-bar + .icon-bar {
  	margin-top: 5px;
}

.hamburger-bun,
.hamburger-patty {
	position: relative;
}

.navbar-toggle-active .bun-top,
.navbar-toggle-active .hamburger-patty {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navbar-toggle-active .bun-top {
	top: 8px;
}

.navbar-toggle-active .hamburger-patty {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.navbar-toggle-active .bun-btm {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.visuallyhidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: -1px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}