body, html {
	height: 100%;
	margin: 0;
	background-color: #ffffff;
}

body {
	font-family: 'Oswald', Arial;
}

/* INICIO */
.catalogo {
	/* The image used */
	background-image: url("../../images/catalogo.PNG");

	/* Full height */
	height: 100%; 

	/* Center and scale the image nicely */
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% ;
}

/* CATEGORIAS */
.categorias {
	/* The image used */
	background-image: url("../../images/header2.png");
	/* Full height */
	height: 100%; 
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.categorias-header {
	height:11vw; 
	width:100%; 
	position: fixed; 
	z-index:1000 !important;
}

.categorias-header-row {
	background-color: #fff;
	position: relative; 
	top: 10vw;
	z-index:900 !important;
}

.categorias h4 {
	color: #8a8989;
}

.categorias-center {
	padding-top: 19vw;
}

.marcas-center {
	padding-top: 22vw;
}

.category-name {
	margin-top: 22px;
}

.category-id {
	margin-top: 12px !important;
}

.circulo{
	margin-top: 14px;
	background-color: #519df3d2;
	border-radius: 50%;
	height: 35px;
	width: 35px;
}

.circulo h4 {
	color: #ffffff;
}

.circulo2{
	background-color: #519df3d2;
	border-radius: 50%;
	height: 35px;
	width: 35px;
}

.circulo2 h4 {
	color: #ffffff;
}

.circulo-h4 {
	background-color: #519df3d2;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin: 0 auto;
	color: #fff !important;
	padding-top: 9px;
}

.circulo-h4-regresar {
	background-color: #519df3d2;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin: 0 auto;
	color: #fff !important;
	padding-top: 6px;
	padding-right: 2px;
}

.rectangulo-h4 {
	background-color: #519df3d2;
	height: 35px;
    width: auto;
    margin: 0 auto;
	color: #fff !important;
	padding-top: 6px;
}

.tr-gray {
	background: #6c757d !important;
	color: #fff;
}

/* VOLVER */
.volver {
	font-size: 30px;
	padding: 10px;
}

/* ZOOM IMAGEN*/
.zoomA {
	/*width: 600px;*/
	height: auto;
	transition-duration: 1s;
	transition-timing-function: ease;
}
.zoomA:hover {
	transform: scale(2.1);
}

/* IMAGEN REDONDA */
.image-rounded {
	object-fit: cover;
	border-radius: 50%;
	height: 100px;
	width: 100px;
}

/* IMAGEN PEQUEÑA */
.image-small {
	object-fit: contain;
	height: 60px;
	width: 60px;
}

/* IMAGEN MEDIANA */
.image-medium {
	object-fit: contain;
	height: 140px;
	width: 140px;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	margin: 10px;
	border: solid 5px #6c757d;
	border-radius: 30px;
	-webkit-box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.75);
}

.image-medium-product {
	object-fit: contain;
	height: 130px;
	width: 130px;
	margin-top: 5px !important;
	margin: 10px;
	border: solid 5px #6c757d;
	border-radius: 30px;
	-webkit-box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.75);
}

.with-wrap {
	white-space:normal!important;
}

.td-padding {
	padding: 2px !important;
}

.breadcrumb {
	background-color: #fff !important;
}

.font-16 {
	font-size: 16px;
}

a:hover {
	text-decoration: none !important;
}

@media screen and (max-width: 992px) {
	.categorias-center {
		padding-top: 30vw;
	}
	
	.marcas-center {
		padding-top: 30vw;
	}
}

@media screen and (max-width: 836px) {
	.categorias-center {
		padding-top: 34vw;
	}
	
	.marcas-center {
		padding-top: 34vw;
	}
}

@media screen and (max-width: 670px) {
	.categorias-center {
		padding-top: 39vw;
	}
	
	.marcas-center {
		padding-top: 39vw;
	}
}

@media screen and (max-width: 630px) {
	.categorias-center {
		padding-top: 42vw;
	}
	
	.marcas-center {
		padding-top: 42vw;
	}
}

