/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */

@font-face {
    font-family:'SF Pro Display';
    src: url('webfonts/sfpro/SF-Pro-Display-Regular.eot');
	src: url('webfonts/sfpro/SF-Pro-Display-Regular.eot?#iefix') format('embedded-opentype'),
		url('webfonts/sfpro/SF-Pro-Display-Regular.woff2') format('woff2'),
		url('webfonts/sfpro/SF-Pro-Display-Regular.woff') format('woff'),
		url('webfonts/sfpro/SF-Pro-Display-Regular.svg#SF-Pro-Display-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'SF Pro Display';
    src: url('webfonts/sfpro/SF-Pro-Display-Italic.eot');
	src: url('webfonts/sfpro/SF-Pro-Display-Italic.eot?#iefix') format('embedded-opentype'),
		url('webfonts/sfpro/SF-Pro-Display-Italic.woff2') format('woff2'),
		url('webfonts/sfpro/SF-Pro-Display-Italic.woff') format('woff'),
		url('webfonts/sfpro/SF-Pro-Display-Italic.svg#SF-Pro-Display-Italic') format('svg');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'SF Pro Display';
    src: url('webfonts/sfpro/SF-Pro-Display-Semibold.eot');
	src: url('webfonts/sfpro/SF-Pro-Display-Semibold.eot?#iefix') format('embedded-opentype'),
		url('webfonts/sfpro/SF-Pro-Display-Semibold.woff2') format('woff2'),
		url('webfonts/sfpro/SF-Pro-Display-Semibold.woff') format('woff'),
		url('webfonts/sfpro/SF-Pro-Display-Semibold.svg#SF-Pro-Display-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

body{
    font-family:'SF Pro Display', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
}

h1, h2{
	font-weight: 600;
}

.enConstruccion img{
	width: 270px;
}

header{
	position: relative;
	background-color: transparent;
} 

header .top{
	background-color: #232a47;
}

header .logo{
	background-image: url("logoAzul.png");
	width: 250px;
	height: 97px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	height: 2px;
	background-color: #6e6e73;
}

.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner:after, .hamburger:hover .hamburger-inner:before{
	background-color: #000000;
	opacity: 1;
		
}

header ul.options{
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding: 0 1rem;
}

header ul.options.active{
	height: auto;
	overflow: auto;
	max-height: calc(100vh - 137px);
	padding: 1rem 1rem 0;
}

header ul.options li{
	display: block;
	width: 100%;
	text-align: left;
}

header ul.options li a, header ul.options li p{
	display: block;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	line-height: normal;
	margin-bottom: 1rem;
}

header .options p:hover{
	opacity: 1;
}

header .options a, header .options p {
	color: #ffffff;
	font-size: .879rem;
}

header .options a:hover, header .options p:hover {
	color: #d40700;	
}

header + .carousel{
	margin-bottom: 0;
}

.carousel h1{
	font-size: 4rem;
	font-weight: 900;
}

.carousel .carousel-item .carousel-caption{
	display: none;
}


.carousel .carousel-item .container{
	padding: 0;
	margin: 0;
	max-width: none;
	height: 100%;
}

.carousel .carousel-item video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel .carousel-item:after{
	content: "";
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
background: rgb(9,146,37);
background: -moz-linear-gradient(0deg, rgba(9,146,37,1) 0%, rgba(9,146,37,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(9,146,37,1) 0%, rgba(9,146,37,0) 100%);
background: linear-gradient(0deg, rgba(9,146,37,1) 0%, rgba(9,146,37,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#099225",endColorstr="#099225",GradientType=1);	
}

.carousel-caption{
	z-index: 1;
}

h2{
	font-size: 2.250em;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
}

h2 + p{
	text-align: center;
	margin-bottom: 60px;
}

p{
	color: #1d1d1f;
}

.btn-call, .btn-primary{
	background-color: #0F2762;
    color: #ffffff;
    BORDER-RADIUS: 0;
    padding: 15px 30px;
	border: 4px solid rgba(255,255,255,0);
}

.btn-call:hover, .btn-primary:hover{
	background-color: #d40700;
	border: 4px solid rgba(255,255,255,0);	
}

section:nth-child(odd){
	background-color: #f2f2f2;
}

/*Artículos dependientes*/
.articulos.dependientes .articulo_item{
	display: block;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	position: relative;
	background-image: url("../files/noticias.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.articulos.dependientes .articulo_item .imagen{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);	
	opacity: .75;
	transition: opacity .3s;
}

.articulos.dependientes .articulo_item:hover .imagen{
	opacity: .25;
}

.articulos.dependientes .articulo_item:after{
	content: "";
	display: block;
	padding-bottom: 75%;
}

.articulos.dependientes .articulo_item .imagen img{
	object-fit: cover;
	width: 101%;
	height: 101%;
}

.articulos.dependientes .articulo_item .texto{
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.articulos.dependientes .articulo_item .texto h2{
	color: #ffffff;
	font-size: 1.25rem;
	margin-bottom:0;
}

.articulos.dependientes .articulo_item .texto h2:first-child:after{
	display: none;
}

.articulos.dependientes .articulo_item .texto .btn-call{
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
	border: 0;
	padding: 0;
	text-align: center;
	display: block;
	opacity: 0;
	margin: 0;
	transition: opacity .3s;
}

.articulos.dependientes .articulo_item:hover .texto .btn-call{
	opacity: 1;
}

.articulos.dependientes .articulo_item .texto .btn-call:after{
	content: "+";
	margin-left: 5px;
	color: #d40700;
}

.articulos.dependientes .articulo_item .texto .fecha, .articulos.dependientes .articulo_item .texto .copete{
	display: none;
}


/*productos*/
.listadoProductos a, .productos a{
	background-color: transparent;
	/*
	-webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);	
	transition: all .5s;
	*/
	vertical-align: top;
	border-bottom: 1px solid #d2d2d7; 
}

.listadoProductos a .imagen img, .productos  a .imagen img{
	object-fit: contain;
	width: 80%;
	height: 80%;
	filter: blur(0px);	
	transition: all .5s;		
}

.listadoProductos a:hover .imagen img, .productos  a:hover .imagen img{
	opacity: .5;
}

.listadoProductos a .imagen:before{
	content: "\f06e";
	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: #d40700;
}

.listadoProductos a .texto, .productos  a .texto{
	padding: 30px 15px;
}

.listadoProductos a .nombreProducto, .productos  a .nombreProducto{
	font-size: 1.25rem;
	font-weight: 600;
	color: #1d1d1f;
}

.listadoProductos a .detalleProducto, .productos  a .detalleProducto{
	font-size: .879rem;
}

.listadoProductos a .precioOriginal, .productos  a .precioOriginal{
	color: #d2d2d7;
	font-size: .879rem;
	text-decoration: line-through;
	margin-bottom: 0;
}

.listadoProductos a .precioProducto, .productos  a .precioProducto{
	font-size: 1.25rem;
	color: #0F2762;
	font-weight: 600;
}

.listadoProductos a .btn-call, .productos  a .btn-call, .listadoProductos a .btn-call:hover, .productos  a .btn-call:hover{
	color: #ffffff;
}

footer{
	padding-top: 60px;
	color: #6e6e73;
    background-color: #f5f5f7;
    border-top: none;
}

footer .redes a{
	color: #6e6e73;
	transition: all .3s;
	margin-right: 15px;
}

footer .redes a:before{
	font-size: 2rem;
}
.icon-instagram:before, .icon-facebook:before, .icon-whatsapp:before{
	font-weight: 100;
}

footer .redes a:hover{
	color: #6e6e73;	
	transform: translateY(-5px)
}

footer .links{
	width: 100%;
	text-align: center;
}

footer .links p, footer .links p a{
	display: inline-block;
	margin: 0 10px 10px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: .8rem;
}
footer .links p a, footer .links p:last-of-type a, footer .links p:last-child, footer .links p:first-child{
	margin: auto 0;
}

.enConstruccion .social a:hover, footer .redes a:hover:before ,footer .links p a:hover{
	color: #6e6e73;
}

footer .footReg p{
	color: #ffffff;
}

footer .footReg .realizado, .home-page a.realizado{
	background-image: url("realizado.png");
}

footer .links p a.btn-call{
	background-color: transparent;
	border: 1px solid #6e6e73;
	color: #6e6e73;
	transition: background .3s;
}

footer .links p a.btn-call:hover{
	background-color: #232a47;
	border: 1px solid #232a47;
	color: #ffffff;
}

footer .links + .links{
	display: none;
}

/*Producto*/

section.producto{
	padding-bottom: 30px;
}

section.producto h1, section.destacadosTienda h2{
	font-size: 3.500rem;
	color: #0F2762;
	line-height: 1.05;
}

.producto + section{
	padding-top: 0;
}

.producto .carousel .carousel-item:after{
	display: none;
}

.producto .carousel-fade .carousel-item{
	object-fit: contain;
}

section.producto h1{
	font-weight: 600;
	margin-bottom: 1rem;
}

.importeFinal input[type="number"]{
	background-color: #484848;
	padding: 0 15px;
	border-radius: 12px;
	font-weight: 600;
}


.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: #099225;
}

.buscando form input[type="submit"]:hover, .articulo form.buscandoDescarga input[type="submit"]:hover{
	background-color: #0FD665;
}

section.producto{
	background-color: transparent;
	padding-bottom: 0;
}

section.producto + section .container{
	background-color: #ffffff;
	padding: 15px 15px 30px;
}

.producto .container{
	background: transparent;
	padding: 15px;
	overflow: auto;
	padding-bottom: 0;
}

.datosProducto .descripcion{
	padding: 15px 0;
	background-color: transparent;
	font-size: 1rem;
	margin-bottom: 30px;
	border-top: 1px solid #d2d2d7;
	border-bottom: 1px solid #d2d2d7;
    line-height: 1.4705882353;
    font-weight: 400;
    letter-spacing: -0.022em;
    font-family: SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #1d1d1f;
    font-style: normal;			
}

.especificaciones{
	text-align: center;
}

.especificaciones h2 + a{
	border: 2px solid #0f2762;
	COLOR: #0f2762;
	padding: 20px 15px;
	margin: auto;
}

.especificaciones h2 + a:hover{
	border: 2px solid #d40700;
	background-color: #d40700;
	COLOR: #FFFFFF;
}

.imagenCabecera{
	height: 340px;
	margin-bottom: 30px;
}

/*Buscador en top*/

.top form{
	display: block;
	float: right;
	text-align: right;
	width: 50%;
}

.top form input{
	vertical-align: top;
}

.top form input[type="text"]{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 15px;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
	border-radius: 4px;	
	width: 90%;
}

.top form input[type="submit"]{
	background-color: transparent;
	background-image: url("buscar.svg");
	background-position: center;
	background-size: 16px;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;	
}

.top .optIcons a{
	line-height: 1.8;
} 


a.float{
	background-color: #009201;
}
a.float i{
	color: #d6e101;
}

/*Carrito*/

li a.borrarProducto{
	color: #787878;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 0%)
}

li a.borrarProducto:hover{
	color: #099225;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 0%)
}

.listaCarrito.vacio{
	border: 0;
	margin: 2.5% 0 0;
}

.totales .col-md-6{
	width: 100%;
}

.totales form .btn{
	margin: 15px 0;
	white-space: normal;
	padding: 10px 15px;
	
}

/*EnHome*/

.articulo  > .container h1,.enHome > .container h1, .clientes > .container h2, .contacto > .container h2{
	text-transform: uppercase;
	color:#0F2762 ;
}

.articulo  > .container .imagenEpigrafe, .enHome > .container .imagenEpigrafe {
	display: none;
}

.articulo  > .container .texto, .enHome > .container .texto {
	width: 100%;
	margin: 0;
}

section.articulo + .articulos.dependientes, section.enHome + .articulos.dependientes, .articulos.dependientes + section.clientes{
	padding-top: 0;
}

section.enHome + .articulos.dependientes, section.articulo + .articulos.dependientes{
	padding-bottom: 0;
	margin-bottom: 0;
}

section.articulo + .articulos.dependientes .container, section.enHome + .articulos.dependientes .container, .articulos.dependientes + section.clientes .container, section.contacto .container{
	border-radius: 0;
	padding-top: 0;}
	

/*CLientes*/

.articulos.dependientes + section.clientes .container{
	padding-bottom: 60px;
	margin-bottom: 0;
	border-bottom: 1px solid #d2d2d7;
}

.articulos.dependientes + section.clientes{
	padding-bottom: 0;
	margin-bottom: 0;
}

.clientes > .container h2, .contacto > .container h2{
	text-align: left;
	font-weight: 600;
	margin-bottom: 0;
}

.clientes > .container h2:after, .contacto > .container h2:after{
	display: none;
}

.clientes .logos{
	margin-top: 30px;
}

.clientes .logos span {
    height: 60px;
    position: relative;
}

.clientes .logos span{
	background-color: #f2f2f2;
}

.clientes .logos img {
	mix-blend-mode: multiply;
    width: auto;
    max-width: 60%;
    max-height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);}

.clientes button{
	display: none;
}

section.contacto{
	padding-top: 0;
	margin-bottom: 0;
}


header + section.articulo, header + section.contacto{
	margin-top: 0;
	padding-top: 60px;
}

h3{
	color: #0F2762;
	text-transform: uppercase;
	font-size: 1.25rem;
}

section.articulo:last-of-type, section.contacto:last-of-type .container{
	border-radius: 12px;
	margin-bottom: 60px!important;
}


section.articulo ul, section.contacto ul{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

section.articulo ul li{
	margin-bottom: .5rem;
}

section.contacto ul li:before, section.articulo ul li:before{
	content: '\25A0';
    color: #E5E200;
    margin-right: 5px;
    position: relative;
}

/*Categorias*/
.listadoCategorias a p {
    font-size: .879rem;
    background-color: #0F2762;
    color: #ffffff;
    margin-bottom: 0;
    padding: 15px;
    font-weight: 600;
	text-transform: uppercase;
}

.listadoCategorias a:hover p {
    background-color: #d40700;
}

.productos .pagination form{
	display: inline-block;
}

.datosProducto h2{
	font-size: 1.25rem;
	text-align: left;
	margin-bottom: 1rem;
	
}


.datosProducto h2 + a{
	float: left;
	padding: 15px;
}

section.contacto{
	padding-top: 60PX;
}

.contacto > .container h2{
	margin-bottom: 2rem;
}

.contacto > .container h2 + p{
	text-align: left;
	margin-bottom: 1rem;
}

.contacto > .container ul{
	padding: 2rem;
	color: #1d1d1f;
	background-color: #ebebf0;
	border-radius: 24px;
}

.contacto > .container ul li strong{
	font-size: 1rem;
}

.contacto > .container ul li {
	font-size: .879rem;
	margin-bottom: 1rem;
}

.contacto > .container ul li:last-of-type {
	margin-bottom: 0;
}

.contacto > .container ul li:before, header + .loginRegistro .registrarTrigger, .recuperarTrigger:hover, .registrar:hover, .loginTrigger:hover{
	color: #d40700;
}

header + .loginRegistro{
	background-color: transparent;
	margin-top: 60px;
}

.descargar{
	display: inline-block;
	color: #787878;
	border: 1px solid #d40700;
	margin: 1rem 0 0;
	padding: 10px 15px;
	transition: background .3s;
}

.descargar:before{
	content: "\f1c1";
	font-size: 1.25rem;
	color: #d40700;
	height: 1.25rem;
	width: 1.25rem;
	line-height: 1.25rem;
	vertical-align: middle;
	font-family: "Font Awesome 6 Free";
	margin-right: .5rem;
}

.descargar:hover{
	background-color: #d40700;
}

.descargar:hover, .descargar:hover:before{
	color: #ffffff;
}

.home-page{
	background-color: #e4e4e2;
	background-image: url("fondo.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100vh;
	padding: 30px;
	min-height: auto;
}

.home-page > p.nuevosProductos{
	float: right;
	font-size: 2rem;
	display: block;
	margin-bottom: 15px;
}

.home-page ul.options{
    position: relative;
    top: auto;
    right: auto;
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    clear: left;
    width: 17.5%;
    max-height: 83vh;
    overflow-y: auto;	
}

.home-page .home-nav{
    position: fixed;
    top: 50%;
	transform: translateY(-50%);
    left: 30px;
    text-align: left;
    margin: 0;
    padding: 0;
	min-width: 300px;
}

.home-page .home-nav ul{
	font-weight: 400;
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-page .home-nav a, .home-page .options a{
	color: #1d1d1f;
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1d1d1f;	
	transition: all .3s;
}

.home-page .home-nav a:hover, .home-page .options a:hover{
	color: #FFFFFF;
	padding: 15px;
	background-color: #0F2762;
}

.home-page a.btn-call{
	color: #ffffff;
	border-bottom: none;
	margin: 0;
	border-radius: 12px;
	border: 0;
	margin-top: 15px;
}

.home-page a.btn-call:hover{
	background-color: #d40700;
}

.home-page li{
	font-weight: 400;
}

.home-page li:last-of-type a{
	margin-bottom: 0;
	border-bottom: 0;
}

.home-page > p{
	float: left;
	font-weight: 600;
	font-size: 2rem;
}

.home-page .redes a{
	margin-top: 15px;
    margin-right: 10px;
    display: inline-block;
    padding: 0;
    border-bottom: 0;
    font-size: 1.5rem;
    background-color: transparent;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    line-height: 47px;
	color: #1d1d1f;
	border: 2px solid #1d1d1f;
}

.home-page .redes a:hover{
	color: #FFFFFF;
	border-color: #ffffff;
    background-color: #d40700;
	transform: translateY(-5px);
	padding: 0;
}

.home-page .redes a.icon-instagram:hover{
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);	
}

.home-page .redes a.icon-facebook:before{
	content: "\f39e";
}

.home-page .redes a.icon-facebook:hover{
  background: #2d86ff;
}

.home-page .redes a.icon-whatsapp:hover{
  background: #0dc143;
}

body{
  display: none;
}

.home-page a.realizado{
	position: fixed;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 20px;
	border-bottom: 0;
	background-image: url("realizadoNegro.png");
	padding: 0;
}

.home-page a.realizado:hover {
	background-color: transparent;
}


section.contacto iframe{
	width: 100%;
	min-height: 50vh;
	margin-bottom: 60px;
}


/*Sellos INTI*/
.home-page .sellosINTI{
	position: fixed;
	bottom: 15px;
	background-color: #e4e4e2;
}

.sellosINTI img{
	width: 150px;
	mix-blend-mode: multiply;
}

footer .sellosINTI img{
	width: 125px;
}

/*FLoater*/

.home-page a.float{
	display: none;
}

a.float{
	width: 60px;
	border-bottom-color: #ffffff;
	background-color:  #0dc143;
}

a.float i{
	color: #ffffff;
}

body.inner-page{
	background: rgb(245,245,247);
	background: -moz-linear-gradient(180deg, rgba(245,245,247,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(245,245,247,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(180deg, rgba(245,245,247,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f7",endColorstr="#ffffff",GradientType=1);
}

footer .footReg .realizado, .home-page a.realizado{
	    background-image: url(realizadoNegro.png);
}


/*Inner header*/

.inner-page header{
		border-bottom: 1px solid #d2d2d7; 
	}	
	
.inner-page header ul.options{
	height: auto;
	width: 100%;
}

.registroPaginacion > p{
	font-size: .875rem;
	text-align: center;
	margin-bottom: 15px!important;

}	

.breadcrumbs, .autorShare{
	display: none;
}

/*novedades*/

section#destacados{
	position: fixed;
	display: block;
	width: calc(100vw - 60px);
	height: 0;
	padding: 60px 30px;
	opacity: 0;
	z-index: -9;
	transition: all .3s;
	overflow-x: hidden;
	overflow-y: auto;
}

section#destacados.active{
	height: calc(100vh - 60px);
	opacity: 1;
	z-index: 99;
}


section#destacados .cerrarNovedades{
    position: fixed;
    top: 60px;
    right: 60px;
    border-radius: 500px;
    border: 1px solid #cccccc;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 34px;
    font-size: 1.5rem;
	z-index: 999;
}

/*Scrollbar*/

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #b8b8b8; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #858585; 
}

section#destacados h2 + p{
	display: none;
}

.articulo .galeria{
	width: 100%;
}


.quienes-somos video{
	max-height: 70vh;
	margin-bottom: 30px;
}	

@media only screen and (max-width : 479px) {

header .optIcons a{
	font-size: .875rem;
	margin-left: 15px;
		
	}	
	
header .logo{
width: 175px;
height: 75px;
}	

header .hamburger{
padding: 22px 0;
}

.inner-page header ul.options{
height: 0;
opacity: 0;
}	

header ul.options.active{
height: auto;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
margin-bottom: 0;
opacity: 1;
}	

header ul.options.active p, header ul.options.active a{
color: #414141;
}	

header ul.options li a{
padding: 17px 0;
border-bottom: 1px solid #d2d2d7;
margin-bottom: 0;
}

header ul.options li:last-of-type a{
border-bottom: 0px solid #d2d2d7;
}



header .top .optIcons a.buscar{
	display: none;
}	

.top form {
    float: left;
    width: 92.5%;
    padding: 5px 0;
}	
	
	#header .top .optIcons{
		width: auto;
	}		
	
header + .carousel{
	margin-top: 0;
	height: 40vh;
	margin-bottom: 0;
}	
section{
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 0;
	}

.carousel + section{
	padding-top: 30px;
}		
	
footer{
	padding-top: 100px;
	}	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 100%;
		margin-right: 0;
	}

	.listadoProductos a:nth-child(2n), .productos a:nth-child(2n), .listadoProductos a:last-child, .productos a:last-child{
		margin-right: 0;
	}
	
header + section.destacadosTienda {
    margin-top: 0;
    padding-top: 60px;
}	
	

.imagenCabecera{
	height: 75px;
}	


	/*Articulos dependientes*/	
.articulos.dependientes .articulo_item{
	width: 100%;
}
	
	.articulos.dependientes .articulo_item .texto .btn-call{
		opacity: 1;
	}	
	
	footer .links p, footer .links p a{
		display: block;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1rem;
	}	
	
	footer .links p, footer .links p a{
		display: block;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1rem;
	}		
	
	.home-page{
		padding: 15px;
	}
	
	.home-page .home-nav{
		left: 15px;
		min-width: auto;
	}
	

	.home-page > p,	.home-page > p.nuevosProductos {
		font-size: 1rem;
	}	
	
	.home-page > p.nuevosProductos {
		z-index: 2;
		position: relative;
	}	
	
	.home-page > p.nuevosProductos:after{
		margin-left: 5px;
		content: "\f0d7";
	    font-family: "Font Awesome 6 Free";
    	font-weight: 600;
		color: #d40700;
		vertical-align: top;
	}	
	
	.home-page > p.nuevosProductos.is-active:after{
		content: "\f0d8";
	}	
	
	.home-page ul.options{
		overflow: hidden;
		width: 0;
		z-index: 1;
		transition: width .3s;
		height: 74.5vh;	
	}
	
	.home-page ul.options.active{
		overflow: auto;
		width: auto;
		min-width: 20%;
	}
	
	.home-page ul.active.options:after{
		content: "";
		display: block;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		background-color:rgba(255,255,255,.5);
		z-index: -1;
	}	
	
	.home-page a{
		padding-top: 10px;
		padding-bottom: 10px;
	}	
	
	
	.home-page{
		background-color: #e5e5e2;
		background-image: url("fondo320.jpg");
		background-size: contain;
	}	
	
	.home-page .redes a{
		width:40px;
		height: 40px;
		line-height: 36px;
		font-size: 1.25rem;
	}
	
.sellosINTI img{
	width: 125px;
}
	
	.contacto > .container ul{
		padding: 1.5rem;
	}	
	
.home-page a.realizado	{right: 15px;
    background-position: 90%;
    bottom: 42px;
    transform: translateX(0);
	}
	
/*Novedades*/
section#destacados .cerrarNovedades {	
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    line-height: 24px;
}

section#destacados{
    width: calc(100vw - 30px);
    padding: 15px;
	overflow: scroll;
	overflow-x: hidden;
}
	

.articulo .galeria .imagen{
	width: 100%;
	}	
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width:480px) and (max-width : 767px) {

header .logo{
width: 200px;
height: 100px;
}	

header .hamburger{
padding: 35px 0;
}

.inner-page header ul.options{
height: 0;
opacity: 0;
}	

header ul.options.active{
height: auto;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
margin-bottom: 0;
opacity: 1;
}	

header ul.options.active p, header ul.options.active a{
color: #414141;
}	

header ul.options li a{
padding: 17px 0;
border-bottom: 1px solid #d2d2d7;
margin-bottom: 0;
}

header ul.options li:last-of-type a{
border-bottom: 0px solid #d2d2d7;
}



header .top .optIcons a.buscar{
	display: none;
}	

.top form {
    float: left;
    width: 92.5%;
    padding: 5px 0;
}	
	
	#header .top .optIcons{
		width: auto;
	}	
	
header + .carousel{
	margin-top: 0;
	height: 33.33vh;
	margin-bottom: 0;
}	
section{
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 0;
	}

.carousel + section{
	padding-top: 30px;
}		
	

footer{
	padding-top: 60px;
	}	
	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 48.75%
	}
	
	.listadoProductos a:nth-child(2n), .productos a:nth-child(2n), .listadoProductos a:last-child, .productos a:last-child{
		margin-right: 0;
	}	
	
header + section.destacadosTienda {
    margin-top: 0 ;
    padding-top: 60px;
}
	

.imagenCabecera{
	height: 150px;
}		
	
	/*Articulos dependientes*/	
.articulos.dependientes .articulo_item{
	width: 100%;
}
	
	.articulos.dependientes .articulo_item .texto .btn-call{
		opacity: 1;
	}	
	
	
	.home-page .home-nav{
		min-width: auto;
	}
	
	.home-page > p,	.home-page > p.nuevosProductos {
		font-size: 1rem;
	}	
	
	.home-page > p.nuevosProductos {
		z-index: 2;
		position: relative;
	}	
	
	.home-page > p.nuevosProductos:after{
		margin-left: 5px;
		content: "\f0d7";
	    font-family: "Font Awesome 6 Free";
    	font-weight: 600;
		color: #d40700;
	}	
	
	.home-page > p.nuevosProductos.is-active:after{
		content: "\f0d8";
	}	
	
	.home-page ul.options{
		overflow: hidden;
		width: 0;
		z-index: 1;
		transition: width .3s;
	}
	
	.home-page ul.options.active{
		overflow: auto;
		width: auto;
		min-width: 20%;
	}
	
	.home-page ul.active.options:after{
		content: "";
		display: block;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		background-color:rgba(255,255,255,.5);
		z-index: -1;
	}	
	
	.home-page{
		background-color: #e5e5e2;
		background-image: url("fondo480.jpg");
		background-size: contain;
	}	

.sellosINTI img{
	width: 150px;
}
	
	footer .links p{
		margin-left: 5px;
		margin-right: 5px;
	}	
	
	footer .links p:first-of-type{
		margin-left: 10px;
		margin-right: 5px;
	}	
	
	footer .links p:last-of-type{
		margin-right: 10px;
	}	
	
	footer .links p a.btn-call{
		padding: 7px 15px;
	}	
	
	
.home-page a.realizado	{right: 15px;
    background-position: 90%;
    bottom: 42px;
    transform: translateX(0);
	}
	

.articulo .galeria .imagen{
	width: 49.375%;
	}	
	
.articulo .galeria .imagen:nth-child(2n), .articulo .galeria .imagen:last-child{
	margin-right: 0;
	}			
}

/* Small Devices, Tablets */
@media only screen and (min-width:768px) and (max-width : 991px) {

header .logo{
width: 200px;
height: 100px;
}	

header .hamburger{
padding: 35px 0;
}

.inner-page header ul.options{
height: 0;
opacity: 0;
}	

header ul.options.active{
height: auto;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
margin-bottom: 0;
opacity: 1;
}	

header ul.options.active p, header ul.options.active a{
color: #414141;
}	

header ul.options li a{
padding: 17px 0;
border-bottom: 1px solid #d2d2d7;
margin-bottom: 0;
}

header ul.options li:last-of-type a{
border-bottom: 0px solid #d2d2d7;
}


header + .carousel{
	margin-top: 0;
	height: 33.33vh;
}	
	
header .top .optIcons a.buscar{
display: none;
}	


	
section{
	padding-top: 100px;
	padding-bottom: 60px;
	margin-bottom: 0;
	}

footer{
	padding-top: 100px;
	}	
	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 31.66666666666667%
	}

	.listadoProductos a:nth-child(3n), .productos a:nth-child(3n), .listadoProductos a:last-child, .productos a:last-child{
		margin-right: 0;
	}		
	

header + section.destacadosTienda{
	margin-top: 0;
	padding-top: 60px;		
	}		
	

.imagenCabecera{
	height: 250px;
}		
	
/*Articulos dependientes*/	
.articulos.dependientes .articulo_item{
	width: 31.66666666666667%;
}
	
.articulos.dependientes .articulo_item:nth-child(3n), .articulos.dependientes .articulo_item:last-child{
	margin-right: 0;
}
	

	.home-page{
		background-color: #e5e5e2;
		background-image: url("fondo768.jpg");
		background-size: contain;
	}
	
	
.home-page a.realizado	{right: 15px;
    background-position: 90%;
    bottom: 42px;
    transform: translateX(0);
	}

	

.articulo .galeria .imagen{
	width: 49.375%;
	}	
	
.articulo .galeria .imagen:nth-child(2n), .articulo .galeria .imagen:last-child{
	margin-right: 0;
	}		
	
.quienes-somos video:first-of-type{
width: 45%;
	float: right;
	margin: 0 0 30px 30px;
}

	
}

/* Medium Devices, Desktops */
@media only screen and (min-width:992px) and (max-width : 1199px) {
	
header .logo{
	width: 150px;
	height: 100px;
	}

header ul.options{
	height: auto;
	width: auto;
}
	
header ul.options li, header ul.options p{
	display: inline-block;
	width: auto;
	margin-right: 10px;
}
	
header ul.options li:last-child, header ul.options p:last-child{
	margin-right: 0;
}

	
	
header ul.options li a, header ul.options li p {
	line-height: 100px;
}
	
header + .carousel{
	margin-top: 0;
	height: 33.33vh;
}	
section{
	padding-top: 100px;
	padding-bottom: 60px;
	margin-bottom: 0;
	}

footer{
	padding-top: 90px;
	}	
	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 31.66666666666667%
	}

	.listadoProductos a:nth-child(3n), .productos a:nth-child(3n), .listadoProductos a:last-child, .productos a:last-child{
		margin-right: 0;
	}
	
/*producto*/
	section.producto,	section.carrito{
		padding-top: 30px;
	}
	

header + section.destacadosTienda{
	margin-top: 0;
	padding-top: 60px;		
	}
	

.imagenCabecera{
	height: 300px;
}	
	
/*Articulos dependientes*/	
.articulos.dependientes .articulo_item{
	width: 31.66666666666667%;
}
	
.articulos.dependientes .articulo_item:nth-child(3n), .articulos.dependientes .articulo_item:last-child{
	margin-right: 0;
}

	.home-page{
		background-color: #e5e5e2;
		background-image: url("fondo993.jpg");
		background-size: contain;
	}
	
/*Inner page*/	
.inner-page header .logo{
	width: 250px;
	height: 97px;
	float: none;
	margin: 10px auto 5px;
}
	
header .options{
	line-height: normal;
	}	
	
.inner-page header ul.options li, .inner-page header ul.options p{
	display: inline-block;
	width: auto;
	margin-right: 15px;
	line-height: normal;
	vertical-align: top;
}
	
.inner-page header ul.options li:last-child, .inner-page header ul.options p:last-child{
	margin-right: 0;
}
	
.inner-page header ul.options li a, .inner-page header ul.options li p {
	color: #424245;
	line-height: normal;
}

	footer .links p a.btn-call{
		padding: 7px 15px;
	}	
	
.home-page a.realizado{
	width: 125px;
}
	

.articulo .galeria .imagen{
	width: 32.5%;
	}	
	
.articulo .galeria .imagen:nth-child(3n), .articulo .galeria .imagen:last-child{
	margin-right: 0;;
	}	
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

header .logo{
	float: none;
	margin: 10px auto 10px;
}
	
header ul.options li, header ul.options p{
	display: inline-block;
	width: auto;
	margin-right: 15px;
	line-height: normal;
}
	
header ul.options li:last-child, header ul.options p:last-child{
	margin-right: 0;
}
	
header ul.options li a, header ul.options li p {
	color: #424245;
	line-height: normal;
}

header .top .optIcons a.buscar{
	display: none;
}	
	
header + .carousel{
	margin-top: 0;
	height: 55vh;
}	
	
section{
	padding-top: 100px;
	padding-bottom: 60px;
	margin-bottom: 0;
	}

footer{
	padding-top: 60px;
	}	
	

header + section.destacadosTienda{
	margin-top: 0;
	padding-top: 60px;		
	}	
	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 23.125%
	}

	.listadoProductos a:nth-child(4n), .productos a:nth-child(4n), .listadoProductos a:last-child, .productos a:last-child{
		margin-right: 0;
	}	

/*producto*/
	section.producto,	section.carrito{
		padding-top: 30px;
	}

/*Articulos dependientes*/	
.articulos.dependientes .articulo_item{
	width: 31.66666666666667%;
}
	
.articulos.dependientes .articulo_item:nth-child(3n), .articulos.dependientes .articulo_item:last-child{
	margin-right: 0;
}

.home-page a.realizado{
	width: 125px;
}
	
.articulo .galeria .imagen{
	width: 32.5%;
	}	
	
.articulo .galeria .imagen:nth-child(3n), .articulo .galeria .imagen:last-child{
	margin-right: 0;
	}		

}
