/*********************
GENERAL STYLES
********************/
body,
html{
    overflow-x: hidden !important;
}
button,
a{
    outline: 0 !important;
    box-shadow: none !important;
}
.no-scroll{
    overflow:  hidden !important;
}
.border-right{
    border-right: 1px solid #fff;
}
.fadeIn{
    animation-duration: 3s;
}
.zoomIn{
    animation-duration: 2.5s;
}
.fadeInRight{
    animation-duration: 1.5s;
}
.fadeInLeft{
    animation-duration: 1.5s;
}
/******************
TO TOP BUTTON
*****************/
#myBtn {
    display: none;
    position: fixed; 
    bottom: 20px;
    right: 30px;
    left: 15px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #25215E;
    color: white;
    cursor: pointer; 
    padding: 10px;
    border-radius: 50px; 
    width:50px;
    height:50px;
    font-size: 18px;
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
/********************
MENU STYLES
******************/
/* container */
#menu{
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    padding: 0;
}
/* menu logo left */
#menu #logo{
    padding-top: 0px;
}
@media (max-width: 767px){
    #menu #logo img {
        height: 90px;
        padding-left:20%;
    }
}
@media (max-width: 575px){
    #menu{
        left: 5%;
        width: 90%;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
}
/* menu right item */
#menu .menu-item {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}
/* menu right item icon */
#menu .menu-item i{
    color: #fff;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
#menu .menu-item i:hover{
    color: #25215e;
}
@media (max-width: 767px){
    #menu .menu-item i{
        font-size: 25px;
    }
}
/* menu right item icon */
#menu .menu-item button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
/**************
MENU OVERLAY
***************/
/* body effect */
#main{
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
}
#main.menu-open{
    filter: blur(10px);
}
/* container */
#menu-overlay{
    position: fixed;
    z-index: 99999;
    height: 100vh;
    width: 100%;
    right: -100%;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
#menu-overlay.menu-open{
    visibility: visible;
    opacity: 1;
    right: 0;
}
/* overlay container */
#menu-overlay #menu-overlay-container{
    position: absolute;
    z-index: 1;
    width: 250px;
    height: 100%;
    right: -250px;
    text-align: center;
    padding-top: 20px;
    background: #1b1b1d;
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    overflow-y: auto;
    padding-bottom: 50px;
}
#menu-overlay.menu-open #menu-overlay-container{
    right: 0px;
}
/* logo */
#menu-overlay #menu-overlay-container #logo img{
    height:  120px;
}
@media (max-height: 600px){
    #menu-overlay #menu-overlay-container #logo img{
        height:  100px;
    }
}
/* menu */
#menu-overlay #menu-overlay-container ul {
    padding: 0;
    list-style: none;
    margin-top: 120px;
    margin-bottom: 120px;
}
@media (max-height: 600px){
    #menu-overlay #menu-overlay-container ul {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}
/* menu item */
#menu-overlay #menu-overlay-container ul li a {
    display: block;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
}
@media (max-height: 600px){
    #menu-overlay #menu-overlay-container ul li a {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
/* social */
#menu-overlay #menu-overlay-container .social .menu-item {
    display: inline-block;
    padding-left: 10px;
    padding-right: 15px;
}
#menu-overlay #menu-overlay-container .social .menu-item a{
    color: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
#menu-overlay #menu-overlay-container .social .menu-item a:hover{
    opacity: .7;
}
/***********************
SLIDER STYLES
*******************/
/* carrousel indicator */
#slider .carousel-indicators li{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-left: 6px;
    margin-right: 6px;
}
/* item */
#slider .carousel-item{
    min-height: 800px;
}
@media (max-width: 1199px){
    #slider .carousel-item{
        min-height: 600px;
    }
}
@media (max-width: 767px){
    #slider .carousel-item{
        min-height: 400px;
    }
}
/* item bg */
#slider .carousel-item .carousel-item-bg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-attachment: fixed;
}
@media (max-width: 767px){
    #slider .carousel-item .carousel-item-bg{
        background-attachment: scroll;
    }
}
/* item container */
#slider .carousel-item .container{
    min-height: 800px;
    align-content: center;
    align-items: center;
    display: flex;
}
@media (max-width: 1199px){
    #slider .carousel-item .container{
        min-height: 600px;
    }
}
@media (max-width: 767px){
    #slider .carousel-item .container{
        min-height: 400px;
    }
}
/* item container img */
#slider .carousel-item .container img{
    max-width: 100%;

}
#slider .carousel-item .container p{
    margin: 0;
}
@media (max-width: 767px){
    #slider .carousel-item .container p{
        margin-top: 10%;
    }
}

