/*
Theme Name: archivo micrositio
Version: 1.0
*/
@charset "UTF-8";

@font-face {
  font-family: 'NeuzeitS-Book';
  src: url('font/NeuzeitSLTStd-Book.eot');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeuzeitS-BookHeavy';
  src: url('font/NeuzeitSLTStd-BookHeavy.eot');
  src: url('font/NeuzeitSLTStd-BookHeavy.woff2') format('woff2'),
       url('font/NeuzeitSLTStd-BookHeavy.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


html, body{
    width: 100%;
    height:100%;
    margin:0;
    padding:0;
    font-weight: 400;
    font-size: 14px;
    font-family: 'NeuzeitS-Book', 'Work Sans', 'Arial', sans-serif;
    color: #3953DD;
    border-color: #3953DD;
    line-height: 21px;
    letter-spacing: .06em;
}

a{
    text-decoration: none;
    color: #3953DD;
    cursor: pointer;
}

.clear{
    clear: both;
}

img{
    max-width: 100%;
    height: auto;
}

/*header*/
header{
    position: fixed;
    border-bottom: 1px solid;
    width: 100%;
    background-color: #fff;
    z-index: 5;
    left: 0;
    top: 0;
}
.header_int{
    width: 100%;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.celda{}
header .celda{
    height: 60px;
    margin: 0px;
    line-height: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    padding: 0px 60px;
    width: -o-calc(25% - 152px);
    width: -ms-calc(25% - 152px);
    width: -moz-calc(25% - 152px);
    width: -webkit-calc(25% - 152px);
    width: calc(25% - 152px);
    border-left: 1px solid;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}



.titulo_aj{
    width: -o-calc(100% - 120px);
    width: -ms-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    position: relative;
    margin: auto;
    height: 60px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid;
}
.titulo_aj h2{
    margin: 0px;
    line-height: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}


/*contenido*/
.wrapper{
    padding-top: 61px;
}
.grid_productos{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    margin: 60px auto 0px;
    width: -o-calc(100% - 240px);
    width: -ms-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
}
.grid_productos .celda{
    width: -o-calc(100% - 2px);
    width: -ms-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
    padding-bottom: 70%;
    border: 1px solid;
    position: relative;
    background-image: url(../img/fondo.png);
    background-repeat: repeat;
    image-rendering: pixelated;
    background-size: 8px;
    background-position: center;
}
.grid_productos .celda.aj{
    background-image: url(../img/fondo_02.png);
}
.c_imagen{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    image-rendering: initial;
}
.nombre{
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid;
    opacity: 0;
    background-color: #fff;
}

.nombre p{
  margin: 0px;
  padding: 15px 15px 12px;
}

.contenido{
    width: -o-calc(100% - 240px);
    width: -ms-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    display: flex;
    display: -webkit-flex;
    margin: 60px auto 0px;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
}

.titulo_slider{
    position: relative;
    padding: 15px 15px 12px;
    display: table-cell;
    border: 1px solid;
    border-bottom: none;
    height: 35px;
}
.titulo_slider p{
    margin: 0;
}

.columna_uno{
    margin-right: 60px;
    position: relative;
    width: -o-calc(75% - 210px);
    width: -ms-calc(75% - 210px);
    width: -moz-calc(75% - 210px);
    width: -webkit-calc(75% - 210px);
    width: calc(75% - 210px);
    margin-right: 60px;
    position: fixed;
    left: 120px;
    top: 120px;
}


.slider{
    width: 100%;
    position: relative;
    height: -o-calc(100vh - 240px);
    height: -ms-calc(100vh - 240px);
    height: -moz-calc(100vh - 240px);
    height: -webkit-calc(100vh - 240px);
    height: calc(100vh - 240px);
}
.slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.imagen{
    border: 1px solid;
    padding: 30px;
    width: -o-calc(100% - 61px);
    width: -ms-calc(100% - 61px);
    width: -moz-calc(100% - 61px);
    width: -webkit-calc(100% - 61px);
    width: calc(100% - 61px);
    height: -o-calc(100% - 61px);
    height: -ms-calc(100% - 61px);
    height: -moz-calc(100% - 61px);
    height: -webkit-calc(100% - 61px);
    height: calc(100% - 61px);
    justify-content: center;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    background-image: url(../img/fondo.png);
    background-repeat: repeat;
    image-rendering: pixelated;
    background-size: 8px;
    background-position: center;
}
.imagen img{
    max-height: 100%;
        image-rendering: initial;
}

.columna_dos{
    width: -o-calc(25% - 30px);
    width: -ms-calc(25% - 30px);
    width: -moz-calc(25% - 30px);
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
}

.tabla{
    border: 1px solid;
}
.fila{
    display: flex;
    display: -webkit-flex;
    border-bottom: 1px solid;
}
.columna{
    padding: 15px 15px 12px;
}
.columna:first-child{
    max-width: 50%;
    border-right: 1px solid;
    margin-right: -1px;
    white-space: nowrap;
}
.columna:last-child{
    border-left: 1px solid;
}
.fila:last-child{
    border-bottom: none;
}
.columna p{
    margin: 0px 0px 10px;
}
.columna p:last-child{
    margin: 0px;
}
.cubo{
    width: 60px;
    height: 60px;
    border-left: 1px solid;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.cubo:first-child{
  border:none;
  margin-right: -1px;
}


.anterior{
    width: 60px;
    height: -o-calc(100vh - 61px);
    height: -ms-calc(100vh - 61px);
    height: -moz-calc(100vh - 61px);
    height: -webkit-calc(100vh - 61px);
    height: calc(100vh - 61px);
    border-right: 1px solid;
    position: fixed;
    left: 0;
    top: 61px;
}
.anterior .interior{
    line-height: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    display: flex;
    display: -webkit-flex;
    height: 60px;
    width: -o-calc(100vh - 122px);
    width: -ms-calc(100vh - 122px);
    width: -moz-calc(100vh - 122px);
    width: -webkit-calc(100vh - 122px);
    width: calc(100vh - 122px);
    justify-content: center;
    align-items: center;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-90deg) translate(-100%, 0%);
    transform-origin: 0 0;
    transform: rotate(-90deg) translate(-100%, 0%);
}

.siguiente{
    width: 60px;
    height: -o-calc(100vh - 61px);
    height: -ms-calc(100vh - 61px);
    height: -moz-calc(100vh - 61px);
    height: -webkit-calc(100vh - 61px);
    height: calc(100vh - 61px);
    border-left: 1px solid;
    position: fixed;
    right: 0;
    top: 61px;
}
.siguiente .interior{
    line-height: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    display: flex;
    display: -webkit-flex;
    height: 60px;
    width: -o-calc(100vh - 122px);
    width: -ms-calc(100vh - 122px);
    width: -moz-calc(100vh - 122px);
    width: -webkit-calc(100vh - 122px);
    width: calc(100vh - 122px);
    justify-content: center;
    align-items: center;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(90deg) translate(0%, -100%);
    transform-origin: 0 0;
    transform: rotate(90deg) translate(0%, -100%);
}


/*momento*/
.momento_uno{
    width: 60px;
    height: -o-calc(100vh - 121px);
    height: -ms-calc(100vh - 121px);
    height: -moz-calc(100vh - 121px);
    height: -webkit-calc(100vh - 121px);
    height: calc(100vh - 121px);
    border-right: 1px solid;
    position: fixed;
    left: 0;
    top: 61px;
    background-color: #fff;
    transition: 300ms;
    z-index: 2;
}
.momento_uno .interior{
    line-height: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    display: flex;
    display: -webkit-flex;
    height: 60px;
    width: -o-calc(100vh - 122px);
    width: -ms-calc(100vh - 122px);
    width: -moz-calc(100vh - 122px);
    width: -webkit-calc(100vh - 122px);
    width: calc(100vh - 122px);
    justify-content: center;
    align-items: center;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-90deg) translate(-100%, 0%);
    transform-origin: 0 0;
    transform: rotate(-90deg) translate(-100%, 0%);
    cursor: pointer;
}
.momento_dos{
    width: 60px;
    height: -o-calc(100vh - 121px);
    height: -ms-calc(100vh - 121px);
    height: -moz-calc(100vh - 121px);
    height: -webkit-calc(100vh - 121px);
    height: calc(100vh - 121px);
    border-left: 1px solid;
    position: fixed;
    right: 0;
    top: 61px;
    background-color: #fff;
    transition: 300ms;
    z-index: 2;
}
.momento_dos_int{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
}
.momento_dos .interior{
    line-height: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    display: flex;
    display: -webkit-flex;
    height: 60px;
    width: -o-calc(100vh - 122px);
    width: -ms-calc(100vh - 122px);
    width: -moz-calc(100vh - 122px);
    width: -webkit-calc(100vh - 122px);
    width: calc(100vh - 122px);
    justify-content: center;
    align-items: center;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(90deg) translate(0%, -100%);
    transform-origin: 0 0;
    transform: rotate(90deg) translate(0%, -100%);
    cursor: pointer;
}

.momento_tres{
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.momento_tres_int{
    width: 100%;
    height: 59px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    line-height: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    cursor: pointer;
    border-top: 1px solid;
}




/*footer*/
.espacio_footer{
    height: 120px;
    position: relative;
}
footer{
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 4;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


footer .cubo{
    border-top: 1px solid;
}
footer .cubo:first-child{
  border-right:1px solid;
  margin: 0;
  border-top: 1px solid;
}
.titulo_footer{
    position: relative;
    left: 0;
    width: -o-calc(100% - 120px);
    width: -ms-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    margin: auto;
    height: 59px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
}
.titulo_footer p{
    line-height: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin: auto;
    width: 100%;
}
.titulo_footer p span{
    letter-spacing: 0;
    text-transform: initial;
}
.footer_int{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: -o-calc(100% - 122px);
    width: -ms-calc(100% - 122px);
    width: -moz-calc(100% - 122px);
    width: -webkit-calc(100% - 122px);
    width: calc(100% - 122px);
    border-top: 1px solid;
    position: absolute;
    left: 61px;
    bottom: 0px;
    background-color: #fff;
    height: 59px;
}
.footer_int a{
    line-height: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}



.amarillo{
    color: #e3ab00;
    border-color: #e3ab00;
}
.amarillo a{
    color: #e3ab00;
}
.amarillo .imagen{
    background-image: url(../img/fondo_02.png);
}



/*texto momento*/

.mod_act1, .mod_act2, .mod_act3{
    overflow: hidden;
}

.mod_act1 .momento_uno{
    width: 530px;
}

.mod_act2 .momento_dos{
    width: 530px;
}


.mod_act3 .momento_tres .texto{
    height: 50vh;
} 

.salir{
    display: none;
}

.mod_act1 .salir, .mod_act2 .salir, .mod_act3 .salir{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.btn_responsive{
    display: none;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.l_r{
    width: 22px;
    height: 6px;
    border: 1px solid;
    margin: 1px auto;
}
.link.active{
    background-image: url(../img/fondo.png);
    background-repeat: repeat;
    image-rendering: pixelated;
    background-size: 8px;
    background-position: center;
}
.espacio_texto{
    width: -o-calc(100% - 240px);
    width: -ms-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    margin: 60px auto;
    display: block;
}
.texto_int{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.texto_int .t_columna{
    width: -o-calc(50% - 30px);
    width: -ms-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
}
.texto_int .t_columna p{
    margin: 30px 0px;
}

.texto_int .t_columna p:first-child{
    margin-top: 0px;
}
.texto_int .t_columna p:last-child{
    margin-bottom: 0px;
}



/*responsive*/
.over_menu_responsive{
    display: none;
}
.menu_int{}
.menu_int ul{
    padding: 0;
    list-style: none;
    margin: 40px;
}
.menu_int li{
    padding: 20px 0px;
}
.menu_int li a{
    margin: 0px;
    line-height: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}
.menu_int_categoria{
}
.menu_int_momentos{}
.menu_r{}
.cerrar_over{
    display: none;
}
.titulo_responsive{
display: none;
}
.cubo_anterior{
    display: none;
}
.cubo_proximo{
    display: none;
}
.repensar{
    padding: 30px 0px;
    margin: 0px 30px;
    text-align: right;
    display: block;
    margin-top: 30px;
    border-top: 1px solid;
    line-height: 16px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}


.grid_tres{
    width: -o-calc(100% - 240px);
    width: -ms-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.grid_tres .imagen{
    padding: 0;
    height: auto;
    width: 100%;
    border: 0;
    display: block;
}
.grid_tres .imagen img{
    max-width: 100%;
    height: auto;
    max-height: -o-calc(100vh - 240px);
    max-height: -ms-calc(100vh - 240px);
    max-height: -moz-calc(100vh - 240px);
    max-height: -webkit-calc(100vh - 240px);
    max-height: calc(100vh - 240px);
    width: auto;
}

.idioma{
    display: block;
    width: 100%;
    height: 100%;
}
.idioma svg{}
.idioma svg .st0{fill:#FFFFFF;stroke:#3853DE;stroke-miterlimit:10;}
.amarillo .idioma svg .st0{
    fill:#FFFFFF;
    stroke:#e3ab00;
    stroke-miterlimit:10;
}











