@charset "UTF-8";



@font-face {
  font-family: 'NHaasGroteskDSPro-55Rg', serif;
  src: url('NHaasGroteskDSPro-55Rg.eot');
  src: url('NHaasGroteskDSPro-55Rg.eot?#iefix') format('embedded-opentype'),
       url('NHaasGroteskDSPro-55Rg.svg#NHaasGroteskDSPro-55Rg') format('svg'),
       url('NHaasGroteskDSPro-55Rg.ttf') format('truetype'),
       url('NHaasGroteskDSPro-55Rg.woff') format('woff'),
       url('NHaasGroteskDSPro-55Rg.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: 16px;
    font-family: 'NHaasGroteskDSPro-55Rg', 'Heebo', sans-serif;
    -webkit-overflow-scrolling: touch;
    color: #000;
}
body.header_activo{
  overflow: hidden;
}

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

.clear{
    clear: both;
}

.wrraper{
    width: calc(100% - 30px);
    height: calc(100vh - 30px);
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
}
.titulo{
    text-align: center;
}
.titulo p{
    margin: 0px;
    letter-spacing: 0.06em;
}
.imagen{
    width: 90px;
    height: 45px;
    position: relative;
    cursor: pointer;
}
.img_01{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.img_02{
    opacity: 0;
}
.imagen svg{
    width: 90px;
    height: 45px;
}
.img_01 svg{}
.img_02 svg{
  top: 31px;
  position: absolute;
  left: 42px;
  width: 47px;
}

/*.imagen:active,
.imagen:focus{
  background-color: transparent;
}

.imagen:active .img_01,
.imagen:focus .img_01{
    opacity: 0;

}
.imagen:active .img_02,
.imagen:focus .img_02{
    opacity: 1;
}
*/

::-moz-selection {
background:transparent;
}
::selection {
    background: transparent;
}

















