@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Itim&family=Kanit&family=Lato&family=Pacifico&family=Poppins:wght@300&family=Public+Sans&family=Roboto&family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
*{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
	font-family: 'Nunito', sans-serif;
}
body{
	font-family: 'Nunito', sans-serif;
	position: relative;
}

html{
    scroll-behavior: smooth;
}
.my-basket{
	position: fixed;
	background-color: #fff;
	right: -600px;
	width: 450px;
	height: 100vh;
	z-index: 350;
	transition: .4s all;
}
.accive-my-basket{
	right: 0;
}
input:focus, select:focus, select, input.form-control:focus, button, button:focus, button.btn:focus {
	outline:none !important;
	outline-width: 0 !important;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.dropdown-item:focus{
	background-color: transparent !important;
}
#Navbar-head2 button.dropdown-toggle:active, button.dropdown-toggle:focus{
	outline:none !important;
	outline-width: 0 !important;
}

/*navbars*/
#Navbar-head1{
	background-color: #030047 !important;
	border-bottom: 1px solid #404455;
} 
#Navbar-head1 .nav-left .nav-item .nav-link{
	font-size: 14px;
	font-weight: bolder;
}

#Navbar-head1 .nav-right .nav-item .nav-link{
	font-size: 14px;
	font-weight: bolder;
}
#Navbar-head1 .nav-right .nav-item{
	border-radius: 10px;
	margin: 0;
	transition: all .3s;
}
#Navbar-head1 .nav-right .nav-item:hover{
	background-color: rgba(255, 255, 255, .1);
	color: #060f37 !important;
}
#Navbar-head1 .nav .nav-item .nav-link{
	font-family: 'Nunito', sans-serif;
	color: #ccc;
	transition: all .3s;
}
#Navbar-head1 .nav .nav-item .nav-link:hover{
	color: #3a64d0;
}


#Navbar-head2{
	background-color: transparent !important;
	border-bottom: 1px solid #404455;
}
#Navbar-head2 .navbar-brand img{
	width: 270px;
}

#Navbar-head2 .dropdown:hover>.dropdown-menu {
  display: block;
}
#Navbar-head2 .dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
#Navbar-head2 .nav-item{
	position: relative;
}
#Navbar-head2 .nav-item .nav-link{
	font-family: 'Nunito', sans-serif;
	color: #f7931a !important;
}

/*MENU 3*/
#Navbar-head3{
	position: fixed;
	width: 100%;
	background-color: transparent;
	transition: .3s ease;
	z-index: 150;
}

#Navbar-head3 .navbar-nav .nav-item .nav-link{
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	border-radius: 10px;
	padding: .5em;
	transition: all .3s;
}
#Navbar-head3 .navbar-nav .nav-item{
	border-radius: 10px;
	margin: 0;
	padding: 1em;
	transition: all .3s;
}
#Navbar-head3 .navbar-nav .nav-item .nav-link:hover{
	background-color: rgba(255, 255, 255, .5);
	color: #000 !important;
	backdrop-filter: blur(10px);
}
#Navbar-head3 .navbar-nav .nav-item .nav-link i{
	transition:all .4s ease-in-out;
}
#Navbar-head3 .navbar-nav .nav-item .nav-link:hover i{
	transform: rotate(-40deg);
}

#Navbar-head3 .navbar-nav .nav-item:last-child .nav-link:hover i{
	transform: rotate(0);
}

.activeM{
	background-color: rgba(0, 0, 0, 0.6) !important;
	box-shadow: 0px 5px 16px -4px rgba(0,0,0,0.75);
	backdrop-filter: blur(10px);
}

