b, strong{
	font-weight: 500;
}
body{
	font-family: 'Roboto', sans-serif;
	color: #42464e;
}

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
*/

header{
	position: sticky;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
} 

header .top{
	background-color: #8dbb00;
}

header .logo{
	background-image: url("logo.png");
	width: 250px;
	height: 75px;
}

.carousel h1, .carousel p{
color: #ffffff;
	
} 

.carousel h1{
font-family: 'Montserrat', sans-serif;	
	font-weight: 600;
color: #8dbb00;	
}
.carousel .carousel-caption h1:before{
	display: none;
}
.carousel-indicators [data-bs-target]{
	background-color: #FFFFFF;
}

.carousel + section{
	background-image: url("desktop.jpg");
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color: #8dbb00;
}

.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner:after, .hamburger:hover .hamburger-inner:before{
	background-color: #8dbb00;	
}

header .options p:hover{
	opacity: 1;
}

header .options a, header .options p {
	color: #42464e;	
}

header .options a:hover, header .options p:hover {
	color: #8dbb00;	
}

header .active > p{
	color: #8dbb00;	
}
.carousel-item:after{
	display: none;
}
.carousel h1{
	font-size: 3rem;
}

.carousel-caption{
	z-index: 1;
	text-shadow: 2px 2px 2px rgb(0 0 0 / 33%);
}

h1, h2{
	font-family: 'Montserrat', sans-serif;	
	font-size: 2.250em;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 300;
	text-transform: uppercase;
}

