@charset "UTF-8";

html{
	font-size:14px;
	}

*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

body{
	font-size:1em;
	font-family: 'Roboto Mono', monospace;
    font-weight:300;
	margin:0;
    color:#555555;
    text-align:justify;
    position: relative;
    line-height: 1.7em;
}

a:link, a:visited, a:active{color:#aaaaaa;}

a:hover{
    color:#999999;
}

/* ········ Estilos Generales ········ */

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.sello {
  display: block;
  max-width: 50%;
    margin:0 auto;
  height: auto;
    -webkit-filter: opacity(0.2);
}

.gris{
    -webkit-filter: brightness(1.5) contrast(0.7) grayscale(1);
     -webkit-transition-duration:1s; 
}

.gris:hover{
    -webkit-filter: brightness(1) contrast(1) grayscale(0);
     -webkit-transition-duration:1s; 
}

.grey{
    background:#f2f0f0;
}

.white{
    background:#ffffff;
}

.negro{
    background: #111111;
    padding:1em;
    text-align:center;
    color:#ffffff;
}

.black{
    background-color: #111111;
    background-image: url(img/bgblack.png);
}

.patron1{
    background-image: url(img/img8.jpg);
    background-size: cover;
    -webkit-filter:grayscale(1);
    -webkit-transition-duration:1s; 
}

.patron1:hover{
    -webkit-filter: grayscale(0);
     -webkit-transition-duration:1s; 
}

.patron2{
    background-image: url(img/img9.jpg);
    background-size: cover;
    -webkit-filter:grayscale(1);
    -webkit-transition-duration:1s; 
}

.patron2:hover{
    -webkit-filter: grayscale(0);
     -webkit-transition-duration:1s; 
}

.bg-1{
    background-image: url(img/img3.jpg);
    background-size: cover;
    height:35em;
}

.bg-2{
    background-image: url(img/img7.jpg);
    background-size: cover;
    height:20em;
}

.linea1{
    border-left:1px solid #111111;
}

.linea2{
    border-left:1px solid #111111;
}

.linea3{
    border-right:1px solid #111111;
}

.linea4{
    border-top:1px solid #111111;
}

.linea5{
    border-right:1px solid #dedede;
}

hr.linea2{
    height: 6px;
	background: url(img/linea2.png) repeat-x 0 0;
    border: 0;
}

.padding{
    padding:1.5em;
}

.margin-bottom{
    margin-bottom:1.5em;
}

h1{
    text-transform: uppercase;
    font-size:1.8em;
    font-family: 'Orbitron', sans-serif;
    margin-bottom:0.6em;
}

h2{
    text-transform: uppercase;
    font-size:1.2em;
    font-family: 'Orbitron', sans-serif;
    color:#ffffff;
    background:#222222;
    padding:0.7em;
    display:inline;
}

h3{
    text-transform: uppercase;
    font-size:1.1em;
    font-family: 'Orbitron', sans-serif;
    color:#555555;
    display:inline;
}

.frame-btn {
  margin-top: 50px;
  line-height: 10px;
  display: inline-block;
  padding: 25px 30px;
  font-size: 10px;
  letter-spacing: 3px;
  text-decoration: none;
  position: relative;
}
.frame-btn__text {
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  position: relative;
}
.frame-btn:hover .frame-btn__text {
  color: white;
}
.frame-btn__solid {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  background-color: #222222;
  width: calc(100% - (5px * 4));
  height: calc(100% - (5px * 4));
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  opacity: 0;
  -webkit-transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.frame-btn:hover .frame-btn__solid {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.frame-btn__outline {
  position: absolute;
  top: 0;
  left: 0;
}
.frame-btn__outline--tall {
  margin: 0 5px;
  width: calc(100% - (5px * 2));
  height: 100%;
}
.frame-btn__outline--flat {
  margin: 5px 0;
  height: calc(100% - (5px * 2));
  width: 100%;
}
.frame-btn__line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.frame-btn__line--tall:before, .frame-btn__line--tall:after {
  height: 100%;
  width: 1px;
  top: 0;
}
.frame-btn:hover .frame-btn__outline--flat .frame-btn__line--tall:before, .frame-btn:hover .frame-btn__outline--flat .frame-btn__line--tall:after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.frame-btn:hover .frame-btn__outline--tall .frame-btn__line--tall:before, .frame-btn:hover .frame-btn__outline--tall .frame-btn__line--tall:after {
  margin: 5px 0;
  height: calc(100% - (5px * 2));
}
.frame-btn__line--tall:before {
  left: 0;
}
.frame-btn__line--tall:after {
  right: 0;
}
.frame-btn__line--flat:before, .frame-btn__line--flat:after {
  width: 100%;
  height: 1px;
  left: 0;
}
.frame-btn:hover .frame-btn__outline--tall .frame-btn__line--flat:before, .frame-btn:hover .frame-btn__outline--tall .frame-btn__line--flat:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.frame-btn:hover .frame-btn__outline--flat .frame-btn__line--flat:before, .frame-btn:hover .frame-btn__outline--flat .frame-btn__line--flat:after {
  margin: 0 5px;
  width: calc(100% - (5px * 2));
}
.frame-btn__line--flat:before {
  top: 0;
}
.frame-btn__line--flat:after {
  bottom: 0;
}
.frame-btn__line:before, .frame-btn__line:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #222222;
  -webkit-transition: 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.frame-btn:hover .frame-btn__line:before, .frame-btn:hover .frame-btn__line:after {
  -webkit-transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.line:after{
    content:'';
    width:100px;
    height:1px;
    border-bottom:1px solid #111111;
    display:block;
    margin-top:10px;
}

.size{
    font-size:5em;
    color:#222222;
}

button{
    background:#ffffff;
    border:1px solid #ffffff;
}

.responsive-footer{
    display:none;
}

/* ········ Estructura ········ */

.contenedor{
    width:85%;
    background:#ffffff;
    display:flex;
    display:-webkit-flex;
    display:-ms-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-content: flex-start;
    margin-left:15%;

}

.sidebar{
    color:#f2f0f0;
    background-color:#151515;
    background-image: url(img/sidebar.jpg);
    width:15%;
    text-align:center;
    padding-top:8em;
    position:fixed;
    height:100vh;
}

.logo{
    width:80%;
}

.bottom{
    position:absolute;
    bottom:0;
    padding:0.5em;
    font-size:0.8em;
}

.caja-blanca{
    width:70%;
    color:#111111;
    background:rgba(255, 255, 255, 0.7);
    padding:2em;
    margin-top:15%;
    margin-left:-20%;
    z-index:9999;
}

.caja-blanca2{
    width:35%;
    color:#111111;
    background:rgba(255, 255, 255, 0.7);
    padding:1em 2em;
    margin-left:5em;
    z-index:9999;
}

.caja-contacto{
    width:90%;
    color:#111111;
    background:rgba(255, 255, 255, 0.7);
    padding:2em;
    margin-top:-15em;
    z-index:9999;
}

.box1{
    width:100%;
     z-index: 1;
}

.box2{
    width:75%;
}

.box3{
    width:50%;
    z-index: 1;
}

.box4{
    width:33.3%;
}

.box5{
    width:25%;
}

/* ········ Slider ········ */

.slides {
	width:100%;
    height: 325px;
}

.slides img {
	width:100%;
}

.slidesjs-pagination {
    display:none;
}

.slides .active {
    display:none;
}

.slidesjs-navigation{
        display:none;
}

/* ········ Font Face // Íconos ········ */

@font-face {
      font-family: 'nert';
      src: url('./font/nert.eot?64056580');
      src: url('./font/nert.eot?64056580#iefix') format('embedded-opentype'),
           url('./font/nert.woff?64056580') format('woff'),
           url('./font/nert.ttf?64056580') format('truetype'),
           url('./font/nert.svg?64056580#nert') format('svg');
      font-weight: normal;
      font-style: normal;
    }
     
     
    .demo-icon
    {
      font-family: "nert";
      font-style: normal;
      font-weight: normal;
      speak: none;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }

/* ········ Formulario de Contacto ········ */

.bloque{
    width:100%;
    display:block;
    margin-bottom:2em;
    height:40px;
    padding:10px;
    background:#f2f0f0;
    border:1px solid #dedede;
}

.bloque:focus{
    border:1px solid #111111;
    color:#ffffff;
    background:#111111;
    outline: 0;
    -webkit-transition-duration:0.6s; 
}

.texto{
    width:100%;
    height: 150px;
    margin-bottom:1em;
    padding:10px;
    background:#f2f0f0;
    border:1px solid #dedede;
}

.texto:focus{
    border:1px solid #111111;
    color:#ffffff;
    background:#111111;
    outline: 0;
    -webkit-transition-duration:0.6s; 
}

/* ········ Menu Navegación ········ */

nav{
    margin-top:3em;
}

nav a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:1px;
    line-height:2em;
     -webkit-transition-duration:1s; 
}

nav a:hover{
     -webkit-transition-duration:1s;
    background:#252525;
    color:#ffffff;
}


/* ········ Contenido Responsive ········ */

@media all and (max-width: 768px) {
    
    body{
        font-size:0.9em;
    }
    
    .contenedor{
        width:100%;
        flex-direction:column;
        margin-left:0;
    }
    
    .box1, .box2, .box3, .box4, .box5{
        width: 100%;
    }   
    
    .sidebar{
    color:#f2f0f0;
    background:#151515;
    width:100%;
    padding-top:10px;
    position:relative;
    height:150px;
    }
    
    .sidebar img{
        width:30%;
    }
    
    nav{
    margin-top:0;
}

nav a {
    display:inline;
    color:#ffffff;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:1px;
    line-height:2em;
     -webkit-transition-duration:1s; 
}

nav a:hover{
     -webkit-transition-duration:1s;
    background:#252525;
    color:#ffffff;
}
    
    .bottom{display: none;}
    
    .caja-blanca{
    width:90%;
    color:#111111;
    background: rgba(255, 255, 255, 0.7);
    padding:10px;
    margin:10px 20px;
    z-index:9999;
    }
    
    .caja-blanca2{
    width:90%;
    color:#111111;
    background:rgba(255, 255, 255, 0.7);
    padding:1em 2em;
    margin:0 auto;
    z-index:9999;
    }
    
    .linea1, .linea2, .linea3, .linea4{border:1px solid #ffffff;}
    
    .responsive-footer{
        display: block;
        width:100%;
        background:#111111;
        color:#ffffff;
        padding:10px 20px;
        text-align:center;
        text-transform:uppercase;
        font-size:11px;
    }
    
}