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

}

#formPag{
    
}

#indiceuno{

    top: -59%;

    position: absolute;

    left: -54%;

    width: 498px;
}
#contenedor{
    position: relative;
}

html{          
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #fafafa/*#c9c9c9b3*/;
}

@keyframes voltereta{
    from { transform: rotateY(0deg); height:10px; opacity:0.1;  }
    to { transform: rotateY(360deg); heiht:80px; opacity:1; }
    
    
    
}
@keyframes volteretaReves{
    from { transform: rotateY(0deg); height:10px; opacity:0.1; }
    to { transform: rotateY(-360deg); heiht:80px; opacity:1;}
    
    
    
}

.voltea{
    
    animation: voltereta;
    transform-style: preserve-3d;
    animation-timing-function: ease-in-out;
    animation-duration: 0.6s;
   
}
.volteaReves{
    
    animation: volteretaReves;
    transform-style: preserve-3d;
    animation-timing-function: ease-in-out;
    
    animation-duration: 0.6s;
   
}
.cargando-catalogo{
    display: block;
    position: relative;
    left: 47%;
    top: 51%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    z-index: 1005;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #4b4b4b;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #4b4b4b;

	-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #4b4b4b;

	-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	  animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
@keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 50%;
	height: 100%;
	background: #e7e7e7ea;
	z-index: 1000;
	-webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(0);  /* IE 9 */
	transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
	left: 0;
}

#loader-wrapper .loader-section.section-right {
	right: 0;
}
/* Loaded */
body.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateX(-100%);  /* IE 9 */
			transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
			transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

body.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateX(100%);  /* IE 9 */
			transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

body.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}
body.loaded #loader-wrapper {
	visibility: hidden;

	-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateY(-100%);  /* IE 9 */
			transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.3s 1s ease-out;
			transition: all 0.3s 1s ease-out;
}

#cargaCatalogo{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fffc;
    z-index: 20;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

#aviso{

    position: absolute;
    top:0;
    width: 100%;
    height: 50px;
    background-color: yellow;
    z-index: 100;
}

header {
    height: 0px !important;
    background-color: transparent !important;
    display: flex;
}
header  div{
    flex: 33%;
}
header #buscador{
    color: white;
    z-index: 1;
    text-align: center;
    margin-top: 10px;
}
header #buscador input{
    margin-top: 4px;
    border: 0px solid black;
    width: 100px;
    height: 40px;
    border-radius: 15px;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
}
header #buscador input[type=submit]{
    cursor: pointer;
}


body {
    white-space: nowrap;
    overflow-x:scroll;
    overflow-y: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    font-family: GillSansMT;
    position: absolute;
    height: 100vh;
    width: 100%;
    /*background-color: #c9c9c9b3;*/
    /*background-image: url('../pics/fondogris.svg');*/
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-attachment: fixed;
    /*overflow: hidden;*/

}
#nav-button{
    display: none;
    flex: 0;
    position: fixed;
    top: 15px;
    left: 0;
    width: 40px;
    height: 50px;
    background-color: #0f0f0f4a;
    border-radius: 0px 15px 15px 0px;
    z-index: 12;
    cursor: pointer;
}

#tiene{
    position: relative;
}
#tiene div{ 
    left: 6px;
    position: absolute;
    width: 50%;
    height: 2px;
    background: white;
    transition: all 500ms;
}
#tiene div:nth-child(1){
    top: 15px;
}
#tiene div:nth-child(2){
    top: 25px;
}
#tiene div:nth-child(3){
    top: 35px;
}
#nav-button.open #tiene div:nth-child(1){
    display: none;
}
#nav-button.open #tiene div:nth-child(2){
    top: 25px;
    transform: rotate(45deg);
}
#nav-button.open #tiene div:nth-child(3){
    top: 25px;
    transform: rotate(-45deg);
}



.container{
    display: none;
}
.menu{
    display: none;
    color: white;
    position: fixed;
    width: 150px;
    height: 100vh;
    top: 0;
    left: -200px;
    overflow-x: hidden;
    overflow-y: unset;
    background-color: #0f0f0f4a;
    text-align: center;
    padding: 5px;
}
.menu::-webkit-scrollbar{
    display: none;
}

.magic{
    background: #bfc3bf;
    color:#bfc3bf;
    border: 1px solid #bfc3bf;
    margin-top: 60px;
}
.magico{
    background: #bfc3bf;
    color:#bfc3bf;
    border: 1px solid #bfc3bf;
    width: 10px;
    margin: 10px auto;
}
.ico{
    display:flex !important;
    justify-content:center;
}


.menu input{
    width: 100%;
    height: 30px;
    text-align: center;
    margin: 5px 0px;
    border-radius: 15px;

}
.menu input[type=button]{
    width: 100%;
    background: #fff;
    border: 1px solid #c6c6c6;
}

