.cairo{
	font-family: 'Cairo', sans-serif;
}
a.fire::before{
	content: url('img/top4.png');
	display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
}
h1{
    color: #2947f5!important;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: calc(1.5rem + 1.2vw);
    font-weight: 500;
    margin-top: 10px;
}
h1::before{
	content: "+";
	font-weight: bold;
}
.prodRight h1{
	margin: 0;
}
h1,h2,h3,h4{
	font-family: 'Cairo', sans-serif;
}
h2.subtitle{
    color: #50575e;
    margin-top: 0;
    font-size: 18px;
	font-weight: 300;
	width: 60%;
    margin: 0 auto 20px;
    text-align: center;
}
h3.prodTitle{
    font-size: 1.05rem;
	text-transform: capitalize;
}
.busquedavacia{
	width: 100%;
	text-align: center;
}
.sidefront{
	width: calc(100% - 300px);
}
.sidebar{
	width: 260px;
}
.sidebar button{
	font-size: 20px;
}
.sidebar button::before{
	content: "+";
}
.sidebar ul li a:link,.sidebar ul li a:visited{
	text-decoration: none;
	text-transform: capitalize;
	color: #50575e;
	padding: 5px 8px;
}
.sidebar ul li a:hover{
	background: #2947f5;
	color: #fff;
	border-radius: 5px;
}
.sidebar > ul > li > div{
	margin-left: 25px;
}
.priceOld{
    color: #a0a0a0;
    text-decoration: line-through;
    margin: 0;
    font-size: 1rem;
}
.priceReg{
    color: #383838;
    margin: 0;
    font-size: 1.375rem;
}
.priceNew{
    color: #2947f5;
    margin: 0;
    font-size: 1.375rem;
}
a.plpProduct{
    text-decoration: none;
    margin-bottom: 20px;
}
a.plpProduct .card{
    border: #ececf1 solid 1px;
}
a.plpProduct:hover .card{
    border: #bbbbd5 solid 1px;
}
a.plpProduct:hover h3{
    color: #2947f5;
}
.text-bg-danger{
    font-size: 0.85rem!important;
}
li.paginaActual{
    padding: 5px 15px;
    border: 1px solid;
    border-color: #dee2e6;
}
ul.marcas{
    display: flex;
    flex-wrap: nowrap;
	justify-content: center;
    margin: 10px auto;
    background: #f7f7f7;
    border-radius: 10px;
	overflow: auto;
}
ul.marcas li a{
    display: block;
    width: 90px;
    border-radius: 15px;
    border: 1px solid #eee;
    text-align: center;
    text-decoration: none;
    background: #fff;
    margin: 15px 10px;
}

