:root { 
    --white: #ffffff;
    --red: #C10230;
    --black: #111A2B;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Bold.eot');
    src: url('fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-Bold.woff2') format('woff2'),
        url('fonts/Gilroy-Bold.woff') format('woff'),
        url('fonts/Gilroy-Bold.ttf') format('truetype'),
        url('fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Black.eot');
    src: url('fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-Black.woff2') format('woff2'),
        url('fonts/Gilroy-Black.woff') format('woff'),
        url('fonts/Gilroy-Black.ttf') format('truetype'),
        url('fonts/Gilroy-Black.svg#Gilroy-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Light.eot');
    src: url('fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-Light.woff2') format('woff2'),
        url('fonts/Gilroy-Light.woff') format('woff'),
        url('fonts/Gilroy-Light.ttf') format('truetype'),
        url('fonts/Gilroy-Light.svg#Gilroy-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Regular.eot');
    src: url('fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-Regular.woff2') format('woff2'),
        url('fonts/Gilroy-Regular.woff') format('woff'),
        url('fonts/Gilroy-Regular.ttf') format('truetype'),
        url('fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body{
    height: 100%;
}
body {
    background: #fff;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    color: #777;
    font-weight: normal;
}
.container, .container-fluid {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.clear, .clearfix {
    display: block;
    clear: both;
}
.height10 {
    height: 10px;
}
.height20 {
    height: 20px;
}
.height30 {
    height: 30px;
}
.height50 {
    height: 50px;
}
a, a:hover { 
    color: var(--blue);
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
.black {
    color: var(--black);
}
.white {
    color: var(--white);
}
.red {
    color: var(--red);
}
.bg-black {
    background: var(--black);
}
.bg-white {
    background: var(--white);
}
.bg-red {
    background: var(--red);
}
.alert { 
    padding: 10px 15px; 
}
h1, h2, h3, h4 { 
    color: #000; 
    font-weight: bold;
    font-family: 'Gilroy', sans-serif;
}
.whatsappfix {
    position: fixed;
    right: 10px;
    bottom: 10px;
}
/* HEADER */
header .navbar-brand {
    padding: 10px 0;
    min-height: none;
    height: auto !important;
}
header .navbar-brand img {
    width: 160px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-default .navbar-nav li a {
    color: #000;
    font-size: 15px;
    border-top: none;
    border-left:none;
    border-right: none;
    border-bottom: 3px solid transparent;
    padding: 35px 1px;
    text-transform: uppercase;
    font-weight: normal;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    font-family: 'Gilroy', sans-serif;
}
.navbar-default .navbar-nav li.active a {
    background:none !important;
    color: var(--red);
    border-bottom: 3px solid var(--red);
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
    color: var(--red);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: var(--red);
    border-bottom: 3px solid var(--red);
}
.navbar-default .navbar-nav li {
	padding-left: 12px;
	padding-right: 12px;
}
.navbar-default .navbar-right {
	padding-top: 2px;
}
.contentmenu {
	position: relative;
	padding-right: 350px;
}
.contentmenu .actions {
	position: absolute;
	right: 0;
	top: 24px;
}
.contentmenu .search form {
	position: relative;
}
.buscador {
	width: 400px;
	max-width: 100%;
	position: relative;
	border:1px solid #fff;
}
.contentmenu .search form input, .buscador input {
	width: 100%;
	border: 1px solid #dfdfdf;
	height: 40px;
	padding: 7px;
	color:var(--black);
	font-family: Arial, Helvetica, sans-serif;
}
.buscador input {
	border:none;
}
.contentmenu .search form button, .buscador button {
	position: absolute;
	right: 0;
	top: 0;
	background:var(--red);
	border:none;
	outline:none;
	color:#fff;
	height: 40px;
	width: 40px;
	text-align: center;
}
.contentmenu .search, .contentmenu .login, .contentmenu .carro {
	display: inline-block;
	margin-left: 9px;
}
.contentmenu .hamburger {
	display: none;
}
.contentmenu .login img {
	width: 34px;
}
.contentmenu .carro img {
	width: 30px;
}
#loadCart {
    font-size: 12px;
    position: relative;
    top: -5px;
    color: var(--black);
}
.bg-grey {
	background:#f5f5f5;
}

.contentcarousel {
	position: relative;
}
.categorias {
	padding-right: 10px;
}
.categorias .bg-red {
	padding: 8px 7px;
	font-weight: bold;
}
.categorias a {
	display: block;
	padding: 3px 8px;
	border-bottom: 1px solid #dfdfdf;
	color: #111A2B;
}
.categorias a:hover {
	color: var(--red);
}
.relative {
	position: relative;
}
.carousel-home {
	position: absolute;
	top: 0;
	left: 0;
	width: 2000px;
}
.carousel-home .item {
	height: 812px;
}
body {
	overflow-x: hidden !important;
}
.contenidoslider {
	color:#fff;
	padding-left: 50px;
	padding-top: 200px;
	font-size: 22px;
	font-weight: 300;
}
.contenidoslider h1, .contenidoslider h2 {
	font-weight: 900;
	color:#fff;
	margin: 0;
}
h1 {
	font-size: 44px;
}
h2 {
	font-size: 40px;
}
.boton {
	display: inline-block;
	background:var(--red);
	color:#fff;
	padding: 10px 30px;
	font-size: 15px;
	text-tranform: uppercase;
	font-weight: normal;
	border-radius:8px;
	border:none;
	outline:none;
}
.carousel-indicators {
  margin: 0;
  padding: 0;
  text-align: left;
  left: 0;
  width: 100%;
  padding-left: 50px;
}
.carousel-indicators li {
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    margin: 0 1px;
    background: #fff;
}
.carousel-indicators li.active {
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    margin: 0 1px;
    background: var(--red);
}
.logos {
	padding-top: 30px;
	padding-bottom: 30px;
}
.logos .item img {
	display: block;
	text-align: center;
	width: auto !important;
}
.ficha {
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
	border-top: 3px solid var(--red);
	background:#fff;
}
.imgproducto {
	display: block;
	width: 100%;
	height: 300px;
	background-size: cover;
	border: 10px solid #fff;
}
.contenidoficha {
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 7px;
	height: 120px;
	overflow:hidden;
	text-align: center;
}
.contenidoficha h4 {
	font-size:16px;
	font-weight: bold;
	color:var(--black);
	line-height: 1.3em;
}
.ficha {
	margin-bottom: 30px;
}
.ficha .precio {
	padding: 10px 0 10px 30px;
	color:var(--red);
	font-weight: bold;
}
.ficha .agregar {
	text-align: right;
	padding-top: 8px;
	padding-right: 30px;
}
.ficha .agregar img {
	width: 26px;
}
.nosotros-home {
	margin-top: 60px;
	background:var(--red);
	color:#fff;
}
.nosotros-home h1 {
	font-weight:900;
}
.nosotros-home .relative {
	position: relative;
	padding-right: 480px;
	padding-top: 50px;
	padding-bottom:50px;
}
.nosotros-home .relative img {
	position: absolute;
	bottom: -30px;
	right: 0;
	width: 500px;
}
.nosotros-home a {
	background:#fff;
	color:var(--red);
	display: inline-block;
	padding: 10px 15px;
	border-radius:8px;
	text-transform: uppercase;
}
footer {
	background:#f4f4f4;
	padding-top: 50px;
	padding-bottom: 30px;
	color:#333;
}
.redesfooter a {
	background:var(--red);
	color:#fff;
	display: inline-block;
	border-radius: 8px;
	margin: 0 2px;
	text-align:center;
	font-size: 19px;
	line-height: 30px;
	width: 30px;
	height: 30px;
}
.redesfooter {
	margin-bottom: 20px;
}
footer img {
	width: 160px;
	margin-bottom: 15px;
}
.owl2 .owl-nav, .owl2 .owl-dots {
	display: none !important;
}
.categorias2 {
	display: none;
}
.lista-categorias {
	display: none;
}
.lista-categorias a {
	display: block;
	padding: 7px 15px;
	border-bottom: 1px solid #dfdfdf;
	color: #111A2B;
}
.lista-categorias a:hover {
	color: var(--red);
}
.pagina .contentmenu .search {
	display:none;
}
.topbar {
	background:var(--red);
	padding-top: 10px;
	padding-bottom: 10px;
}
.topbar .col-sm-9 {
	text-align: right;
}
.buscador {
	float:right;
	text-align: left;
}
.mision h3 {
	font-weight: normal;
	margin-top: 0;
}
.mision {
	position:relative;
	padding-left: 80px;
	margin-bottom: 30px;
}
.mision img {
	position: absolute;
	width: 62px;
	top: 0;
	left: 0;
}
.formulario input, .formulario select {
	width: 100%;
	padding: 12px 15px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	background:#fff;
}
.formulario textarea {
	border: 1px solid #ccc;
	width: 100%;
	height: 100px;
	margin-bottom: 15px;
	padding: 12px 15px;
	background:#fff;
}
.normal {
	font-weight: normal;
	margin-top: 0;
}
.detalle ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
.detalle li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}
.detalle li::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--red);
    border-radius: 50%;
    position: absolute;
    left: 14px;
    top: 8px;
}
.cantidad {
    display: block;
}
.cantidad button {
    width: 30px; 
    font-weight: 400;
    background: #fcfcfc !important; 
    padding: 0; 
    box-shadow: none; 
    border: none; 
    display: inline-block; 
    color: #111 !important;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    text-align: center;
    float: left;
    z-index: 1;
    position: relative;
    height: 42px;
}
.cantidad button:hover {
    font-weight: 500;
    color: #000;
    background: #f8f8f8 !important;
}
.cantidad input { 
    width: 80px;
    height: 42px;
    display: inline-block; 
    padding: 7px 20px; 
    text-align: right;
    box-shadow: none; 
    border-radius: 0;
    float: left;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
    margin-left:-2px;
    margin-right: -2px;
}
table {
    width: 100%;
}
.grandtotal table td {
    border-bottom: 1px solid #ddd;
    padding-top: 6px;
    padding-bottom: 6px;
}
.accionescarro {
    display: inline-block;
    text-align: left;
    opacity: 0.7;
    color: #cc0000 !important;
}
.table.tablacarro > tbody > tr > td, 
.table.tablacarro > tbody > tr > th, 
.table.tablacarro > tfoot > tr > td, 
.table.tablacarro > tfoot > tr > th, 
.table.tablacarro > thead > tr > td, 
.table.tablacarro > thead > tr > th {
    padding: 12px 10px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.botongris {
    display: inline-block;
    background: #ccc;
    color: #111 !important;
    text-transform: none;
    padding: 10px 20px;
    white-space: nowrap;
    border-radius: 0;
    border: none; 
    outline: none;
    margin-bottom: 14px;
}
input[type="number"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}
.botones {
    display: inline-block;
    background: var(--red);
    color: #fff !important;
    text-transform: none;
    padding: 10px 30px;
    white-space: nowrap;
    border: none; 
    outline: none;
    margin-bottom: 14px;
    border-radius: 8px;
}
.botones:hover {
    text-decoration: none;
}
.modal-content {
    border-radius: 0;
    text-align: left;
}
.modal-content button.cerrarmodal {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    font-size: 30px;
    font-weight: 300;
    top: 0;
    color: #999;
    padding: 0;
}
.modal-header {
    padding: 20px 15px 0 15px;
    border-bottom: none;
    margin-bottom: 0;
}
.modal-header p {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}
.modal-body {
    padding-top: 15px;
}
.mapa iframe {
    width: 100%;
    height: 360px;
}
#form-registro label.error {
    font-weight: normal;
    font-size: 13px;
    color: #ff0000;
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-top: -10px !important;
    display: block;
    margin-bottom: 15px !important;
}
.containerradio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}
.containerradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.containerradio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #d0d0d0;
  border-radius: 50%;
}
.containerradio input:checked ~ .checkmark {
    background-color: var(--red);
}
.containerradio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.containerradio input:checked ~ .checkmark:after {
  display: block;
}
.containerradio .checkmark:after {
  left: 8px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pagination {
  display: block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  text-align: center;
}
.pagination a {
  margin: 0 2px;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ddd;
  padding: 15px;
}
.menufooter span {
	display: inline-block;
	margin:0 8px;
	font-size: 12px;
	border-left: 1px solid #333;
	width: 1px;
	height:12px;
}
.topbar .dropdown-toggle {
	border:none;
	outline:none;
	-webkit-appearance: none;
	appearance: none;
	color:#fff;
	background:var(--red);
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
} 
.dropdown-menu li a {
	display: block;
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	padding: 8px 12px;
}
.sidenav {
  	height: 100%; 
  	width: 0;
  	position: fixed; 
  	z-index: 1000;
  	top: 0; 
  	left: 0;
  	background-color: var(--white);
  	overflow-x: hidden; 
  	padding-top: 0; 
  	transition: 0.5s; 
  	box-shadow: 10px 0px 15px -3px rgba(0,0,0,0.3);
}
.content-sidenav {
	position: relative;
}
.content-sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 40px;
  margin-left: 50px;
  z-index: 9999;
  font-weight: 300;
  color:#111 !important;
}
.content-sidenav ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	padding-top: 70px;
}
.content-sidenav ul li a {
	display: block;
	text-transform: uppercase;
	color:#333;
	padding: 12px 15px;
	margin-bottom: 1px;
	white-space: nowrap;
}
.content-sidenav ul li.active a {
	color:#fff;
	background: var(--red);
}

