/**************************************
*************************************** 
PRODUCTOS
***************************************
**************************************/

article > header {
    font-family: pt-sans-bold, Arial, Helvetica, sans-serif;
    font-size: 1.56em;
    color: white;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    
    background: #43c8fa; /* Old browsers */
    background: -moz-linear-gradient(top,  #43c8fa 0%, #035676 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43c8fa), color-stop(100%,#035676)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #43c8fa 0%,#035676 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #43c8fa 0%,#035676 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #43c8fa 0%,#035676 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #43c8fa 0%,#035676 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43c8fa', endColorstr='#035676',GradientType=0 ); /* IE6-9 */
    
    margin-left: 25px;
	
	width: 457px;
	height:70px;
	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	
	position: relative;
	bottom: -20px;
	opacity: 0;
	
	-webkit-animation-name: aparecer-desde-abajo;
	-moz-animation-name: aparecer-desde-abajo;
	-o-animation-name: aparecer-desde-abajo;
	animation-name: aparecer-desde-abajo;
	
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
	
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	-o-animation-direction: normal;
	animation-direction: normal;
	
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

article > header > .icono {
    margin: 0 34px 0 16px;
}

article > .aside-y-productos {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

article > .aside-y-productos > aside {
    width: 290px;
	
	position: relative;
	bottom: -20px;
	opacity: 0;
	
	-webkit-animation-name: aparecer-desde-abajo;
	-moz-animation-name: aparecer-desde-abajo;
	-o-animation-name: aparecer-desde-abajo;
	animation-name: aparecer-desde-abajo;
	
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
	
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	-o-animation-direction: normal;
	animation-direction: normal;
	
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

article > .aside-y-productos > aside > .subcategorias {
    width: 290px;
    min-height: 372px;
    
    background: url(../img/sombra-latera-pequena-izquierda.png), url(../img/sombra-latera-pequena-derecha.png);
    background: url(../img/sombra-latera-pequena-izquierda.png), url(../img/sombra-latera-pequena-derecha.png);
    background: url(../img/sombra-latera-pequena-izquierda.png), url(../img/sombra-latera-pequena-derecha.png);
    background: url(../img/sombra-latera-pequena-izquierda.png), url(../img/sombra-latera-pequena-derecha.png);
    
    background-position: left center, right center;    
    background-repeat: no-repeat;
}

article > .aside-y-productos > aside > .subcategorias > .contenedor {
    width: 240px;
	min-height: 372px;
	margin: 0 auto;
	padding: 44px 20px 42px 20px;
	
	background: -moz-linear-gradient(top,  rgba(226,245,254,0) 0%, rgba(226,245,254,0.7) 14%, rgba(226,245,254,1) 41%, rgba(226,245,254,0.7) 67%, rgba(226,245,254,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,245,254,0)), color-stop(14%,rgba(226,245,254,0.7)), color-stop(41%,rgba(226,245,254,1)), color-stop(67%,rgba(226,245,254,0.7)), color-stop(100%,rgba(226,245,254,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(226,245,254,0) 0%,rgba(226,245,254,0.7) 14%,rgba(226,245,254,1) 41%,rgba(226,245,254,0.7) 67%,rgba(226,245,254,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(226,245,254,0) 0%,rgba(226,245,254,0.7) 14%,rgba(226,245,254,1) 41%,rgba(226,245,254,0.7) 67%,rgba(226,245,254,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(226,245,254,0) 0%,rgba(226,245,254,0.7) 14%,rgba(226,245,254,1) 41%,rgba(226,245,254,0.7) 67%,rgba(226,245,254,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(226,245,254,0) 0%,rgba(226,245,254,0.7) 14%,rgba(226,245,254,1) 41%,rgba(226,245,254,0.7) 67%,rgba(226,245,254,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e2f5fe', endColorstr='#00e2f5fe',GradientType=0 ); /* IE6-9 */
}

article > .aside-y-productos > aside > .subcategorias > .contenedor > nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

article > .aside-y-productos > aside > .subcategorias > .contenedor > nav > ul > li {
    margin-bottom: 30px;
}

article > .aside-y-productos > aside > .subcategorias > .contenedor > nav > ul > li:last-child {
    margin-bottom: 0;
}

article > .aside-y-productos > aside > .subcategorias > .contenedor > nav > ul > li > a {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

article > .aside-y-productos > aside > .subcategorias > .contenedor > nav > ul > li > a > img {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    
    margin-right: 5px;
    opacity: 1;
    
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

article > .aside-y-productos > aside > .subcategorias > .contenedor > nav > ul > li > a {
    width: 100%;
    text-align: center;
    text-decoration: none;
    
    font-family: pt-sans-bold, Arial, Helvetica, sans-serif;
    line-height: 120%;
    color: #005377;
    
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

article > .aside-y-productos > aside > .subcategorias > .contenedor > nav > ul > li > a:hover {
    color: #35B1DF;
}

article > .aside-y-productos > aside > .subcategorias > .contenedor > nav > ul > li > a.seleccionado {
    color: #35B1DF;
}

article > .aside-y-productos > aside > .subcategorias > .contenedor > nav > ul > li > a:hover > img {
    opacity: .75;
}

article > .aside-y-productos > aside > .subcategorias > .contenedor > nav > ul > li > a.seleccionado > img {
    opacity: .75;
}

article > .aside-y-productos > aside > .datos-de-contacto {
    width: 290px;
    min-height: 372px;
    
    background: url(../img/sombra-latera-pequena-izquierda.png), url(../img/sombra-latera-pequena-derecha.png);
    background: url(../img/sombra-latera-pequena-izquierda.png), url(../img/sombra-latera-pequena-derecha.png);
    background: url(../img/sombra-latera-pequena-izquierda.png), url(../img/sombra-latera-pequena-derecha.png);
    background: url(../img/sombra-latera-pequena-izquierda.png), url(../img/sombra-latera-pequena-derecha.png);
    
    background-position: left center, right center;    
    background-repeat: no-repeat;
}

article > .aside-y-productos > aside > .datos-de-contacto > .contenedor {
    width: 240px;
	min-height: 372px;
	margin: 0 auto;
	padding: 44px 20px 42px 20px;
	
	background: -moz-linear-gradient(top,  rgba(226,245,254,0) 0%, rgba(226,245,254,0.7) 14%, rgba(226,245,254,1) 41%, rgba(226,245,254,0.7) 67%, rgba(226,245,254,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,245,254,0)), color-stop(14%,rgba(226,245,254,0.7)), color-stop(41%,rgba(226,245,254,1)), color-stop(67%,rgba(226,245,254,0.7)), color-stop(100%,rgba(226,245,254,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(226,245,254,0) 0%,rgba(226,245,254,0.7) 14%,rgba(226,245,254,1) 41%,rgba(226,245,254,0.7) 67%,rgba(226,245,254,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(226,245,254,0) 0%,rgba(226,245,254,0.7) 14%,rgba(226,245,254,1) 41%,rgba(226,245,254,0.7) 67%,rgba(226,245,254,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(226,245,254,0) 0%,rgba(226,245,254,0.7) 14%,rgba(226,245,254,1) 41%,rgba(226,245,254,0.7) 67%,rgba(226,245,254,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(226,245,254,0) 0%,rgba(226,245,254,0.7) 14%,rgba(226,245,254,1) 41%,rgba(226,245,254,0.7) 67%,rgba(226,245,254,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e2f5fe', endColorstr='#00e2f5fe',GradientType=0 ); /* IE6-9 */
}

article > .aside-y-productos > aside > .datos-de-contacto > .contenedor > section {
    text-align: center;
    margin-bottom: 38px;
    font-size: .88em;
    line-height: 150%;
}

article > .aside-y-productos > aside > .datos-de-contacto > .contenedor > section:last-child {
    margin-bottom: 0;
}

article > .aside-y-productos > aside > .datos-de-contacto > .contenedor > section > h1 {
    font-family: pt-sans-bold, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #1D94D3;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 10px;
}

article > .aside-y-productos > aside > .datos-de-contacto > .contenedor > section > b {
    font-family: pt-sans-bold, Arial, Helvetica, sans-serif;
}

article > .aside-y-productos > aside > .datos-de-contacto > .contenedor > section > b.frase {
    display: block;
    margin-top: 14px;
}

article > .aside-y-productos > .productos {
    width: 670px;
    margin-top: 17px;
    
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
	position: relative;
	bottom: -20px;
	opacity: 0;
	
	-webkit-animation-name: aparecer-desde-abajo;
	-moz-animation-name: aparecer-desde-abajo;
	-o-animation-name: aparecer-desde-abajo;
	animation-name: aparecer-desde-abajo;
	
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	-o-animation-delay: 1.4s;
	animation-delay: 1.4s;
	
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	-o-animation-direction: normal;
	animation-direction: normal;
	
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

article > .aside-y-productos > .productos .producto {
    display: table;
    width: 274px;
    min-height: 180px;
    margin: 0 9px 40px 0;
    position: relative;
    text-decoration: none;
    padding-bottom: 36px;
}

article > .aside-y-productos > .productos .producto:nth-child(even) {
    margin-right: 0;
}

article > .aside-y-productos > .productos .producto:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

article > .aside-y-productos > .productos .producto > .sombra {
    width: 274px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 133px;
    z-index: 1;
    
    background: -webkit-radial-gradient(contain, rgba(5,160,254,.6) 50%, rgba(5,160,254,0) 100%);
    background: -moz-radial-gradient(contain, rgba(5,160,254,.6) 50%, rgba(5,160,254,0) 100%);
    background: -ms-radial-gradient(contain, rgba(5,160,254,.6) 50%, rgba(5,160,254,0) 100%);
    background: -o-radial-gradient(contain, rgba(5,160,254,.6) 50%, rgba(5,160,254,0) 100%);
}

article > .aside-y-productos > .productos .producto > .foto {
    width: 209px;
    height: 152px;
    position: relative;
    z-index: 2;
    margin: 0 auto 20px;
    border: solid 5px #64C6FC;
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

article > .aside-y-productos > .productos .producto:hover > .foto {
    background-size: 105%;
    border: solid 5px #7DD040;
}

article > .aside-y-productos > .productos .producto > h1 {
    font-family: pt-sans-bold, Arial, Helvetica, sans-serif;
    font-size: 1.12em;
    line-height: 120%;
    color: #2C4E60;
    text-align: center;
}

article > .aside-y-productos > .productos .producto > .boton {
    position: absolute;
    right: 32px;
    bottom: 0;
    z-index: 2;
    
    font-family: pt-sans-italic, Arial, Helvetica, sans-serif;
    font-size: .87em;
    color: white;
    background-color: #7DD040;
    background-image: url(../img/fondo-boton-producto-productos.jpg);
    background-repeat: repeat-x;
    background-position: center;
    padding: 4px 10px;
    
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: 1px 1px 5px 0 rgba(70,124,31,.99);
    box-shadow: 1px 1px 5px 0 rgba(70,124,31,.99);
    
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

article > .aside-y-productos > .productos .producto:hover > .boton {
    bottom: 5px;
}