#Navbar-head3 .navbar-brand img{
	width: 128px;
}
/*menu desplegable*/
#menuPrincipal .dropdown:hover>.dropdown-menu {
  display: block;
}
#menuPrincipal .dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
#menuPrincipal .dropdown .dropdown-toggle::after:hover{
	transform: rotate(-40deg);
}
#menuPrincipal .dropdown .dropdown-menu{
	background-color: #030047 !important;
	width: 100%;
	border: 0;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 10px 25px -8px rgba(0,0,0,0.95);
}
#menuPrincipal .dropdown .moreCategoria{
	border-bottom: 4px solid #d77804;
}
#menuPrincipal .dropdown ul li .dropdown-divider{
	border-color: #404455 !important;
}
#menuPrincipal .dropdown ul li .dropdown-item{
	padding: .7em;
	font-size: 1em;
	color: #fff;
}
#menuPrincipal .dropdown ul li:first-child{
	border-radius: 10px 10px 0px 0px;
}

#menuPrincipal .dropdown ul li .dropdown-item:hover{
	background-color: rgba(255, 255, 255, .1);
}
#menuPrincipal .dropdown ul li:last-child .dropdown-item:hover{	
	border-radius: 0px 0px 10px 10px;
}

/*submenu*/

#menuPrincipal .dropstart{
	position: relative;
}
#menuPrincipal .dropstart .dropdown-menu {
  position: absolute;
  left: -188%;
  width: 350px;
  background-color: #0b02ac !important;
  border-radius: 10px 0px 0px 10px;
}
#menuPrincipal .dropstart ul li:first-child{
	border-radius: 10px 0px 0px 0px;
}
#menuPrincipal .dropstart ul li:last-child{
	border-radius: 0px 0px 0px 10px;
	border-bottom: 4px solid #d77804;
}
#menuPrincipal .dropstart ul li .dropdown-item:hover{
	background-color: rgba(255, 255, 255, .1);
}

#menuPrincipal .dropstart ul li:first-child .dropdown-item:hover{
	border-radius: 10px 0px 0px 0px;
}
#menuPrincipal .dropstart ul li:last-child .dropdown-item:hover{
	border-radius: 0px 0px 0px 10px;
}
#menuPrincipal .dropstart:hover>.dropdown-menu {
  display: inline-block;
}
#menuPrincipal .dropstart>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
/*MENU USUARIO*/
.navUser .nav-link{
	cursor: pointer;
}
.navUser .nav-link img{
	width: 32px;
	padding-right: 5px;
}
.navUser .dropdown-menu{
	border-radius: 0 !important;
	width: 100%;
}
/*ANIMACION PARA LOS DESPLEGABLES*/
@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

