html {
  scroll-behavior: smooth;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
}
h1, h2, h3{
	font-family: 'Playfair Display', serif;
}
h1 {
	font-size: 7em;
	font-style: italic;
	color: #2e4b84;
	margin-top: 0
}
h2 {
	font-size: 6.5em;
	font-style: italic;
	color: #fff;
	margin-top: 0
}
h3 {
	font-size: 1.5em;
	color: #fff;
}
/*nav */
nav {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 20px;
	z-index: 999
}
nav .main-logo {
	display: block;
	margin:auto;
	transition: all ease-in-out 0.3s;
}
nav ul {
	text-align: center;
	margin-top: -80px;
}
nav ul li {
	margin-left: 420px;
}
nav ul li:first-child {
	margin-left: 0
}
nav ul a {
	text-transform: uppercase;
	color: #2e4b84;
	font-size: 1.1em;
	text-decoration: none;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    background-color: #fff;
}
.fixed-header .main-logo {
	width: 7%;
}
nav.fixed-header ul {
    margin-top: -45px;
}
nav.fixed-header ul li {
    margin-left: 250px;
}
nav.fixed-header ul li:first-child {
    margin-left: 0;
}

/* sections */
.sect {
	width:100%;
	height: auto;
	min-height: 100vh
}
.sect-1 {
	background:url(../img/bkg.jpg) top center repeat;
	height:100vh;
}
.sect-2 {
	padding: 60px 30px;
	background-color: #f0ecdc;
	position: relative;
	height: auto;
	overflow:auto;
}
.sect-3 {
	background:url(../img/bkg.jpg) top center repeat;
	padding: 60px 30px;
	position: relative;
	height: auto;
	overflow:auto;
}

.blue-mod {
	width: 50%;
	position: absolute;
	background-color: #2e4b84;
	padding: 20px;
	z-index: 998;
}
.blue-mod a {
    color: #fff;
    font-size: 1.2em
}
.blue-mod a i {
    font-size: 1.4em;
    margin-right: 10px;
}
.sect-2 .blue-mod a {
    float: right;
    margin-top: -40px;
}    
.sect-1 .food-relax {
	position:absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 888
}

/* sliders */
.slider-home {
	width: 700px;
	position: absolute;
	left: 50%;
	top: 26%;
	transform: translateX(-50%);
}
.slider-mod {
	width:60%;
	position: absolute;
	top: 30px;
}
.slider-mod-parador {
	left: 0;
}
.slider-mod-lodge {
	right: 0;
}
.owl-dots {
    margin-top: -30px!important;
    z-index: 999;
    position: absolute;
}
.sect-2 .owl-dots {
    left: 60px;
}
.sect-3 .owl-dots  {
	right: 60px!important
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 40px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #2e4b84!important
}
.owl-stage-outer {
    max-height: 650px;
}
/* parador */
.sect-2 h1 {
	text-align: right;
}
.sect-2 .blue-mod {
	right: 30px;
	top: 20%;
	height: 40vh
}
.sect-2 .blue-mod h2 {
	position: absolute;
	right: 20px;
	bottom: -50px
}
.sect-2 .blue-mod img {
	left: -50px;
	bottom: 0;
	position: absolute;
}
.sect-2 p {
	font-family: 'Playfair Display', serif;
	color:#000;
	margin-top: 550px
}
.sect-2 p a, .sect-3 a.link-reserva {
    font-family: 'Playfair Display', serif;
	font-size: 3em;
	font-weight: bold;
	font-style: italic;
	color: #2e4b84;
	text-align: center;
	display: block;
    transition: opacity ease-in-out 0.3s;
    margin-top: 20px;
}
.sect-2 p a:hover, .sect-3 a:hover{
    text-decoration: none;
    opacity: 0.7;
}
/* lodge */
.sect-3 .blue-mod {
	left: 30px;
	top: 10%;
	height: 20vh
}
.sect-3 .blue-mod h2 {
	position: absolute;
	right: -40px;
	bottom: 0
}
.sect-3 p {
	font-family: 'Playfair Display', serif;
	color:#000;
	margin-top: 300px;
	text-align: center;
	font-size: 1.5em;
	font-style: italic;
}
.sect-3 p a {
    font-size: 1em!important;
    display: inline
}
/*contacto */
.form-control {
    border-radius: 0;
    border: 1px solid #1c1c1c;
    height: 65px;
    background: none;
    background-color: rgba(255,255,255,0.8)
}
textarea.form-control {
    border-radius: 0;
    border: 1px solid #1c1c1c;
    height: 120px;
    margin: 30px 0;
}
.btn-success {
    background: #2e4b84;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    padding: 15px 30px;
    color: #fff
}
.btn-success:hover {
    background: #2e4b84;
	opacity: 0.5;	
}
.consultas {
	padding-top: 30px;
}
.consultas h1 {
	text-align: center;
	margin-bottom: 20px;
}
.phone-module {
    display: block;
    margin: 20px 0 40px;
    text-align: center;
    list-style: none;
    font-size: 2.4em;
}
.phone-module i {
    margin-right: 10px
}
.phone-module a {
    color: #2e4b84;
    font-family: 'Playfair Display', serif;
}