/********************
AVENTURERA
*******************/
#aventurera{
    overflow: hidden;
}
/* bg */
#aventurera .bg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-attachment: fixed;
    z-index: -1;
}
/* text */
#aventurera .aventurera-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: -1;
    max-width: 98%;
}
/* img bottle */
#aventurera .aventurera-img{
    max-width: 40%;
    width: 170px;
    cursor: pointer;
    position:  relative;
    top: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}/*
#aventurera .aventurera-img:hover{
    top: 20px;
}*/

/* img btn */
#aventurera .aventurera-btn {
    position: absolute;
    left: 50%;
    bottom: 0%;
    z-index: 1;
    max-width: 50%;
    cursor: pointer;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#aventurera .aventurera-btn-hover {
    position: absolute;
    max-width: 50%;
    left: 50%;
    bottom: 0%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
#aventurera .aventurera-btn-hover:hover{
    opacity: 1;
}
#aventurera .aventurera-btn:hover ~ #aventurera .aventurera-btn-hover {
    opacity: 1;
}
/********************
VANGUARDISTA
*******************/
#vanguardista{
    overflow: hidden;
}
/* bg */
#vanguardista .bg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-attachment: fixed;
    z-index: -1;
}
/* text */
#vanguardista .vanguardista-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: -1;
    max-width: 98%;
}
/* img bottle */
#vanguardista .vanguardista-img{
    max-width: 40%;
    width: 170px;
    cursor: pointer;
    position:  relative;
    top: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}/*
#vanguardista .vanguardista-img:hover{
    top: 20px;
}*/
/* img btn */
#vanguardista .vanguardista-btn {
    position: absolute;
    left: 50%;
    bottom: 0%;
    z-index: 1;
    max-width: 50%;
    cursor: pointer;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#vanguardista .vanguardista-btn-hover {
    position: absolute;
    max-width: 50%;
    left: 50%;
    bottom: 0%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
#vanguardista .vanguardista-btn-hover:hover{
    opacity: 1;
}
#vanguardista .vanguardista-btn:hover ~ #vanguardista .vanguardista-btn-hover {
    opacity: 1;
}
/********************
ROMANTICA
*******************/
#romantica{
    overflow: hidden;
}
/* bg */
#romantica .bg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-attachment: fixed;
    z-index: -1;
}
/* text */
#romantica .romantica-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: -1;
    max-width: 98%;
}
/* img bottle */
#romantica .romantica-img{
    max-width: 40%;
    width: 170px;
    cursor: pointer;
    position:  relative;
    top: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}/*
#romantica .romantica-img:hover{
    top: 20px;
}*/
/* img btn */
#romantica .romantica-btn {
    position: absolute;
    left: 50%;
    bottom: 0%;
    z-index: 1;
    max-width: 50%;
    cursor: pointer;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#romantica .romantica-btn-hover {
    position: absolute;
    max-width: 50%;
    left: 50%;
    bottom: 0%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
#romantica .romantica-btn-hover:hover{
    opacity: 1;
}
#romantica .romantica-btn:hover ~ #romantica .romantica-btn-hover {
    opacity: 1;
}
/*******************
INSTAGRAM
***************/
/* container */
#instagram{
    padding-top: 60px;
}
/* title */
#instagram .juicer-feed h1.referral{
    display: none;
}
/*******************
ESCAPA
***************/
/* container */
#escapa{
    padding-top: 100px;
    padding-bottom: 80px;
}
@media (max-width: 767px){
    #escapa{
        padding-top: 50px;
        padding-bottom: 30px;
    }
}
/* img */
#escapa .escapa-img{
    max-width: 850px;
    width: 95%;
}
/***************
FOOTER TOP
***********/
/* container */
#footer-top{
    margin-bottom: 60px;
}
/* sections */
#footer-top .col-md-4{
    margin-bottom: 30px;
}
/* imgs */
#footer-top img {
    max-width: 100%;
}

@media (max-width: 767px){
    #footer-top img{
        width:70%        
    }
}

