

* {
    box-sizing: border-box;
}
@font-face{
    font-family: GillSansMT;
    src: url(GillSansMT.TTF);

}		
body {
    font-family: GillSansMT;
    background-color: transparent;
    overflow: hidden;
}
::selection {
    background-color: transparent;
}
#cargando{
    position: absolute;
    left: 42%;
    top: 32%;
}


.zoom-text {
    position: absolute;
    top: -10px;
    left: -50px;
    color: #8f8f8f;
    background-color: #80808024;
    /* padding: 5px 5px; */
    padding-right: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    
}


.zoom-text:hover{   
    color: black;
}

.recuadro-boton{
    height:auto;
    background-color: #464a4514;
    width: auto;
    padding: 0.5rem;
    /* color: white; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
}
.recuadro-boton:hover{
    
    color: black;
    
}




#indiceuno{
    top:0px;
    display: none;
    position: absolute;
    right:50%;
    height:100vh;
    width: auto;
    z-index: 1;
}
#indicedos{
    top:0px;
    display: none;
    position: absolute;
    left: 50%;
    height: 100vh;
    width: auto;
    z-index: 1;
}
#indicetres{
    top:0px;
    display: none;
    position: absolute;
    right:50%;
    height: 100vh;
    width: auto;
    z-index: 1;
}
#indicecuatro{
    top:0px;
    display: none;
    position: absolute;
    left: 50%;
    height: 100vh;
    width: auto;
    z-index: 1;
}
#indicecinco{
    top:0px;
    display: none;
    position: absolute;
    right:50%;
    height: 100vh;
    width: auto;
    z-index: 1;
}
#indiceseis{
    top:0px;
    display: none;
    position: absolute;
    left: 50%;
    height: 100vh;
    width: auto;
    z-index: 1;
}




.turnjs-slider{
    z-index: 1000000;
    width: 13%;
    height: 14px;
    background:rgba(0,0,0, 0.2);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    margin: 0px auto;
    bottom: 20px;
    position: relative;
}
#buscador{
    color: white;
    z-index: 1550;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0px;
    background: #464a452b;
    padding: 3px;
    height: 51px;
    width: auto;
    display:flex;
    justify-content: center;
    align-items: center;
}

#buscador form{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}
#buscador input{
   margin: 0px 6px;
    border: 0px solid black;
    height: 27px;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
}
#buscador input[type=submit]{
    cursor: pointer;
    background: #848484d4;
    color: white;
}

.magazine-viewport{
    margin-top: 5px;
}
#secti{
    
    position: fixed;
    top: 10vmin;
    left: 10px;
    z-index: 30;
}
#secti a{
    border-radius: 25px 0px;

    width: 60px;

    height: 60px;

    text-align: left;

    display: flex;

    justify-content: center;

    align-items: center;

    list-style: none;

    text-decoration: none;

    color: rgba(255, 255, 255, 0);

    padding: 10px 10px;

    margin: 10px 0px;
    z-index: 30;
     box-shadow: 0px 5px 5px 1px gray;

}
#secti a:hover{
    transition: 200ms;
    width: 150px;
    color: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 80px 0px;
    box-shadow: 0px 5px 5px 1px gray;
}



.outfit{
    width: 120px;
}
.infit{
    width: 30px;
}

#secti a:nth-child(1){
    background-color: #99a89c;
}
#secti a:nth-child(2){
    background-color: #bebebe;
}

#secti a:nth-child(3){
    background-color: #e01d25;
}
#secti a:nth-child(4){
    background-color: #2e4794;
}
#secti a:nth-child(5){
    background-color: #009c4a;
}
#secti a:nth-child(6){
    background-color: #7a2b86;
}
#secti a:nth-child(7){
    background-color: #333332;
}


#infoPage{
    
    color: white;
display: flex;
justify-content: center;
width: 5%;
background: #464a4512;
position: absolute;
top: 4px;
left: 47.4%;
z-index: 1550;
font-size: 1.5rem;
border-radius: 34px;
height: 26px;
align-items: center;
display:none;
}

@media screen and (max-height:500px){
    .turnjs-slider{
        /*bottom:0px;*/
    }
    body{
        height: calc(height+200px);
    }
}

.turnjs-slider .ui-slider-handle{
    position: absolute;
    z-index:0;
    width:80px;
    height: 15px;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}
.turnjs-slider .ui-slider-horizontal {
    height: 14px;
    width: calc(100% - 80px);
    /*width:50%;*/
    margin-left:39px;
}
@media screen and (max-width:500px){

    .turnjs-slider{
        width: 70%;
        bottom: 50px;
        /*margin: -70px auto;*/
    }
    .turnjs-slider .ui-slider-handle  {
        width: 40px;
    }
    .turnjs-slider .ui-slider-horizontal {

        width: calc(100% - 40px);

    }


}
@media screen and (max-width:900px){
    .turnjs-slider .ui-slider-handle  {
        width: 40px;
    }
    .turnjs-slider .ui-slider-horizontal {

        width: calc(100% - 40px);

    }


}
/*@media screen and(orientation: landscape){
    
        .turnjs-slider{
            width: 100%;
            margin: -50px auto;
        }
        
}*/

.zoom-icon {
    top: 20px;
    right: 7px;

}