@media screen and (max-width: 560px) {
	.categorias-center {
		padding-top: 46vw;
	}
	
	.marcas-center {
		padding-top: 46vw;
	}
}

@media screen and (max-width: 480px) {
	.categorias-center {
		padding-top: 48vw;
	}
	
	.marcas-center {
		padding-top: 48vw;
	}
}

@media screen and (max-width: 455px) {
	.categorias-center {
		padding-top: 52vw;
	}
	
	.marcas-center {
		padding-top: 52vw;
	}
}

@media screen and (max-width: 420px) {
	.categorias-center {
		padding-top: 56vw;
	}
	
	.marcas-center {
		padding-top: 56vw;
	}
}

@media screen and (max-width: 390px) {
	.categorias-center {
		padding-top: 62vw;
	}
	
	.marcas-center {
		padding-top: 62vw;
	}
}

@media screen and (max-width: 360px) {
	.categorias-center {
		padding-top: 66vw;
	}
	
	.marcas-center {
		padding-top: 66vw;
	}
}

@media screen and (max-width: 340px) {
	.categorias-center {
		padding-top: 70vw;
	}
	
	.marcas-center {
		padding-top: 70vw;
	}
}

@media screen and (max-width: 335px) {
	.categorias-center {
		padding-top: 74vw;
	}
	
	.marcas-center {
		padding-top: 74vw;
	}
}

.vcenter {
	display: grid;
    align-items: center;
}

.btn-50 {
	height: 70px !important;
}

.btn-60 {
	height: 60px !important;
}

.color-1 {
	background: #e1d26f;
}

.color-2 {
	background: #a2d959;
}

.color-3 {
	background: #e29d5c;
}

.color-4 {
	background: #a2d3f2;
}

.color-5 {
	background: #e0b5b9;
}

.color-6 {
	background: #ddb0dc;
}

.color-7 {
	background: #bce6ba;
}

.color-8 {
	background: #d6e375;
}

.color-9 {
	background: #e8b4b1;
}

.color-10 {
	background: #bbe7dc;
}

.color-11 {
	background: #b4e7fa;
}

.color-12 {
	background: #dded77;
}

.color-13 {
	background: #ace3e9;
}

.color-14 {
	background: #f8a0a1;
}

.color-15 {
	background: #d7d7d5;
}

.color-16 {
	background: #a4e0d9;
}

.color-17 {
	background: #c7e5db;
}

.color-18 {
	background: #c5cde4;
}

.color-19 {
	background: #fac4ad;
}

.color-20 {
	background: #c3e682;
}

.color-21 {
	background: #a1c4ea;
}

.color-22 {
	background: #d5a1d6;
}

.color-23 {
	background: #d5a1d6;
}

.color-24 {
	background: #b0afae;
}

.color-25 {
	background: #cace82;
}

.color-26 {
	background: #bee8e2;
}

.color-27 {
	background: #fbc7ab;
}

.color-28 {
	background: #c5e56e;
}

.color-29 {
	background: #faf66e;
}

.color-30 {
	background: #f5c58e;
}

.breadcrumb {
	margin-bottom: 0px !important;
}

.btn-font-size {
	font-size: 14px !important;
}

.btn-h2 {
	border-radius: 40px; 
	padding-right: 50px; 
	padding-left: 50px; 
	height: auto;
	background: #2a398d; 
	color: #fff;
}

.btn-h2:hover {
	color: #fff;
	cursor: initial;
}

.btn-h2:focus {
	color: #fff;
}

.btn-h2 h2 {
	margin: 0px !important;
}

.select-card:focus {
	border: solid 5px #2a398d !important;
	height: 240px !important;
} 

.select-card:active {
	border: solid 5px #2a398d !important;
	height: 240px !important;
}

.select-card:focus img {
	height: 155px !important;
}

.select-card:active img {
	height: 155px !important;
}

.select-card-2:focus {
	border: solid 5px #2a398d !important;
} 

.select-card-2:active {
	border: solid 5px #2a398d !important;
}