@font-face {
    font-family: din;
    src: url("font/D-DIN.otf") format("opentype");
}

@font-face {
    font-family: din-bold;
    font-weight: bold;
    src: url("font/D-DIN-Bold.otf") format("opentype");
}
@font-face {
    font-family: din-con;
    font-weight: bold;
    src: url("font/D-DINCondensed.otf") format("opentype");
}

body,html{
    font-family: din;
    height: 100vh;
    width: 100vw;
}
.alto-100{
    height: 100vh;
}
.alto-75{
    height: 75vh;
}
.alto-50{
    height: 50vh;
}
.alto-45{
    height: 47vh;
}
.alto-25{
    height: 25vh;
}
.alto-20{
    height: 20vh;
}
.alto-titulo-medio{
    height: 10vh;
}
.alto-menu{
    height: 20vh;
}
 .din-bold{
    font-family: din-bold; 
 }
.h-50{
    height: 50vh;
}
.menu-principal{
    list-style-type:none;
    line-height:21px;
}
.menu-principal > li > a{
    text-decoration: none;
    color:black;
    display: inline-block;
    margin-left:-30px;
}
.menu-principal > li > a:hover{
    font-size: 110%;
    line-height:20px;
}
.menu-textos{
    list-style-type:none;
    line-height:21px;
}
.menu-textos > li > a{
    text-decoration: none;
    color:black;
    display: inline-block;
    margin-left:-30px;
}
.texto-info{
    color:#980000;
}
.bordo{
    color:#980000;
}
.hideP{
    visibility: hidden;
}
.hideT{
    display: none;
}
.foto-home{
    height: 80vh;
    width:auto;
}
.foto-objetos{
    width: auto;
    height: 45.6vh;
}
.foto-pinturas{
    width: auto;
    max-height: 600px;
    max-width:600px;
}
.foto-hover{
    filter:opacity(100%);
    cursor: pointer;    
    width: 74%;
}
.foto-hover:hover{
    filter:opacity(70%);
}
.opacity-70{
    filter:opacity(70%);
}
.a-home{
    text-decoration: none;
    color:black;
}
.a-home:hover{
    text-decoration: underline;
    color:black;
}
.center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tab{
    text-indent: 32px;
}
.alto-100{
    height: 100vh;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.alto-100::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.alto-100 {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.alto-curriculum{
    height: 53.6vh;
}
.alto-titulo-medio-curriculum{
    height: 21.5vh;
}
.alto-texto{
    height: 65.5vh;
}

.mn1{
    margin-top: -8px;
}

@media (min-width: 1400px) {
    .foto-hover{
        width: 90%;
    }
    .alto-titulo-medio-curriculum{
        height: 17.8vh;
    }
    .alto-texto{
        height: 52.8vh;
    }
}
