
* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      }
body, html {
      height: 100%;
      font-family: Sriracha, sans-serif;
      }

a:link, a:visited {
     background-color: transparent;
     text-decoration: none;
     color:white;
}

a:hover, a:active {
     background-color: transparent;
     color:blue;
     font-size:1.0em;
     coursor:pointer;
}
/*=================lightbox================*/
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px;
}

.row > .column, .column5,.column10,.column6 {
    /* padding: 0.25em 0.25em;*/
}

.row:after {
     content: "";
     display: table;
     clear: both;
}

.column {
      -ms-flex: 12.5; 
     flex: 12.5%;
      max-width: 12.5%;
      }

.column10 {
      -ms-flex: 10; 
     flex: 10%;
      max-width: 10%;
      }

.column5 {
     -ms-flex: 20%;
     flex:20%;
     max-width: 20%;
 }

.column6 {
     -ms-flex: 14.285%;
     flex:14.285%;
     max-width: 14.285%;
 }

.column img {
  margin-top: /*8*/0px;
  vertical-align: middle;
  width: 100%;
}

/* The Modal (background) */
.modal {
     display: none;
     position: fixed;
     z-index: 1;
     padding: 3em;
     left: 0;
     top: 0;
     width:100%;
     height: 100vh;
     overflow: auto;
     background-color: black;
}

/* Modal Content */
.modal-content {
     position: relative;
     background-color:black;
     margin: auto;
     padding: 0;
     width: 90%;
     max-width: 640px;
     max-height:960px;
}

/* The Close Button */
.close {
     color: white;
     position: absolute;
     top: 0.8em;
     right: 2em;
     font-size: 1.4em;
     font-weight: bold;
}

.close:hover,
.close:focus {
     color: #999;
     text-decoration: none;
     cursor: pointer;
}

.mySlides {
     display: none;
}

/*.mySlides5 {
     display: none;
}*/

.cursor {
     cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
     cursor: pointer;
     position: absolute;
     top: 70%;
    /* width: auto;*/
    /* padding: 1em;*/
     margin-top: -3em;
     margin-left:-1.5em;
     color: white;
     font-weight: bold;
     font-size:2em;
     transition: 0.6s ease;
    /* border-radius: 0 3px 3px 0;*/
     user-select: none;
     -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
     right: 0;
     /*border-radius: 3px 0 0 3px;*/
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    /* background-color: rgba(0, 0, 0, 0.8);*/
     color:magenta;
     font-size:2em;
}
img {
     margin-bottom: /*8*/0px;
}

.caption-container {
     text-align: center;
     background-color: black;
     padding: 2px 16px;
     color: white;
}

.demo {
     opacity: 0.6;
     display:none;
}

.demo3 {
     opacity: 0.6;
     display:none;
}
.demo4 {
     opacity: 0.6;
     display:none;
}

.demo5 {
     opacity: 0.6;
     display:none;
}

.demo6 {
     opacity: 0.6;
     display:none;
}

.active,
.demo:hover {
     opacity: 1;
}

img.hover-shadow {
     transition: 0.3s;
}

.hover-shadow:hover {
 /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    opacity:0.6;
}

/*==================Parallax===============*/
#wrapper {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
    margin: 0 auto;
    max-width: 1440px;
    width: 100% !important;
}
section {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: bottom;
    height:1280px;
    margin: 0 auto;
    max-width: 1440px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100% !important;
}
section > p {
     color: white;
     font-size:1.5em;
     text-align: right;
     padding:1em;
}

#bloque1 {
    background-image: url("img/Bloques/ataedecer_1.jpg");
}
#bloque2 {
    background-image: url("img/Bloques/celaje_2.jpg");
}
#bloque3 {
    background-image: url("img/Bloques/nieblas_1.jpg");
}
#bloque4 {
    background-image: url("img/Bloques/cabecera_1.jpg");
}
#bloque5 {
    background-image: url("img/Bloques/Madeira_2.jpg");
}
#bloque6 {
    background-image: url("img/Bloques/dientedeleon_1.jpg");
}
#bloque7 {
    background-image: url("img/Bloques/OrdillonArcoIris_1.jpg");
}

h1 {
    background-color:transparent;
    bottom: 0;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    font-size: 4.8em;
    font-weight: bold;
    margin-top: 3em;
    text-align: center;
    text-shadow: 2px 2px 5px #666;
    width: 100%;
    font-family: "Sriracha";
}
h2 {
    color:rgba(255, 255, 255, 0.9);
    font-size: 3em;
    font-weight: bold;
    margin-top: 1em;
    /*opacity: 0.85;*/
    text-align: center;
    text-shadow: 2px 2px 2px #666;
    font-family: "Sriracha";
}

#bloque1 h2 {
    margin-top: 5em;
}

.copy {
   position:absolute;
   text-align: center;
   font-size: 1.0em;
   bottom:0;
   right:40%;
   color:white;
}
/*=============Iconos sociales===========*/

.fa {
  padding:5px;
  font-size: 3.0em;
  width: 2.5em;
  text-align: center;
  text-decoration: none;
  margin:0.5em 0.2px;
}

.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
  background: #3B5998;
  color: blue;
}

.fa-twitter {
  background: #55ACEE;
  color: paleblue;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: red;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.sidenav {
  width: 30px;
  position: fixed;
  z-index: 1;
  top: 5vw;
  left: 5vw;
  background:transparent;
  overflow-x: hidden;
  padding: 0;
}

.sidenav a {
  padding: 0;
  text-decoration: none;
  font-size: 15px;
  /*color: #2196F3;*/
  display: block;
}

.sidenav a:hover {
  color: red;
}
