@charset "utf-8";
@import "reset.css";
@import "fonts/stylesheet.css";

body {
  margin: 0 auto;
  font-family: "Roboto";
  font-size: 13px;
  color: #494949;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #494949;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  color: #e2415b;
  -webkit-transition: all 0.2s ease;
}
.volver {
  position: absolute;
  right: 40px;
  margin-top: 30px;
  font-family: "Roboto Bold";
}

.verlink {
  float: left;
  color: white;
  padding: 8px;
  background-color: #494949;
  margin-top: 10px;
}
.verlink:hover {
  background-color: black;
  color: white;
}

.bg_gray {
  background-color: #f9f9f9;
}
.bg_gray_med {
  background-color: #b9b7b7;
}
.bg_gray_dark {
  background-color: #494949;
}
.bg_yellow {
  background-color: #ecc53d;
}
.bg_celeste {
  background-color: #acd7be;
}
.bg_magenta {
  background-color: #e2415b;
}

p {
  margin-bottom: 20px;
  line-height: 20px;
}
strong {
  font-weight: normal;
  font-family: "Roboto Bold";
}
hr {
  border-bottom: 4px solid #494949;
  width: 20px;
  margin: 20px 0;
}

h1 {
  font-family: "Roboto Black";
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 8px;
  margin-bottom: 20px;
}
h2 {
  font-family: "Roboto Bold";
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 6px;
}
h3 {
  font-family: "Georgia", "Time New Roman";
  font-size: 20px;
  margin-bottom: 10px;
}
h4 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
  line-height: 28px;
}

