/*Fuentes*/
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Passion+One');
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,400,700");
@font-face {
  font-family: LeagueGothic;
  src: url("/page/fonts/LeagueGothic-Regular.otf") format("opentype");
}
nav {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  padding-left: 15px;
  z-index: 1000;
  position: fixed;
  top: 0;
  background-color: rgba(68, 68, 68, 0.31);
}
body {
  height: 100%;
  margin: 0;
  color: #fff;
  display: none;
}
h1,h2,h3,h4 {
  font-family: 'Passion One', cursive;
}
.brand-logo {
  width: 83px !important;
  padding-top: 15px !important;
  padding-left: 22px !important;
}
.inicio {
  /*background-image: url('/page/img/header-cuernos.png');*/
  width: 100%;
  height: 110%;
  display: block;
  position: relative;
  overflow: hidden;
  /*background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;*/
  z-index: -1;
}
.valign-wrapper-top{
  padding-top: 15%;
}
.inicioback{
  position: fixed;
  width: 100%;
  z-index: -1;
}

.title-inicio {
  font-size: 18px;
  text-transform: uppercase;
  color: #FCEEDB;
  position: inherit;
  word-spacing: 2em;
  letter-spacing: 2px;
}
.logoinicio {
  width: 115px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.mouse {
  position: absolute;
  width: 22px;
  height: 42px;
  top: 80%;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #FCEEDB;
  -webkit-animation: intro 1s;
  animation: intro 1s;
}
.scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #FCEEDB;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite;
}
@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
/*Interiorismo*/
.foco {
  background-image: url('/page/img/media3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  background-position: 60% 80%;
}
.interior {
  background-image: url('/page/img/media4.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  height: 500px;
}
#panoramica{
  opacity:0.4;
  -webkit-filter: brightness(1.0);
  -moz-filter: brightness(1.0);
  -o-filter: brightness(1.0);
  -ms-filter: brightness(1.0);
  filter: brightness(1.0);
}
#panoramica2{
  opacity:0.4;
  -webkit-filter: brightness(1.0);
  -moz-filter: brightness(1.0);
  -o-filter: brightness(1.0);
  -ms-filter: brightness(1.0);
  filter: brightness(1.0);
}
.wrapB{
  height: 600px!important;
}
.wrapC{
  height: 300px!important;
}
.wrap {
  width: 100%;
  height: 500px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  padding: 30px;
}

.wrap .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  /*background-color: rgba(75,75,75,0.7);*/
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/*.wrap:hover .overlay {
  background-color: rgba(157, 126, 56, 0.24);
}*/

.wrap img {
  display: block;
  position: relative;
}

.wrap h2 {
  font-family: 'Merriweather', serif;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 1.3em;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.wrap h2 a{
  color:#fff;
}

.wrap:hover h2 {
  -webkit-transform: translateY(4.5em);
  -ms-transform: translateY(4.5em);
  transform: translateY(4.5em);
  background: transparent;
  z-index: 1000;

}
.wrap:hover h2:before,
.wrap:focus h2:before{
  visibility: visible;
  transform: scaleX(1);
}

.wrap h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  bottom: 0;
  left: 25%;
  background: #fff;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
}
.wrapC:hover h2 {
  -webkit-transform: translateY(2.4em);
  -ms-transform: translateY(2.4em);
  transform: translateY(2.4em);
  background: transparent;
  z-index: 1000;
}

.wrap .info {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  font-weight: normal;
  height: 100%;
  width: 100%;
  z-index: 999;
  position: absolute;
  top:0;
  left: 0;
}

.wrapC .info{
  height: 100%;
  width: 100%;
  z-index: 999;
  position: absolute;
  top:0;
  left: 0;
}

.wrap:hover .info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #333300;
}

/*Parallax*/
.parallax-container {
  height: 400px;
  width: 100%;
}
/*Interiorismo2*/
.interiorismo {
  height: 500px;
}
.lamp {
  background-image: url('/page/img/lamp.png');
  background-size: cover;
  height: 600px;
  background-repeat: no-repeat;
}
.rare {
  background-image: url('/page/img/lamp.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 600px;
}
.media1 {
  background-image: url('/page/img/acabados.jpg');
  background-size: cover;
  height: 300px;
}
.media2 {
  background-image: url('/page/img/media5.jpg');
  background-size: cover;
  height: 300px;
  background-position: 50% 60%;
}
/*Prefooter*/
.pref0 {
  background-image: url("/page/img/media12.jpg");
  background-size: cover;
  background-position: center;
  height: 500px;
  background-repeat: no-repeat;
}
.pref1 {
  background-image: url("/page/img/media6.jpg");
  background-size: cover;
  background-position: center;
  height: 500px;
  background-repeat: no-repeat;
}
.pref2 {
  background-image: url("/page/img/pre2.jpg");
  background-size: cover;
  background-position: center;
  height: 500px;
  background-repeat: no-repeat;
}

.foot-img{
  margin: 10% 0 9%;
}
.footer-address{
  font-family: 'Oswald', sans-serif;
}
.social{
  margin: 55px 50px 0;
  color: #000;
  background-color: white;
  padding: 10px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
}
.social-small{
  margin: 30px 30px 0;
  color: #000;
  background-color: white;
  padding: 8px;
  border-radius: 20px;
  width: 30px;
  height: 30px;
}
.nomar{
  margin: 0 !important;
}
.nopad{
  padding: 0 !important;
}
/*_______________________*/

#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 9999;
}