#sliderPP .carousel-inner .carousel-item img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
@media only screen and (max-width: 600px) and (min-width: 400px){	

  #menuPrincipal .dropstart .dropdown-menu {
  left: 50%;
  width: 100% !important;
  right: 10px;
	}		
	#menuPrincipal .dropstart:hover>.dropdown-menu {
	  display: block;
	}
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/*divide*/
.b-example-divider {
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.divide-slider{
	position: relative;
	height: .2em;
	padding: 0;
	margin: 0;
}
.divide-slider img{
	position: absolute;
	margin-top: -80px;
	bottom: 0;
	width: 100%;
}
.bi {
	vertical-align: -.125em;
	fill: currentColor;
}

/*BOTONES*/
/*naranja*/
.btn-naranja{
	background-color: #d77704;
	color: #fff;
	transition: .2s ease;
}
.btn-naranja:hover{
	background-color: #fba136;
	color: #fff;
}

.btn-detalles{
	background-color: #020c93;
	color: #fff;
	cursor: pointer;
	font-family: 'Kanit', sans-serif;
	transition: .2s ease;
	font-size: 14px !important;
}
.btn-detalles:hover{
	background-color: #0b18c2;
	color: #fff;
}

.btn-cesta{
	background-color: #e68e22;
	color: #5a2a00;
	border-radius: 50px;
	overflow: hidden;
	transition: .2s ease;
}
.btn-cesta:hover{
	transform: scale(1.05);
	background-color: #f8a43d;
	color: #5a2a00;
}

.btn-pm{
	background-color: #cfcfcf;
	color: #050077;
	border-radius: 50px;
	overflow: hidden;
	transition: .2s ease;
}
.btn-pm:hover{
	background-color: #1642ff;
	color: #fff;
}
.btn-link{
	background-color: transparent !important;
	color: #128C7E;
	text-decoration: none;
	overflow: hidden;
	transition: .2s ease;
}
.btn-link:hover{
	color: #25D366;
}
/*CARD DE PRODUCTOS*/
.carouselPPdrt .card{
	position: relative;
	cursor: default;
	overflow: hidden;
	padding-bottom: 6px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	height: 100%;
	transition: .2s all;
}
.carouselPPdrt .card img{	
  position: relative;
	transition: .3s all;
}
.carouselPPdrt .card:hover{
	/*transform: scale(1.03);*/
	box-shadow: 0px 15px 9px -12px rgba(0,0,0,0.75);
	z-index: 100;
}

.carouselPPdrt .card:hover img{
	/*transform: scale(1.10,1.10);*/
	transform: scale(1.15);
}
.carouselPPdrt .card .barraBTN{
	position: absolute;
	opacity: 0;
	bottom: 50px;
	margin-bottom: 10px;
	width: 100vh;
	z-index: 10;
	overflow: hidden;
	transition: .3s all;
}
.carouselPPdrt .card:hover .barraBTN{		
	opacity: 1;
	bottom: 125px;
}
.carouselPPdrt .card .barraBTN .btn{
	border-radius: 0 !important;
}
.carouselPPdrt .tarjeta{
	position: relative;
}
.carouselPPdrt .card .card-body{
	overflow: hidden;
}
/*OFERTAS*/
.carouselPPdrt .tarjeta .ofertaVR{
	position: absolute;
	text-align: center;
	padding: 0;
	margin-top: 0px;
	width: 75px;
	height: 75px;
	right: 0;
	background-image: url('../images/mensajeria/oferta.png');
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	z-index: 10;
}
.carouselPPdrt .tarjeta .ofertaVR span{
	margin: 0 auto;
	text-align: center;
	margin-right: 0;
	font-family: 'Itim', cursive;
	font-weight: 800;
	margin-left: 15px;
	font-size: 1.4em;
	color: #fff;
}

/*DESCUENTOS*/
.carouselPPdrt .tarjeta .descuentos{
	position: absolute;
	text-align: center;
	width: 100%;
	padding: 0;
	margin-top: 0px;
	width: 100px;
	height: 100px;
	right: 0;
	background-image: url('../images/mensajeria/descuento.png');
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
}
.carouselPPdrt .tarjeta .descuentos span{
	margin: 0 auto;
	text-align: center;
	margin-right: 0;
	font-family: 'Itim', sans-serif;
	font-weight: 800;
	margin-left: 15px;
	font-size: 1.4em;
	color: #fff;
}

/*NUEVO*/
.carouselPPdrt .tarjeta .nuevo{
	position: absolute;
	text-align: center;
	padding: 0;
	top: 0;
	width: 75px;
	height: 75px;
	right: 0;
	background-image: url('../images/mensajeria/nuevo.png');
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
	z-index: 10;
}
.carouselPPdrt .tarjeta .nuevo span{
	margin: 0 auto;
	text-align: center;
	margin-right: 0;
	font-family: 'Itim', sans-serif;
	font-weight: 800;
	margin-left: 15px;
	font-size: 1.4em;
	color: #fff;
}
.tarjeta .card-title{
	font-family: 'Public Sans', sans-serif;
}
.precio{
	font-size: 18px;
	font-weight: bolder;
	color: #021958 !important;
	font-family: 'Public Sans', sans-serif;
	text-align: center;
}
.precioANT{
	font-size: 14px;
	text-decoration: line-through;
	color: #858585 !important;
	font-family: 'Public Sans', sans-serif;
}

.precioANTView{
	font-size: 18px;
	text-decoration: line-through;
	color: #858585 !important;
	font-family: 'Public Sans', sans-serif;
}
.precioView{
	font-weight: bolder;
	color: #021958 !important;
	font-family: 'Public Sans', sans-serif;
	padding-left: .5em;
	text-align: left;
}
.descriProd{	
	font-size: 14px !important;
	font-weight: 100;
	color: #575757;
	line-height: 15px;
	font-family: 'Roboto', sans-serif;
}

.header-section{
	font-family: 'Public Sans', sans-serif;
}
.cdPsmall{
	font-size: 12px !important;
	color: #0042ff;
}

/*DETALLES DE LOS PRODUCTOS*/
.desBasica p{
	font-family: 'Roboto', sans-serif;
	text-align: justify;
}
.dtPedidos{
	z-index: 1;
}
.dtec p{
	font-family: 'Roboto', sans-serif;
	text-align: justify;
}

/*CESTA*/
.lscesta{
	height: 95vh;
	overflow-y: scroll;
}
.list-cesta{
	position: relative;
	cursor: default;
}
.list-cesta img{
	border-radius: 10px;
	border: 1px solid #ccc;
}
.dtPRD small{
	font-family: 'Roboto', sans-serif;
	font-weight: bolder;
}
.dtPRD span{
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: bolder;
}
.list-cesta .btnGroup{
	position: absolute;
	width: 130px;
	text-align: right;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: .2s all;
}
.list-cesta:hover .btnGroup{
	opacity: 1;
}
.precioANTViewC{
	font-size: 25px;
	text-decoration: line-through;
	color: #858585 !important;
	font-family: 'Public Sans', sans-serif;
	padding-bottom: 3px;
}
.precioViewC{
	font-weight: bolder;
	font-size: 12px;
	color: #021958 !important;
	font-family: 'Public Sans', sans-serif;
	padding: 0;
	text-align: left;
}
.precioViewCP{
	font-weight: bolder;
	font-size: 14px;
	color: #000 !important;
	font-family: 'Public Sans', sans-serif;
	padding: 0;
	text-align: left;
}
.precioViewCPTF{
	font-weight: bolder;
	font-size: 45px;
	color: #000 !important;
	font-family: 'Public Sans', sans-serif;
	padding: 0;

}
/*======================swiper*/
.containerSW{
  width: 100%;
  padding: 10px 40px;
}
.containerSW .swiper-container{
  width: 100%;
  height: 100%;
}
.containerSW .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 5px;
  text-align: start;
  height: auto;
  overflow: hidden;
 
}
.containerSW .swiper-wrapper{
	display: flex;
}
.containerSW .swiper-slide .card-description{
    padding:.2rem .2rem;
}
.containerSW .swiper-slide .card-link{
   text-align: center;
  
}
.containerSW .swiper-slide .card-link a{
    text-decoration: none;
    color: #1d6ce2;
}