@media(max-width: 991px) {
	#navbar {
		display: none !important;
	}
	header .navbar-brand img {
 		width: 142px;
	}
	.contentmenu .hamburger {
		display: inline-block;
		color:var(--red);
		margin-left: 15px;
		font-size: 22px;
		position:relative;
		top:4px;
		cursor:pointer;
	}
	.contentmenu {
		padding-right: 145px;
	}
	.topbar .dropdown-toggle {
  		margin-bottom: 10px;
	}
}

@media(max-width:767px) {
	.contentmenu .search {
		display: none;
	}
	.categorias {
		display: none;
	}
	.contentcarousel .col-sm-9 {
		padding-left: 0;
		padding-right: 0;
	}
	.carousel-home {
	  position: relative;
	  top: inherit;
	  left: inherit;
	  width: 100%;
	}
	.contenidoslider {
  		padding-left: 24px;
  		padding-top: 150px;
  		font-size: 20px;
  	}
  	h1 {
 		font-size: 38px;
	}
	h2 {
 		font-size: 32px;
  		margin-top: 5px !important;
	}
	.carousel-home .item {
		height: 530px;
	}
	.carousel-indicators {
  		padding-left: 24px;
	}	
	.nosotros-home .relative {
  		padding-right: 30px;
	}
	.nosotros-home .relative img {
 		bottom: -73px;
  		right: 10px;
  		width: 200px;
	}
	footer p {
		margin-bottom: 5px;
	}
	.categorias2 {
		display: block;
	}
	.categorias2 .bg-red {
		display: block;
		padding: 15px 15px;
		font-weight: bold;
		color:#fff !important;
	}
	.categorias2 .bg-red .fa {
		margin-right: 10px;
	}
}

@media(max-width:498px) {
	.full498 {
		width: 390px;
		max-width: 100%;
		margin-left:auto;
		margin-right:auto;
		float: none;
	}
	h1 {
 		font-size: 34px;
	}
	h2 {
 		font-size: 28px;
  		margin-top: 5px !important;
	}
}