/* exterior *************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,800');


#capsalera {
  min-height: 150px;
  background: #FFF59D url(/static/img/campanyes/18/04-alchidays/fons-capsalera.jpg) bottom center repeat-x;

}


#maria { 
  height: 150px;
  background: none;
}


p.eslogan {
  text-indent: -3000px;
  position: absolute;
  width: 340px;
  height: 340px;
  background-size: 340px 340px;
  background: url('/static/img/campanyes/18/04-alchidays/eslogan-es.png') no-repeat;
  top: -15px;
  right: 30px;
}

#logo { 
  padding-top: 20px;


}
#logocapsalera {/*
    width: 190px; 
    padding-top: 85px; */
  }


  #cercador form {
    margin-top: 100px !important;
  }


  .nota-green-days {
   display: none;
 }

 .nota-green-days p {margin: 0; padding: 0}


#menudte,
#menuproducte {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 6px dashed #dddddd;
}

#menudte a {
    display: block;
    border-radius: 3px;
    padding: 5px 5px 13px;
    margin-bottom: 10px;
    color: white;
    text-align: center;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: 600;
    text-decoration: none;
    background: #d50000; /* For browsers that do not support gradients */
  /*  background: -webkit-radial-gradient(#DC000C, #BF0013); /* Safari 5.1 to 6.0 */
  /*  background: -o-radial-gradient(#DC000C, #BF0013); /* For Opera 11.6 to 12.0 */
  /*  background: -moz-radial-gradient(#DC000C, #BF0013); /* For Firefox 3.6 to 15 */
  /*  background: radial-gradient(#DC000C, #BF0013); /* Standard syntax */
}

#menudte a span {
    font-size: 7.4em;
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 75%;
    -webkit-text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
    -moz-text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

#menudte a span sup {
    font-size: .6em
}
/*
   #menudte a:hover { background: radial-gradient(#6ABC00, #036B0A); }

  #menudte a:hover span { 
    -webkit-text-shadow: 10px 10px 11px -7px rgba(2, 90, 9, 0.70);
    -moz-text-shadow: 10px 10px 11px -7px rgba(2, 90, 9, 0.70);
    text-shadow: 4px 4px 2px rgba(2, 90, 9, 0.70);
  }
*/

#menudte a.actual,
#menudte a:hover {
    background: #212121;
    color: white;
}

#menudte a.actual span,
#menudte a:hover span {
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 1)
}

#menuproducte a {
    display: block;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 10px;
    color: #212121;
    text-align: center;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 900;
    text-decoration: none;
    background: #FFEB3B;
    /* For browsers that do not support gradients */
    /*    background: -webkit-radial-gradient(#FFEB3B, #FDD835); /* Safari 5.1 to 6.0 */
    /*    background: -o-radial-gradient(#FFEB3B, #FDD835); /* For Opera 11.6 to 12.0 */
    /*    background: -moz-radial-gradient(#FFEB3B, #FDD835); /* For Firefox 3.6 to 15 */
    /*    background: radial-gradient(#FFEB3B, #FDD835); /* Standard syntax */
    /*
    -webkit-text-shadow: 10px 10px 11px -7px rgba(0,0,0,0.25);
    -moz-text-shadow: 10px 10px 11px -7px rgba(0,0,0,0.25);
    text-shadow: 2px 2px 4px rgba(201, 154, 36, .9);
  */
}

#menuproducte a.actual,
#menuproducte a:hover {
    background-color: #212121;
    color: #FFEB3B;
}

#menudte a,
#menuproducte a {
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
}

h3.greendays {
    color: #212121;
    margin-top: 0;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 100 !important;
    letter-spacing: .1em;
    font-size: 1.25em !important;
}





/* boto per tornar a dalt */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}




.llistatofertes { margin-top: 0; border-top: none; }
.llistatofertes h4 { margin-bottom: 0px; }




 @media (max-width: 751px) {

  #maria,
  #capsalera {
   min-height: 50px;
   max-height: 100px;
 }

 #capsalera #logo {
  margin: 0px auto 10px;
}

    #logocapsalera { /*
        width: 190px; 
        padding-top: 25px;
        margin-bottom: 20px; */
      }

      #maria {
        background: transparent url(/static/img/campanyes/18/02-exterior/fons-capsalera.png) top left no-repeat;
      }

    }


    @media (max-width: 976px) {

      p.eslogan {

        background-size: 280px 140px;
        top:0px;
        right: -30px;
        width: 280px;
        height: 140px;
      }

    }





