html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: rgba(0,0,0,0.1);
	color:#000;
    text-shadow: none;
}
::selection {
    background: rgba(0,0,0,0.1);
	color:#000;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/*================== FONT-FACE =========================*/
@font-face {
    font-family: 'verlaglight';
    src: url('fonts/verlag-light.eot');
    src: url('fonts/verlag-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/verlag-light.woff') format('woff'),
         url('fonts/verlag-light.ttf') format('truetype'),
         url('fonts/verlag-light.svg#verlaglight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'verlagbook';
    src: url('fonts/verlag-book.eot');
    src: url('fonts/verlag-book.eot?#iefix') format('embedded-opentype'),
         url('fonts/verlag-book.woff') format('woff'),
         url('fonts/verlag-book.ttf') format('truetype'),
         url('fonts/verlag-book.svg#verlagbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'verlagbold';
    src: url('fonts/verlag-bold.eot');
    src: url('fonts/verlag-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/verlag-bold.woff') format('woff'),
         url('fonts/verlag-bold.ttf') format('truetype'),
         url('fonts/verlag-bold.svg#verlagbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ==========================================================================
   FranWilliams's styles
   ========================================================================== */
a:link, a:visited, a:active {
	text-decoration:none;
	outline:none;
	color:inherit;
	-webkit-transition: all 0.3s ease-in-out; /* Chrome y Safari */
	-moz-transition: all 0.3s ease-in-out; /* Mozilla Firefox */
	-ms-transition: all 0.3s ease-in-out; /* Internet Explorer */
	-o-transition: all 0.3s ease-in-out; /* Opera */
	transition: all 0.3s ease-in-out; /* W3C */
}
a:hover {
	text-decoration:none;
	outline:none;
	color:inherit;
	opacity:0.8;
	-webkit-transition: all 0.3s ease-in-out; /* Chrome y Safari */
	-moz-transition: all 0.3s ease-in-out; /* Mozilla Firefox */
	-ms-transition: all 0.3s ease-in-out; /* Internet Explorer */
	-o-transition: all 0.3s ease-in-out; /* Opera */
	transition: all 0.3s ease-in-out; /* W3C */
}
a:link img, a:visited img, a:active img {
	-webkit-transition: all 0.3s ease-in-out; /* Chrome y Safari */
	-moz-transition: all 0.3s ease-in-out; /* Mozilla Firefox */
	-ms-transition: all 0.3s ease-in-out; /* Internet Explorer */
	-o-transition: all 0.3s ease-in-out; /* Opera */
	transition: all 0.3s ease-in-out; /* W3C */
}
a:hover img {
	opacity:0.8;
	-webkit-transition: all 0.3s ease-in-out; /* Chrome y Safari */
	-moz-transition: all 0.3s ease-in-out; /* Mozilla Firefox */
	-ms-transition: all 0.3s ease-in-out; /* Internet Explorer */
	-o-transition: all 0.3s ease-in-out; /* Opera */
	transition: all 0.3s ease-in-out; /* W3C */
}
.no-link {
	color:inherit !important;
	cursor:default;	
	opacity: 1 !important;
}
.clearfix {
	clear:both;	
}
#cargando { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #FFF;
	background: rgba(255,255,255,0.7);
	z-index: 9999999;
	top: 0;
	left: 0; 
	display:none;
}
.left {
	float:left;
}
.right {
	float:right;	
}
.column {
	width: 92%;
	padding: 0;
	margin: 5px 4%;
}
form .column {
	width: 100%;
	margin: 0;
}
body {
    font-family: 'verlagbook';
    font-size: 18px;
	line-height:22px;
	text-align: justify;
	color:#373435;
	background: #efefef;
	min-width:284px;
}
p {
	margin: 12px 0;	
}
.wrapper {
    width: 90%;
    margin: 0 5%;
}
header, nav, article, footer {
	width:100%;
}
header {
    height:160px;
	background:#43375C;
    border-bottom: 3px solid #6e6c78;	
	text-align:center;
}
header h1 {
	display:block;
	width:240px;
	height:42px;
	text-indent:-9999px;
	background:url(../img/apparel.png) no-repeat center center;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	margin:35px auto 0;
}
ul.social {
	list-style:none;
	display:inline-block;
	float:none;
	width:auto;
	height:47px;
	margin:0 auto;
	padding:0;
}
ul.social li {
	display:block;
	width:34px;
	height:47px;
	float:left;
	margin:0 5px;
	padding:0;
}
ul.social a {
	display:block;
	width:34px;
	height:47px;
	text-indent:-9999px;
}
ul.social a.facebook {
	background: url(../img/facebook.png) no-repeat center 5px, url(../img/social.png) no-repeat center bottom;
}
ul.social a.mail {
	background: url(../img/mail.png) no-repeat center 5px, url(../img/social.png) no-repeat center bottom;
}
nav {
	display: block;
	position: relative;
	z-index: 100;
}
.bxslider {
	list-style:none;
	display:block;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}
#productos {
	background:#43375C;
    border-top: 3px solid #6e6c78;
	color:#FFF;
	padding-bottom:40px;
}
#contacto {
	background:#6e6c78;
    border-top: 3px solid #FFFFFF;
	color:#FFF;
	padding-bottom:12px;
}
footer {
	position:relative;
    height:150px;
	background:#333;
    border-top: 3px solid #FFFFFF;
	text-align:center;
}
footer h2 {
	display:block;
	width:160px;
	height:28px;
	text-indent:-9999px;
	background:url(../img/apparel.png) no-repeat center center;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	margin:25px auto 0;
}
#williams {
	display:block;
	position:absolute;
	right:10px;
	bottom:10px;
	width:55px;
	height:12px;
	background:url(../img/williams.png) no-repeat center center;
}
mark {
	display:block;
	width: 90%;
	height: auto;
	padding: 5%;
	margin:25px 0 45px;
	background:#6e6c78;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    font-family: 'verlagbold';
	font-size: 18px;
	line-height: 22px;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	color:#FFF;
}
h3 {
    font-family: 'verlaglight';
    font-size: 31px;
	font-weight:normal;
	text-transform:uppercase;	
	line-height:40px;
	color:#FFFFFF;
	margin: 35px 0 20px 0;
	padding: 0 0 5px 20px;
	border-bottom: 2px solid #FFFFFF;
	background-image:url(../img/ul2.png);
	background-repeat: no-repeat;
	background-position: 2px 14px;
}
h3#nosotros {
	color:#4D4D4D;
	border-bottom: 2px solid #43375C;
	background-image:url(../img/ul.png);
}
.subtitulo {
    font-family: 'verlaglight';
    font-size: 18px;
	line-height:24px;
	text-align:left;
	margin-bottom:20px;
}
.subtitulo > a {
	display:inline-block;
	padding:0 8px 5px;
	margin:5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #efefef;
    font-family: 'verlagbold';
    font-size: 18px;
	line-height:20px;
	color:#43375C !important;
}
.mitad {
	width:100%;
	margin:18px 0 0 0;
}
.info {
	width:90%;
	max-height:310px;
	margin:0 0 18px 0;
	padding:15px 5%;
	font-size:18px;
	line-height:22px;
	text-align:left;
	color:#4D4D4D;
	overflow:hidden;
}
h4 {
    font-family: 'verlaglight';
    font-size: 25px;
	font-weight:normal;
	line-height:28px;
	margin:0 0 5px;
	padding: 0;
}
strong {
    font-family: 'verlagbold';
	font-weight:normal;
}
form {
	width:100%;
	margin:40px auto;
}
[required] {
    box-shadow: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #a5a3ad inset;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #a5a3ad inset;
    -webkit-text-fill-color: #FFFFFF;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #a5a3ad inset;
    -webkit-text-fill-color: #FFFFFF;
}
input, textarea, select {
	-moz-border-radius: none; 
	-webkit-border-radius: none;
	border-radius: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance:none;
	border:0;
	outline:none;	
}
input:focus, textarea:focus, select:focus {
	outline:none;	
}
label {
	display:block;
    font-family: 'verlagbold';
    font-size: 12px;
	font-weight:normal;
	line-height:12px;
	text-transform:uppercase;	
	margin:0;
	padding: 0;
	color:#FFFFFF;
}
form input {
	display:block;
	width:95%;
	padding:0 2.5%;
	height:38px;
	margin:8px auto 20px;
	background: #a5a3ad;
    font-family: 'verlagbook';
    font-size: 20px;
	line-height:24px;
	color:#FFFFFF;
}
form textarea {
	display:block;
	width:95%;
	padding:7px 2.5%;
	height:102px;
	margin:8px auto 20px;
	background: #a5a3ad;
    font-family: 'verlagbook';
    font-size: 20px;
	line-height:24px;
	color:#FFFFFF;
	resize:vertical;
}
form input[type='submit'] {
	display:block;
	height:38px;
	margin:0 auto;
	background:#43375C;
    font-family: 'verlagbold';
    font-size: 16px;
	color:#FFFFFF;
	text-align:center;
	line-height:1;
	padding:0;
	width:100%;
	border:none !important;
	-webkit-transition: all 0.5s ease-in-out; /* Chrome y Safari */
	-moz-transition: all 0.5s ease-in-out; /* Mozilla Firefox */
	-ms-transition: all 0.5s ease-in-out; /* Internet Explorer */
	-o-transition: all 0.5s ease-in-out; /* Opera */
	transition: all 0.5s ease-in-out; /* W3C */
}
form input[type='submit']:hover {
	background: #333333;
}
#up {
	display:block;
	width:35px;
	height:35px;
	position:fixed;
	bottom:40px;
	right:20px;
	z-index:9999999999999999;
	background:url(../img/up.png) no-repeat center center;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/* 2018 */
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-sm-3, 
.col-sm-4, 
.col-sm-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 480px) {
    .col-sm-3 {
        width: 50%;
        float: left;
    }
}
@media (min-width: 768px) {
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        float: left;
        width: 33.3%;
    }
    .col-sm-6 {
        float: left;
        width: 50%;
    }
}
.img-prod {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 20px 0;
}

