/*GENERAL*/
*{box-sizing: border-box;}
a{text-decoration: none;display: inline-block}
html, body{padding:0;margin: 0;text-align: center;color: #2C2C2C;height: 100%;}

/* ------ TIPOGRAFÍAS ------ */

@font-face {
    font-family: bold;
    src: url('tipografias/bold.otf');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: light;
    src: url('tipografias/light.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: italic;
    src: url('tipografias/italic.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: especial;
    src: url('tipografias/especial.otf');
    font-weight: normal;
    font-style: normal;
}

/* ------ PRELOADER ------ */
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(44,39,43,1); /* change if the mask should be a color other than white */
    z-index:99999999999999999999999999999999; /* makes sure it stays on top */
}

#status {
    width:450px;
    height:450px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally on the screen */
    top:50%; /* centers the loading animation vertically on the screen */
    background-image:url(/img/menu/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-225px 0 0 -225px; /* is width and height divided by two */
}




/* ------ ESTRUCTURA ------ */

.container{
    width: 75%;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fondo{
    height: 100%;
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: -1;
    text-align: left;
}
.fondob{
    display:inline-block;
    position:relative;
    vertical-align:top;
    width:12.5%;
    height: 25%;
}

div#fondo1{opacity: 1;}
div#fondo2{opacity: 0.9;}
div#fondo3{opacity: 0.8;}
div#fondo4{opacity: 0.7;}
div#fondo5{opacity: 0.5;}
div#fondo6{opacity: 0.8;}
div#fondo7{opacity: 0.7;}
div#fondo8{opacity: 0.5;}
div#fondo9{opacity: 0.9;}
div#fondo10{opacity: 0.8;}
div#fondo11{opacity: 0.7;}
div#fondo12{opacity: 0.5;}
div#fondo13{opacity: 0.4;}
div#fondo14{opacity: 0.7;}
div#fondo15{opacity: 0.5;}
div#fondo16{opacity: 0.8;}
div#fondo17{opacity: 0.8;}
div#fondo18{opacity: 0.7;}
div#fondo19{opacity: 0.5;}
div#fondo20{opacity: 0.4;}
div#fondo21{opacity: 0.5;}
div#fondo22{opacity: 0.7;}
div#fondo23{opacity: 0.8;}
div#fondo24{opacity: 0.9;}
div#fondo25{opacity: 0.9;}
div#fondo26{opacity: 0.8;}
div#fondo27{opacity: 0.7;}
div#fondo28{opacity: 0.5;}
div#fondo29{opacity: 0.7;}
div#fondo30{opacity: 0.8;}
div#fondo31{opacity: 0.9;}
div#fondo32{opacity: 1;}

/* Columnas */

/*100%*/
.columna1{
	display:inline-block;
	position:relative;
	vertical-align:top;
	width:100%;
}
/*2 COLUMNAS*/
.columna2{
    display:inline-block;
    position:relative;
    vertical-align:top;
    width:50%;
}
/*3 COLUMNAS*/
.columna3{
    display:inline-block;
    position:relative;
    vertical-align:top;
    width:33.33%;
}
/*4 COLUMNAS*/
.columna4{
    display:inline-block;
    position:relative;
    vertical-align:top;
    width:25%;
}
/*5 COLUMNAS*/
.columna5{
    display:inline-block;
    position:relative;
    vertical-align:top;
    width:20%;
}
/*6 COLUMNAS*/
.columna6{
    display:inline-block;
    position:relative;
    vertical-align:top;
    width:16.665%;
}
/*COLUMNA 2/3*/
.columna2-3{
    display:inline-block;
    position:relative;
    vertical-align:top;
    width:66.66%;
}
/*COLUMNAS 2/3*/
.columna3-4{
    display:inline-block;
    position:relative;
    vertical-align:top;
    width:75%;
}



/* ------  ELEMENTOS ------  */

img{
max-width:100%;
}
section{
}
header{
}
article{
}
aside{
}



/* TEXTO */

h1{
	font-family: light;
	font-size: 48px;
    letter-spacing: 12px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
h2{ font-size:36px;
    font-family: light;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
h3{
    font-family: bold;
    font-size:32px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h4{
    font-family: bold;
    font-size: 16px;
    letter-spacing: 9px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

p{
    font-family: light;
    font-size:18px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;

}
.especial{}



/* ------ EXTRAS ------ */

.boton{
    font-family: bold;
    letter-spacing: 5px;
    font-size: 12px; 
    text-align: center;
    line-height: 40px;
    width:180px;
    display: inline-block;
    margin-top: 30px;
    cursor: pointer;
    box-shadow: 0 10px 35px 0 rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}
.blanco{
    background: #fffbf6;
    color: #2c272b;
}

.blanco:hover{
    background: #2c272b;
    color: #fffbf6;
}
.negro{
    background: #2c272b;
    color: #fffbf6;
}

.negro:hover{
    background: #fffbf6;
    color: #2c272b;
}

.separador{
    width: 150px;
    height: 2px;
    margin: 0 auto;
}

.bajar{
    display: inline-block;
    font-family: bold;
    font-size: 10px;
    letter-spacing: 5px;
    height: 45px;
    width: 150px;
    margin: auto;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 100px;
    transition: all 0.3s ease;
}
.bajar:hover{
    background-position: bottom;
}
/*Formulario de contacto*/
form{
    padding-top: 0;
  height: auto;
  width: 400px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

fieldset{
  border-style: none;
  padding: 0;
}
legend{
    font-family: bold;
    font-size:32px;
    background: -webkit-linear-gradient(left, #2E3191, #EC1C24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

form p{
  display: inline-block;
  padding-right: 20px;
  color: #fffbf6;
  width: 200px;
  font-size: 10px;
  line-height: 20px;
  font-family: bold;
  letter-spacing: 5px;
}
input{
  background:rgba(0,0,0,0.3);
  border:none;
  padding: 7.5px 10px;
  width: 180px;
  font-family: light;
  letter-spacing: 3px;
  color: #807d80;
  transition: all 0.3s ease;
}
input:focus{
    background:#fffbf6;
    color: #2c272b;
    outline: none;
}
p#comentarios{
  width: 400px;
}
textarea{
  width: 380px;
  background:rgba(0,0,0,0.3);
  border:none;
  padding: 7.5px 10px;
  font-family: light;
  letter-spacing: 3px;
  color: #807d80;
  transition: all 0.3s ease;
}
textarea:focus{
    background:#fffbf6;
    color: #2c272b;
    outline: none;
}

.submit{
    display: inline-block;
    margin-top: 30px;
    cursor: pointer;
    padding:0;
}


footer{
    text-align: center;
    padding: 100px;
    padding-bottom: 150px;
    border-top:2px solid #7c9398;
    background: white url(/img/footer.jpg) center bottom no-repeat;
}
footer p a{
    text-decoration: none;
    color: #2c272b;
}
div#social-footer{
    width: 80px;
    height: 40px;
    position: relative;
    z-index: 999;
    margin:0 auto;
}
div#social-footer a.social{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #2c272b;
    background:#4D4D4D;
    margin:0;
    margin-left: 10px;
    transition: all 0.3s ease;
}
div#social-footer a#fb{background: url(/img/menu/fbh.png) center no-repeat;}
div#social-footer a#fb:hover{background:#2c272b url(/img/menu/fb.png) center no-repeat;}
div#social-footer a#ig{background: url(/img/menu/igh.png) center no-repeat;}
div#social-footer a#ig:hover{background: #2c272b url(/img/menu/ig.png) center no-repeat;}

/**********  ------ RESPONSIVE  ------ **********/
@media screen and (max-width: 1680px){
}
@media screen and (max-width: 1440px){
}
@media screen and (max-width: 1280px){
}
@media screen and (max-width: 1024px){
#status {
    width:300px;
    height:300px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally on the screen */
    top:50%; /* centers the loading animation vertically on the screen */
    background-image:url(/img/menu/status2.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-150px 0 0 -150px; /* is width and height divided by two */
}
.container{width: 800px;}
/*Formulario de contacto*/
form{ width:220px;}
form p{display: block;padding-right: 10px;padding-left: 10px;padding-bottom: 20px;width: 200px;font-size: 12px;}
p#categoria{font-size: 16px;width: 200px;}
p#comentarios{width: 200px;padding-left: 10px;padding-right: 10px;}
textarea{width: 180px;height: 100px;}
h1{font-size: 32px;letter-spacing: 8px;}
}
@media screen and (max-width: 800px){
.columna2{width:100%;}
.columna3{width:100%;}
.columna4{width:50%;}
.columna5{width:50%;}
.columna6{width:33.33%;}
.columna2-3{width:100%;}
.columna3-4{width:100%;}  
.container{width: 100%;}
.fondob{width:16.665%;height: 25%;} 
}
@media screen and (max-width: 600px){
.fondob{width:25%;height: 16.665%;}
footer{padding: 75px;padding-bottom: 100px;}

}
@media screen and (max-width: 480px){
.fondob{width:33.33%;height: 16.665%;} 
h1{font-size: 28px;letter-spacing: 6px;}

}
@media screen and (max-width: 320px){
}
