:root {
  --nuBlue: #001026;
  --nuRed: #FF1500;
  --darkGray: #33302D;
  --duskGray: #66605A;
  --dawnGray: #E6E3DA;
  --lightGray: #E6E3DA;
  --Fraktion: 'FraktionSans-Regular', Helvetica, sans-serif;
  --CooperReg: 'CooperLtBT-Regular', Helvetica, sans-serif;
  --CooperBold: 'CooperLtBT-Bold', Helvetica, sans-serif;
  --OpenSans: 'Open Sans', sans-serif;
}

#new_products .row {
    margin-left: 0px;
    margin-right: 0px;
    padding:5px 0px;
}    

.products-block{
  /*max-width: 96vw;*/
  margin: 0 auto;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}


.image  {
  opacity: 1;
  display: block;
  height: auto !important;
  transition: .5s ease;
  backface-visibility: hidden;
  margin: auto;
}

.new-product-container {
	padding: 0em 7em !important;
	margin: 0em;
}

@media (max-width: 1600px) 
{
    .new-product-container 
	{
      padding: 2em 2em !important;
	} 
}
@media (max-width: 900px) 
{
  .new-product-container 
	{
      padding: 2em 2em !important;
	  border-bottom: 1px solid #d9d9d9;
	} 
}


.new-product-container:hover .new-product-see 
{
	opacity: 1;
}
.new-product-name {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.new-product-price
{
	font-size: 20px;
}

.new-product-see
{
	opacity: 0;
	 transition: 0.5s;
	 min-height: 38px;
	 margin-bottom: 10px;
}

.text {
  background-color: #004a88;
  color: white;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 5px;
}
.oferta-item
{
	line-height:2em;
}
.new-product-oferta
{
	height:32px;
}
#nuzoa_links
{
	margin:40px 0px;
}

.image_container {
  margin: 0px;
  padding: 0px;
  cursor:pointer;
}

.block_image {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.image_container img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.image_container:hover img 
{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-filter: grayscale(50%);
	filter: grayscale(50%);
}
.categories_block
{
  height:calc(3vh * 10) !important;
  /*padding: 0 1vh 2vh !important;*/
  padding: 0 !important;
  overflow: hidden;
}

#nosotros_icon{
  margin-top: calc(6vh * 0.9);
  margin-bottom: calc(3vw * 0.5);
  max-width: 98vw;
  display: flex;
  flex-wrap: wrap;
}

.home-perks{
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 160px;
  padding-top: 2em;
}
.home-perk-box{
  margin-bottom: 1em;
}

.home-perk-img{
  width: calc(12vw * 2.6);
  display: block;
  margin: 0 auto;
  max-width: 40%;
}

.home-perk-text{
  /*height: calc(10 * 0.5em);*/
  padding: 0.8em 1.4em 0 1.4em;
  font-size: 1.5em;
  /*color: var(--nuRed);*/
  color: var(--darkGray);
  font-weight: 600;

  text-align: center;
  line-height: 1.2em;
  text-rendering: optimizeLegibility;
}

.home-categories-image-containter{
  padding: 0 !important;
}
.home-categories{
  background-color: var(--dawnGray);
  width: 100%;
  padding-bottom: 3vh;
}

.home-categories-container{
  width: 100%;
  /*border: 1px solid red;*/
}
.home-categories-title{
  padding: 0.6em 0;
  color: var(--nuBlue) !important;
  text-align: center;
  font: 60px var(--Fraktion) !important;
}


.home-categories-box{
  height: 100%;
  min-height: 70vh;
}
.home-categories-block{

  font-size: 18px;
  font-weight: bold;
}

.home-categories-block-bg{
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  /*ransition: all 0.3s ease-in-out; */
  cursor:pointer;
  /*background-color: var(--nuBlue);*/
  overflow: hidden;
}
/*
.home-categories-block-bg:hover
{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
*/

.home-categories-link{
  display: flex;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  align-content: center;
  justify-content: center;
}

.home-categories-link:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
  transform: scale(1.1);
  overflow: hidden;
  background-clip: border-box;

}

.home-categories-text{
  display: flex;
  color: white;
  padding: 0.8vh 0.5vw;
  font: 600 20px var(--OpenSans);
  position: relative;
  z-index: 2; 
}

.home-categories-text-title{
  display: block;
  align-self: center;
  text-align: center;
  font: 600 36px var(--OpenSans) !important;
  transition: all 0.3s ease-in-out;
}


.home-categories-image{
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  background-clip: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  /*transition: all 0.3s ease-in-out; */
}

/*
.home-categories-image:hover
{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
  transform: scale(1.1);
  overflow: hidden;
  background-clip: border-box;
}
*/




/* MOBILE */

@media (max-width: 900px) 
{
	.home-categories-title
	{ 
	  font: 30px var(--Fraktion) !important;
	}
	.home-perk-text
	{
		font-size: 1.2em;
	}
}