/*GOOGLE MAP*/
.google-maps {
    position: relative;
    padding-bottom: 40%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    margin-top: 50px
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}



.demo-gallery {
	margin-top: 600px
}
.lg-toolbar.lg-group button, .lg-toolbar.lg-group a {
	display: none;
}
button.lg-close {
	display: block!important;
}



.demo-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    max-height: 150px;
    overflow:hidden;
}
.demo-gallery > ul > li a {
    display: block;
    overflow: hidden;
    position: relative;
}
.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.home .demo-gallery {
    padding-bottom: 80px;
}


.wpp-button {
    position: fixed;
    bottom: 60px;
    right: 60px;
    color: #2e4b84;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.8em;
    z-index: 999;
    background-color: #fff;
    padding: 0.2em 0.8em;
    border-radius: 30px;
    border: solid 2px;
    transition: 
        background ease-in-out .3s,
        color ease-in-out .3s;

}
.wpp-button i {
    margin-left: 20px;
    font-size: 1.5em;
    vertical-align: middle;
}
.wpp-button:hover {
    text-decoration: none;
    background-color: #2e4b84;
    color: #fff;
}

/* responsive*/


@media (max-width: 768px) { 

.sect-1 {
    height: 80vh;
    min-height: auto
}
.slider-home {
    width: 100%;
}
nav .main-logo {
    width: 50%;
}
.fixed-header .main-logo {
    width: 35%;
}

nav {
    padding-bottom: 0;
}
nav ul {
    margin-top: 10px;
}
nav.fixed-header ul {
    margin-top: 14px;
}
nav ul li, nav.fixed-header ul li {
    margin-left: 30px;
}
.sect-1 .food-relax {
    top: 68%;
}
h1, .sect-2 h1 {
    font-size: 4em;
    text-align: center!important;
}
h2 {
    font-size: 3.5em;
}
.sect-2 {
    padding: 35px 30px;
}
.slider-mod {
    width: 100%;
    margin-top: 110px;
}
.sect-2 .owl-dots {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.blue-mod {
    width: 84%;
    padding: 20px;
}
.blue-mod h3 {
    display: none;
}
.sect-2 .blue-mod a {
    float: none;
    margin-top: 10px;
}
.sect-2 .blue-mod {
    right: 30px;
    top: 30%;
    height: 20vh;
}

.sect-3 .blue-mod {
    left: 30px;
    top: 17%;
    height: 15vh;
}

.sect-2 .blue-mod img {
    display: none;
}
.sect-2 p {
    margin-top: 590px;
}
.sect-3 p {
    margin-top: 480px;
}
.sect-2 .blue-mod h2 {
    position: absolute;
    right: 20px;
    bottom: -50px;
}
.sect-3 .blue-mod h2 {
    right: 22px;
}
.sect-3 {
    padding-bottom: 100px;
}
.demo-gallery {
    margin-top: 10px;
}
.demo-gallery > ul > li {
    margin-bottom: 10px;
    max-height: 90px;
}

.google-maps {
    margin-top: 50px;
}

.form-control {
    margin-bottom: 20px;
}
.consultas {
    margin-left: -30px;
    margin-right: -30px;
}




.wpp-button {
    right: 0;
    left: 48%;
    bottom: 30px;
    transform: translateX(-50%);
    width: 201px;
}



}


@media (max-width: 320px) {
.sect-2 .blue-mod {
    right: 30px;
    top: 24%;
    height: 25vh;
}
.demo-gallery > ul > li {
    margin-bottom: 0;
    max-height: 96px;
}   
}