/* social */
#footer-top .menu-item {
    display: inline-block;
    padding-right: 18px;
    padding-left: 15px;
}
#footer-top .menu-item.border-right{
    border-right: 1px solid #a72248 !important;
}
#footer-top .menu-item i{
    font-size: 35px;
    color: #a72248;
}
#footer-top .menu-item a:hover i{
    opacity: .7;
}
/***************
FOOTER BOTTOM
***********/
/* container */
#footer-bottom {
    padding-bottom: 15px;
}
/* copyright */
#footer-bottom #copyright{
    font-weight: 500;
}
/*********************
FULLPAGE STYLES
*******************/
#fullpage{
    position: fixed !important;
    top: 0;
    left: -100vw;
    opacity: 0;
    width:  100vw;
    height: 100vh !important;
    overflow-y: auto;
    z-index: 9999;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
#fullpage.showing{
    left: 0vw;
    opacity: 1;
}
#fullpage .close-fullpage {
    position: absolute;
    width: 50px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    height: 50px;
    z-index: 99;
    right: 15px;
    top: 10px;
    font-size: 40px;
    font-weight: 100;
    font-family: Roboto, sans-serif;
    color: #fff;
    opacity: .6;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
#fullpage .close-fullpage:hover{
    opacity: .8;
}
#fullpage #fullpage-nav {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
#fullpage.showing #fullpage-nav {
    right: 30px;
}
#fullpage #fullpage-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#fullpage #fullpage-nav ul li{
    margin: 15px 0;
    width: 15px;
    height: 15px;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
}
#fullpage #fullpage-nav ul li a {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: transparent;
    display: block;
    border: 2px solid #fff;
    outline: 0 !important;
    box-shadow: none !important;
    margin: auto;
}
#fullpage #fullpage-nav ul li:hover a{
    width: 13px;
    height: 13px;
    background: #fff;
}
#fullpage #fullpage-nav ul li a.active{
    width: 13px;
    height: 13px;
    background: #fff;
}
#fullpage .section{
    position: relative;
    width: 100%;
    min-height: 100vh;
}
@media screen and (max-width: 991px) {
    #fullpage .section{
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    #fullpage.showing #fullpage-nav {
        right: 15px;
    }
}
#fullpage .modal-title{
    margin-bottom: 50px;
}
#fullpage .modal-desc{
    line-height: 1.3;
    color: #fff;
    font-size: 18px;
    margin-bottom: 50px;
}
#fullpage .modal-types img{
    max-width: 100%;
}
#fullpage .modal-bg{
    width: 100%;
    height: 100%;
    z-index: 1;
}
#fullpage .modal-bg .bg-left{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    z-index: 1;
}
#fullpage .modal-bg .bg-right{
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 38%;
    width: 62%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding-left: 15%;
    padding-right: 15%;
}
#fullpage .bottle {
    background-position: 40% center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    backface-visibility: visible;
}
@media screen and (max-width: 1199px){
    #fullpage .modal-bg .bg-right{
        padding-left: 18%;
        padding-right: 10%;
    }
}
@media screen and (max-width: 991px){
    #fullpage .modal-bg .bg-left{
        position: relative;
        width: 100%;
        height: 400px;
    }
    #fullpage .modal-bg .bg-right{
        position: relative;
        width: 100%;
        height: auto;
        background-position: center;
        background-size: 1000%;
        left: 0;
        padding: 40px;
    }
    #fullpage .bottle{
        background-attachment: scroll;
        background-position: center;
        height: 350px;
        top: 25px;
    }
}
@media screen and (max-width: 575px){
    #fullpage .modal-bg .bg-right{
        padding: 40px 15px;
    }
}
/*** risky ***/
#fullpage #risky .modal-bg .bg-left{
    background-image: url('../img/modal-risky-bg-left.jpg');
}
#fullpage #risky .modal-bg .bg-right{
    background-image: url('../img/modal-risky-bg-right.png');
}
#fullpage #risky .bottle {
    background-image: url('../img/modal-risky-bottle.png');
}
/*** desire ***/
#fullpage #desire .modal-bg .bg-left{
    background-image: url('../img/modal-desire-bg-left.jpg');
}
#fullpage #desire .modal-bg .bg-right{
    background-image: url('../img/modal-desire-bg-right.png');
}
#fullpage #desire .bottle {
    background-image: url('../img/modal-desire-bottle.png');
}
/*** sunset ***/
#fullpage #sunset .modal-bg .bg-left{
    background-image: url('../img/modal-sunset-bg-left.jpg');
}
#fullpage #sunset .modal-bg .bg-right{
    background-image: url('../img/modal-sunset-bg-right.png');
}
#fullpage #sunset .bottle {
    background-image: url('../img/modal-sunset-bottle.png');
}