h1:first-child:before, h2:first-child:before{
    content: "";
	width: 50px;
	height: 50px;
	background-image: url(separador.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #8dbb00;
	display: block;
	margin: 0 auto 10px;
}

h2 + p, h1 + span + p{
	text-align: center;
	margin-bottom: 50PX;
}

.btn.call, .btn-call, .btn-primary{
	background-color: #8dbb00;
    color: #ffffff;
    padding: 15px 40px;
	font-size: 0.879rem;
	font-weight: 500;
	border-radius: 0;
	text-transform: uppercase;
	border: 0;
}

.btn.call:hover, .btn-call:hover, .btn-primary:hover{
	color: #ffffff;
	background-color: #005fb9;
	border: 0;
}

section{
margin-bottom: 0;
}

/*cursos*/

.cursos .listado{
	font-size: 0;
}

.cursos a.curso{
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.cursos a.curso:hover{
	background-color: #ffffff;
	border: 1px solid #8dbb00;	
}

.cursos a.curso p, .cursos a.curso .detalle, .cursos a.curso:hover p, .cursos a.curso:hover .detalle, .cursos a.curso .saberMas {
	color: #42464e;
}

.cursos a.curso ul{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: .879rem;
}

.cursos a.curso ul li:before{
	content: "• ";
	color: #82be42;
}
.cursos a.curso .saberMas{
	font-weight: 500;
}

.cursos a.curso:hover .saberMas{

	font-weight: 500;	
	background-color: #8dbb00;
	border: 2px solid #8dbb00;
}

/*productos*/
.listadoProductos a, .listadoCategorias a, .productos a{
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 0px 0 rgb(0 0 0 / 0%);
	box-shadow: 0 0 0px 0 rgb(0 0 0 / 0%);	
	transition: all .5s;
}

.listadoProductos a:hover, .listadoCategorias a:hover, .productos a:hover{
	-webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);	
}

.listadoProductos a .imagen img, .listadoCategorias  a .imagen img, .productos  a .imagen img{
	filter: blur(0px);	
	transition: all .5s;		
}

.listadoProductos a .imagen:before{
	content: "\f290";
	font-family: "Font Awesome 6 Free";
    font-weight: 900;	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 0rem;
	z-index: 0;
	transition: all .3s;
	opacity: 0;
	color: #8dbb00;
}

.listadoProductos a:hover .imagen:before{
	opacity: 1;
	font-size: 2.5rem;
	z-index: 1;
}

.listadoProductos a:hover .imagen img, .listadoCategorias  a:hover .imagen img, .productos  a:hover .imagen img{
	width: 110%;
	height: 110%;
	filter: blur(4px)
}

.listadoProductos a .texto, .listadoCategorias  a .texto, .productos  a .texto{
	padding: 30px 15px;
}

.listadoProductos a .nombreProducto, .listadoCategorias  a .nombreProducto, .productos  a .nombreProducto{
	font-size: 1rem;
	font-weight: 900;
	color: #000;
	
}

.listadoProductos a .detalleProducto, .productos  a .detalleProducto{
	font-size: .879rem;
}

.listadoProductos a .precioOriginal, .productos  a .precioOriginal{
	color: #cccccc;
	font-size: .879rem;
	text-decoration: line-through;
	margin-bottom: 0;
}

.listadoProductos a .precioProducto, .productos  a .precioProducto{
	font-size: 1.25rem;
	color: #8dbb00;
	font-weight: 700;
}

.listadoProductos a .btn-call, .productos  a .btn-call, .listadoProductos a .btn-call:hover, .productos  a .btn-call:hover{
	color: #ffffff;
}

/*categorias*/

.listadoCategorias  a{
	background-color: #8dbb00;
}

.listadoCategorias a img{
	mix-blend-mode: multiply;
	filter: grayscale();
}

.listadoCategorias a:hover img{
	opacity: .5;
}

.listadoCategorias a p{
	font-family: 'Montserrat', sans-serif;
	width: 90%;
	top: 50%;
	left: 50%;
	bottom: auto;
	transform: translate(-50%,-50%);
	font-size: 1.5rem;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 0;
	transition: all .3s;
	text-transform: uppercase;
}

.listadoCategorias  a:hover{
	background-color: #ffffff;
}

.listadoCategorias a:hover p{
	color: #8dbb00;
	font-size: 2rem;
}


.listadoProductos a, .listadoCategorias a, .productos a{
	vertical-align: top;
}

footer{
	background-color: #f7f8fa;
}

footer .redes a{
	color: #42464e;
	transition: all .3s;
	margin-right: 15px;
}

footer .redes a:before{
	font-size: 2rem;
}

footer .redes a:hover{
	transform: translateY(-5px)
}

footer .links p:first-child, footer .links p, footer .links p a{
	color: #42464e;
}


.enConstruccion .social a:hover, footer .redes a:hover:before ,footer .links p a:hover{
	color: #8dbb00;
}

footer .footReg p{
	color: #42464e;
}

footer .footReg .realizado{
	background-image: url("realizado.svg");
}

/*Producto*/

.producto .carousel .carousel-item:after{
	display: none;
}

.producto .carousel-fade .carousel-item{
	object-fit: contain;
}

section.producto h1{
	font-family: 'Montserrat', sans-serif;	
	text-transform: uppercase;
	font-weight: 300;
}

.importeFinal input[type="number"]{
	background-color: #484848;
	padding: 0 15px;
	border-radius: 12px;
	font-weight: 700;
}

body{
		background-image: url('wally-saludando-1-5.jpg'), url('wedwer.jpg');
		background-position: bottom left, center right;
		background-size: 20% auto, 20%;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}		



.buscando form, .mensaje > div:first-child{
	background-color: #ffffff;
}	
	
.buscando .mask, .mensaje .mask{
	background-color: rgba(0,0,0,.25)
}	

.buscando form input[type="submit"], .articulo form.buscandoDescarga input[type="submit"]{
	background-color: #8dbb00;
}

.buscando form input[type="submit"]:hover, .articulo form.buscandoDescarga input[type="submit"]:hover{
	background-color: #005fb9;
}

.registroPaginacion > p {
    font-size: .8rem;
    margin-bottom: 1rem;
    text-align: center;
	padding-bottom: 1rem;
}

/*Login registro*/

header + .loginRegistro{
	margin-top: 0;
	padding: 60px 5%;
	background-color: transparent;
}

.recuperarTrigger:hover, .registrarTrigger, .loginRegistro .small a {
    color: #8dbb00;
}

section, section.cursos, .articulo.cursada, header + section.destacadosTienda, header + section.articulo.cursada {
    margin-top: 0px;
    padding-top: 60px;
}	

section:nth-of-type(even){
	background-color: #f7f8fa;
}

section a{
	color: #8dbb00;
}


/*CURSOS - PROXIMA FECHA*/
.proximaFecha{
	margin-bottom: 30px;
}

.proximaFecha h2:before{
	display: none;
}

.proximaFecha p{
	font-size: .879rem;
}

.proximaFecha h2{
	text-align: left;
	font-size: 1.5rem;
	margin-bottom: 15px;
}

.proximaFecha p + h2:before {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px dashed #ccc;
	margin: 30px 0;}
@media only screen and (max-width : 479px) {

body{
	background-size: 45% auto, 45%;	
}	
	

header .logo{
	width: 201px;
	height: 60px;
	margin: 10px 0;
	}
	
header .hamburger{
	display: block;	
	padding: 25px 0;
	}	

header ul.options {
    margin: 0 auto;
}		

header + .carousel{
	margin-top: 0;
	height: 76vh;
}	

.carousel h1{
	font-size: 2rem;
	margin-bottom: 15px;
}	
footer{
	padding-top: 100px;
	}	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 100%;
		margin-right: 0;
	}

	.listadoCategorias a, .listadoCategorias a:nth-child(3n){
		width: 100%;
		margin-right: 0%;
	}	
	
	.listadoCategorias a.cuadrada:after{
		padding-bottom: 70%;
	}	
	
	.listadoProductos a:nth-child(2n), .listadoCategorias a:nth-child(2n), .productos a:nth-child(2n), .listadoProductos a:last-child, .listadoCategorias a:last-child, .productos a:last-child{
		margin-right: 0;
	}
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width:480px) and (max-width : 767px) {


body{
	background-size: 33% auto, 33%;	
}		

header .logo{
	width: 201px;
	height: 60px;
	margin: 10px 0;
	}
	
header .hamburger{
	display: block;	
	padding: 25px 0;
	}	

header ul.options {
    margin: 0 auto;
}	


header + .carousel{
	margin-top: 0;
	height: 76vh;
}	

footer{
	padding-top: 100px;
	}	
	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 48.75%
	}

	.listadoCategorias a, .listadoCategorias a:nth-child(3n){
		width: 100%;
		margin-right: 0%;
	}	
	
	.listadoCategorias a.cuadrada:after{
		padding-bottom: 70%;
	}	
	
	.listadoProductos a:nth-child(2n), .listadoCategorias a:nth-child(2n), .productos a:nth-child(2n), .listadoProductos a:last-child, .listadoCategorias a:last-child, .productos a:last-child{
		margin-right: 0;
	}	
	
}

