/**
 * Light light blue: #b2edce;
 * Light blue: #03c4eb;
 * Dark blue: #295ea4;
 * Light green: #aece72;
 * Green: #8dbb36;
 * Orange: #ff9000;
 * Weird Green: #B2EDCE;
 */
nav ul a.active{
	color: #ff9000;
}

#products{
	background-color: #fff;
	background-color: #ededed;
}
.full-products-container{
	padding-right: 1%;
	padding-left: 1%;
}
.products-page-subtitle{
	margin: 20px 0px;
    background-color: #295ea4;
    padding: 20px;
    color: #fff;
    text-align: left;
    font-weight: 800;
    font-size: 1.95rem;
}
.subcategories-all{
	color: #0D347A;
	margin-bottom: 25px;
    font-size: 1.75rem;
    font-family: Kohinoor-Bold;
    background-color: transparent;
    border-bottom: 2px solid #0D347A;
    border-top: 2px solid #0D347A;
    padding: 10px;
    padding-left: 16px;
    zoom: 1;
    clear: both;
}
.subcategories-all-2{
	color: #fff;
	margin-bottom: 25px;
    font-size: 1.75rem;
    font-family: Kohinoor-Bold;
    background-color: #0D347A;
    padding: 20px;
    padding-left: 16px;
    zoom: 1;
    clear: both;
}
.subcategory-container{
	width: 99%;
}
.subcategory{
	display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	      -ms-flex-align: center;
	          align-items: center;
	vertical-align: middle;
	justify-content: center;
	width: 100%;
	height: 100px;
	opacity: 0.75;
	font-weight: 600;
	font-size: 1.2rem;
	color: #295ea4;
	padding: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.subcategory a{
	color: #295ea4;
	text-decoration: none;
	height: 100%;
}
.subcategory:hover{
	color: #fff;
	opacity: 1;
	background-color: #295ea4;
}
.subcategory:hover a{
	color: #fff;
	opacity: 1;
}
.subcategory.active{
	color: #fff;
	opacity: 1;
	background-color: #295ea4;
}
.subcategory.active a{
	color: #fff;
}
.ptitle-carousel{
	width: 50%;
	margin: 0 auto;
}
/* For this product */
.products-carousel{
	font-size: 1.35rem;
	font-weight: 700;
}
.product-overlay a{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal.open{
	width: 90%;
	border: 4px solid #295ea4;
}
.modal-content{
	padding: 0 !important;
}
.close-modal i{
	background-color: #295ea4;
    padding: 8px;
    border-radius: 0%;
    font-size: 1.7rem;
    color: white;
    font-weight: 600;
    cursor: pointer;
}
.product-modal-content{
	padding: 10px;
}
.product-modal-imagen img{
	width: 100%;
	background-color: #295ea4;
}
.product-modal-text{
	color: #295ea4;
	padding: 5px 20px; 
}
.product-modal-text h4{
	color: #21477a;
	font-weight: 800;
	margin-bottom: 1px;
}
.product-modal-text h5{
	font-weight: 600;
	color: #21477a;
	margin-top: 1px;
	margin-bottom: 40px;
}
.product-modal-text span{
	color: #21477a;
	font-size: 1.3rem;
	font-weight: 500;
}
/*** NEW DIV STYLES ***/
.left-product-menu-title{
	font-size: 1.75rem;
	text-transform: uppercase;
	padding: 1rem 0 1rem 0;
	font-family: Kohinoor-Bold;
}
.collapsible-header{
	color: #fff;
	font-size: 1.3rem;
	background-color: #8dbb36;
	border-bottom: 1px solid #fff;
}
.collapsible-body{
	padding: 10px 5px 1.25rem 1rem;
}
.collapsible-body span{
	display: block;
	width: 100%;
	font-weight: 600; 
	font-size: 1.15rem;
	padding: 1rem 0 0.15rem 0;
	font-family: Kohinoor-Bold;
}
.collapsible-body span a{
	color: #fff;
	transition: all 300ms ease;
}
.collapsible-body span a:hover{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.collapsible-body .inner-product-list{
	display: block;
	width: 100%;
	margin-left: 5px;
	font-size: 1rem;
	padding: 3px 5px 3px 10px;
	font-family: Kohinoor-Thin;
}
.entire-product{
	/*display: inline-block;*/
	float: left;
	width: 24%;
	margin: 0 5px;
	/*padding: 0 5px;*/
	margin-bottom: 15px;
	height: calc(100vh/2);
	max-height: 350px;
}
.entire-product:before, .entire-product:after{
	clear:both;
}
.entire-product span{
	display: inline-block;
	width: 100%;
	padding-left: 15px;
	text-align: left;
	font-weight: 600;
	font-size: 1.2rem;
	color: #295ea4;
}
.whole-product{
	/*margin: 5px 5px;*/
	/*margin-left: 20px;*/
	/*display: inline-block;*/
	/*width: 20%;*/
	/*background-color: #03c4eb;*/
	position: relative;
	height: 80%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
}
.image-product{
	background-color: #fff;
	overflow: hidden;
	padding: 0px;
}
.entire-product:hover .product-overlay2{
	/*display: flex;*/
  opacity: 0.85;
  background-color: rgba(41, 94, 164, 0.85);
}
.product-overlay2{
	background-color: rgba(41, 94, 164, 0);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
    text-align: -webkit-center;
    justify-content: center;
    webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.info-button{
	padding: 5px 10px;
	font-size: 1.15rem;
	color: #fff;
	margin: 5px 5px;
	font-weight: 600;
	border-radius: 3px;
	background-color: #8dbb36;
	transition: all 250ms ease;
}
.cotiza-button{
	padding: 5px 10px;
	font-size: 1.15rem;
	opacity: 1;
	color: #fff;
	margin: 5px 5px;
	font-weight: 600;
	border-radius: 3px;
	background-color: #ff9000;
	transition: all 250ms ease;
}
.info-button:hover , .cotiza-button:hover{
	transition: 250ms ease;
	opacity: 0.7;
}
.description-product{
	vertical-align: top;
	/*border: 1px solid green;*/
	display: inline-block;
	width: 70%;
	padding: 0px;
	padding-top: 10px;
}
.description-product span{
	color: #295ea4;
	font-size: 1.55rem;
	font-weight: 600;
}
.inner-description-product div{
	width: 32%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.inner-description-product div p:first-child{
	color: #295ea4;
	font-weight: 600;
	font-size: 1.15rem;
}
.inner-description-product div p:last-child{
	color: red;
	font-weight: 400;
	font-size: 1rem;
}

.page-footer .footer-copyright{
	background-color: transparent;
}
.page-footer .footer-copyright a {
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.green-button{
	background-color: rgba(141, 187, 54,1);
}
.set-of-products{
	margin: 1.5% 3%;
}
/*** ANOTHER ONE***/
.full-prod-container{
	/*height: calc( 100vh / 2 - 35px);*/
	height: calc( 100vw / 4 - 35px);
	/*max-height: 430px;*/
	background-position: center; 
	background-size: 100% 100%; 
	width: 24%;
	margin-left: 1%;
	margin-bottom: 1.65%;
	border: 3px solid #0D347A;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
.full-prod-container div.full-prod-info{
	background-color: rgba(9, 52, 122, 0.75);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	align-items: center;
	opacity: 1;
	position: absolute;
	left: -100%;
	transition: all 300ms ease-out;
	-o-transition: all 300ms ease; /* opera */
	-ms-transition: all 300ms ease; /* IE 10 */
	-moz-transition: all 300ms ease; /* Firefox */
	-webkit-transition: all 300ms ease; /*safari and chrome */
}
.full-prod-info div{
	width: 100%;
	text-align: center;
}
.full-prod-container:hover div.full-prod-info{
	transition: all 350ms ease-out;
	-o-transition: all 350ms ease; /* opera */
	-ms-transition: all 350ms ease; /* IE 10 */
	-moz-transition: all 350ms ease; /* Firefox */
	-webkit-transition: all 350ms ease; /*safari and chrome */
	/*opacity: 1;*/
	left: 0;
}
.full-prod-container span{
	display: block;
	width: 100%;
	margin: 10px 0px;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.3rem;
	padding: 0px 5px;
	font-weight: 600;
}

/***ONE MORE***/
/*************/
.full-image-product{
	width: 24%;
	margin: 1% 0.5%;
	display: inline-block;
	border: 3px solid rgb(9, 52, 122);
	position: relative;
	overflow: hidden;
}
.full-image-product img{
	width: 100%;
	vertical-align: middle;
}
.full-description-product{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	opacity: 0;
	left: -100%;
	overflow: hidden;
	transition: all 350ms ease;
	background-color: rgba(9, 52, 122, 0.75);
}
.full-image-product:hover .full-description-product{
	opacity: 1;
	transition: all 300ms ease-out;
	-o-transition: all 300ms ease; /* opera */
	-ms-transition: all 300ms ease; /* IE 10 */
	-moz-transition: all 300ms ease; /* Firefox */
	-webkit-transition: all 300ms ease; /*safari and chrome */
	left: 0;
}
.full-description-product div{
	width: 100%;
	text-align: center;
}
.full-description-product span{
	display: block;
	margin-bottom: 10px;
	padding: 0px 5px;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
}


/**
 *
 * max-> pantallas menores de 
 * min-> pantallas mayores de
 */

@media screen and (max-width: 1024px){
	.entire-product{
		width: 31%;
		height: calc(100vh/2);
	}	
	.whole-product{
		height: 80%;
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.entire-product span{
		letter-spacing: -0.5px;
		font-size: 0.8rem;
		padding-left: 7px;
	}
}
@media screen and (max-width: 768px){
	.entire-product{
		width: 31%;
	}	
	.entire-product span{
		letter-spacing: -0.5px;
		font-size: 0.8rem;
		padding-left: 7px;
	}
	.full-prod-container{
		width: 49%;
		height: calc( 100vw / 2 - 35px);
	}
}
@media screen and (max-width: 601px ){
  .subcategory{
  	width: 100%;
  }
  .full-prod-container{
	width: 98%;
	height: calc( 100vw / 1 - 35px);
  }
  .full-prod-info div{
  	text-align: center;
  	text-align: -webkit-center;
  }
  .ptitle-carousel{
  	width: 90%;
  }
  .entire-product{
  	width: 80%;
  	margin: 20px 10%;
  	float: none;
  	font-size: 1rem;
  	min-height: auto;
  }
  .entire-product span{
	letter-spacing: 0px;
	font-size: 1.15rem;
   }
  .cotiza-button, .info-button{
  	display: block;
  	width: 40%;
  	text-align: center;
  }
}

@media screen and ( min-width: 1366px ){
	.entire-product{
		min-height: 355px;
		height: calc(100vh/2);
	}	
	.whole-product{
		height: 80%;
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
	}
}
@media screen and ( min-width: 1440px ){
	.entire-product{
		min-height: 380px;
	}
}
@media screen and ( min-width: 1600px ){
	.entire-product{
		max-height: 405px;
	}
}
@media screen and ( min-width: 1700px ){
	.entire-product{
		max-height: 435px;
	}
}
@media screen and ( min-width: 1800px ){
	.entire-product{
		max-height: 455px;
	}
}
@media screen and ( min-width: 1900px ){
	.entire-product{
		max-height: 490px;
	}
}
