@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');

html {
	font-family: 'Work Sans', sans-serif;
	font-size:10px;
	height:100%;
	text-align:center;
}
a, .animation {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	color: rgb(38, 142, 180);
	text-decoration:none;
}
a img {
	border:none;
}
img {
	width:100%;
	height:auto;
}
.logo img {
	max-width:90%;
}
h1, h2, h3, h4, h5 {
	font-family: 'Work Sans', ;
	font-weight: 500;
	text-align: left;
	color:#333;
}
h1, h5 {
	font-size:3rem;
	text-shadow: 0 0.06rem 0 rgba(0,0,0,0.3), 0 -0.06rem 0 rgba(255, 255, 255, 0.3);
}
h2 {
	font-size:2rem;
	text-shadow: 0 0.06rem 0 rgba(0,0,0,0.3), 0 -0.06rem 0 rgba(255, 255, 255, 0.3);
	/*text-transform:uppercase;*/
}
h3 {
	font-size:1.8rem;
}
h4 {
	font-size:1.3rem;
	text-transform:uppercase;
}
h5 {
	color:#fbfbfb !important;
}
p {
	font-size: 1.4rem;
	text-align: justify;
	line-height: 1.8rem;
	letter-spacing: 0.01rem;
}
ul {
	font-size: 1.4rem;
	text-align: left;
	line-height: 2.1rem;
	letter-spacing: 0.01rem;
}
.clr {
	display:block;
	clear:both;
}
.cajita {
	-webkit-box-shadow: rgba(0,0,0,.24) 0px 4px 8px;
	-moz-box-shadow: rgba(0,0,0,.24) 0px 4px 8px;
	box-shadow: rgba(0,0,0,.24) 0px 4px 8px;
	box-shadow: rgba(0,0,0,.24) 0px 4px 8px url(0/IE9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #f2f2f2;
	border-bottom: solid thin #a8a8a8;
	overflow: hidden;
	background: #fbfbfb;
}
.tb {
	color:#fbfbfb;
	font-family:'Work Sans', sans-serif;
	font-size:3rem;
}
body {
	height:inherit;
	margin:0 auto;
	width:100%;
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 70%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(70%, #ffffff), color-stop(100%, #e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 70%, #e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #ffffff 70%, #e8e8e8 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #ffffff 70%, #e8e8e8 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #ffffff 70%, #e8e8e8 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
header {
	/*border-bottom: solid thin #ebebeb;
	border-top: solid 1.6rem #0E3759;*/
	height:71px;
	line-height:6.5rem;
	vertical-align:middle;
	position:fixed;
	width:100%;
	top:0px;
	z-index:100;
	background-color:rgba(14,37,61,1);
}
.indexsection{
	height:inherit;
	margin:0 auto;
	max-width:1500px;
}
.indexcategorias{
	height:inherit;
	margin:0 auto;
	max-width:1500px;
}
section {
	height:inherit;
	margin:0 auto;
	max-width:1200px;
}
div #contacto {
	margin-top:65px;
}
article {
	padding:1rem;
}
.centrarindex{
	max-width: 1500px;
    margin: auto;
}
.headerheight{
	height: inherit;
	margin:0 auto;
}
.logo {
	float:left;
	height:inherit;
	max-width:160px;
}
.logo a {
	height: inherit;
	line-height:inherit;
	vertical-align: inherit;
	display:block;
	padding: 10px 0 10px 0;
}
nav {
	float:right;
	height:inherit;
	position:relative;/*background: -webkit-linear-gradient(#F8F8F8, #FFF);
	background: -o-linear-gradient(#F8F8F8, #FFF);
	background: -moz-linear-gradient(#F8F8F8, #FFF);
	background: linear-gradient(#F8F8F8, #FFF);*/
}
nav>div {
	/*border-left:solid thin #ebebeb;*/
	float:left;
	height:inherit;
	position:relative;
	z-index:1000;
}
nav>div>a {
	display: block;
	height: inherit;
	line-height: inherit;
	vertical-align: inherit;
	padding: 0 1.4rem;
	font-size: 1.3em;
	text-decoration: none;
	color: #FFF;
	text-transform: capitalize;
	font-family: 'Work Sans', sans serif;
	font-weight: 400;
	text-shadow: rgba(0,0,0,0.2) 0 1px 0;
	min-width: 8rem;
	/*background: -webkit-linear-gradient(#F8F8F8, #FFF);
	background: -o-linear-gradient(#F8F8F8, #FFF);
	background: -moz-linear-gradient(#F8F8F8, #FFF);
	background: linear-gradient(#F8F8F8, #FFF);*/
}
nav>div>a:hover {
	background: -webkit-linear-gradient(90deg, #0A2F4E, #0E3759, #0B3050);
	background: -o-linear-gradient(90deg, #0A2F4E, #0E3759, #0B3050);
	background: -moz-linear-gradient(90deg, #0A2F4E, #0E3759, #0B3050);
	background: linear-gradient(90deg, #0A2F4E, #0E3759, #0B3050);
	color: #ebebeb;
}
.slider {
	
}
#slider {
	max-width:100%;
}


/* categorias */
.categorias {
	background: #CCC;
	font-size: 1.2rem;
	font-weight: 600;
	background: -webkit-linear-gradient(#E8E8E8, #F8F8F8);
	background: -o-linear-gradient(#E8E8E8, #F8F8F8);
	background: -moz-linear-gradient(#E8E8E8, #F8F8F8);
	background: linear-gradient(#E8E8E8, #F8F8F8);
	padding: 1rem 0;
	box-shadow: inset 0 0.5rem 1rem 0rem #c8c8c8;
}
.categorias a, .bloques a {
	color:#555;
	display:block;
	float:left;
	font-size:1rem;
	width:6.2%;
	text-decoration:none;
	text-transform:uppercase;
	padding:0.2rem 0.5rem;
}
.categorias a img, .bloques a img {
	height:4rem;
	width:4rem;
}
.categorias a:hover, .bloques a:hover, .social div:hover, .sb div:hover, .marcas li:hover {
	box-shadow: inset 0 0 1.8rem rgba(0,0,0,0.15);
	border-radius:0.6rem;
}
#categorias {
	max-width:100%;
}
/* Categorias END*/

.marcas {
	background-color: #eeeeee;
	padding: 3.6rem 0;
}
.marcas ul {
	list-style:none;
	
	text-align:center;
	
	padding:0;
}
.marcas ul li {
	display:inline-block;
	margin:0.6rem;
	padding:0.6rem;
}
.social {
	background: #0E253D;
	padding:1.8rem 0;
}
.social div {
	float:left;
}
.sb img {
	max-width:120px;
	max-width:12rem;
	margin:auto;
}
.social img {
	max-width:48px;
	max-width:4.8rem;
	margin:3.6rem;
}
.sa {
	max-width: 550px;
	margin: auto;
}
.sc {
	color: #777;
	font-family: 'Work Sans', sans serif;
	font-weight: 300;
	text-shadow: rgba(0,0,0,0.2) 0 1px 0;
	min-width: 8rem;
	background: -webkit-linear-gradient(#F8F8F8, #FFF);
	background: -o-linear-gradient(#F8F8F8, #FFF);
	background: -moz-linear-gradient(#F8F8F8, #FFF);
	background: linear-gradient(#F8F8F8, #FFF);
	border: solid thin #ebebeb;
	border-radius: 0.6rem;
	margin:2.4rem 0;
}
.links {
	background: -webkit-linear-gradient(#181818, #040404);
	background: -o-linear-gradient(#181818, #040404);
	background: -moz-linear-gradient(#181818, #040404);
	background: linear-gradient(#181818, #040404);
	color:#fbfbfb;
	padding:1.8rem 0;
}
.links div {
	float:left;
}
.links ul {
	text-align: left;
	list-style: none;
	font-size: 1.2rem;
	color: #999;
	padding: 0;
}
.links ul li {
	display:inline-block;
}
.links ul li a {
	text-decoration:none;
	color:inherit;
	display:block;
	padding:0.6rem;
}
.links ul li a:hover {
	color:rgb(38, 142, 180) !important;
}
.legal {
	background: -webkit-linear-gradient(#0B3050, #0E3759);
	background: -o-linear-gradient(#0B3050, #0E3759);
	background: -moz-linear-gradient(#0B3050, #0E3759);
	background: linear-gradient(#0B3050, #0E3759);
	color:#fbfbfb;
	padding:0.6em;
}
.legal a {
	color:inherit;
}
.tf {
	color: #585858;
	font-size: 2.1rem;
	font-weight: 600;
	border-bottom: solid 0.2rem #585858;
	text-align: left;
	padding-bottom: 1rem;
}
#buscar {
}
.buscador {
	display:none;
	position: absolute;
	width: 42rem;
	background:white;
	border-bottom: solid thin #989898;
	-moz-box-shadow: 0 0.3rem 0.5rem rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0.3rem 0.5rem rgba(0,0,0,0.5);
	box-shadow: 0 0.3rem 0.5rem rgba(0,0,0,0.5);
	padding:0.8rem;
	border-bottom-left-radius:0.5rem;
	border-bottom-right-radius:0.5rem;
	z-index:10;
}
.f30 {
	float:left;
	width:30%;
}
.f33 {
	float:left;
	width:33%;
}
.f70 {
	float:left;
	width:70%
}
.f60 {
	float:left;
	width:60%;
}
.f40 {
	float:left;
	width:40%
}
.f50 {
	float:left;
	width:50%;
}
.f50 {
	float:left;
	width:50%
}
.f20 {
	float:left;
	width:20%;
}
.f25 {
	float:left;
	width:25%;
}
.f80 {
	float:left;
	width:80%
}
.f10 {
	float: left;
	width: 10%;
}
.menu {
	display:block;
}
.menu_min, .nm {
	display:none;
}
.nm{
	border-bottom:solid thin #ccc;
}


@media screen and (max-width:1440px) {
.categorias a {
	min-width:inherit;
	max-width:none;
	width:5.4%;
}
.menu {
	display:block;
}
}
@media screen and (max-width:1280px) {
.categorias a {
	min-width:inherit;
	max-width:none;
	width:5.3%;
}
.menu {
	display:block;
}
}
@media screen and (max-width:1025px) {
.categorias a {
	min-width:inherit;
	max-width:none;
	width:5.2%;
}
.menu {
	display:block;
}
}


@media screen and (max-width:820px) {
html {
	font-family: 'Work Sans', sans-serif;
	font-size:9px;
	height:100%;
}
nav>div>a {
	width:5rem;
	overflow:hidden;
	min-width:5rem;
}
.categorias a {
	min-width:inherit;
	max-width:none;
	width:10%;
}
.menu {
	display:block;
}
}
@media screen and (max-width:640px) {
.f25, .f20, .f30, .f40, .f50, .f60, .f70, .f80, .f33 {
	float:none !important;
	width:100% !important;
}
nav div {
	width:90%;
	margin:0 5%;
 z-index':1000
}
nav div a {
	width:auto
}
nav>div>a {
	background-color:rgba(14,37,61,0.8);
}
.menu {
	display:none;
}
.menu_min {
	display:block;
}
}
@media screen and (max-width:480px) {
.f25, .f20, .f30, .f40, .f50, .f60, .f70, .f80 {
	float:none !important;
	width:100% !important;
}
.categorias a {
	min-width:inherit;
	max-width:none;
	width:22%;
}
nav div {
	width:90%;
	margin:0 5%;
 z-index':1000
}
nav div a {
	width:auto
}
.menu {
	display:none;
}
.menu_min, .nm {
	display:block;
}
}
@media (max-width: 360px){
.social img{margin:1.4rem;
}
.sa{
	width:auto;
}
}
input[type="submit"], input[type="button"] {
	background-color: #181818;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #383838, #181818);
	background-image: -ms-linear-gradient(top, #383838, #181818);
	background-image: -webkit-linear-gradient(top, #383838, #181818);
	background-image: -o-linear-gradient(top, #383838, #181818);
	background-image: linear-gradient(top, #383838, #181818);
	color: #ccc;
	cursor: pointer;
	border: none;
	padding: 0.5em 0.8em;
	width: auto;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background-color: #383838;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #181818, #383838);
	background-image: -ms-linear-gradient(top, #181818, #383838);
	background-image: -webkit-linear-gradient(top, #181818, #383838);
	background-image: -o-linear-gradient(top, #181818, #383838);
	background-image: linear-gradient(top, #181818, #383838);
}