/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
@import url(//fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,700,900);

#header,
#header-wrap {
	background-color: #E2F0F7;
	font-family: Raleway, Lato, sans-serif;
	font-weight: bolder;
}

#section-quick-icons { 
	background-color: #D2E7EA;
}
#section-quick-icons .container { 
	padding: 3rem 0;
}

.quick-icons img {
	width: auto;
	height: 90px;
	padding-bottom: 1rem;
}

#section-colecciones .container{
	margin-top: -5rem;
	margin-bottom: 5rem;
}

.bg-aqua {
	background-color: #D2E7EA !important;
}

/*COLECCCIONES
-----------------------------------------------------------------*/
@media (max-width: 991px) {
	div[id="1"] {
		background-image: url(../images/colecciones/1.webp);
	}

	div[id="2"] {
		background-image: url(../images/colecciones/2.webp);
	}

	div[id="3"] {
		background-image: url(../images/colecciones/3.webp);
	}

	div[id="4"] {
		background-image: url(../images/colecciones/4.webp);
	}
}


.block-expand-categories .expand-category {
	--height: 35vh;
	--responsive-height: 100px;
	--hover-flex: 10;

	position: relative;
	background-position: center center;
	background-size: cover;
	border-radius: 20px;
	margin: 10px 0;
	min-height: var(--responsive-height);
	cursor: pointer;
}

.block-expand-categories .expand-category h4 {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0;
	transform: translateY(-15%);
}
.block-expand-categories .expand-category h4 a:hover {
	background-color: #04A3B0 !important;
	color: #fff !important;
}

.block-expand-categories .expand-category h4 a {
	color: #333 !important;
}

@media (min-width: 992px) {

	div[id="1"] {
		background-image: url(../images/colecciones/1.webp);
	}

	div[id="2"] {
		background-image: url(../images/colecciones/2a.webp);
	}

	div[id="3"] {
		background-image: url(../images/colecciones/3a.webp);
	}

	div[id="4"] {
		background-image: url(../images/colecciones/4a.webp);
	}

	.block-expand-categories .expand-category {
		height: var(--height);
		flex: 1;
		margin: 0 10px;
		transition: flex 1s ease;
		-webkit-backface-visibility: hidden;
		transform: translate3d(0,0,0);
	}

	.block-expand-categories:not(.on-click) .expand-category:hover,
	.block-expand-categories.on-click .expand-category.active { flex: var(--hover-flex); }

	.block-expand-categories .expand-category h4 {
		opacity: 1;
		top: auto;
		bottom: 10px;
		transform: none;
		transition: opacity .4s ease;
	}

	.block-expand-categories:hover .expand-category:not(.active):not(:hover) h4,
	.block-expand-categories.on-click .expand-category:not(.active) h4 { opacity: 0; }

}

/* ------------------------------------------------------------------------------- */
/*  10. Footer
/* ------------------------------------------------------------------------------- */

footer{
  z-index: 10;
  position: fixed;
  left: 0px;
  bottom: -15px;
  width: 100%;
}

.title-unidades {
  background-color: black;
  font-size: 14px;
  text-align: center;
}

.unidades {
  color: #FFF;
  font-family: verdana, sans-serif;
  font-size: 16px;
  padding-top: 5px;
}

 a.unidades-link:link{
  color: #FFF;
}

a.unidades-link:hover{
  text-decoration: none;
}

a.unidades-link:visited{
  text-decoration: none;
  color: #FFF;
}

.U-A {
  background-color: #CD032E;
  height: 45px;
}

.U-C {
  background-color: #F08200;
  height: 45px;
}

.U-I {
  background-color: #57A519;
  height: 45px;
}

.U-L {
  background-color: #AD25A8;
  height: 45px;
}

.U-X {
  background-color: #0072CE;
  height: 45px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15
{
  position: relative;
  min-height: 1px; 
}
.col-xs-15
{
  width: 20% !important;
  float: left;
}

.unidades-ux {
  color: #FFF;
  font-family: verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  bottom: 0;
  max-height: 50px;
  background-color: black;
}

.mrg-f {
  margin:0;
  padding: 0;
}

.U-A-ux {
  background-color: #CD032E;
  height: 45px;
}

.U-C-ux {
  background-color: #F08200;
  height: 45px;
}

.U-I-ux {
  background-color: #57A519;
  height: 45px;
}

.U-L-ux {
  background-color: #AD25A8;
  height: 45px;
}

.U-X-ux {
  background-color: #0072CE;
  height: 45px;
}


@media (min-width: 768px)
{
  .col-sm-15
  {
    width: 20% !important;
    float: left;
  }
}

@media (max-width: 576px) {
	.quick-icons img {
		width: auto;
		height: 60px;
	}
}