/**************************************
*************************************** 
PRODUCTO
***************************************
**************************************/

article > .nombre-y-enlace {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
    margin-bottom: 15px;
	
	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 > .nombre-y-enlace > header {
    font-family: pt-sans-bold, Arial, Helvetica, sans-serif;
    font-size: 1.56em;
    color: #1C5B77;
    margin-left: 25px;
}

article > .nombre-y-enlace > .enlace {
    font-family: pt-sans-italic, Arial, Helvetica, sans-serif;
    color: #045778;
    margin-right: 25px;
    background-image: url(../img/icono-volver.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 5px 0 5px 27px;
    -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 > .nombre-y-enlace > .enlace:hover {
    background-position: 0 center;
}

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

article > .seccion-y-foto > .informacion {
    /*width: 290px;*/
	width: 400px;
    min-height: 372px;
    
    background: url(../img/sombra-latera-pequena-izquierda.png), url(../img/sombra-latera-pequena-derecha.png), -webkit-radial-gradient(contain, rgba(226,245,254,1) 0%, rgba(5,160,254,0) 90%);
    background: url(../img/sombra-latera-pequena-izquierda.png), url(../img/sombra-latera-pequena-derecha.png), -moz-radial-gradient(contain, rgba(226,245,254,1) 0%, rgba(5,160,254,0) 90%);
    background: url(../img/sombra-latera-pequena-izquierda.png), url(../img/sombra-latera-pequena-derecha.png), -ms-radial-gradient(contain, rgba(226,245,254,1) 0%, rgba(5,160,254,0) 90%);
    background: url(../img/sombra-latera-pequena-izquierda.png), url(../img/sombra-latera-pequena-derecha.png), -o-radial-gradient(contain, rgba(226,245,254,1) 0%, rgba(5,160,254,0) 90%);
    
    background-position: left center, right center, center;    
    background-repeat: no-repeat;
    
    padding: 44px 37px 42px 47px;
	
	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;
	
	text-align: justify;
	text-shadow: 1px 1px white;
	font-weight: bold;
}

article > .seccion-y-foto > .informacion > .texto {
    height: 269px;
    overflow: auto;
    line-height: 120%;
}

article > .seccion-y-foto > .informacion > .texto > b {
    font-family: pt-sans-bold, Arial, Helvetica, sans-serif;
    font-size: 1.12em;
    color: #045778;
}

article > .seccion-y-foto > .informacion > .texto > ul {
    margin: 0;
    padding: 0 0 0 20px;
}

article > .seccion-y-foto > .informacion > .boton {
    margin: 24px auto 0;
    display: table;
}

article > .seccion-y-foto > .informacion > .boton > a {
    font-family: pt-sans-italic, Arial, Helvetica, sans-serif;
    font-size: 1.12em;
    color: white;
    text-decoration: none;
    
    background-color: #7DD040;
    background-image: url(../img/fondo-boton-cotizar-producto.jpg);
    background-repeat: repeat-x;
    background-position: center;
    padding: 3px 22px;
    
    -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);
    
    position: relative;
    top: 0;
    
    -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 > .seccion-y-foto > .informacion > .boton:hover > a {
    top: -5px;
}

article > .seccion-y-foto > .foto {
    width: 670px;
    text-align: 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: 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 > .seccion-y-foto > .foto > img {
    border: solid 8px #A7E0F5;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

article > .productos-relacionados {
    position: relative;
    padding-bottom: 50px;
	
	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.6s;
	-moz-animation-delay: 1.6s;
	-o-animation-delay: 1.6s;
	animation-delay: 1.6s;
	
	-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 > .productos-relacionados > h1 {
    font-family: pt-sans-bold, Arial, Helvetica, sans-serif;
    font-size: 1.12em;
    color: #045778;
    text-align: center;
    margin-bottom: 15px;
}

article > .productos-relacionados > .productos {
    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;
}

article > .productos-relacionados > .productos > .producto {
    display: table;
    width: 164px;
    font-family: pt-sans-italic, Arial, Helvetica, sans-serif;
    font-size: .88em;
    line-height: 120%;
    color: #045778;
    text-align: center;
    text-decoration: none;
    margin-right: 32px;
}

article > .productos-relacionados > .productos > .producto:last-child {
    margin-right: 0;
}

article > .productos-relacionados > .productos > .producto > .foto {
    width: 164px;
    height: 117px;
    border: solid 6px #3BBBEA;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 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 > .productos-relacionados > .productos > .producto:hover > .foto {
    background-size: 105%;
    border: solid 6px #7DD040;
    margin-bottom: 3px;
}

article > .productos-relacionados > .boton {
    position: absolute;
    right: 17px;
    bottom: 0;
	
	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.8s;
	-moz-animation-delay: 1.8s;
	-o-animation-delay: 1.8s;
	animation-delay: 1.8s;
	
	-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 > .productos-relacionados > .boton > a {
    font-family: pt-sans-italic, Arial, Helvetica, sans-serif;
    font-size: 1.12em;
    line-height: 100%;
    color: white;
    text-decoration: none;
    background-color: #7DD040;
    background-image: url(../img/fondo-boton-oferta.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 8px 26px;
    
    -webkit-border-radius: 10px;
    border-radius: 10px;
    
    -webkit-box-shadow: 4px 4px 9px 0 rgba(70,124,31,.65);
    box-shadow: 4px 4px 9px 0 rgba(70,124,31,.65);
    
    position: relative;
    top: 0;
    
    -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 > .productos-relacionados > .boton:hover > a {
    top: -5px;
}