.team-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#loader-text {
  font-size: 8em;
  text-transform: uppercase;
  color: #000;
  font-family: 'LeagueGothic', cursive;
}
.special{
  text-transform: lowercase;
  text-decoration: underline;
  vertical-align: text-bottom;
}
@media (min-width:768px) {
  #loader-text {
    font-size: 12em;
  }
}

/*.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background-color: rgba(0, 0, 0, 0.19999999999999996);
  position: fixed;
  z-index:9000;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100%;
}

.pace-running > :not(.pace) {
  opacity: 0;
}

.pace-done > :not(.pace) {
  opacity: 1;
  transition: opacity .5s ease;
}*/

.toTop{
  position: fixed;
  bottom:20px;
  right: 40px;
  width:40px;
  z-index: 1001;
  cursor: pointer;
}

.toTop img{
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  opacity: 0.5;
  cursor: pointer;
}
.toTop .up{
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  opacity: 0;
  margin-bottom: 10px;
  width: 100%;
  font-size: 3em;
  cursor: pointer;
}

.toTop:hover img, .toTop:hover .up{
  opacity: 1;
}
footer.page-footer{
  background-position: 50%;
}
#imgModal{
  height: 100%;
  top:50% !important;
  bottom:50% !important;
  background-color: transparent;
}
.modal-content{
  padding: 0 !important;
}
.control{
  height: 100%;
  width: 15%;
  position: relative;
  cursor: pointer;
}
.control>.fa{
  position: absolute;
  top:50%;
  font-size: 1.5em;
}
.control>.fa-chevron-left{
  left: 40%;
}
.control>.fa-chevron-right{
  right: 40%;
}
/*.control:hover{
  background-color: rgba(0,0,0,0.2);
}*/
.img-wrapper{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.background{
  transform: scale(1.1);
  transition: transform 5s ease-in-out;
}

.interiorismopage {
   background-image: url('/page/img/interiorismoback.jpg');
   width: 100%;
   height: 500px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: 50% 50%;
 }
.showroompage {
  background-image: url('/page/img/showroomback.jpg');
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.acabadospage {
  background-image: url('/page/img/acabadosback.jpg');
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.title-interiorismo {
  text-transform: uppercase;
  color: #FCEEDB;
  position: inherit;
  word-spacing: 2em;
  letter-spacing: 8px;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 3px solid #FCEEDB;
}

#gridwrap{
  background-color: transparent;
}
.bgdummy{
  background-color: #ccc;
  -webkit-transition:all .2s;
  -moz-transition:all .2s;
  -o-transition:all .2s;
  transition:all .2s
}
.bgdummy-transparent{
  background-color: rgba(0,0,0,0);
}
.grid-text{
  background-image: url('/page/img/textura.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 !important;
  text-transform: uppercase;
  font-family: 'Merriweather', serif;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 2.2em;
  color: #666;
  background-position: 50% 50%;
}
.grid-titulo{
  background-image: url('/page/img/textura.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 !important;
  text-transform: uppercase;
  font-family: 'Merriweather', serif;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 1.7em;
  color: #666;
  background-position: 50% 50%;
}
.element-wrap{
  height: 370px;
  position: relative;
  border:solid 4px #ccc;
  -webkit-transition:border .6s;
  -moz-transition:border .6s;
  -o-transition:border .6s;
  transition:border .6s
}
.bluredBorder{
  border: solid 4px rgba(100,100,100,0.2);
  -webkit-transition:border .6s;
  -moz-transition:border .6s;
  -o-transition:border .6s;
  transition:border .6s
}
.element{
  padding: 0 !important;
  background-color: transparent;
  cursor:pointer;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition:all .2s;
  -moz-transition:all .2s;
  -o-transition:all .2s;
  transition:all .2s;
  opacity:1;
}
.fade-out{
  opacity:0;
  -webkit-transition:all .2s;
  -moz-transition:all .2s;
  -o-transition:all .2s;
  transition:all .2s;
}
.filler{
  height: 370px;
  padding: 0 !important;
  border:solid 6px #ccc;
  background-color: #ccc;
}
.loader{
  position:absolute;
  bottom:0;
  left:0;
  width: 0%;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.45);
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  transition:all 0.2s linear;
  z-index: 100;
}
.loading{
  width: 100%;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
/*.bgdummy:hover .element:not(:hover) {
  background-image: url('/page/img/trans.png') !important;
  background-position: 50%;
}*/

.background{
  position:fixed;
  width: 100%;
  height: 100%;
  background-size: cover;
  top:0;
  left:0;
  background-position: 50% 50%;
  z-index: -1;
}

@media (max-width: 1025px) {
  /*Prefooter*/
  .pref0 {
    height: 300px;
  }
  .pref1 {
    height: 300px;
  }
  .pref2 {
    height: 300px;
  }
  .interiorismo2 {
    height: 500px;
  }
  .prefoot {
    height: 300px;
  }
  .pace .pace-progress {
    left: 40%;
  }
  .inicioback{
    position: fixed;
    width: 200%;
    left: -50%;
    z-index: -1;
  }
}
@media (max-width: 769px) {
  /*Prefooter*/
  .interior{
    height: 300px;
  }
  .foco{
    height: 300px;
  }
  .pref0 {
    height: 300px;
  }
  .pref1 {
    height: 300px;
  }
  .pref2 {
    height: 300px;
  }
  .interiorismo2 {
    height: 500px;
  }
  .prefoot {
    height: 300px;
  }
  .parallax-container{
    height: 300px;
  }
  .wrapfoot:hover .info {
    height: 300px;
  }
  .wraptop:hover .info {
    height: 300px;
  }
  .pace .pace-progress {
    left: 38%;
  }
  .inicioback {
    position: fixed;
    width: 300%;
    left: -100%;
    z-index: -1;
  }
}

@media (max-width: 737px) {
  .inicioback {
    top: -50%;
  }
}
@media (max-width: 667px) {
  .inicioback {
    top: -50%;
  }
  #imgModal{
    height: 100%;
    width: 50%;
  }
}
@media (max-width: 415px) {
  /*Prefooter*/
  .interior{
    height: 300px;
  }
  .foco{
    height: 300px;
  }
  .pref0 {
    height: 300px;
  }
  .pref1 {
    height: 300px;
  }
  .pref2 {
    height: 300px;
  }
  .interiorismo2 {
    height: 500px;
  }
  .prefoot {
    height: 300px;
  }
  .parallax-container{
    height: 200px;
  }
  .wrapB, .wrapB:hover .info{
    height: 500px;
  }
  .wrapC:hover .info{
    height: 250px;
  }
  .wrapfoot:hover .info{
    height: 300px;
  }
  .wraptop:hover .info {
    height: 300px;
  }
  .pace .pace-progress {
    left: 25%;
  }
  .title-inicio {
    font-size: 12px;
  }
  .rare{
    height: 500px;
    background-position: 55% 99%;
  }
  .media1, .media2{
    height: 250px;
  }
  .wrap h2{
    font-size: 1em;
  }
  .inicioback {
    top: 0;
  }
  .title-interiorismo{
    font-size: 2rem;
  }
  .interiorismopage{
    height: 400px;
  }
  #imgModal{
    height: 100%;
  }
  .img-wrapper{
    background-size: contain;
  }
}
@media (max-width: 375px) {
  .inicioback {
    top: 10%;
  }
  #imgModal{
    height: 100%;
    width: 100%;
  }
}
/* Blog */
.fecha {
  font-size: 10px;
}
.previoblog {
  max-width: 600px;
  max-height: 265px;
}
.botonviewmore {
  color: #58532f !important;
  text-transform: none;
  font-size: 9px;
  border-color: antiquewhite;
  border-style: groove;
  padding: 10px;
}
.single-blog{
  background-color: #ccc;
  color: #666;
  margin-top: 64px;
}
.single-blog h3{
   font-family: 'Merriweather', serif;
   margin: 3rem auto;
 }

.single-blog h5{
  font-family: 'Merriweather', serif;
  margin: 2rem auto;
}

.socials{
  font-size: 1.64rem;
  line-height: 110%;
  margin: 2rem auto;
  color: #cccccc;
  background-color: #666633;
  padding: 6px 8px;
  border-radius: 15px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.date{
  color: #666;
  margin: 0 20px;
}
.text-uppercase{
  text-transform: uppercase;
}
.description{
  margin-bottom: 60px;
}
.description img{
  max-width: 100% !important;
}
.modal-overlay{
  top:0px;
}
/*.modal-content{
  background-color: black;
}*/
.social-btns>a{
  width: 50px;
  height: 50px;
}

.social-btns-small>a{
  width: 30px;
  height: 30px;
}
a.direccion,a.direccion:hover{
  color:#fff;
}
.direccion{
  text-decoration: none;
  color:#fff;
}
.direccion:hover {
  text-decoration: underline;
  color:#fff;
}