html {
    overflow-x: hidden;
    font-family: 'Quicksand', sans-serif;
    background-color: black;
}

body {
    background-color: black;
    font-family: 'Quicksand', sans-serif;
}

                            /* TAMAÑOS */
.alto {
    height: 100vh;
}
.responsive {
    width: 100%;
    height: auto;
}
.medio{
    height: 50vh;
}

@media all and (min-width: 768px) {
    .max-img{
        max-height: 100vh;
    }

}


.descripcion-lg{
    margin-top: 9%;
    margin-left: 7%;
    margin-right: 5%;
}
.descripcion{
    color: white;
}
.descripcion-titulo{
    font-size: 35px;
}

.prints-titulo{
    font-size: 30px;
}
#parar-gif{
    color: cyan;
}
.menu-alto {
    min-height: 100vh;
    background-color: black;
}

/* FONDOS */
.fondolg {
    background: url("../images/large-bg/fondo2.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

/* FONDOS - PEQUENOS */
#fondo-voonex1{
    content: url("../images/small-bg/voonexmag/fondo1.jpg");
    width: 100%;
    height: auto;
}
#fondo-cubicdepth{
    content: url("../images/small-bg/cubicdepth/fondo1.jpg");
    width: 100%;
    height: auto;
}
#fondo-urbanwalks{
    content: url("../images/small-bg/urbanwalks/fondo1.jpg");
    width: 100%;
    height: auto;
}
#fondo-cinema4d{
    content: url("../images/small-bg/cinema4d/fondo1.jpg");
    width: 100%;
    height: auto;
}
#fondo-noitesdepedra{
    content: url("../images/small-bg/noitesdepedra/fondo1.jpg");
    width: 100%;
    height: auto;
}
#fondo-voonex2{
    content: url("../images/small-bg/voonex2/fondo1.jpg");
    width: 100%;
    height: auto;
}
#fondo-done{
    content: url("../images/small-bg/done/fondo1.jpg");
    width: 100%;
    height: auto;
}
#fondo-mattepainting{
    content: url("../images/small-bg/mattepainting/fondo1.jpg");
    width: 100%;
    height: auto;
}


/* ANIMACIONS LG */

#contenedor-entrar{
    width: 650px;
    height: auto;
    position: relative;
    padding-left: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    animation-duration: 1200ms;
    animation-delay: 50ms;
}
#boton-entrar{
    width: 520px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 65px;
    z-index: 10;
}
#nombre-entrar{
    width: 520px;
    border-radius: 1px;
    height: 90px;
    padding-top: 12px;
    color: rgb(255, 255, 255);
    font-size: 45px;
    background: url("../images/large-bg/fondo-entrar.png");
    font-family: 'Raleway', sans-serif;
}


                            /* BOTON */

.boton{
    border-radius: 1px;
    width: 520.5px;
    height: 90px;
    text-align: center;
    font-size: 55px;
    color: rgb(255, 255, 255);
    border: none;
    padding-top: 1px;
    position: relative;
    cursor: pointer;
    transition:500ms ease all;
    outline: none;
}
.boton:hover{
    text-decoration: none;
    background: none;
    color: white;
    box-shadow: 0px 0px 100px 30px rgba(236, 236, 236, 0.87);
}
.boton:before, .boton:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 4px;
    width: 0;
    background: white;
    transition: 300ms ease all;
}
.boton:after{
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}
.boton:hover:before, .boton:hover:after{
    width: 100%;
    transition: 500ms ease all;
}


.btn{
    border-radius: 0px;
}
#nombre{
    border-radius: 0px;
}
#email{
    border-radius: 0px;
}
#mensaje{
    border-radius: 0px;
}

.dropdown-menu, .dropdown-item{
    background-color: rgb(22, 22, 22);
    color: #ffffff;
}
.dropdown-menu > a:hover{
    background-color: rgb(22, 22, 22);
    color: white;
    background-image: none;
}
.navbar .navbar-toggler-icon{
    background-image: url('../images/navbar/icon.png?color=ffffff');
    margin-top: 5px;
    margin-bottom: 5px;
}
.navbar .navbar-toggler{
    color: white;
}
.boton-navbar{
    border: none;
    cursor: pointer;
    background: none;
}

.navbarcolapsado{
    color: #919191;
}

#separadores-dropdown{
    color: rgb(97, 97, 97);
}

                            /* FORMULARIO */ 

.formulario-bloque{
    background-color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;

}
.formulario-titulo{
    font-size: 30px;
}

.formulario-instruccions{
    font-size: 15px;
}


                            /* NAVEGACION */

.nav-link{
    padding: 8px;
    color: rgb(145, 145, 145);
}
.nav-link:hover{
    color: white;
}

a{
    display: block;
}

#cerrar{
	position:fixed;
	top: 15px;
	right: 20px;
	color:#FFF;
    text-align:center;
    color: #919191;
    text-decoration: none;
    font-size: 20px;
    z-index: 1000;
}

#menu{
    position: relative;
}
#footerlg{
    position: absolute;
    bottom: 0px;
    background-color: none;
}
#nome-footer{
    color: white;
}
.open-footer{
    color: rgb(97, 97, 97);
}

.enlaces-voonex{
    display: inline;
    color: #00e668;
    text-decoration: none;
}
.enlaces-voonex:hover{
    color: rgb(42, 212, 255);
    text-decoration: none;
}
.enlaces-voonex:visited{
    color: rgb#00e668;
    text-decoration: none;
}
.enlaces-voonex:active{
    color: #00e668 ;
    text-decoration: none;
}

                    /*HOVER FOOTER CON CSS*/


footer{
    color: white;
}

.float:hover{
    color: white;
    text-decoration: none;
    font-size: 20px;
}

                            /*HOVER MENU*/

.titulos span.switch-a{
    display:inline;
}
.titulos:hover span.switch-a{
    display:none;
}
.titulos span.switch-b{
    display:none;
}
.titulos:hover span.switch-b{
    display:inline;
}

.gif-cd div.switch-a{
    display:inline;
}
.gif-cd:hover div.switch-a{
    display:none;
}
.gif-cd div.switch-b{
    display:none;
}
.gif-cd:hover div.switch-b{
    display:inline;
}

.gif-cd img{
    position: relative;
}
#instruccions-gif{
    position: absolute;
    top: 60px;
    right: 10px;
    border-radius: 1px;
    padding: 10px;
    border: solid white 1px;
}
#portrait{
    float: left;
    width: 200px;
    height: auto;
}

.prints-links{
    color: black;
}
.prints-links:hover{
    text-decoration: none;
    color: rgb(184, 184, 184);
}

#separador-grueso{
    height: 1px;
}

@media all and (min-width: 992px) {
    .print-thumbnail{
        transition: 200ms ease-in-out;
        transform: scale(1);
        z-index: 1;
        transition: 200ms;
    }
    .alto-lg{
        height: 100vh;
    }
    .print-thumbnail:hover{
        transition: 200ms ease-in-out;
        transform: scale(1.3);
        z-index: 10;
        transition: 200ms;
    }
    .print-thumbnail:hover p{
        opacity: 0;
        transition: 200ms;
    }
}


/*----------------MEDIUM--------------*/
@media only screen and (min-width: 980px ) {
    #menu{
        font-size: 14px;
        line-height: 12px;
    }
}



/*----------------LARGE--------------*/
@media only screen and (min-width: 1260px ) {
    #menu{
        font-size: 14px;
        line-height: 16px;
    }
}


/*----------------EXTRALARGE--------------*/
@media only screen and (min-width: 1500px ) {
    #menu{
        font-size: 16px;
        line-height: normal;
    }
}