.menu .secciones a{
    display: block;
    padding: 10px;
    margin: 5px 0px;
    border-radius: 15px;

}
.menu .secciones a:nth-child(1){
    background-color: #bebebe;
    
}
.menu .secciones a:nth-child(2){
    background-color: #99a89c;
}
.menu .secciones a:nth-child(3){
    background-color: #e01d25;
}
.menu .secciones a:nth-child(4){
    background-color: #2e4794;
}
.menu .secciones a:nth-child(5){
    background-color: #009c4a;
}
.menu .secciones a:nth-child(6){
    background-color: #db91b9;
}
.menu .secciones a:nth-child(7){
    background-color: #333332;
}


.content{
    flex: 1;
}


.menuOpen{
    left: 0px;
}
#prueba{
    position:absolute;
    bottom:0;
    left:45%;
    margin-top: 30px;
    color:white;
    height:20px;
    text-align: left;
    background-color:#0f0f0f4a;
    height:40px;
    width:200px;
    line-height:30px;
    padding:8px;
    display:flex;
}
.nose{
    display:none;
}
.logoCabecera{
    height: 80px;
   display:none;
}
#formMensaje label,
#formMensaje input{
    display: block;
    text-align: center;
    width: 100%;
}  
#formMensaje .botonCorreo{
    width: 50%;
}
#visor {
    width: 100%;
    height: 100vh;
    border: none;
    margin: 0 auto;
    display: block;
}

#logo{
    display: none;
    height:80px; 
}
#logoBlanco{
    position: fixed;
    left: 5px;
    top: 0px;
    height: 80px;
    display:none;
}


#galeria{
    position: relative;
    display: none;
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 10px;
    z-index:2;
    -webkit-overflow-scrolling:touch;
    height: 98vh;
}



#galeria div{
    background: url(../pics/loader.gif);
    background-repeat: no-repeat;
    background-position: center;

}

#volverindice{
    transition: 100ms all;
    cursor: pointer;
    position: absolute;
    left: 40%;
    top: 84vh;
    width: 70px;
    height: 70px;
    background: #0000001f !important;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 0.9rem;
    display: none;
}

#volverindice:hover{
    
    border: 0.5rem solid grey;
    background: #ffffff !important;
    color: #505050;
}






#galeria img{
    display: none;
    width: auto;
    height: 80vh;
}

#fijo{

    width: 100vw;
    position: fixed;
    top: 1;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.logoFlutureMenu{
    display: none;
}

.gradient{
    display: none !important;
}

@media screen and (max-width:1200px){
    #cargaCatalogo{

        display: flex;
    }
    body{
        background-image: none ;
        background-color: white;
    }
    .container{
        display: flex;
    }
    header {
        height: 4rem;
        background-color: transparent;
    }
    .menu{
        display: block;
    }
    #nav-button{
        display: block;
    }
    #prueba{
        display: none;
    }

    #logoBlanco{
        display:none;
        height: 80px;
    }
    #logo{
        display: block;
        position: fixed;
        left: 70px;
        height: 0px;
        top: 0px;
    }

    #visor {
        display: none;
    }
    #galeria{
        display: flex;
    }

    #galeria img{
        display: flex;
        height: 80vh;
        width: auto;
    }
    header #buscador{
        /*display: none;*/
    }

    .logoFlutureMenu{
        padding: 20px 0px;
        display: block;
        width: 100px;
        margin: auto;

    }
    .logoFluture{
        display: none;
    }

}
@media screen and (max-width:768px){
    body{
        background-image: none ;
    }
    .container{
        display: flex;
    }
    header {

        height: 3.5rem;
        background-color: transparent;
    }
    .menu{
        display: block;
    }
    #nav-button{
        display: block;
    }
    #prueba{
        display: none;
    }
    #logo{
        position: fixed;
        left: 50px;
        height: 0px;
        top: 0px;

    }

    #visor {
        display: none;
    }
    #galeria{
        display: flex;
    }

    #galeria img{
        display: flex;
        height: 80vh;
        width: auto;
    }
    header #buscador{
        display: none;
    }

}

@media screen and (max-width:768px) and (orientation:landscape){
    #galeria img{
        /* height: 70vh;
         width: auto;
         margin-top: 0px;*/
        height: 230px;
        width: auto;
    }
    header{
        height: 45px;
    }
    .logoCabecera{
        height: 80px;
    }

}

@media screen and (max-width:500px){
    
    #galeria img{
        height: auto;
        width: calc(100vw - 20px);
    }




    /*	body{
                background-image: none ;
        }


        #logo{
                margin: auto;
                
        }
        
        #prueba{
        position:relative;
        display:block;
        height:20px;
        text-align: center;
        background-color:#3d8349;
        height:40px;
        width:80%;
        margin:auto;
        border-radius:10px;
        line-height:30px;
        padding:8px;
        right: 0px;
        }*/

}