.mt-5 {
	margin-top: 5px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-50 {
	margin-top: 50px;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.pb-40 {
	padding-bottom: 40px;
}
#productos h4 {
	text-align: left;
	color: #FFFFFF !important;
}
@media (min-width: 768px) {
	#productos h4 {
		height: 60px;
	}
}
@media (min-width: 1060px) {
	#productos h4 {
		height: auto;
	}
}
#productos a:hover .img-prod {
	opacity:0.7;
	-webkit-transition: all 0.3s ease-in-out; /* Chrome y Safari */
	-moz-transition: all 0.3s ease-in-out; /* Mozilla Firefox */
	-ms-transition: all 0.3s ease-in-out; /* Internet Explorer */
	-o-transition: all 0.3s ease-in-out; /* Opera */
	transition: all 0.3s ease-in-out; /* W3C */
}
.portada {
	width: 100%;
	height: auto;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 480px) {
	header h1 {
		width:287px;
		height:50px;
		margin:30px auto;
	}
	footer h2 {
		width:240px;
		height:42px;
	}
	h3 {
		font-size: 33px;
		line-height:44px;
		margin-top: 40px;
		padding: 0 0 5px 25px;
		background-position: 3px 16px;
	}
	mark {
		width: 80%;
		padding: 2% 10% 2.5%;
		margin:35px 0 50px;
		font-family: 'verlagbook';
		font-size: 21px;
		line-height: 25px;
	}
	.subtitulo {
		font-size: 19px;
		line-height:26px;
	}
	.subtitulo > a {
		padding:1px 8px 5px;
		font-size: 18px;
		line-height:21px;
	}
	h4 {
		font-size: 28px;
		line-height:32px;
		margin:5px 0;
	}
}
@media only screen and (min-width: 768px) {
	body {
		font-size: 20px;
		line-height:26px;
	}
	header {
		height:140px;
	}
	header h1 {
		margin:55px auto 0;
	}
	header ul.social {
		float:right;
		margin:0;
	}
	h3 {
		font-size: 40px;
		line-height:50px;
		padding: 0 0 5px 30px;
		margin-top: 45px;
		background-position: 5px 20px;
	}
	.column {
		width: 42%;
	}
	form .column {
		width: 49%;
	}
	mark {
		width: 70%;
		padding: 2% 15% 2.5%;
		margin:35px 0 55px;
		font-size: 26px;
		line-height: 30px;
	}
	.subtitulo {
		font-size: 20px;
		line-height:28px;
	}
	.subtitulo > a {
		padding:2px 10px 6px;
		font-size: 19px;
		line-height:24px;
	}
	.mitad {
		width:50%;
		height:300px;
		margin:18px 0;
	}
	#productos .bx-wrapper img {
		height:300px !important;
		width:auto !important;
	}
	.info {
		width:42%;
		min-height:270px;
		margin:18px 0;
		padding:15px 4%;
		font-size:18px;
		line-height:22px;
	}
}
@media only screen and (min-width: 850px) {
	.mitad {
		height:340px;
	}
	#productos .bx-wrapper img {
		height:340px !important;
	}
	.info {
		width:40%;
		min-height:270px;
		padding:35px 5%;
	}
	h4 {
		font-size: 28px;
		line-height:32px;
		margin:0 0 30px;
	}
}
@media only screen and (min-width: 1140px) {
    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
	h3 {
		padding: 0 0 5px 40px;
		background-position: 10px 20px;
	}
	.subtitulo {
		font-size: 22px;
	}
	h4 {
		margin:5px 0 35px;
	}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}