img.pub{
    width: 100%;
}
.pdpPage{
    width: 100%;
}
.pdpPage .pdpImg img{
    width: 100%;
}
.sitecm{
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.menuTop{
	background: #0a26cb;
	height: 45px;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5); 
	box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.5);
}
li.nav-hr{
	color: #fff;
	vertical-align: middle;
    display: inline-block;
    padding: 7px 10px 0;
}
.navMain > li > a:link, .navMain > li > a:visited{
	color: #fff;
	font-size: 16px;
    font-family: 'Cairo';
}
.navMain > li > a:hover{
	color: #00fcff;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color: #00fcff!important;
}
section.titlePage{
	background: #f3ebff;
	padding: 30px;
	margin-bottom: 20px;
}
section.titlePage h1{
	text-align: center;
}
nav.bread{
	text-align: center;
}
ol.breadcrumb{
	display: inline-flex;
	font-size: 14px;
}
ol.breadcrumb li a:link, ol.breadcrumb li a:visited{
	text-transform: capitalize;
	text-decoration: none;
    color: #676878;
}
ol.breadcrumb li a:hover{
	text-decoration: underline;
}
.btn{
	font-family: 'Cairo', sans-serif;
}
.mensajes{
    background: yellow;
    padding: 20px;
}
header{
	display: flex;
	flex-flow: row wrap-reverse;
}
header nav{
	width: 100%;
}
.prodLeft img{
	width: 100%;
	border: 1px solid #dddddd;
    border-radius: 20px;
    padding: 30px;
}
ul.prodTags{
	display: flex;
	margin: 10px 0;
}
ul.prodTags li{
	margin-right: 10px;
	text-transform: capitalize;
}
.siteBase {
    overflow: auto;
    max-height: 600px;
}
.siteBase .marcasBase{
	display: flex;
    border-radius: 15px;
    padding: 15px;
	margin-bottom: 15px;
    background: #f9f9f9;
	-webkit-box-shadow: 1px 4px 17px -7px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 4px 17px -7px rgba(0,0,0,0.2);
	box-shadow: 1px 4px 17px -7px rgba(0,0,0,0.2);
}
.siteBase .marcasBase:first-child{
	background: #f7fbff;
    border: 1px solid #0dcaf0;
    border-bottom: 8px solid #0dcaf0;
}
.siteBase .marcasBase .up{
	flex: 0 0 20%;
    max-width: 20%;
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.siteBase .marcasBase .up a{
	text-align: center;
    display: block;
    line-height: 1.2;
    font-size: 13px;
    color: #323232;
	margin-top: 0;
	margin-bottom: 5px;
}
.siteBase .marcasBase .up a img{
	border-radius: 20px;
	margin-top: 7px;
}
.siteBase .marcasBase .down{
	flex: 0 0 80%;
    max-width: 80%;
	display: flex;
	justify-content: space-around;
}
.siteBase .marcasBase .down p.nombreSeller{
	font-size: 12px;
	margin-bottom: 15px;
	text-align: left;
	color: #000;
	line-height: 1.2;
	flex: 0 0 20%;
    max-width: 20%;
	padding-right: 30px;
	display: flex;
	align-items: center;
	height: 100%;
}
.siteBase .marcasBase .down p.nombreBase{
	font-size: 12px;
	margin-bottom: 15px;
	text-align: left;
	color: #000;
	line-height: 1.2;
	flex: 0 0 20%;
    max-width: 20%;
	padding-right: 30px;
	display: flex;
	align-items: center;
	height: 100%;
}
.siteBase .marcasBase .down .preciosBase{
	display: flex;
	justify-content: flex-end;
	flex: 0 0 50%;
    max-width: 50%;
}
.siteBase .marcasBase .down .preciosBase div{
	flex: 0 0 50%;
    max-width: 50%;
	display: flex;
	flex-direction: column;
    justify-content: center;
}
.siteBase .marcasBase .down .preciosBase div p:nth-child(1){
	text-align: left;
	font-size: 12px;
	color: #000;
	margin-bottom: 0;
}
.siteBase .marcasBase .down .preciosBase div p:nth-child(2){
	text-align: left;
	font-size: 1.1rem;
	color: #000;
	font-weight: bold;
}

.tabA span:nth-child(odd){
	display: none;
}
.tabS span:nth-child(even){
	display: none;
}
.tabD span:nth-last-child(-n+5),
.tabD span:nth-child(1),
.tabD span:nth-child(2),
.tabD span:nth-child(3){
	display: none;
}
.tabF span:nth-last-child(-n+3),
.tabF span:nth-child(1),
.tabF span:nth-child(2),
.tabF span:nth-child(3){
	display: none;
}
.tabG span:nth-last-child(-n+9),
.tabG span:nth-child(1),
.tabG span:nth-child(2){
	display: none;
}
div#offcanvasNavbar2{
	background: #0a26cb;
}
.prods{
	padding-top: 40px;
}
.userNav{
	display: flex;
}
.userImg{
	display: block;
}
.userImg img{
	width: 40px;
    border-radius: 40px;
}
.slideTitle{
	text-align: left;
	font-size: 8vw;
}
.slideSubTitle{
	text-align: left;
    font-size: 3vw;
    line-height: 1;
}
.paneles{
	display: flex;
	justify-content: space-between;
}
a.panel{
	display: flex;
	flex-wrap: wrap;
    align-content: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	padding: 25px;
	text-decoration: none;
	border-radius: 10px;
	transition: all .5s;
	margin: 20px 0;
	color: #fff;
}
a.panel:hover,
a.panel:focus{
  transform: scale(1.04);
  transition: all .5s;
}
a.panel p,
a.panel h3{
	margin: 0;
	width: 55%;
}
a.px2{
	width: 49%;
	height: 300px;
}
a.px3{
	width: 32%;
	height: 300px;
}
ul.tiendas{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
}
ul.tiendas li{
	margin: 10px;
}
.bannersContenedor{
	height: auto;
	background: #fd306c;
	text-align: center;
}
.bannerMobile{
	display: none;
}
.oculto{
	display: none;
}
.ocultoInverso{
	display: inline;
}
.alerta{
	margin-left: 5px;
}
.alertaProd{
	margin-bottom: 20px;
}
.alertaProd-modal{
	text-align: center;
	font-family: 'Cairo', sans-serif;
	padding: 50px 0!important;
}
.alertaProd-modal h3,.alertaProd-modal h4{
	text-transform: capitalize;
	color: #2947f5;
}
.alertaProd-modal .input-group{
	width: 50%;
    margin: 0 auto;
}
.prodShare{
	display: flex;
	align-items: center;
}
.prodShare .btn{
	border-radius: 50px;
}
.prodShare p{
	margin: 0 5px 0 0;
}
.detalleAlertas .row .col{
	display: flex;
    align-items: center;
    justify-content: center;
	padding:  10px 0;
}
.detalleAlertas .titles{
	padding: 15px 0;
	background: #0a26cb;
	color: #fff;
	font-family: 'Cairo', sans-serif;
	margin: 0 20px;
    border-radius: 10px 10px 0 0;
}
.detalleAlertas .row{
	border: 1px solid #e2e6ed;
	margin: 0 20px;
}
.detalleAlertas .row .col p{
	margin: 0;
}
.detalleAlertas .row .col p span{
	display: none;
}
.activo{
	background: #ffc107;
}
.bienvenida{
	display: none;
	background: #f3ebff;
	padding: 30px;
}
.bienvenida > div{
	display: flex;
	justify-content: space-around;
}
.chartBox{
	width: 700px;
	height: 350px;
}
.prodGraph {
    margin-top: 50px;
}
.precioActual{
	font-size: 2rem;
	padding: 0 0 40px 0;
	color: #323232;
	font-family: 'Cairo', sans-serif;
}
.listadoTrackingUser{
	text-transform: capitalize;
	list-style: none;
	padding: 0;
}
.listadoTrackingUser li a:link,
.listadoTrackingUser li a:visited{
	text-decoration: none;
	background: #e7e0f2;
    padding: 8px 20px;
    margin: 10px;
    border-radius: 10px;
    display: block;
	color: #323232;
}
.listadoTrackingUser li a:hover{
	background: #0a26cb;
	color: #fff;
}
.listadoTrackingUser li p{
	margin: 0;
}
.bienvenida h3, .bienvenida h4{
	margin: 0;
}
.detalleAlertas h2{
	padding: 40px 0 30px;
}
.numTiendas{
	background: #ececf1;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
}
.numTiendas p{
	font-family: 'Cairo', sans-serif;
    text-align: center;
    line-height: 1;
    font-size: 15px;
    margin: 0;
}
a.plpProduct:hover .numTiendas{
	background: #2947f5;
}
a.plpProduct:hover .numTiendas p{
	color: #fff;
}
img.card-img-top{
	height: 250px;
    object-fit: contain;
}

