@font-face {
    font-family: 'TenorSans';
    src: url(TenorSans-Regular.ttf);
    font-weight: bold;
}
body {
    color: rgba(0,0,0,0.87);
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: 'TenorSans';

  }
nav {
  box-shadow: none !important;
}
nav .brand-logo {
  padding: 10px 50px !important;
}
.navbar-fixed {
  position: absolute !important;
  z-index:999999999;
}
.nav-center{
  margin-left: 32%;
}
.social-link li a{
  font-size: 12px !important;
}
/*
.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

[data-slide] {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: transform 1000ms ease;
  -moz-transition: transform 1000ms ease;
  -ms-transition: transform 1000ms ease;
  -o-transition: transform 1000ms ease;
  transition: transform 1000ms ease;
} */

/* INICIO */
#page1 {
height: 100vh;
background: url("../img/01-inicio.jpg") no-repeat fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.square {
  margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.square1 {
  margin: 0;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -70%);
}

.square2 h4, .square2 h6 {
  padding: 20px ;
}

.btn {
  background: transparent !important;
  border-radius: 0;
  border: 1px solid white !important;
}
.btn-gal {
  color: black !important;
  border: 1px solid black !important;
  box-shadow: none !important;
}


/* NOSOTROS */
#page2 {
  background: url("../img/02-nosotros.jpg") no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}
#nosotros  {
  top: 150vh
}
.square2 {
  background-color: white;
  width: 350px;
  height: 350px;
  margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    text-align: center;
}
.modal , #img-modal {
  transform: scaleX(4) scaleY(3) !important;
}
.modal-content {
  padding: 0 !important;
}

/* VISTA */
#page3 {
  background: url("../img/03-vista.jpg") no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}
#vista  {
  top: 260vh
}
.square3 {
  width: 350px;
  height: 350px;
  margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    text-align: center;
    color: white;
    padding: 0 40px;
}


/* SERVICIO */
#page4 {
  background: url("../img/04-servicio.jpg") no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}
#servicios  {
  top: 360vh
}
.square3 {
  width: 350px;
  height: 350px;
  margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    text-align: center;
    color: white;
    padding: 0 40px;
}


/* UBICACION */
#page5 {
  background: url("../img/05-ubicacion.jpg") no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}

#ubicacion {
  top: 450vh
}
.square5 {
  background-color: white;
  width: 350px;
  height: 350px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  text-align: center;
  padding: 0 30px;
}

.map {
  margin-top: 30px;
}

/* CONTACTO */
#page6 {
  background: url("../img/06-contacto.jpg") no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}
#contacto {
  top: 550vh
}
.square6 {
  background-color: white;
  width: 400px;
  height: 500px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  text-align: center;
  padding: 0 30px;
}
tr {
  border-bottom: transparent !important;
}


@media only screen and (max-width: 480px) {
  #page1{
    background: url("../img/01-inicio.jpg") no-repeat fixed;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-position: top;
    height: 100%;
  }
  #page2{
    background: url("../img/02-nosotros.jpg");
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-position: top;
    height: 100%;
  }

  #page3 {
    background: url("../img/03-vista.jpg");
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-position: top;
    height: 100%;
  }

  #page4 {
    background: url("../img/04-servicio.jpg");
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-position: top;
    height: 100%;
  }

  #page5 {
    background: url("../img/05-ubicacion.jpg");
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-position: top;
    height: 100%;
  }
  #page6 {
    background: url("../img/06-contacto.jpg");
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-position: top;
    height: 100%;
  }
  #nosotros  {
    top: 110vh
  }
  #vista  {
    top: 220vh
  }
  #servicios  {
    top: 320vh
  }
  #ubicacion {
    top: 410vh
  }
  #contacto {
    top: 490vh
  }
  .square6 {
    width: 320px;
    height: 450px;
  }
}








#lightbox {
  /* ----- Positioning ----- */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;

  /* The code above makes sure that the
  lightbox covers the entire page*/

  /* ----- Visibility ----- */
  display: none;

  /* ----- Styling ----- */
  background-color: rgba(0, 0, 0, 0.95);

  /* Normally, most lightboxes do not use
  a completely solid black, but with about
  90-95% opacity so that the background is
  somewhat visible */
}

#video-wrapper {
  /* ----- Positioning ----- */
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -78%);
  -moz-transform: translate(-50%, -78%);
  -ms-transform: translate(-50%, -78%);
  -o-transform: translate(-50%, -78%);
  transform: translate(-50%, -78%);

  /* The code above makes sure the video is
  both vertically and horizontally centered
  to the screen */

  /* ----- Styling ----- */
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);

  /* The code above is used to add a little shadow to the video making blend in better */
}

#close-btn {
  /* ----- Text ----- */
  color: grey;
  font-size: 25px;

  /* ----- Positioning ----- */
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 2;

  /* The code above is used to put the button on the upper right corner of the lightbox */

  /* ----- Transformations ----- */
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);

   /* The code above is used to initialize the scale for the button so that it can be used in transitions */

  /* ----- Transitions ----- */
  -webkit-transition: transform .5s ease, color .5s ease;
  -moz-transition: transform .5s ease, color .5s ease;
  -ms-transition: transform .5s ease, color .5s ease;
  -o-transition: transform .5s ease, color .5s ease;
  transition: transform .5s ease, color .5s ease;
}

#close-btn:hover {
  /* ----- Text ----- */
  color: white;

  /* ----- Styling ----- */
  cursor: pointer;

  /* ----- Transformations ----- */
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);

    /* ----- Transitions ----- */
  -webkit-transition: transform .5s ease, color .5s ease;
  -moz-transition: transform .5s ease, color .5s ease;
  -ms-transition: transform .5s ease, color .5s ease;
  -o-transition: transform .5s ease, color .5s ease;
  transition: transform .5s ease, color .5s ease;
}