.main {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cont {
  position: relative;
  float: left;
  width: 100%;
  min-width: 1000px;
}
.center {
  text-align: center;
}
.padding {
  padding: 40px 0;
}
.margin {
  padding-top: 40px;
}
.top {
  padding-top: 80px;
}
.top_mas {
  padding-top: 130px;
}
.top_mas_mas {
  padding-top: 140px;
  padding-bottom: 160px;
  min-height: 800px;
}
.separa {
  border-top: 8px solid white;
}

.header {
  position: absolute;
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 2000;
  min-width: 1000px;
}
.logo {
  float: left;
  width: 100px;
  margin-left: 40px;
  margin-top: 32px;
}
.nav {
  float: right;
  margin-right: 40px;
  margin-top: 37px;
  text-align: right;
  width: 800px;
}
.nav li {
  display: inline-block;
  margin-left: 24px;
}
.nav li hr {
  position: absolute;
  margin-top: 8px;
}
.nav li a:hover {
  color: #999;
}

.frase_inicio {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -34px;
  text-align: center;
  font-size: 72px;
  z-index: 1000;
  color: #fff;
  font-family: "Roboto Bold";
  line-height: 66px;
}
.frase_inicio small {
}

.slider {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider .slick {
  width: 100%;
  height: 100%;
}
.slider .slick div {
  width: 100%;
  height: 100%;
}
.slider .slick div img {
  width: 100%;
}

.slider .slick div p {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: -20px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: "Georgia", "Time New Roman";
  font-style: italic;
  z-index: 2000;
}

.titulo {
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 1000;
  color: white;
  padding: 8px;
  font-size: 16px;
}
.titulo2 {
  display: inline-block;
  color: white;
  padding: 8px;
  margin-bottom: 6px;
}

.flex {
  float: left;
  width: 100%;
}
.item {
  position: relative;
  float: left;
  overflow: hidden;
  cursor: pointer;
  width: 33.3%;
  height: 36vh;
}
.item img {
  width: 110%;
}

.tapa {
  position: absolute;
  max-width: 85%;
  bottom: 30px;
  left: 40px;
  padding: 10px;
  color: white;
  font-size: 14px;
  z-index: 1000;
}
.item:hover > .tapa {
  display: block;
}

.talleres {
  float: left;
  width: 33.3%;
  height: 570px;
  padding: 20px 40px;
}
.talleres p {
  margin-bottom: 8px;
}
.slider_flyers {
  float: right;
  width: 66.6%;
}
.slider_flyers .slick_flyers {
  height: 570px;
  width: 100%;
  overflow: hidden;
}
.slick_flyers div img {
  width: 100%;
}

.libro {
  position: relative;
  float: left;
  width: 50%;
  height: 360px;
  overflow: hidden;
  margin-bottom: 30px;
}
.libro_img {
  float: left;
  width: 200px;
  height: 380px;
  text-align: center;
  padding-top: 40px;
}
.libro_img img {
  width: 200px;
}
.libro_txt {
  padding-right: 30px;
}

.video {
  float: left;
  width: 50%;
}
.video iframe {
  width: 100%;
  height: 380px;
}
.imagenes {
  position: relative;
  float: left;
  width: 50%;
  height: 380px;
  overflow: hidden;
}
.imagenes div img {
  width: 102%;
}

.link {
  position: relative;
  float: left;
  text-align: center;
  width: 33.3%;
  padding: 50px;
}
.link a {
  color: #494949;
}
.link a:hover {
  color: #e2415b;
}

.slick_marcas {
  margin: 0 auto;
  width: 800px;
}
.amigo {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 140px;
  overflow: hidden;
  margin: 0 40px;
}
.amigo img {
  width: 100%;
}

.footer_col {
  float: left;
  width: 25%;
  padding-left: 40px;
  padding-bottom: 60px;
  padding-top: 40px;
  color: white;
  line-height: 22px;
}
.footer_col a {
  color: white;
}
.footer_col a:hover {
  color: #acd7be;
}

/* mi historia  */

.historia_new_img {
  float: left;
  width: 300px;
  margin: 48px 40px;
}
.historia_new_img img {
  width: 100%;
}
.historia_new_txt {
  float: left;
  width: 700px;
  padding-bottom: 80px;
}

/* yo reciclo */

.slider_historia {
  float: left;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.slider_historia img {
  width: 100%;
}
.historia {
  float: left;
  width: 90%;
  padding: 60px 40px;
}

/* recetas  */

.recetas_img {
  float: left;
  width: 300px;
  margin: 40px;
}
.recetas_img img {
  width: 100%;
}
.recetas {
  float: left;
  width: 60%;
  padding-right: 40px;
  min-height: 600px;
}
.recetas h2 {
  width: 60%;
}
.recetas .titulo2 {
  margin-bottom: 18px;
}

.item_recetas {
  float: left;
  width: 33%;
  margin-bottom: 40px;
  padding-left: 40px;
  display: none;
}
.item_recetas_img {
  float: left;
  width: 140px;
  height: 140px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.item_recetas_img img {
  width: 160%;
}
.item_recetas_txt {
  float: left;
  padding-right: 40px;
  width: 200px;
  padding-top: 30px;
}
.item_recetas_txt hr {
  margin-top: 10px;
  border-bottom: 4px solid #999;
}

.social {
  float: left;
  width: 100%;
  margin-top: 40px;
}

/* talleres  */

.talleres_lista {
  float: left;
  width: 50%;
  padding: 0 40px;
  line-height: 20px;
  min-height: 500px;
}
.talleres_lista small {
  color: #e2415b;
}

/* fotos  */

.fotos {
  float: left;
  width: 100%;
  height: 640px;
  overflow: hidden;
}
.fotos .slick div {
  margin-right: 6px;
}
.fotos .slick div img {
  height: 100%;
}

/* video  */

.video_sec {
  float: left;
  width: 100%;
  text-align: center;
  background-color: black;
}
.video_sec iframe {
  width: 100%;
}
.item_videos {
  float: left;
  width: 33%;
  height: 100px;
  padding: 0 40px;
  color: #e2415b;
}
.item_videos_img {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.item_videos_img img {
  height: 100%;
}
.item_videos_txt {
  float: left;
  width: 150px;
  padding-top: 10px;
}
.item_videos_txt hr {
  margin-top: 10px;
  border-bottom: 4px solid #999;
}
.play {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("/imgs/play.png");
  background-repeat: no-repeat;
  z-index: 1000;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px;
}

/* mobile  */

.nav_menu {
  float: left;
  width: 100%;
  margin: 30px 0;
  display: none;
}
.fotos_mobile {
  float: left;
  width: 100%;
  display: none;
}
.fotos_mobile img {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

@media (max-width: 900px) {
  hr {
    margin: 20px auto;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 20px;
    line-height: normal;
  }
  .nav li hr,
  .fotos,
  .libro_txt hr,
  .titulo2,
  .recetas_img,
  .volver,
  #amigos,
  .item_videos_img {
    display: none;
  }
  .nav {
    display: none;
    width: 100%;
    text-align: center;
    margin: 30px 0;
  }
  .nav li {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 6px;
    color: #e2415b;
  }
  .nav_menu,
  .fotos_mobile {
    display: block;
  }
  .main {
    text-align: center;
    height: auto;
  }
  .cont {
    min-width: 300px;
  }
  .header {
    float: left;
    position: static;
    height: auto;
    min-width: 300px;
  }
  .logo {
    width: 100%;
    margin: 0;
    margin-top: 30px;
  }
  .top,
  .top_mas,
  .top_mas_mas {
    padding-top: 0;
  }
  .top_mas_mas {
    padding-top: 30px;
  }

  .talleres {
    float: left;
    width: 100%;
    height: auto;
  }
  .verlink {
    float: none;
    margin: 20px auto;
    display: inline-block;
  }

  .slider_historia {
    height: auto;
  }
  .footer_col {
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }

  .libro,
  .recetas,
  .recetas h2 {
    width: 100%;
    height: auto;
  }
  .libro_img {
    width: 100%;
    height: auto;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .libro_txt {
    padding: 30px;
  }

  .talleres_lista,
  .slider_flyers,
  .link,
  .item,
  .item_recetas,
  .item_recetas_txt,
  .recetas,
  .item_videos,
  .historia {
    padding: 0;
    width: 100%;
    height: auto;
    min-height: intrinsic;
  }
  .slider_flyers .slick_flyers div img {
    height: 100%;
    width: auto;
  }

  .item {
    height: 200px;
  }
  .titulo,
  .tapa {
    left: 20px;
  }

  .recetas,
  .link,
  .talleres_lista,
  .historia {
    padding: 20px;
  }
  .item_recetas_img {
    margin: 0;
    float: none;
    display: inline-block;
    margin: 20px;
  }
  .item_recetas {
    margin: 0;
  }

  .video_sec {
    margin-bottom: 30px;
  }
  .item_videos {
    margin: 0;
    height: auto;
    padding: 0;
  }
  .item_videos_txt {
    width: 100%;
  }

  .slider {
    height: auto;
    height: auto;
    margin: 0;
  }
  .frase_inicio {
    font-size: 30px;
    margin: 0;
    top: 145px;
    left: 0;
    width: 100%;
    line-height: normal;
  }
  .slider .slick div img {
    width: auto;
    height: 450px;
  }

  .historia_new_img {
    float: left;
    width: 100%;
    margin: 0;
  }
  .historia_new_img img {
    width: 100%;
  }
  .historia_new_txt {
    width: 100%;
    padding: 20px;
  }
}

.grises {
  filter: url("http://pablitomartin.com.ar/style.css#grayscale"); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
  filter: Gray(); /* IE4-8 and 9 */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.5;
}

.grises:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
