@font-face {
  font-family: "Futura";
  src: url("../css/Futura-Medium.eot");
  src: url("../css/Futura-Medium.eot?iefix") format("eot"),
    url("../css/Futura-Medium.woff") format("woff"),
    url("../css/Futura-Medium.ttf") format("truetype"),
    url("../css/Futura-Mediu.svg#webfont90E2uSjN") format("svg");
  font-weight: normal;
  font-style: normal;
}

body{
background: url('../images/fondo.png');
}

#landing-calendario-adviento {
  font-family: "Futura";
  font-weight: normal !important;
  color: #000;
  margin-top: -30px;
  position: relative;
  background: url('../images/fondo.png');
  background-size: cover;
  background-repeat: no-repeat;
}

#contenedor-fechas-total {
  margin-top: 20px;
}

section .lista-fechas div.content-fecha {
  margin-bottom: 20px;
}

section .lista-fechas .fecha-rojo {
  border: 1px solid #cc0806;
  background-color: #fff4f4;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
section .lista-fechas .fecha-rojo > a > img {
  opacity: 0;
}
section .lista-fechas .fecha-rojo .bloque-animated {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section .lista-fechas .fecha-rojo .bloque-animated > .fecha {
  position: absolute;
  top: 0px;
  width: 100%;
}
section .lista-fechas .fecha-rojo .bloque-animated > .fecha > img {
  margin: 0 auto;
}
section .lista-fechas .fecha-rojo .bloque-animated > .adorno {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

/*De otras*/
.titulo h1 {
  background-color: #ff2776;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 0 0px;
  margin: 2% 0 2%;
  display: flex;
  justify-content: center;
}
.img-container {
  max-width: 100%;
}

#recomendados .row {
  margin-top: 2%;
}
.right-10 {
  margin-right: 10px;
}
/*Sliks*/

.slick-prev,
.slick-next {
  height: 22px;
  z-index: 999999;
  color: #e62e73;
}

.slick-prev:before,
.slick-next:before {
  font-size: 22px;
  color: #e62e73;
}
.slick-next {
  right: 0px;
}
.slick-prev {
  left: 0px;
}
.slick-dots li.slick-active button:before {
  font-size: 10px;
}

footer#arbolito{
  position: absolute;
  bottom: -210px ;
  z-index: -1;
}
.slick-slide:focus{
  outline:none !important;
}
@media screen and (max-width: 769px) {
  #landing-calendario-adviento{
    background: url('../images/fondo_mob.png');
    background-size: cover;
  }
  #slider-fechas .slick-list {
    padding: 0 50px 0 0 !important;
  }
  footer#arbolito{
    position: relative;
    bottom: 0px;
  }
}