/*****************************************/
/************** HERO BANNER **************/
/*****************************************/

.hero-banner {
	height: 400px;
	overflow: hidden;
	
	align-items: center;
	justify-content: center;
}
.carousel-inner{
	background: url('custom/back.png') center center;
	background-size: cover;
}
.hero-flex{
	display: flex;
	width: 100%;
    height: 100%;
    justify-content: center;
}
.image-banner{
	text-align: center;
}
.content-banner{
	font-family: 'Cairo', sans-serif;
	text-align: center;
	display: flex;
	justify-content: center;
    flex-direction: column;
}
.content-banner p{
	line-height: 2rem;
    font-size: 3.3rem;
    color: #383838;
}
.content-banner p span{
	color: #2947f5;
}
.hero-flex{
	display: flex;
	text-decoration: none;
	font-family: 'Cairo', sans-serif;
	align-items: center;
}
.hero-flex h2{
	color: #2947f5;
	max-width: 25ch;
    line-height: 1;
	font-size: 2.5rem;
	margin-bottom: 15px;
}
.ranktienda{
	display: flex;
	align-items: center;
	height: 50px;
}
.ranktop .ranktienda:hover{
    background-color: #FFFFFF80;
    border-radius: 10px;
}
.ranktop .ranktienda:first-of-type{
	font-size: 18px !important;
    background: white;
    border-radius: 10px;
}
.ranktop .ranktienda:first-of-type .precio{
	font-size: 22px !important;
}
.ranktop .ranktienda img{
	border-radius: 40px;
    border: 2px solid #e9e9ff;
	width: 40px;
}
.ranktop .ranktienda p{
	line-height: 1;
	margin: 0 0 0 10px;
    padding: 0;
}
.ranktienda .num{
	width: 30px;
    text-align: center;
    font-size: 24px;
    color: black;
}
.ranktienda .precio{
	font-size: 18px;
	color: #000;
	margin-right: 10px;
	width: 110px;
	text-align: right;
}
.ranktienda .sitio{
	color: black;
    font-weight: bold;
}
.hero-image{
	margin-right: 50px;
}
.hero-image img.fotorank{
	height: 400px;
}
a.linkrank{
	text-decoration: none;
}
span.seller {
    color: grey;
}
nav.navbar{
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
    z-index: 100;
}