/*swiper servicios*/
.containerSVO{
  width: 100%;
  padding: 10px 40px;
}
.containerSVO .swiper-container{
  width: 100%;
  height: 100%;
}
.containerSVO .swiper-slide {
  text-align: center;
  border-radius: 5px;
  height: auto;
  overflow: hidden;
 
}
.containerSVO .swiper-wrapper{
	display: flex;
}
.button-next{
	display: inline-block !important;
}


/*=======BOTONES PARA LAS CATEGORIAS=============*/
.btnCat{
	margin: 0;
	padding: 2px;
	box-sizing: border-box;
}
.btnCat a{
	position: relative;
	padding: 1em;
	height: 25vh;
	background-color: #ff8a0c;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #502000;
	border-radius: 6px;
	transition: .3s all !important;
}
.btnCat a:hover{
	background-color: #f06000;
}

.btnCat a img{
	position: absolute;
	width: 100px !important;
	z-index: 120;
	transition: .2s all;
}
.btnCat a:hover img{
	transform: translateY(-20px);
}

.btnCat a span{
	position: absolute;
	opacity: 0;
	transition: .2s all;
}
.btnCat a:hover span{
	transform: translateY(45px);
	opacity: 1;
}

.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 5rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
  line-height: 46px;
  z-index: 550;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #5a5c69;
}

