@charset "UTF-8";

/*
font-family: 'Lato', serif;
*/


@font-face {
  font-family: "programme_regularregular";
  src: url("../fonts/programme_regularregular.eot");
  src: url("../fonts/programme_regularregular.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/programme_regularregular.woff") format("woff");
  src: url("../fonts/programme_regularregular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "CircularStdbold";
  src: url("../fonts/CircularStd-Bold.eot");
  src: url("../fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/CircularStd-Bold.woff") format("woff");
  src: url("../fonts/CircularStd-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "CircularStdblack";
  src: url("../fonts/CircularStd-Black.eot");
  src: url("../fonts/CircularStd-Black.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/CircularStd-Black.woff") format("woff");
  src: url("../fonts/CircularStd-Black.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "CircularStdbook";
  src: url("../fonts/CircularStd-Book.eot");
  src: url("../fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/CircularStd-Book.woff") format("woff");
  src: url("../fonts/CircularStd-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }


html, body{
    width: 100%;
    min-height:100%;
    margin:0;
    padding:0;
    font-weight: 400;
    font-size: 14px;
    font-family: "CircularStdbook", 'Lato', sans-serif;
    -webkit-overflow-scrolling: touch;
}

a{
    text-decoration: none;
    color: #000;
}

.clear{
    clear: both;
}



/*header*/
header{
    font-family: "CircularStdbook", 'Lato', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.03em;
    z-index: 5;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
}
header a{
}
.header_int{
    max-width: -o-calc(100% - 80px);
    max-width: -ms-calc(100% - 80px);
    max-width: -moz-calc(100% - 80px);
    max-width: -webkit-calc(100% - 80px);
    max-width: calc(100% - 80px);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    height: 53px;
}
.header_int .columna{}
.header_int .columna_logo{
  width: 300px;
  display: block;
}
.header_int .columna_logo img{
    max-height: 20px;
    width: auto;
}
.header_int .columna:last-child{
  text-align:right;
}

.header_int .columna:last-child{
  text-align:right;
}

.header_int .columna a,
.header_int .columna span{
  
}
.header_int .columna:last-child a, 
.header_int .columna:last-child span{
  margin-right: 0px;
  margin-left: 20px;
}

.header_int .columna nav{}
.header_int .columna nav span, .header_int .columna nav a{
    margin-right: 20px;
    cursor: pointer;
}
.header_int .columna nav span.act, .header_int .columna nav a.act{
  text-decoration: underline;
}


.home .header_int .columna_logo .logo{
  display: none;
}
.home header{
  width: 50%;
}
.home .columna.columna_imagenes{
  top: 0px;
  height: 100vh;
  margin-top: -53px;
}
.home .header_int{
  justify-content: flex-start;
}
.home .header_int .columna_logo{
  display: none;
}
.home .header_int .columna{
  width: auto;
}
.home  .header_int .columna:last-child nav > *:first-child{
  margin: 0px;
}
.home .submenu{
  width: 200%;
}




.punto.punto_logo{
    margin: 17px 0px 49px;
}
.punto.punto_logo svg{
  max-width: 334px;
  height: 40px;
}
.verde{
  fill: #000;
  stroke: #000;
  stroke-width: 0.9;
  stroke-linecap: square;
  stroke-linejoin: bevel;
}

/*submenu_collection*/
.submenu{
    margin: 0px;
    width: 100%;
    overflow: hidden;
    height: 0;
    position: relative;
    -webkit-transition: 300ms;
    -webkit-transition-timing-function: ease;
    transition: 300ms;
    transition-timing-function: ease;
    background-color: #fff;
}
.submenu_int{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: auto;
    width: -o-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    position: absolute;
    bottom: 0;
    left: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.submenu .columna{
  display: flex;
  width: auto;
  padding: 20px 0px;
}
.submenu .columna .post{
  width: 200px;
  display: block;
  margin: 0px 20px;
}
.submenu.submenu_collection .columna .post{
  width: auto;
  text-align: center;
}
.submenu_cart .columna .post{
  width: auto;
  text-align: center;
}
.submenu .columna .post img{
  max-height: 125px;
  width: auto;
  max-width: 400px;
}
.submenu .columna .post .titulo{
      max-height: 45px;
    overflow: hidden;
    margin: 10px 0px;
}
.submenu .columna .post .titulo p{
  margin: 0px;
}
.submenu .columna .post .image{
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*header responsive*/
.header_int_responsive{
  display: none;
  height: 53px;
  width: -o-calc(100% - 40px);
  width: -ms-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin: auto;
  align-items: center;
  justify-content: space-between;
}
.header_int_responsive .columna_logo{}
.header_int_responsive .columna_logo img{
    height: 20px;
    width: auto;
}

.btn_responsive{
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}
.btn_responsive .linea{
  width: 30px;
  height: 2px;
  background-color: #000;
  margin: 8px auto;
}
.btn_responsive .linea.l_a{}
.btn_responsive .linea.l_b{}
.btn_responsive .linea.l_c{}

.menu_responsive{
  display: none;
  /*display: block;*/
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  height: -o-calc(100vh - 53px);
  height: -ms-calc(100vh - 53px);
  height: -moz-calc(100vh - 53px);
  height: -webkit-calc(100vh - 53px);
  height: calc(100vh - 53px);
  overflow: auto;
}
.menu_responsive_int{
    width: -o-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: auto;
    padding-top: 17px;
}
.menu_responsive_int a,
.menu_responsive_int span{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 17px 0px 28px;
    font-size: 34px;
    font-family: "CircularStdbold";
    font-weight: normal;
    line-height: 60px;
    letter-spacing: 0.03em;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

/*contenido*/
.wrapper{
    width: 100%;
    background-color: #fff;
    z-index: 3;
    position: relative;
    padding-top: 53px;
}

/*home*/
.full_slider{
    position: relative;
    width: 100%;
    min-height: -o-calc(100vh - 53px);
    min-height: -ms-calc(100vh - 53px);
    min-height: -moz-calc(100vh - 53px);
    min-height: -webkit-calc(100vh - 53px);
    min-height: calc(100vh - 53px);
    display: flex;
    flex-wrap: wrap;
}
.columna{
    width: 50%;
    height: auto;
    position: relative;
}
.columna.puntos{
    margin: 20px 40px 40px;
    width: -o-calc(50% - 80px);
    width: -ms-calc(50% - 80px);
    width: -moz-calc(50% - 80px);
    width: -webkit-calc(50% - 80px);
    width: calc(50% - 80px);
    display: flex;
    flex-direction: column;
    min-height: -o-calc(100% - 60px);
    min-height: -ms-calc(100% - 60px);
    min-height: -moz-calc(100% - 60px);
    min-height: -webkit-calc(100% - 60px);
    min-height: calc(100% - 60px);
}
.punto{
    margin: 17px 0px 15px;
    font-size: 58px;
    font-family: "CircularStdbold";
    font-weight: normal;
    line-height: 60px;
    letter-spacing: 0.03em;
    width: -moz-fit-content;
    width: fit-content;
}

.punto img{
    height: auto;
    display: block;
    margin: 0px;
    padding: 0;
    width: 320px;
}
.punto a{}
.slide{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.columna.columna_imagenes{
    height: -o-calc(100vh - 53px);
    height: -ms-calc(100vh - 53px);
    height: -moz-calc(100vh - 53px);
    height: -webkit-calc(100vh - 53px);
    height: calc(100vh - 53px);
    position: -webkit-sticky;
    position: sticky;
    top: 53px;
}


/*stockists*/
.fila_page{
    display: flex;
}
.fila_page > .columna{
  min-height: -o-calc(100vh - 53px);
  min-height: -ms-calc(100vh - 53px);
  min-height: -moz-calc(100vh - 53px);
  min-height: -webkit-calc(100vh - 53px);
  min-height: calc(100vh - 53px);
}
.imagen_int{
    width: 100%;
    height: -o-calc(100vh - 53px);
    height: -ms-calc(100vh - 53px);
    height: -moz-calc(100vh - 53px);
    height: -webkit-calc(100vh - 53px);
    height: calc(100vh - 53px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.fila_page .columna .texto{
    font-size: 16px;
    line-height: 22px;
}
.fila_page .columna .texto p{
  margin:20px 0px;
}
.fila_page .columna .texto .area_columna{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin: 0px 0px 80px;
}
.fila_page .columna .texto h2{
  font-size: 38px;
  font-family: "CircularStdbold";
  line-height: 48px;
  margin: 0px 0px 40px;
  font-weight: normal;
}
.fila_page .columna .texto .area_columna p{
    margin: 0px 0px 30px;
    line-height: 23px;
}
.fila_page .columna .texto .area_columna a{
    text-decoration: underline;
}
.fila_page .columna .texto .area_columna b{
  font-family: "CircularStdbold";
  font-weight: normal;
}
.columna_int{
    width: -o-calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: auto;
    padding: 40px 0px;
}
.columna_fijar{
  position: -webkit-sticky;
  position: sticky;
  top: 53px;
  max-height: -o-calc(100vh - 53px);
  max-height: -ms-calc(100vh - 53px);
  max-height: -moz-calc(100vh - 53px);
  max-height: -webkit-calc(100vh - 53px);
  max-height: calc(100vh - 53px);
  height: -moz-fit-content;
  height: fit-content;
}
.columna_gris{
  background-color: #f9f9f9;
}


/*shop*/

.fila_page.fila_invert{
    flex-direction: row-reverse;
}
.columna{}
.columna.columna_fijar{}
.columna .slider_producto{
    height: -o-calc(100vh - 53px);
    height: -ms-calc(100vh - 53px);
    height: -moz-calc(100vh - 53px);
    height: -webkit-calc(100vh - 53px);
    height: calc(100vh - 53px);
    width: 100%;
    position: relative;
}
.columna .slide_producto{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pie_de_imagen{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: -o-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.03em;
    color: #fff;
    padding: 20px 20px 30px;
    min-height: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.pie_de_imagen p{
  margin: 0px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}
.flecha_responsive{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: none;
}

.columna.columna_gris.columna_info_producto{
    display: flex;
}
.columna_info_producto .columna_int{
    width: -o-calc(100% - 160px);
    width: -ms-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    margin: 0px 0px 0px 40px;
}

.columna_info_producto .columna_int .texto h2{
    margin: 0px;
    line-height: 45px;
}
.columna_info_producto .columna_int .texto h3{
    margin: 10px 0px 0px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}
.columna_info_producto .info{
    margin-top: 40px;
    font-size: 14px;
    line-height: 22px;
}
.columna_info_producto .info p{}
.especificaciones{
    margin: 60px 0px 0px;
    padding-bottom: 100px;
}
.columna_int .texto .especificaciones > h3{
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #a5a5a5;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.especificaciones .especificacion{
    border-bottom: 1px solid #ccc;
    padding-bottom: 23px;
}
.especificaciones .especificacion .titulo{
    padding: 20px 0px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.especificaciones .especificacion .titulo.act{}
.especificaciones .especificacion .titulo h3{
    color: #000;
    font-size: 15px;
    font-family: "CircularStdbold";
    font-weight: normal;
    margin: 0px;
}
.especificaciones .btn_flecha{
    width: 40px;
    height: 20px;
    background-image: url(../img/flecha.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px;
}
.especificaciones .especificacion .titulo.act .btn_flecha{
    -webkit-transform-origin: center;
    -webkit-transform: rotate(-180deg);
    transform-origin: center;
    transform: rotate(-180deg);
}
.especificaciones .e_info{
    font-size: 14px;
    line-height: 22px;
    display: none;
}
.especificaciones .e_info img{
    max-width: 100%;
    height: auto;
    margin: 10px;
}
.especificaciones .e_info img.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.especificaciones .e_info img.alignleft{
      margin: 10px 10px 10px 0;
      float: left;
      max-width: calc(50% - 10px);
}
.especificaciones .e_info img.alignright{
    margin: 10px 0 10px 10px;
    float: right;
    max-width: calc(50% - 10px);
}

.especificaciones .e_info p{}
.especificaciones .e_info p:firts-child{
  margin-top:0px;
}
.especificaciones .e_info p:last-child{
  margin-bottom:0px;
}
.stepuno{
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}
.stepuno p{}
.stepuno b{
    font-family: "CircularStdbold";
    font-weight: normal;
}
.stepuno .opciones{}
.stepuno .opciones .opcion{}
.stepuno .opciones .opcion.act{
      border: 1px solid #000;
}
.opciones{
    display: flex;
    flex-wrap: wrap;
}
.opciones .opcion{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
}

.stepdos{
    font-size: 14px;
}
.stepdos p{}
.stepdos b{
    font-family: "CircularStdbold";
    font-weight: normal;
}
.stepdos .opciones{}
.stepdos .opcion{}
.stepdos .opcion.act{
      border: 1px solid #000;
}
.price{
    font-size: 14px;
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding: 15px 0px 40px;
    border-bottom: 1px solid #ccc;
}
.price .fila{
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
}
.price .fila .columna{
    width: auto;
}
.price .fila .columna p{
    margin: 0px;
}
.price .fila .columna b{
    font-family: "CircularStdbold";
    font-weight: normal;
}
.comprar{
    padding-bottom: 0px;
}
.comprar .fila{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.comprar .fila .columna{
    font-size: 14px;
}
.comprar .fila .columna:first-child{
    width: 42px;
    text-align: center;
}
.comprar .fila .columna:last-child{
    width: -o-calc(100% - 82px);
    width: -ms-calc(100% - 82px);
    width: -moz-calc(100% - 82px);
    width: -webkit-calc(100% - 82px);
    width: calc(100% - 82px);
}
.comprar .fila .columna .numero{
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    display: block;
}
.comprar .fila .columna .btn{
    height: 40px;
    background-color: #5ea840;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0px 50px;
    border-radius: 40px;
    border: none;
    width: 100%;
}
.comprar .fila .columna p{}
.comprar .fila .columna b{
    font-weight: normal;
    font-family: "CircularStdbold";
}

.botonera_flotante{
  margin: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 93px;
  width: 40px;
  height: -moz-fit-content;
  height: fit-content;
}
.cerrar{
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(../img/cerrar.svg);
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
}
.shop{
  line-height: 40px;
  margin: 0px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  height: 40px;
  background-color: #5ea840;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0px 40px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.shop p{
  margin: 0px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.fila_page{}
.columna.columna_n_p{
  display: block;
}
.columna.columna_n_p .imagen_int{
      height: -o-calc(100vh - 53px);
      height: -ms-calc(100vh - 53px);
      height: -moz-calc(100vh - 53px);
      height: -webkit-calc(100vh - 53px);
      height: calc(100vh - 53px);
}
.columna.producto_x_a.columna_n_p .imagen_int{
    transition: 300ms;
}


.columna.columna_n_p .titulo_columna{
  width: -o-calc(100% - 80px);
  width: -ms-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  padding: 40px 0px;
  margin: auto;
  color: #fff;
}
.columna.columna_n_p .titulo_size{
    margin: 0px 40px;
    font-size: 58px;
    font-family: "CircularStdbold";
    font-weight: normal;
    line-height: 60px;
    letter-spacing: 0.03em;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 3;
}
.columna.columna_n_p .titulo_size p{
    margin: 0px;
    text-transform: uppercase;
    line-height: 140%;
}
.columna.columna_n_p .titulo_columna h4{
    font-weight: normal;
    letter-spacing: 0.03em;
    margin: 0px 0px 10px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}
.columna.columna_n_p .titulo_columna h2{
    margin: 0px;
    letter-spacing: 0.05em;
    font-weight: normal;
    font-size: 28px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}
.columna.columna_n_p  .flecha{
    height: 40px;
    top: -o-calc(50% - 20px);
    top: -ms-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    position: absolute;
    width: 70px;
    left: 20px;
    background-image: url(../img/flecha_izq.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
}
.columna.columna_n_p:firts-child .flecha{}
.columna.columna_n_p:last-child .flecha{
    right: 20px;
    left: initial;
    background-image: url(../img/flecha_der.svg);
}

.columna.columna_n_p:firts-child .titulo_columna{}
.columna.columna_n_p:last-child .titulo_columna{
  text-align: right;
}


/*single*/
.titulo_single{
    width: -o-calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: 70px auto 80px;
    text-align: center;
}
.titulo_single h1{
    font-size: 68px;
    font-family: "CircularStdbold";
    line-height: 68px;
    margin: 0px 0px 80px;
    font-weight: normal;
    text-align: center;
}
.titulo_single p{
    margin: 0px;
    font-size: 18px;
}
.video_single{
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.video_int{
    width: 100%;
    padding-bottom: 56.6%;
    position: relative;
}
.video_int iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.columna.columna_page{}
.texto{
  max-width: 700px;
}

.texto h1{
    font-size: 48px;
    line-height: 58px;
    margin: 40px 0px;
}
.texto h2{
    font-size: 38px;
    line-height: 48px;
    margin: 40px 0px;
}
.texto h3{
      font-size: 32px;
    line-height: 52px;
    margin: 40px 0px;
}
.texto h4{
    margin: 40px 0px;
    font-size: 32px;
    line-height: 52px;
    font-weight: normal;
}
.texto h5{
    margin: 40px 0px;
    font-size: 20px;
    letter-spacing: 0.03em;
    font-weight: normal;
}
.texto h6{
      margin: 40px 0px;
    font-size: 18px;
    letter-spacing: 0.03em;
    font-weight: normal;
}
.texto b, .texto strong{}
.texto blockquote{
    margin: 40px 0px;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
}

.texto img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px 0px;
}

.texto > *:first-child{
  margin-top: 0px;
}
.texto > *:last-child{
  margin-bottom: 0px;
}



/*act mover pagina*/
.wrapper{
  top: 0px;
  -webkit-transition: top 300ms;
  -webkit-transition-timing-function: ease;
  transition: top 300ms;
  transition-timing-function: ease;
}
.act_journal .wrapper{
      top: 240px;
}
.act_journal, .act_collection {
  overflow:hidden;
}
.submenu_journal{
  -webkit-transition: 300ms;
  -webkit-transition-timing-function: ease;
  transition: 300ms;
  transition-timing-function: ease;
}
.act_journal .submenu_journal{
  height: 240px;
}
footer{
  -webkit-transition: bottom 300ms;
  -webkit-transition-timing-function: ease;
  transition: bottom 300ms;
  transition-timing-function: ease;
}
.act_journal footer{
  bottom: -240px;
}

.act_collection .wrapper{
      top: 240px;
}
.act_collection .submenu_collection{
  height: 240px;
}
.act_collection footer{
  bottom: -240px;
}

/*footer*/
.espacio_footer{
  height: 195px;
  position:relative;
}
footer{
    background-color: #000;
    color: #fff;
    padding: 0px 0px 20px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 1;
}
.footer_int{
    width: -o-calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: auto;
}
footer .fila.min_height{
    min-height: 140px;
    padding: 10px 0px;
}
footer .fila{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .columna{}
footer .columna h2{
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.03em;
}
footer .columna nav{
    font-family: "CircularStdbook", 'Lato', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.03em;
}
footer a{
    color: #fff;
}
footer .columna nav a, footer .columna nav span{
    margin-right: 15px;
}
.newsletter{
    border-bottom: 1px solid #fff;
    width: 100%;
    display: flex;
}
.newsletter input{
    background-color: transparent;
    border: 0;
    padding: 10px 0px;
    margin: 0;
    display: block;
    color: #fff;
    width: -o-calc(100% - 100px);
    width: -ms-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    letter-spacing: 0.05em;
}
.newsletter .btn{
  width: 100px;
  text-align: right;
  text-transform: uppercase;
}



input{
  font-family: "CircularStdbook", 'Lato', sans-serif;
  font-weight: normal;
  font-size: 12px;
}

footer ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
footer :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
footer s::placeholder {
  color: rgba(255, 255, 255, 0.8);
}


/*over compra*/
.over_compra{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    background-color: rgba(255, 255, 255, 0.97);
    display: none;
}
.over_compra_fijar{
  width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    flex-wrap: wrap;
}
.over_compra_int{
    width: 500px;
    height: auto;
    background-color: #fff;
    padding: 30px 40px 40px;
    box-shadow: 1px 1px 5px #ccc;
    position: relative;
    z-index: 5;
}
.oc_cerrar{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.oc_icono{
  width: 40px;
  height: 40px;
  display: block;
  margin: 0px;
  position: fixed;
  top: 7px;
  right: 40px;
  background-image: url(../img/cerrar.svg);
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 6;
}


.flecha_der{
    height: 40px;
    top: -o-calc(50% - 20px);
    top: -ms-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    position: absolute;
    width: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
    right: 20px;
    background-image: url(../img/flecha_der.svg);
    cursor: pointer;
}
.flecha_izq{
    height: 40px;
    top: -o-calc(50% - 20px);
    top: -ms-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    position: absolute;
    width: 70px;
    left: 20px;
    background-image: url(../img/flecha_izq.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
    cursor: pointer;
}


.act_shop{
  overflow: hidden;
}


/*pagina para información*/
.pagina_informacion{}
.pagina_informacion .texto{
  margin: auto;
  padding-bottom: 120px;
  font-size: 16px;
  line-height: 22px;
}

.fila_page .texto. h2{
    font-size: 38px;
    line-height: 48px;
    margin: 40px 0px;
    font-weight: normal;
    font-family: "CircularStdbold";
}


/*cart*/
.fila_cart{
    width: 100%;
    height: auto;
    display: flex;
}
.columna_cart{
    width: 50%;
    position: relative;
    min-height: -o-calc(100vh - 53px);
    min-height: -ms-calc(100vh - 53px);
    min-height: -moz-calc(100vh - 53px);
    min-height: -webkit-calc(100vh - 53px);
    min-height: calc(100vh - 53px);
}
.columna_cart.columna_cart_review{
  background-color: #f9f9f9;
  position: -webkit-sticky;
  position: sticky;
  top: 53px;
  height: -moz-fit-content;
  height: fit-content;
}
.producto{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.producto .imagen{
    width: 100px;
    background-size: cover;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
}
.imagen_info{
    margin-right: 20px;
    width: calc(100% - 180px);
}
.imagen_info h2{
    font-size: 38px;
    font-family: "CircularStdbold";
    font-weight: normal;
    margin: 0px;
    line-height: 45px;
}
.imagen_info h3{
    margin: 0px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.03em;
}
.imagen_info .precio{
    margin: 10px 0px 0px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}
.delete{
    width: 40px;
    text-align: center;
}
.delete .icono_cerrar{
  cursor: pointer;
}
.columna_cart_int{
    margin: auto;
    width: -o-calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    padding: 40px 0px;
}
.columna_cart_int h2{
  font-size: 38px;
  font-family: "CircularStdbold";
  font-weight: normal;
  margin: 0px;
  line-height: 45px;
  }
.columna_cart_int .tabla{
    padding-top: 20px;
    margin-bottom: 40px;
}
.columna_cart_int .fila{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.columna_cart_int .fila h3{
  padding: 0px;
  margin: 0;
}
.columna_cart_int .fila p{}
.qty{
  padding: 10px 0px;
}
.qty label{
    margin: 0px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.03em;
}
.qty input{
  padding: 0px;
  margin: 0px;
  height: 20px;
  width: 40px;
  padding: 0px 0px 0px 5px;
  border:1px solid #000;
}
.cupon{
    margin: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cupon input{
    margin: 0;
    border: 1px solid #000;
    height: 40px;
    padding: 0px 10px;
    display: block;
    width: -o-calc(100% - 120px);
    width: -ms-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
}
.cupon input.btn{
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    height: 42px;
    width: 110px;
    border-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    cursor: pointer;
}

input:active, input:focus{
  outline: 0;
}
.btn.btn_gris{
    margin: 0;
    border: 1px solid #5fa83f;
    padding: 0px 10px;
    display: block;
    background-color: #5fa83f;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    height: 42px;
    margin: 20px 0px;
    width: 100%;
    border-radius: 40px;
    font-family: "CircularStdbook", 'Lato', sans-serif;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
}
.btn_black{
    margin: 0;
    border: 1px solid #000;
    padding: 0px 10px;
    display: block;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    height: 42px;
    margin: 20px 0px;
    width: 100%;
    border-radius: 40px;
    font-family: "CircularStdbook", 'Lato', sans-serif;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
}
.columna_cart.columna_cart_review  .columna_cart_int{
  width: 500px;
  margin: 0px 0px 0px 40px;
}
.header_int .columna a .num{
    position: absolute;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    padding: 2px;
    font-size: 10px;
    left: 100%;
    margin: 0px;
    top: -10px;
    width: 15px;
    height: 15px;
    text-align: center;
}
.menu_responsive_int a .num{
  position: absolute;
  background-color: #5fa83e;
  border-radius: 50%;
  color: #fff;
  padding: 2px;
  font-size: 12px;
  left: 100%;
  margin: 0px;
  top: -2px;
  height: 26px;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.submenu_collection .submenu_int .columna:last-child .post{
    margin: 0px 20px 0px 40px;
}
.s_cerrar{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 20px;
    z-index: 4;
    background-image: url(../img/cerrar.png);
    background-size: 30px;
    background-repeat: no-repeat;
}

/*checkout 02*/
.error {
    width: 100%;
    font-size: 12px;
}
.error p {
    margin: 0px;
}
.error.alert-success{
    color: #468847;
}
.error.alert-info{
    color: #3a87ad;

}
.error.alert-warning{
    color: #c09853;

}
.error.alert-danger{
    color: #b94a48;
}
input, textarea, button, select, option {
    font-family: 'Mukta', sans-serif;
    letter-spacing: 0.03em;
    font-size: 14px;
}
.fila_columnas .input_text {
    width: -o-calc(100% - 12px);
    width: -ms-calc(100% - 12px);
    width: -moz-calc(100% - 12px);
    width: -webkit-calc(100% - 12px);
    width: calc(100% - 12px);
    padding: 5px;
    border: 1px solid #ccc;
    display: block;
    border-radius: 3px;
    height: 30px;
    background-color: #fff;
}
.fila_columnas .columna {
    width: calc(50% - 20px);
    font-size: 13px;
}
.fila_columnas {
    border: none;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.fila_columnas select {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0px 10px;
    border-radius: 3px;
    background-color: #fff;
}
.fila_columnas{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: none;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.fila_columnas .back {
    line-height: 32px;
}
.fila_columnas .back::before {
    content: '< ';
    padding-right: 10px;
    text-decoration: none;
}
.fila_columnas .right {
    width: 100%;
    text-align: right;
}
.fila_columnas .columna .right .btn {
    background-color: #172230;
    color: #fff;
    width: auto;
    text-align: center;
    height: 32px;
    border: 1px solid #172230;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Mukta', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0px 15px;
}
.fila_titulo{
  width: -o-calc(100% - 80px);
  width: -ms-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  margin: auto;
}
.fila_titulo h2{
    margin: 17px 0px 15px;
    font-size: 58px;
    font-family: "CircularStdbold";
    font-weight: normal;
    line-height: 60px;
    letter-spacing: 0.03em;
    width: -moz-fit-content;
    width: fit-content;
}
.fila_titulo h3{
    color: #a5a5a5;
    margin: 40px 0px;
    font-family: "CircularStdbook";
    font-size: 26px;
}
.e_info::after{
  content: '';
  display: block;
  position: static;
  clear: both;
}
.carrusel{
  width: 100%;
  overflow: hidden;
}
.carrusel_int{
    width: auto;
    white-space: nowrap;
}
.carrusel_int .item{
  width: 200px;
  height: 133.33px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carrusel_int .item img{
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    margin: 0px;
}
.carrusel_int.is-fullscreen .item img{
    min-width: initial;
    min-height: initial;
    max-height: 100%;
    margin: 0px;
    max-width: 100%;
}

.carrusel_int.is-draggable{
  white-space: normal;
}
.carrusel_int.is-fullscreen .item{
    width: 100vw;
    height: 100%;
}

.flickity-enabled.is-fullscreen{
    top: 53px;
    height: -o-calc(100vh - 53px);
    height: -ms-calc(100vh - 53px);
    height: -moz-calc(100vh - 53px);
    height: -webkit-calc(100vh - 53px);
    height: calc(100vh - 53px);
}

.flickity-enabled.is-fullscreen{
    background: rgba(255, 255, 255, 0.97);
}
.flickity-prev-next-button{
  display: none;
}

.carrusel_int.is-fullscreen .flickity-prev-next-button{
  display: block;
}
.carrusel_int.is-fullscreen .flickity-prev-next-button.previous{}
.carrusel_int.is-fullscreen .flickity-prev-next-button.next{}


.is-fullscreen .flickity-prev-next-button{
    display: block;
    height: 40px;
    width: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
    background-color: transparent;
    border-radius: 0;
    padding: 0px;
}
.is-fullscreen .flickity-prev-next-button svg{
    display: none;
}
.is-fullscreen .flickity-prev-next-button.previous{
    background-image: url(../img/flecha_izq_v.png);
}
.is-fullscreen .flickity-prev-next-button.next{
  background-image: url(../img/flecha_der_v.png);
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit{
  width: 40px;
    height: 40px;
    display: block;
    background-image: url(../img/cerrar.svg);
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    top: 10px;
    right: 15px;
}
.flickity-fullscreen-button .flickity-button-icon{
  display: none;
}

.carrusel_int button:active,
.carrusel_int button::focus{
  outline: 0;
}
.flickity-button:focus{
  outline: 0;
  box-shadow: none;
}
.flickity-fullscreen-button{
    right: 0px;
    top: 0px;
    padding: 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.97);
    background-image: url(../img/abrir.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.flickity-fullscreen-button:hover{
      background-image: url(../img/abrir.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}








