/*blur effect*/

.blureffect {
    opacity:0.4!important;
    filter: blur(2px)!important;
    -webkit-filter: blur(2px)!important;
    pointer-events: none!important;
}

.preventaction {
    pointer-events: none!important;
}






.newbackground{
    background-image: url("../img/paperbackground.png")!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center top!important;
}


.cardpopup {
    position: fixed!important;
    width:90%!important;
    bottom:5vw!important;
    left:5vw!important;
    right:5vw!important;
    height:200px!important;
    background-image: url("../img/paperbackground.png")!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center top!important;
    border-bottom-right-radius: 20px!important;
    border-top-right-radius: 20px!important;
    border-bottom-left-radius: 20px!important;
    border-top-left-radius: 20px!important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden!important;
    z-index: 999!important;
}

.cardimg{
    border-radius:15px!important;
}

.cardbackimg{
    position: absolute!important;
    width:auto!important;
    height:50%!important;
    bottom:-10vw!important;
    left:0!important;
    overflow:hidden!important;
    opacity:0.1!important;
}

.slidefulldgrid{
    position:absolute!important;
    height:100%!important;
    width:100%!important;
    background-image: url("../img/paperbackground.png")!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center top!important;
    overflow:hidden!important;
}


.slideleftimg{
    position:absolute!important;
    bottom:10px!important;
    right:0!important;
    height:70vh!important;
    width:auto!important;
    z-index:1!important;
}

.sliderightimg{
    position:absolute!important;
    bottom:10px!important;
    left:0!important;
    height:70vh!important;
    z-index:1!important;
}




.mountain{
    position:fixed!important;
    bottom:0!important;
    left:0!important;
    width:100%!important;
    height:auto!important;
}

.chambi1{
    position:fixed!important;
    bottom:0!important;
    left:20vw!important;
    width:60%!important;
    height:auto!important;
}

.coyalogoleft{
    position:absolute!important;
    top: 45%!important;
    left:-50px!important;
    width:100px!important;
    height:100px!important;
    z-index:1!important;
}

.coyalogoright{
    position:absolute!important;
    top: 45%!important;
    right:-50px!important;
    width:100px!important;
    height:100px!important;
    z-index:1!important;
}

.locationbox{
    position:fixed!important;
    top:0vh!important;
    left:0vw!important;
    width:50vw!important;
    height:10vh!important;
    z-index: 2!important;
}





.memberbtn{
    position:fixed!important;
    bottom:0vh!important;
    left:0vw!important;
    width:50vw!important;
    height:10vh!important;
    z-index: 888!important;
}

.whitecard {
    position: relative!important;
    /*background: #ffffff!important;*/
    /*background-image: linear-gradient(315deg, rgba(223, 221, 229, 1), rgba(255, 255, 255, 1));*/
    background-image: url("../img/paperbackground.png")!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center top!important;
    border-bottom-right-radius: 10px!important;
    border-top-right-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
    border-top-left-radius: 10px!important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden!important;
    z-index: 2!important;
}

.whitecardmountain {
    position: relative!important;
    height:30vh!important;
    /*background: #ffffff!important;*/
    /*background-image: linear-gradient(315deg, rgba(223, 221, 229, 1), rgba(255, 255, 255, 1));*/
    background-image: url("../img/paperbackground.png")!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center top!important;
    border-bottom-right-radius: 10px!important;
    border-top-right-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
    border-top-left-radius: 10px!important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden!important;
    z-index: 2!important;
}

.whitecarddown {
    position: relative!important;
    /*background: #ffffff!important;*/
    /*background-image: linear-gradient(315deg, rgba(223, 221, 229, 1), rgba(255, 255, 255, 1));*/
    background-image: url("../img/paperbackground.png")!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center top!important;
    border-bottom-right-radius: 10px!important;
    border-top-right-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
    border-top-left-radius: 10px!important;
    /*box-shadow: inset 4px 0 8px 0 rgba(0, 0, 0, 0.2), inset 6px 0 20px 0 rgba(0, 0, 0, 0.19);*/
    overflow: hidden!important;
    z-index: 2!important;
}


.macerados{
    position:relative!important;
    top:40vh!important;
    z-index: 2!important;
    
}