@media screen and (max-width: 1200px){
	ul.marcas{
		justify-content: flex-start;
	}
	.hero-content p{
		/* line-height: 2rem;
		font-size: 3rem; */
	}
	.hero-image {
		/* width: 40%; */
	}
}

@media screen and (max-width: 990px){
	li.nav-hr{
		display: none;
	}
	.chartBox{
		width: 400px;
		height: 200px;
	}
	header{
		display: block;
	}
	.detalleAlertas .titles{
		display: none;
	}
	.detalleAlertas .row{
		display: grid;
		padding: 20px;
	}
	.detalleAlertas .row .col p span{
		display: inline;
	}
	.ocultoInverso{
		display: none!important;
	}
	button.navbar-toggler{
		position: absolute;
    	right: 15px;
    	top: 50px;
	}
	.menuTop{
		height: 0!important;
	}
	.logocm{
		padding: 0 0 15px;
	}
	.sitecm{
		flex-wrap: wrap;
	}
	.sidefront{
		width: 100%;
	}
	.sidebar{
		width: 100%;
	}
	.siteBase .marcasBase .up{
		flex: 0 0 30%;
		max-width: 30%;
	}
	.siteBase .marcasBase .down{
		flex: 0 0 70%;
		max-width: 70%;
		display: block;
	}
	.siteBase .marcasBase .down p.nombreSeller{
		font-size: 14px;
		margin-bottom: 10px;
		font-weight: bold;
		text-align: left;
		color: #6431d9;
		line-height: 1;
		flex: 0 0 100%;
    	max-width: 100%;
		padding-right: 0;
		height: auto;
	}
	.siteBase .marcasBase .down p.nombreBase{
		font-size: 14px;
		margin-bottom: 10px;
		font-weight: bold;
		text-align: left;
		color: #6431d9;
		line-height: 1;
		flex: 0 0 100%;
    	max-width: 100%;
		padding-right: 0;
		height: auto;
	}
	.siteBase .marcasBase .down .preciosBase{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.siteBase .marcasBase .down .preciosBase div p:nth-child(1){
		text-align: left;
		font-size: 12px;
		color: #000;
		margin-bottom: 0;
	}
	.siteBase .marcasBase .down .preciosBase div p:nth-child(2){
		text-align: left;
		font-size: 1.1rem;
		color: #000;
		margin-bottom: 4px;
		font-weight: bold;
	}
	.siteBase .marcasBase .up a{
		margin-top: 5px;
	}
	.bannerMobile{
		display: block;
	}
	.bannerDesktop{
		display: none;
	}
	.paneles{
		display: block;
	}
	a.px3,a.px2{
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	.hero-content{
		width: 100%;
	}
	.hero-image {
		display: none;
	}
}