@charset "UTF-8";

/*
font-family: 'Kalam', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Muli', sans-serif;
font-family: 'Rubik', sans-serif;
*/

@font-face {
  font-family: 'GlossyDisplay-LightItalic';
  src: url('../fonts/01/GlossyDisplay-LightItalic.eot');
  src: url('../fonts/01/GlossyDisplay-LightItalic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/01/GlossyDisplay-LightItalic.svg#GlossyDisplay-LightItalic') format('svg'),
       url('../fonts/01/GlossyDisplay-LightItalic.ttf') format('truetype'),
       url('../fonts/01/GlossyDisplay-LightItalic.woff') format('woff'),
       url('../fonts/01/GlossyDisplay-LightItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GoodSans-Medium';
  src: url('../fonts/02/GoodSans-Medium.eot');
  src: url('../fonts/02/GoodSans-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/02/GoodSans-Medium.svg#GoodSans-Medium') format('svg'),
       url('../fonts/02/GoodSans-Medium.ttf') format('truetype'),
       url('../fonts/02/GoodSans-Medium.woff') format('woff'),
       url('../fonts/02/GoodSans-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NHaasGroteskDSPro-55Rg';
  src: url('../fonts/03/NHaasGroteskDSPro-55Rg.eot');
  src: url('../fonts/03/NHaasGroteskDSPro-55Rg.eot?#iefix') format('embedded-opentype'),
       url('../fonts/03/NHaasGroteskDSPro-55Rg.svg#NHaasGroteskDSPro-55Rg') format('svg'),
       url('../fonts/03/NHaasGroteskDSPro-55Rg.ttf') format('truetype'),
       url('../fonts/03/NHaasGroteskDSPro-55Rg.woff') format('woff'),
       url('../fonts/03/NHaasGroteskDSPro-55Rg.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AGBookPro-Regular';
  src: url('../fonts/04/AGBookPro-Regular.eot');
  src: url('../fonts/04/AGBookPro-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/04/AGBookPro-Regular.svg#AGBookPro-Regular') format('svg'),
       url('../fonts/04/AGBookPro-Regular.ttf') format('truetype'),
       url('../fonts/04/AGBookPro-Regular.woff') format('woff'),
       url('../fonts/04/AGBookPro-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FilosofiaItalic';
  src: url('../fonts/05/FilosofiaItalic.eot');
  src: url('../fonts/05/FilosofiaItalic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/05/FilosofiaItalic.svg#FilosofiaItalic') format('svg'),
       url('../fonts/05/FilosofiaItalic.ttf') format('truetype'),
       url('../fonts/05/FilosofiaItalic.woff') format('woff'),
       url('../fonts/05/FilosofiaItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FilosofiaRegular';
  src: url('../fonts/06/FilosofiaRegular.eot');
  src: url('../fonts/06/FilosofiaRegular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/06/FilosofiaRegular.svg#FilosofiaRegular') format('svg'),
       url('../fonts/06/FilosofiaRegular.ttf') format('truetype'),
       url('../fonts/06/FilosofiaRegular.woff') format('woff'),
       url('../fonts/06/FilosofiaRegular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}



html, body{
    width: 100%;
    min-height: 100vh;
    margin:0;
    padding:0;
    font-weight: 400;
    font-size: 15px;
    font-family: 'AGBookPro-Regular';
    -webkit-overflow-scrolling: touch;
    color: #000;
    letter-spacing: 0.03em;
}
body.header_activo{
  overflow: hidden;
}
.act_hidden{
    overflow: hidden;
}

a{
    text-decoration: none;
    color: currentColor;
}

.clear{
    clear: both;
}


/*header & footer*/
header{
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #0000007d;
    width: 100%;
    height: auto;
    z-index: 5;
    background-color: #fff;
}
.header_int{
    margin: auto;
    width: calc(100% - 10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.item_m{
    display: block;
    padding: 12px 20px;
    line-height: 15px;
    position: relative;
    height: 15px;
}
.item_m.item_cart{
    padding: 12px 0px 12px 20px;
}
.menu.menu_titulo .item_m{}
.menu.menu_titulo img, 
.menu.menu_titulo svg{
    width: 56px;
    padding-right: 20px;
        margin-top: 4px;
}

footer{
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #0000007d;
    width: 100%;
    height: auto;
    z-index: 5;
    background-color: #fff;
}
.footer_int{
    margin: auto;
    width: calc(100% - 10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home .menu.menu_titulo{
    display: none;
}


/*contenido*/
.wrapper{
    width: 100%;
    min-height: calc(100vh - 80px);
    padding-top: 40px;
}

.home_slider{
    width: 100%;
    min-height: calc(100vh - 80px);
    margin: 0px 0px;
    position: relative;
}
.home_slide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.home_slide.show{
    display: block;
}
.puntos{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.punto{
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(20deg);
    width: 21vw;
    height: 44vw;
    background-color: transparent;
    border-radius: 50%;
    display: none;
    overflow: hidden;
}
.punto:last-child{
    background-color: #fff;
}
.punto_int{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(-20deg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-attachment: fixed; */
}
.flecha_next{
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(20deg);
    width: 21vw;
    height: 44vw;
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
}
.imagen_over{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    display: none;
        z-index: 0;
}
.imagen_over.show{
    display: block;
}


.flecha_next_top{
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(20deg);
    width: 21vw;
    height: 44vw;
    border-radius: 50%;
    cursor: pointer;
    z-index: 4;
    overflow: hidden;
}
.imagen_boton_over{
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(20deg);
    width: 21vw;
    height: 44vw;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    display: none;
}
.imagen_boton_over_int{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(-20deg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.imagen_boton_over.show{
    display: block;
}
.punto.act{
    display: block;
}
.titulo_home{
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.titulo_home h1{
    margin: 0px;
    font-size: 16.6vw;
    text-align: center;
    font-family: 'GoodSans-Medium';
    font-weight: normal;
    display: none;
    opacity: 0.3;
}
.titulo_home_img{
    position: absolute;
    width: 45.5vw;
    height: auto;
}
.titulo_home_img svg{
    display: block;
    width: 100%;
    height: auto;
}
.submenu{
    display: none;
}


/*work*/
.act_work{}
.act_work .submenu{
        display: inline-block;
        vertical-align: middle;
        margin-top: -30px;
        padding-top: 30px;
        padding-bottom: 16px;
        margin-bottom: -16px;
}
.submenu_back, .submenu_back_r{
    position: fixed;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #0000007d;
    background-color: #fff;
    left: 0;
    top: 40px;
    display: none;
    max-height: calc(100vh - 200px);
}
/*.submenu:hover .submenu_back{
    display:block;
}*/
.submenu.submenu_act .submenu_back{
    display: block;
}
.submenu_int{
    margin-left: 34px;
    font-family: 'FilosofiaRegular';
    font-size: 17px;
    cursor: pointer;
    position: relative;
    top: -1px;
}
.submenu_act .submenu_int::after{
  content:'';
  width: 11px;
  height:1px;
  background-color:#000;
  display:block;
  position:absolute;
  transform: rotate(45deg) translate(8px, -23px);
}
.submenu_act .submenu_int::before{
  content:'';
  width: 11px;
  height:1px;
  background-color:#000;
  display:block;
  position:absolute;
  transform: rotate(-45deg) translate(11px, 20px);
}
.submenu_list{
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    left: 149.469px;
    margin-left: 35px;
    padding-top:5px;
}
.submenu_list .s_list{
    padding: 4px 0px;
    cursor: pointer;
    position: relative;
    display: block;
    margin: 0;
    border: none;
    background-color: transparent;
    font-weight: 400;
    font-size: 15px;
    font-family: 'AGBookPro-Regular';
}

.submenu_list .btn.s_list{
    margin: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #0000007d;
    margin-bottom: 10px;
    padding-bottom: 2px;
    font-family: 'AGBookPro-Regular';
    font-size: 15px;
}

.mosaico_work{
    margin: 0px auto;
    width: calc(100% - 50px);
    padding-bottom: 100px;
    margin-top: 85px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
    margin-bottom: 100px;
}
.m_post{
    width: 100%;
    position: relative;
    height: 100%;
}

.m_post_image{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*clases random*/
.tl_i .m_post_image{
    align-items: flex-start;
    justify-content: flex-start;
}
.tr_i .m_post_image{
    align-items: flex-end;
    justify-content: flex-start;
}
.br_i .m_post_image{
    align-items: flex-end;
    justify-content: flex-end;
}
.bl_i .m_post_image{
    align-items: flex-start;
    justify-content: flex-end;
}

.m_post.m_post_2_1{  
    grid-column-start: auto;
    grid-column-end: span 2;
}
.m_post.m_post_3_1{
    grid-column-start: auto;
    grid-column-end: span 3;
}
.m_post.m_post_2_2{
    grid-column-start: auto;
    grid-column-end: span 2;
    grid-row-start: auto;
    grid-row-end: span 2;
}
.m_post.m_post_3_2{
    grid-column-start: auto;
    grid-column-end: span 3;
    grid-row-start: auto;
    grid-row-end: span 2;
}
.m_post.m_post_2_3{
    grid-column-start: auto;
    grid-column-end: span 3;
    grid-row-start: auto;
    grid-row-end: span 3;
}
.m_post.m_post_3_3{
    grid-column-start: auto;
    grid-column-end: span 3;
    grid-row-start: auto;
    grid-row-end: span 3;
}

.m_post_image img{
    max-width: 100%;
    max-height: calc(50vh - 20px);
    display: block;
}

/*single*/
.single{
    margin: 0px auto;
    width: calc(100% - 50px);
}
.imagen{
    width: 100%;
    position: relative;
    height: calc(100vh - 173px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.imagen img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}
.info{
    width: 100%;
    margin-top: 10px;
}
.info_int{
    width: 700px;
    margin: 0px auto;
    text-align: center;
}
.info h1{
    margin:0px;
    font-size: 15px;
    font-weight: 400;
}
.info p{
    margin:0px;
    font-weight: normal;
    font-family: 'FilosofiaRegular';
    font-size: 17px;
    font-family: 'FilosofiaItalic';
}
.btn_info{

}
.btn_info::after{
    content: ' >';
}

/*shop*/
.mosaico_shop{
    width: calc(100% - 20px);
    margin: 10px auto 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
.s_post{
    width: 100%;
    border: 1px solid #0000007d;
    display: block;
    position: relative;
}
.s_post_img{
    width: 100%;
    padding-bottom: 90%;
    position: relative;
    display: block;
    height: 0px;
}
.s_post_img img{
    max-width: calc(100% - 60px);
    max-height: calc(100% - 60px);
    width: auto;
    height: auto;
    display: block;
}
.s_post_img_int{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms;
    transition-timing-function: ease;
    opacity: 1;
}
.s_post_img_int_d{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 300ms;
    transition-timing-function: ease;
}

.s_post_img_int img{}
.s_post_img_int_d img{}
.s_post_info{
    margin-bottom: 20px;
    text-align: center;
    width: calc(100% - 20px);
    padding: 0px 10px;
}
.s_post_info h3{
    margin: 0px;
    font-size: 16px;
    font-family: 'FilosofiaRegular';
}
.s_post_info .precio{
    margin: 0;
    font-size: 13px;
}

/*producto*/
.producto{
    margin: 25px auto 40px;
    width: calc(100% - 50px);
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
}
.producto_info{
    width: calc(50% - 25px);
    height: -moz-fit-content;
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.producto_info_int{text-align: center;}
.p_info{
    margin-bottom: 25px;
}
.p_info h1{
    margin: 0;
    font-size: 16px;
    font-family: 'FilosofiaRegular';
    font-weight: normal;
}
.p_info .precio{
    font-size: 14px;
}
.p_info h3{
    margin: 0px;
    font-size: 13px;
    font-weight: normal;
}
.p_info p{
    margin: 0;
    font-size: 12px;
}
.btn_add{
    border: 0;
    padding: 0;
    margin: 0;
    appearance: none;
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 0.03em;
    font-family: 'AGBookPro-Regular';
    font-weight: normal;
    background-color: transparent;
    text-decoration-color: #0000007d;
}
.producto_imagen{
    width: 50%;
}
.producto_imagen img{
    max-width: 100%;
    height: auto;
    display: block;
    max-height: calc(100vh - 130px);
    margin-bottom: 25px;
}

.page{
    width: calc(100% - 50px);
    margin: 25px auto 0px;
    height: calc(100vh - 127px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.page .fila{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.texto{
    width: 400px;
    margin-right: 40px;
    font-size: 14px;
    position: relative;
    z-index: 2;
}
.texto h1{
    font-size: 17px;
    margin: 0px 0px 7px;
    font-family: 'FilosofiaRegular';
    font-weight: normal;
}
.texto h2{
    font-size: 17px;
    margin: 0px 0px 7px;
    font-family: 'FilosofiaRegular';
    font-weight: normal;
}
.texto p{
    margin: 7px 0px;
    font-size: 14px;
}
.sidebar{
    width: 200px;
    font-size: 16px;
    position: relative;
    z-index: 2;
}
.sidebar a{
    text-decoration: none;
}
.sidebar h2{
    font-size: 17px;
    margin: 0px 0px 7px;
    font-family: 'FilosofiaRegular';
    font-weight: normal;
}
.sidebar p{
    margin: 7px 0px 15px;
    font-size: 15px;
}
.texto > *:first-child{
    margin-top:0px;
}
.texto > *:last-child{
    margin-bottom:0px;
}

.detalle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(20deg);
    width: 21vw;
    height: 44vw;
    border: 1px solid #0000007d;
    border-radius: 50%;
}

/*
grid-row-start: auto;
grid-row-end: span 2;
*/


/*checkbox*/
/* Hide the browser's default checkbox */
.s_list input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: -20px;
    height: 15px;
    width: 20px;
    background-color: transparent;
}

/* On mouse-over, add a grey background color */
.s_list:hover input ~ .checkmark {
}

/* When the checkbox is checked, add a blue background */
.s_list input:checked ~ .checkmark {
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.s_list input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.s_list .checkmark:after {
    content: '';
    width: 16px;
    height: 7px;
    border-radius: 50%;
    background-color: #000;
    display: block;
    transform: translate(3px, 3px) scale(0.5);
    position: absolute;
    display:none;
}


.select{
    text-align: center;
    margin-bottom: 25px;
}
.select select{
    appearance: none;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    line-height: 27px;
    border-radius: 0;
    border: 1px solid #0000007d;
    padding: 0px 20px;
    outline: 0;
    cursor: pointer;
    width: 220px;
    -moz-text-align-last: center;
    text-align-last: center;
}
.select option{
    text-align: center;
}

select:active,
option:active,
button:active,
input:active,
textarea:active,
select:focus,
option:focus,
button:focus,
input:focus,
textarea:focus,{
    outline: 0;
}


/*checkout*/
.contenido{
    width: 1000px;
    margin: 0px auto;
    padding-bottom: 170px;
}
.producto_check{
    border-top: 1px solid #0000007d;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 20px;
}
.p_img{
    width: 150px;
    position: relative;
    margin-right: 20px;
}
.p_img_int{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.p_titulo{
    text-align: left;
}
.p_titulo h2{
    margin: 0;
    font-size: 13px;
    font-weight: normal;
}
.cantidad{}
.cantidad input,
.cantidad button{
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    border: 1px solid #0000007d;
    padding: 1px 10px 1px;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    appearance: none;
    line-height: 19px;
    font-family: 'AGBookPro-Regular';
}
.cantidad input[type="number"]{
    padding: 1px 0px 1px 10px;
    width: 20px;
}
.cantidad button{}

.info_check{
    border-top: 1px solid #0000007d;
    border-bottom: 1px solid #0000007d;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 35px;
}
.info_check:last-child{
    border-top: none;
}
.info_check .columna{
    width: calc(50% - 40px);
}
.info_check .columna:first-child{}
.cupon{
    display: flex;
    margin-bottom: 10px;
}

.cupon input,
.cupon button{
    border:1px solid #000;
    background-color: transparent;
    display: block;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    font-family: 'AGBookPro-Regular';
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    border: 1px solid #0000007d;
    padding: 1px 10px 1px;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    appearance: none;
    line-height: 19px;
    font-family: 'AGBookPro-Regular';
}
.cupon input:last-child{
  border-left:0px;
}
.info_check .btn{
        border: 0;
        padding: 0;
        margin: 0;
        appearance: none;
        text-decoration: underline;
        font-size: 14px;
        letter-spacing: 0.03em;
        font-family: 'AGBookPro-Regular';
        font-weight: normal;
        background-color: transparent;
        text-decoration-color: #0000007d;
        cursor: pointer;
}


.info_check .columna:last-child{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 200px;
}

.info_check .columna .fila{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.info_check .columna .f_columna{
    width: calc(50% - 10px);
}
.info_check .columna .f_columna p{
    margin: 0;
    font-size: 13px;
    font-weight: normal;
}

.titulo_checkout{
    text-align: center;
    padding: 35px 0px;
}
.titulo_checkout h1{
    text-align: center;
    margin: 0px;
        margin: 0px;
    font-weight: normal;
    font-family: 'FilosofiaRegular';
    font-size: 17px;
}
.p_precio{}
.p_precio p{
    margin: 0;
    font-size: 13px;
    font-weight: normal;
}
.producto_check_int{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50%;
}

input[type="submit"], button{
    cursor: pointer;
}

input:active,
input:focus,
button:active,
button:focus,
textarea:active,
textarea:focus{
    outline: 0;
}

.m_post_int{
    position: relative;
    z-index: revert;
}
.btn_responsive{
    display: none;
}
.menu_responsive{
    display: none;
}
.filtros{
    display: none;
}

.p_titulo_responsive{
    display: none;
}

.opciones{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    flex-wrap: wrap;
    margin: 0px auto 0px;
}
.opcion{
    width: 50px;
    display: block;
    margin: 0px 5px 10px;
    cursor: pointer;
}
.opcion p{}
.opcion_int{
    width: 100%;
    padding-bottom: calc(100% - 2px);
    background-color: #fff;
    border: 1px solid #00000033;
    box-sizing: border-box;
    margin-bottom: 2px;
    background-size: contain;
    background-position: absolute;
    background-repeat: no-repeat;
}
.opcion.act .opcion_int{
    border:1px solid #0000007d;
}

.examples{
    border: 0;
    padding: 0;
    margin: 0;
    appearance: none;
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 0.03em;
    font-family: 'AGBookPro-Regular';
    font-weight: normal;
    background-color: transparent;
    text-decoration-color: #0000007d;
}
.p_info p.examples{
    font-size: 14px;
    cursor: pointer;
    width: fit-content;
    display: block;
    margin: 0px auto;
}
.over_frames{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    display: none;
}
.over_int{
    position: absolute;
    display: block;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.div_cerrar{
    position: sticky;
    top: 0;
    width: 0px;
    height: 0px;
    left: 0;
}
.div_cerrar::before{
  content:'';
  width: 100vw;
  height: 100vh;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
}
.btn_cerrer{
    position: sticky;
    top: 0;
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 5;
    cursor:pointer;
}
.btn_cerrer::before {
    content: '';
    width: 11px;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    transform: rotate(-45deg) translate(-3px, 24px);
}
.btn_cerrer::after {
    content: '';
    width: 11px;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    transform: rotate(45deg) translate(24px, 3px);
}
.s_post_img > img{}
.s_post_img{}
.s_post_frame{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms;
    transition-timing-function: ease;
    opacity: 1;
}
