/* COLORES CORPORATIVOS */
@media (min-width: 480px) {
  #divnavidad .color {
    color: #0006FF; }
  #divnavidad #textonavidadinicial {
    position: relative;
    float: left;
    width: 80%;
    line-height: 150%;
    margin-top: 1em;
    font-size: 1.5em;
    font-family: lora; }
  #divnavidad #divimageninicial {
    position: relative;
    float: left;
    width: 90%;
    height: 28em;
    margin-top: 1em;
    background-image: url("../img/navidad/mercado-navidad-valladolid.jpg") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%; }
  #divnavidad .tituloproducto {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 1em;
    font-size: 2.5em;
    font-family: lora;
    color: #0006FF;
    text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 5px 5px 0px #b3d4fc;
    line-height: 150%; }
  #divnavidad .producto {
    position: relative;
    float: left;
    width: 20%;
    height: 30em;
    cursor: pointer;
    margin-left: 1em;
    margin-top: .5em;
    font-family: Poppins, sans-serif;
    border: solid 1px black; }
    #divnavidad .producto .eproducto {
      width: 100%;
      height: 100%; }
      #divnavidad .producto .eproducto .fotoproducto {
        position: relative;
        float: left;
        object-fit: contain;
        max-width: 85%;
        max-height: 70%;
        width: auto;
        height: auto;
        margin-top: -8em; }
      #divnavidad .producto .eproducto .textoproducto {
        display: block;
        position: absolute;
        bottom: .2em;
        width: 90%;
        margin-left: 5%;
        text-align: center;
        padding-bottom: .5em;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        font-weight: bold;
        font-size: .9em;
        line-height: 150%; }
  #divnavidad .producto:nth-child(even) {
    border: solid 1px #bee4cd;
    transition: .5s; }
  #divnavidad .producto:nth-child(even):hover {
    border-color: #fedbe8;
    -webkit-transition: border .5s; }
  #divnavidad .producto:nth-child(odd) {
    border: solid 1px #69b4cd;
    transition: .5s; }
  #divnavidad .producto:nth-child(odd):hover {
    border-color: #f4cc67;
    -webkit-transition: border .5s; } }

/*# sourceMappingURL=navidad.css.map */
