




/*--------------------------------------------------------------
# Image Parallax
--------------------------------------------------------------*/

section.module.parallax {
    position: relative;
    height: 400px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

section.module.parallax .front-layer {
    z-index: 50;
    overflow: hidden;
    top: 0;
    bottom: 0;
    width: 100%;
    /*height: 400px;*/
    height: 100%;
    display: block;
    position: absolute;
}

section.module.parallax .container {
    /*height: 400px;*/
    height: auto;
    z-index: 100;
    position: relative;
}
section.module.parallax h1 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 48px;
    /*line-height: 600px;*/
    /*font-weight: 700;*/
    font-weight: 400;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax h3 {
    /*color: var(--theme-red);*/
    color: var(--theme-white);
    font-size: 38px;
    /*font-weight: 700;*/
    font-weight: 400;
    text-shadow: 0 0 10px rgba(0,0,0,.2);
}


/*

    Seccion Cabañas Parallax

*/
.bg-cabanas-sierradelaventana-parallax{
    background-image: url("/images/parallax-cabanas-sierradelaventana-background.jpg");
}
.bg-cabanas-sierradelaventana-parallax .front-layer{
    background: var(--primary);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcc332+0,ffff00+100&1+0,0+100 */
    background: -moz-linear-gradient(45deg, var(--primary-rgba-0) 0%, var(--primary-rgba-100) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, var(--primary-rgba-0) 0%, var(--primary-rgba-100) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, var(--primary-rgba-0) 0%, var(--primary-rgba-100) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00336611', endColorstr='#4F4F4F00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    height: 400px;
    overflow: hidden;
    /*background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/
}


.bg-cabanas-montehermoso-parallax{
    background-image: url("/images/parallax-cabanas-montohermoso-background.jpg");
}
.bg-cabanas-montehermoso-parallax .front-layer{
    background: var(--primary);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcc332+0,ffff00+100&1+0,0+100 */
    background: -moz-linear-gradient(45deg, var(--primary-rgba-0) 0%, var(--primary-rgba-100) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, var(--primary-rgba-0) 0%, var(--primary-rgba-100) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, var(--primary-rgba-0) 0%, var(--primary-rgba-100) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00336611', endColorstr='#4F4F4F00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    height: 400px;
    overflow: hidden;
    /*background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/
}











/*
section.module.parallax-1 {
	background-image: url("/img/parallax2.jpg");
}
*/
.bg-home-parallax{
    background-image: url("/img/parallax-home-background.jpg");
}
.bg-home-parallax .front-layer{
    background: rgba(0, 51, 102,0.25);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcc332+0,ffff00+100&1+0,0+100 */
    background: -moz-linear-gradient(-45deg, rgba(0, 51, 102,1) 0%, rgba(79, 79, 79,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0, 51, 102,1) 0%, rgba(79, 79, 79,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0, 51, 102,1) 0%, rgba(79, 79, 79,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00336611', endColorstr='#4F4F4F00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    height: 400px;
    overflow: hidden;
    /*background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/
}

.bg-home-parallax-map{
    /*background-image: url("/img/parallax-home-background.jpg");*/
    padding: 0;
    min-height: 80vh;
}

.bg-home-parallax-map .front-layer{
    background: var(--theme-grey-dark);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcc332+0,ffff00+100&1+0,0+100 */
    background: -moz-linear-gradient(45deg, var(--dark-rgba-0) 0%, var(--dark-rgba-100) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, var(--dark-rgba-0) 0%, var(--dark-rgba-100) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, var(--dark-rgba-0) 0%, var(--dark-rgba-100) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000011', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    height: 400px;
    overflow: hidden;
    /*background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/
}












section.module.parallax-map {
    background-image: url("/img/parallax-map.jpg");
    height: 500px;
    background-position: center;
    background-position-y: center;
    border-top: var(--theme-red) 3px solid;
}

section.module.parallax-map .title {
    color: rgba(255, 255, 255, 0.8);
    font-size: 38px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0,0,0,.2);
}

section.module.parallax-map .texto {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 10px rgba(0,0,0,.2);
}
section.module.parallax-map .btn {
    border: #FFF 3px solid;
}

@media all and (min-width: 600px) {
    section.module h2 {
        font-size: 42px;
    }
    section.module p {
        font-size: 20px;
    }
    section.module.parallax h1 {
        font-size: 96px;
    }
}
@media all and (min-width: 960px) {
    section.module.parallax h1 {
        font-size:90px;
    }
}











/*--------------------------------------------------------------
# Video Parallax
--------------------------------------------------------------*/

section.module.parallax-video {
    background: rgba(0, 51, 102,0.25);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcc332+0,ffff00+100&1+0,0+100 */
    background: -moz-linear-gradient(-45deg, rgba(0, 51, 102,1) 0%, rgba(79, 79, 79,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0, 51, 102,1) 0%, rgba(79, 79, 79,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0, 51, 102,1) 0%, rgba(79, 79, 79,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00336611', endColorstr='#4F4F4F00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    height: 400px;
    overflow: hidden;
    /*background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/
}
section.module.parallax-video .container {
    height: 400px;
}
section.module.parallax-video h1 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 48px;
    /*line-height: 600px;*/
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-video h3 {
    color: var(--theme-red);
    font-size: 38px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0,0,0,.2);
}

section.module.parallax-video .responsive-video {
    z-index: -100;
    overflow: hidden;
    top: -370px;
    position: fixed;
}




@media all and (min-width: 600px) {
    section.module h2 {
        font-size: 42px;
    }
    section.module p {
        font-size: 20px;
    }
    section.module.parallax h1 {
        font-size: 96px;
    }
}
@media all and (min-width: 960px) {
    section.module.parallax-video h1 {
        font-size:90px;
    }
}


