/* Font page */
html {
  height: -webkit-fill-available;

  overflow: hidden;

  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  min-height: -webkit-fill-available;

  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

  scroll-behavior: smooth;
}


body, a {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: #fff !important;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
    margin: 0;
}


/* Seccion Paralex*/

img {

}

#page-contenedor{
  height: 100%;
  width: 100%;
  position: absolute;

}

body {
  background-image: url("imagenes/bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

#main-content {
  width: auto;
  max-width: 1000px;
  margin: auto;
}

#main-content img {
  max-width: 100%;
  float: left;

}


table {

}

th, td {

}




/* POPUP INICIO */





/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  position: absolute;
      left: 10%;
      top: 50%;
      -webkit-transform: translate(-5%, -50%);
      transform: translate(-5%, -50%);
      background-color: white;
      padding: 2vw;
      color: #000;
      font-size: 20px;
      font-size: 3.5vw;
      font-weight: normal;
      max-height: 90%;
      border-radius: 3vw;
      overflow: scroll;
}


/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #d92130;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  margin-bottom:10px;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: #d92130;
    position: absolute;
    top: 0vw;
    right: 0vw;
    border-radius: 2vw;
    padding: 1vw 2vw;
    margin: 1vw;
    font-size: 25px;
    font-size: 4vw;
}

.form-container h1 {
  font-size: 50px;
  font-size: 6vw;
  font-weight: bold;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

/* POPUP FIN */


  body {
    background-image: url("imagenes/bg.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }

/* POPUP IMAGEN INICIO */

.form-popup img {
  width: 100%;
  max-width: 100%;
  height: auto;
}


@media only screen and (min-width: 1100px) {

  .form-container {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1vw;

    padding: 0.5vw;
    border-radius: 1vw;
  }

  .form-container .cancel {
      font-size: 1.5vw;
      border-radius: 0.6vw;
      padding: 0.2vw 0.6vw;
      margin: 0.5vw;
  }

  .form-container h1 {
    font-size: 2vw;
  }

  .form-popup img {
    max-width: 75%;
    display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1vw;
  }

}



/* POPUP IMAGEN FIN */



/* POPUP CLICK INICIO */


#popup-click {
  display: block;
}

#popup-click .form-container {
  background-color: rgba(0, 0, 0, 0);
}

/* POPUP CLICK FIN */

::-webkit-scrollbar {
    display: none;
}