/* Small Devices, Tablets */
@media only screen and (min-width:768px) and (max-width : 991px) {
	
body{
	background-size: 33% auto, 33%;	
}		

	
header .logo{
	width: 201px;
	height: 60px;
	margin: 10px 0;
	}
	
header .hamburger{
	display: block;	
	padding: 25px 0;
	}	

header ul.options {
    margin: 0 auto;
}	
	
header + .carousel{
	margin-top: 0px;
	height: 76vh;
}	

footer{
	padding-top: 100px;
	}	
	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 31.66666666666667%
	}

	.listadoCategorias a, .listadoCategorias a:nth-child(3n){
		width: 48.75%;
		margin-right: 2.5%;
	}	
	
	.listadoCategorias a.cuadrada:after{
		padding-bottom: 70%;
	}	
	
	.listadoProductos a:nth-child(3n), .listadoCategorias a:nth-child(2n), .productos a:nth-child(3n), .listadoProductos a:last-child, .listadoCategorias a:last-child, .productos a:last-child{
		margin-right: 0;
	}		
		
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width:992px) and (max-width : 1199px) {
	
body{
	background-size: 33% auto, 33%;	
}	
	
header .logo{
	width: 201px;
	height: 60px;
	margin: 10px 0;
	}
	
header .hamburger{
	display: block;	
	padding: 25px 0;
	}	
	
header ul.options{
	width: 100%;
	height: 0;
	padding: 0;
	overflow: hidden;
	line-height: 50px;
	}	
	
header ul.options.active{
	height: auto;
	padding-bottom: 30px;
	}	

header ul.options > li{
	display: block;
	width: 100%;
	text-align: left;
}
	
header .options > li > a, header .options > li > p {
	line-height: 50px;
}

header + .carousel{
	margin-top: 0px;
	height: 76vh;
}	

footer{
	padding-top: 120px;
	}	
	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 31.66666666666667%
	}

	.listadoCategorias a, .listadoCategorias a:nth-child(3n){
		width: 48.75%;
		margin-right: 2.5%;
	}	
	
	.listadoCategorias a.cuadrada:after{
		padding-bottom: 70%;
	}	
	
	.listadoProductos a:nth-child(3n), .listadoCategorias a:nth-child(2n), .productos a:nth-child(3n), .listadoProductos a:last-child, .listadoCategorias a:last-child, .productos a:last-child{
		margin-right: 0;
	}
	
/*producto*/
	section.producto,	section.carrito{
		padding-top: 60px;
	}
	
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	
header .logo{
	float: none;
	margin: 15px auto 5px;
}	
	
header ul.options{
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}	
	
header .options a, header .options p {
	line-height:normal;
	text-transform: uppercase;
	font-size: .879rem;
}

header + .carousel{
	height: 65vh;
}	

footer{
	padding-top: 120px;
	}	
	
	
header.reduce{}	
	
/*Productos*/
	.listadoProductos a, .listadoCategorias a, .productos a{
		width: 23.125%
	}

	.listadoCategorias a{
		width: 48.75%;
	}	
	
	.listadoCategorias a.cuadrada:after{
		padding-bottom: 70%;
	}	
	
	.listadoProductos a:nth-child(4n), .listadoCategorias a:nth-child(2n), .productos a:nth-child(4n), .listadoProductos a:last-child, .listadoCategorias a:last-child, .productos a:last-child{
		margin-right: 0;
	}	

/*producto*/
	section.producto,	section.carrito{
		padding-top: 60px;
	}
	
	.imagenCabecera{
		height: 80vh;
	}	
}