.scroll-to-top i {
  font-weight: 800;
}

.whatsapp {
  position: fixed;
  left: 0;
  bottom: 1.2rem;
  text-align: center;
  color: #fff;
  z-index: 550;
}
.whatsapp img {
  width: 200px;
}
/*breadcrumb*/
.breadcrumb .breadcrumb-item a{
	text-decoration: none;
}

/*IMPUT*/
.form-control{
	font-family: 'Roboto', sans-serif !important;
}
/*========================================================================FOOTER*/
.footer{
	position: relative;
	background-color: #030047 !important;
	color: #fff;
	font-family: 'Rubik', sans-serif;
}
.footer .desgradado{
	position: absolute;
	top: -40px;
	background-image: url('../images/fondos/lineaDesgradadaTop.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 10px;
	width: 100%;
	height: 250px;
	z-index: 15;
}
.footer-content{
	padding-top: 170px;
	z-index: 500;
}
.desFooter{
	text-align: justify;
}
.footer .nav .nav-item{	
	font-family: 'Rubik', sans-serif;
	color: #fff;
}
.footer .nav .nav-item a{	
	font-family: 'Rubik', sans-serif;
	color: #ffcc00;
	overflow: hidden;
	transition: .2s all;
}
.footer .nav .nav-item a:hover{
	background-color: rgba(255, 255, 255, .2);
	color: #ff8a00;
}

.modal .modal-content{
	border-radius: 0 !important;
}

.txtCuenta{
	font-size: 18px;
	font-weight: bold;
}
@media only screen and (max-width: 800px) and (min-width: 600px){
	.my-basket{
		width: 100%;
		right: -800px;
	}

	.accive-my-basket{
		right: 0;
	}

	.lscesta{
			height: 100vh;
	}
}

.container-fluid{
	font-family: 'Nunito', sans-serif;
}
.mapa iframe{
	min-height: 75vh;
}
.redes a{
	padding: 1em;
	text-decoration: none;
}
.redes a img{
	width: 64px;
	overflow: hidden;
	transition: .3s ease;
}
.redes a:hover img{
	transform: scale(1.1);
}
.ttm .card-text p{
	font-size: 22px;
}
.sliderOK{
	height: 100vh;
}
.filasWB .card{
	border:none;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 .5rem 0 rgba(0, 0, 0, .5);
	backdrop-filter: blur(10px);
	border-radius: 20px;
}
.filasWB .ttl{
	font-size: 28px;
	color: #000;
}
.filasWB .prf{
	font-size: 18px;
	text-align: justify;
	color: #000;
}
@media only screen and (max-width: 600px) and (min-width: 300px){	
	.navbar-brand
	{
		display: none;
	}
	.carouselPPdrt .card .barraBTN{
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column !important;
	}
	/*OFERTAS*/
	.carouselPPdrt .tarjeta .ofertaVR{
		width: 75px;
		height: 75px;
	}
/*NUEVO*/
	.carouselPPdrt .tarjeta .nuevo{
		width: 75px;
		height: 75px;
	}

  .xzoom4 {
    width: 100%;
  }

	.my-basket{
		width: 100%;
		height: 100%;
	}
	.accive-my-basket{
		right: 0;
	}
	.lscesta{
		height: 500px;
		overflow-y: scroll;
	}
	.redes{
		padding-bottom: 15px;
	}
	.redes a img{
		width: 32px;
		overflow: hidden;
		transition: .3s ease;
	}
	.redes a:hover img{
		transform: scale(1.2);
	}
	.sliderOK{
		height: 50vh;
	}
	#sliderPP .carousel-inner .carousel-item img{
	width: 100%;
	height: 50vh;
	object-fit: cover;
	}
}