* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #333;
    font: 18px 'Open Sans', 'Arial', 'sans-serif';

}
.container {
  max-width: 900px;
  margin: 0 auto;
}
.button {
            opacity: 1;
  background-color: #043e52;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
        }
    .button:hover
    {
        background: #032c3a;
        transition: all ease-in-out 350ms;
        border-radius: 25px
    }
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 9999;
}

.cookie-banner input[type="submit"] {
    background-color: #043e52;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

section.module h2 {
  margin-bottom: 20px;
  font-size: 30px;
  color: rgba(204,204,204,1);
}

section.module h3 {
  margin-bottom: 20px;
  font-size: 30px;
  color: rgba(204,204,204,1);
}

section.module p {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;	
}

section.module p:last-child {
  margin-bottom: 0;
}

section.module.content {
  padding: 60px 0;
  text-align: left;
}

section.module.parallax {
  height: 500px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 48px;
  line-height: 400px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

section.module.parallax-1 {
  background-image: url(7.jpg);
}

section.module.parallax-2 {
  background-image: url(6.jpg);
}

section.module.parallax-3 {
  background-image: url(7.jpg);
}

section.module.parallax-4 {
  background-image: url(6.jpg);
}


.header {
    min-height: 100vh;
    padding-top: 250px;
    padding-bottom: 250px;
}

.header img {
    max-height: 50%;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
   

}

.nav {
    position: sticky;
    top: 0;
    line-height: 5VH;
    min-height: 20px;
    background: #043e52;

}

.nav ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.nav li {
    width: 100%;
}

.nav a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;

}

.nav a:hover {
    background: #032c3a;
    transition: all ease-in-out 350ms;
}

.footer {
    padding: 30px;
    width: 100%;
    float: left;
}

.mapa {
    padding-left: 50px;
    padding-right: 15px;
    float: right;
    width: 100%;
    text-align: right;
    


}

.adres {
    float: left;
    padding-left: 15px;
    width: 100%;
    text-align: center;
    
}

@media only screen and (max-width: 874px) {
    .mapa {
        width: 100%;
        text-align: right;
    }

    .adres {
        width: 100%;
        text-align: center;
        
    }
    .section h2 {
    text-align: center;
}
    .section h3 {
    text-align: center;
}
    .section h4 {
    text-align: center;
}
}

#galeria {
    width: 100%;
    margin: 50px auto 0 auto;
    color: #555;
    font: 12px Arial, Verdana;
    text-align: center;

}

#galeria ul li {
    display: inline;
    margin: 0 10px 10px 0;
}

#galeria img {
    border: 1px solid #bbb;
    padding: 1px;
}

/* Ajax */
.highslide-container div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}

.highslide {
    outline: none;
    text-decoration: none;
}

.highslide img {
    border: 2px solid silver;
}

.highslide:hover img {
    border-color: gray;
}

.highslide-active-anchor img,
.highslide-active-anchor:hover img {
    border-color: black;
}

.highslide-image {
    border-width: 2px;
    border-style: solid;
    border-color: white;
    background: gray;
}

.highslide-wrapper,
.rounded-white {
    background: white;
}

.highslide-image-blur {}

.highslide-caption {
    display: none;
    border-top: none;
    font-size: 1em;
    padding: 5px;
    background: white;
}

.highslide-heading {
    display: none;
    font-weight: bold;
    margin-bottom: 0.4em;
}

.highslide-dimming {
    position: absolute;
    background: black;
}

.highslide-loading {
    display: block;
    color: black;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border: 1px solid white;
    background-color: white;
    padding-left: 22px;
    background-image: url(../javascript/images/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../javascript/images/controlbar-white.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../javascript/images/controlbar-white.gif) right -90px no-repeat;
}

.highslide-controls li {
    float: left;
    padding: 5px 0;
}

.highslide-controls a {
    background-image: url(../javascript/images/controlbar-white.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}

.highslide-controls a.disabled {
    cursor: default;
}

.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}

.highslide-move a {
    cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}

.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}

.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}

.highslide-controls .highslide-play a {
    background-position: -30px 0;
}

.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}

.highslide-controls .highslide-play a.disabled {
    background-position: -30px -60px !important;
}

.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}

.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}

.highslide-controls .highslide-next a {
    background-position: -90px 0;
}

.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}

.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}

.highslide-controls .highslide-move a {
    background-position: -120px 0;
}

.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}

.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}

.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}

.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}

.highslide-controls .highslide-close a {
    background-position: -180px 0;
}

.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}

    .telo
    {
        opacity: 1  ;
    }

.hide {
    opacity: 0
}

.show {
    opacity: 1;
}
@media all and (min-width: 600px) {
    section.module h2 {
    font-size: 38px;
    }

    section.module a {
    font-size: 22px;
    }

    section.module.parallax h1 {
    font-size: 82px;
    }
    

}

@media all and (min-width: 960px) {
    section.module.parallax h1 {
    font-size: 145px;
    }
        
    
}

@media all and (max-width: 680px) {
     section.module.content {
     text-align: center;
     }
    .button {
            opacity: 1;
  background-color: #043e52;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
        }
    .button:hover
    {
        background: #032c3a;
        transition: all ease-in-out 350ms;
        border-radius: 25px
    }
    .telo
    {
        opacity: 0;
    }
    section.module p
    {
        margin-left: 15px;
        margin-right: 15px;
    }
}