/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        PARALLAX
::::::::::::::::::::::::::::::::::::::::::::::::::
*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);
html, body {
  overflow: hidden;
  margin:0;
}

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 130vh;
  position: fixed;
  width: 100%;
  transform: translateY(30vh);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}
.background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
}
.background:first-child {
  background-image: url();
  transform: translateY(-15vh);
}
.background:first-child .content-wrapper {
  transform: translateY(15vh);
}
.background:nth-child(2) {
  background-image: url();
}
.background:nth-child(3) {
  background-image: url();
}

/* Set stacking context of slides */
.background:nth-child(1) {
  z-index: 5;
}

.background:nth-child(2) {
  z-index: 4;
}

.background:nth-child(3) {
  z-index: 3;
}

.background:nth-child(4) {
  z-index: 2;
}

.background:nth-child(5) {
  z-index: 1;
}



  .desktop{display: block}
   .mobile{display: none}











h1, h2, h3, h4, h5, h6 {font-family: 'Newsreader', serif;}
h1 {font-size:60px;}
h2 {font-size:50px;}
h3 {font-size:40px;}
h4 {font-size:25px;}
h5 {font-size:22px;}
a:hover {color: #d9b959;}
a, a:hover, a:visited {text-decoration: none;}
.uppercase{text-transform:uppercase;}
.nouppercase{text-transform:none;}
.fontlight {font-weight:200 !important;}
.lineheighttexto {line-height: 1.7;}

.font-shippori-antique {margin: 0;padding: 0;font-family: 'Shippori Antique', sans-serif;}
.font-pinyon-script {margin: 0;padding: 0;font-family: 'Pinyon Script', sans-serif;}

.font-newsreader {font-family: 'Newsreader', serif;}


.lg-txt{font-size:72px;}
.md-txt{font-size:28px;}


p  {font-size:15px;
font-family: Montserrat;
    font-weight: 200;}



.justificado{text-align: justify;}

.scriptsize{font-size:60px;}

.content-wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-flow: column nowrap;
  color: #fff;
  font-family: Montserrat;
  text-transform: uppercase;
  transform: translateY(40vh);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
}
.content-title {
  font-size: 12vh;
  line-height: 1.4;
}

.background.up-scroll {
  transform: translate3d(0, -15vh, 0);
}
.background.up-scroll .content-wrapper {
  transform: translateY(15vh);
}
.background.up-scroll + .background {
  transform: translate3d(0, 30vh, 0);
}
.background.up-scroll + .background .content-wrapper {
  transform: translateY(30vh);
}

.background.down-scroll {
  transform: translate3d(0, -130vh, 0);
}
.background.down-scroll .content-wrapper {
  transform: translateY(40vh);
}
.background.down-scroll + .background:not(.down-scroll) {
  transform: translate3d(0, -15vh, 0);
}
.background.down-scroll + .background:not(.down-scroll) .content-wrapper {
  transform: translateY(15vh);
}

/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        LAYOUT
::::::::::::::::::::::::::::::::::::::::::::::::::
*/

.navbar-toggler{
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 9px;
    outline: none;
    padding: 15px 20px 12px;
    transition: ease .1618s;
    -webkit-transition: ease .1618s;
}
.navbar-toggler.collapsed{background:rgba(255,255,255,0);}
.navbar-toggler:focus{outline:none;}

/* layout */

#topNav.navbar.bg-dark.navbar-dark{
        background: rgba(0,0,0,0)!important;
        background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6615021008403361) 100%) !important;
        background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6615021008403361) 100%) !important;
        background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6615021008403361) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
        transition: ease .44s;
        -webkit-transition: ease .44s;
        height:75px;
        padding:0;
        display:block;
}
#topNav.navbar.bg-dark.navbar-dark.bg-solid{
        background:rgba(0,0,0,1) !important;
        border-bottom:1px solid rgba(255,255,255,0.33);
}
.navbar.bg-dark.navbar-dark .container{
        height:75px;
}

.lang-btns{
        list-style:none;
        margin:0;
        padding:0;
        float: left;
}
.lang-btns li{display:inline-block;}

#collapsibleNavbar{
        background:#99999a;
        position:relative;
        /* margin-top:15px; */
}
#mainNav{
        display:block;
        text-align: center;
}
#mainNav li{
        display:inline-block;
}

#mainNav li a {
    padding: 0 8px;
    font-size: 13px;
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
    background: rgba(255,255,255,0);
    transition: ease .1618s;
    -webkit-transition: ease .1618s;
    font-family: Montserrat;
    font-weight: 200;
}
#mainNav li a:hover{background:rgba(255,255,255,0.6);}

.navbar-brand{
        width:260px;
        height:60px;
        position:absolute;
        top:5px;
        left:calc(50% - 130px);
        padding:0;
        margin-right:0;
        transition: ease .1618s;
        -webkit-transition: ease .1618s;        
}
.navbar-brand:after {
        content:'';
        position:absolute;
        left:50%;
        bottom:0px;
        width:0%;
        height:1px;
        background:#fff;
        font-weight: 600;
        transition:ease .168s;
        -webkit-transition:ease .168s;
        border:0px;
        margin: 0;
}
.navbar-brand:hover:after{width:100%;left:0;}
.navbar-brand img{
        width:100%;
        height:auto;
        top:0;
        left:0;
        transition: ease .1618s;
        -webkit-transition: ease .1618s;
}
.navbar-expand-lg .navbar-collapse {
    width: calc(100% - 240px);
    float: right;
    height: 100px;
}



.navbar-dark .navbar-toggler {
    color: #fff !important;
}

/* Redes Header */

ul#redesHeader{
        margin:0;
        padding:0;
        list-style:none;
        text-align:center;
        display:inline-block;
        width:225px;
        height: 50px;
        position:relative;
        top:0px;
        float:right;
}
ul#redesHeader li{
        display:inline-block;
        margin:5px;
}
ul#redesHeader li a.redesIcon{
        background:rgba(255,255,255,0);
        border: none;
        color: #fff;
        width:40px;
        height:40px;
        position:relative;
        z-index:2;
        display:block;
        text-align:center;
        line-height:44px;
        border-radius:50%;
        padding:0;
        transition: ease .168s;
        -webkit-transition: ease .168s;
}
ul#redesHeader li a.redesIcon i.fab, ul#redesHeader li a.redesIcon i.fa{
        color:#fff;
        font-size:21px;
}
ul#redesHeader li a.redesIcon:hover i.fab, ul#redesHeader li a.redesIcon:hover i.fa{
        color:#fff;
}

/* Redes Footer */

ul#redesFooter{
        margin:0;
        padding:0;
        list-style:none;
        text-align:center;
        display:none;
        width:100%;
        height: 50px;
        position:relative;
        top:0px;
        clear:both;
        margin-bottom:33px;
}
ul#redesFooter li{
        display:inline-block;
        margin:5px;
}
ul#redesFooter li a.redesIcon{
        background:rgba(255,255,255,0);
        /*border: 2px solid #fff;*/
        color: #fff;
        width:40px;
        height:40px;
        position:relative;
        z-index:2;
        display:block;
        text-align:center;
        line-height:43px;
        border-radius:50%;
        padding:0;
        transition: ease .168s;
        -webkit-transition: ease .168s;
}
ul#redesFooter li a.redesIcon i.fab, ul#redesFooter li a.redesIcon i.fa{
        color:#fff;
        font-size:21px;
}
ul#redesFooter li a.redesIcon:hover i.fab, ul#redesFooter li a.redesIcon:hover i.fa{
        color:#fff;
}

a.redesIcon#linkedinF:hover{background:rgba(0, 115, 177,1);/*border-color:rgba(0, 115, 177,1);*/}
a.redesIcon#youtubeF:hover{background:#4b4b4b;/*border-color:rgba(245, 11, 11,1);*/}
a.redesIcon#instagramF:hover{background:#4b4b4b;/*border-color:rgba(210, 45, 120,1);*/}
a.redesIcon#twitterF:hover{background:#4b4b4b;/*border-color:rgba(57, 200, 255,1);*/}
a.redesIcon#facebookF:hover{background:#4b4b4b;/*border-color:rgba(40, 81, 165,1);*/}
a.redesIcon#mailF:hover{background:#ff6a00;/*border-color:rgba(40, 81, 165,1);*/}
a.redesIcon#whatsappF:hover{background:#4b4b4b;/*border-color:rgba(40, 81, 165,1);*/}



/* navbar */
/* footer */
#footer-main{
        position:fixed;
        display:block;
        background-color:rgba(0,0,0,0);
        bottom:0px;
        width:100%;
        z-index: 9;
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.16), rgba(0,0,0,0));
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.16), rgba(0,0,0,0));
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.16), rgba(0,0,0,0));
        background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.16), rgba(0,0,0,0));
        transition: ease 1.618s;
        -webkit-transition: ease 1.618s;
        animation-delay:3s;
}
#footer-main.revealed{
        bottom:0 !important;
}
#footer-main hr.footer-line{
        border: 0;
        height: 1px;
        background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8c8c, #f0f0f0);
        background-image: -moz-linear-gradient(left, #f0f0f0, #8c8c8c, #f0f0f0);
        background-image: -ms-linear-gradient(left, #f0f0f0, #8c8c8c, #f0f0f0);
        background-image: -o-linear-gradient(left, #f0f0f0, #8c8c8c, #f0f0f0);
        opacity:.33;
}
#footer-main p.legal{
        color:#c7c7c7;
}
/* common classes */

/* NEXT ARROW */
.center-arrow{
  text-align: center;
  position: absolute;
  z-index:;
  width:240px;
  height:60px;
  left:calc(50% - 120px);
  top: calc(75% + 0%);
  color:#fff;
  font-family: Montserrat;
    font-weight: 200;
  font-size:14px;
  text-transform:uppercase;
}
.center-arrow i{
  display: block;
  font-size:20px;
}
.center-arrow.dark{color:#000;}
/* TITULO */
.main-titulo{
        border:1px solid rgba(255,255,255,.66);
        padding:10px;
        position:relative;
        margin:10px auto;
        display:block;
}
.main-titulo.dark{border:1px solid rgba(0,0,0,.66);}
.main-titulo:after{
        content: "";
        display:block;
        position:absolute;
        width:calc(100% + 20px);
        height:calc(100% + 20px);
        top:-10px;
        left:-10px;
        display:block;
        border:1px solid rgba(255,255,255,.33);
        pointer-events:none;
}
.main-titulo.dark:after{border:1px solid rgba(0,0,0,.33);}
.main-titulo h3{
        text-align:center;
        display:block;
        margin:5px auto;
        font-size:40px;
        color:#fff;
        padding:0px 30px;
}
.main-titulo.dark h3{color:#000;}
.main-titulo h3 small{
        display:block;
        opacity:.77;
        font-size:24px;
        margin-bottom:15px;
}


/* OWL controls */

.owl-prev, .owl-next {
        color:#fff;
        position: absolute;
        top:50%;
        margin-top: -50px;
        width: 50px;
        height: 50px;
        text-align: center;
        font-size:60px;
        filter: Alpha(Opacity=50);/*IE7 fix*/
        opacity: 0.5;
}
.owl-prev:hover, .owl-next:hover {filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
.owl-next {right: 0px;}
.owl-controls {text-align: center;z-index:3;}
.owl-controls .owl-page {display: inline-block;}
.owl-controls .owl-page span {
    background-color: #333;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    filter: Alpha(Opacity=500);/*IE7 fix*/
    opacity: 0.5;
}
.owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
.owl-dots{
        width: 100%;
        height: 40px;
        display: block;
        text-align:center;
        padding-top:10px;
        position:relative;
        bottom:0px;
        background:rgba(241,241,241,0);
        /* border-top:1px solid #f1f1f1; */
}
.owl-dots .owl-dot{
        display:inline-block;
        width:16px;
        height:16px;
        border-radius:50%;
        background:#c5c5c5;
        margin:0 5px;
        border:2px solid rgba(255,255,255,0);
        opacity:0.7;
}

#slideshow .owl-dots .owl-dot{background:#4ddcff;}
.owl-dots .owl-dot.active{background:#4ddcff;}

.owl-dots .owl-dot:hover{background:rgba(0,0,0,0.8);}
.owl-dots .owl-dot.active{opacity:1;background:#606060;cursor:default;}
/* .logos .owl-controls{display: none;} */

#menu-txt{display:block;}
#menu-icon{display:none;}

.blackTxt{color:#000;}

.btn{
        display:block;
        padding:10px 70px;
        line-height:normal;
        border-radius:0;
        margin:auto;
}
.ghostBtn{
        background:rgba(0,0,0,0);
        border:1px solid #fff;
        color:#fff;
        position:relative;
        z-index:9;
        transition: ease 1.618s;
        -webkit-transition: ease 1.618s;
}
.ghostBtn:after{
        content:'';
        display:block;
        position:absolute;
        width:calc(100% + 14px);
        height:calc(100% + 14px);
        top:-7px;
        left:-7px;
        background:rgba(0,0,0,0);
        border:1px solid #fff;
        z-index:8;
}
.ghostBtn:hover{background:rgba(0,0,0,0.16);}






.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.1);
    background-clip: padding-box;
    border: 0px !important;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.form-control:focus {
    color: #fff;
    background-color: #000;
    border-color: #80bdff;
    
}







/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        QUERIES
::::::::::::::::::::::::::::::::::::::::::::::::::
*/

@media screen and (min-width: 1280px){
.owl-prev, .owl-next {color: rgb(0, 0, 0);}
.owl-next{right:-50px;}
.owl-prev{left:-50px;}

}

@media screen and (max-width: 1200px){

/*
==================================================================================

INHABILITANDO NAVEGACIÓN PARA QUE SE PUEDA SCROLLEAR

==================================================================================
*/ 
/* #footer-main.revealed{position: relative;} */
html, body {overflow:unset;}
.background {height: 100vh;position: relative;transform: translateY(0);background-position: top center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;}
.background:before {}
.background:first-child {transform: translateY(0vh);}
.background:first-child .content-wrapper {transform: translateY(0vh);}
.content-wrapper {height: 100vh;transform: translateY(0vh);}
.background.up-scroll {transform: translate3d(0, 0vh, 0);}
.background.up-scroll .content-wrapper {transform: translateY(0vh);}
.background.up-scroll + .background {transform: translate3d(0, 0vh, 0);}
.background.up-scroll + .background .content-wrapper {transform: translateY(0vh);}
.background.down-scroll {transform: translate3d(0, 0vh, 0);}
.background.down-scroll .content-wrapper {transform: translateY(0vh);}
.background.down-scroll + .background:not(.down-scroll) {transform: translate3d(0, 0vh, 0);}
.background.down-scroll + .background:not(.down-scroll) .content-wrapper {transform: translateY(0vh);}

/*
==================================================================================

CIAO

==================================================================================
*/ 


}

@media screen and (max-width: 991px){
        section{min-height:initial;height:auto;}
        #redesHeader{display:none !important;}
        #redesFooter{display:block !important;}
        .mobilewidthmax {max-width: 300px;}
h1 {font-size:45px; margin-top: -15px !important;}
h2 {font-size:40px;}
h3 {font-size:30px;}
h4 {font-size:18px;}
h5 {font-size:16px;}
p  {font-size:13px; line-height: 1.5;}
.scriptsize {
    font-size: 38px;}

 .paddingmovil{
    padding-right: 25px;
    padding-left: 25px;}

html, body {
  background-color: #000 !important;
}

#footer-main{
        background-color:#000;
}
}

@media screen and (max-width: 767px){
        .main-titulo h3 {font-size:1.4180rem;padding:0 6px;width:100%; text-align:center;word-break: break-all;}
        .main-titulo h3 small {opacity: .66;font-size: 18px;margin-bottom: 15px;}
        .main-titulo {margin: 10px auto; width:100%;height:auto;}
        #footer-main {
    position: relative !important;
    bottom: 0px !important;
}
}


@media screen and (max-width: 640px){

  .desktop{display: none}
   .mobile{display: block}
   p  {font-size:14px !important; line-height: normal;}

}



@media screen and (max-width: 600px){  

}

@media screen and (max-width: 480px){
        #collapsibleNavbar {background: #eaeaea;}
        #mainNav li {display:block;width:100%;text-align:center;border-bottom:solid rgba(255, 2552, 255, 1) 1px;}
        .navbar-brand {left: calc(96% - 266px); max-width: 200px;}
        #menu-txt{display:none;}
        #menu-icon{display:block;}


}
@media screen and (max-width: 360px){
  .logomain{margin-left: 25px}
}

/*
==========================================================================
  Brand: Tequila Don Nacho
  Section: Home
  Autor: KUBIK
==========================================================================
*/

/* Set all parents to full height (snap-scroll) */
html, body, 
.container,
.cbp-fbscroller,
.cbp-fbscroller section { 
  height: 100%; 
}
#home-section{padding:0;position:relative;background:#fff;}
section{
  width:100%;
  min-height:100vh;
  padding-top:0px;
  padding-bottom:90px;
}

/* VIDEO BACKGROUND */

#initial-video{
  width:100%;
  height:100vh;
  display:block;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
#myVideo1 {
  background: url('../images/trim-video.png')repeat;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity:.66;
}

/* BOTELLAS */

#colecciones-tequilas{
  overflow: hidden;
  position: relative;
}
#cristal-botella{
  position: absolute;
  top: calc(100% + 90px);
  left: 50%;
  translate: -50%;
  scale:0.77;
  z-index:1;
  -moz-transition: all 0.369s;
  transition: all 0.369s;
}
#origen-bco{
  position:absolute;
  top:calc(100% + 90px);
  left: 16%;
  translate: -33%;
  scale:0.77;
  z-index:1;
  -moz-transition: all 1.618s;
  transition: all 1.618s;
}
#sublime-5y{
  position:absolute;
  top:calc(100% + 90px);
  left: 84%;
  translate: -66%;
  scale:0.77;
  z-index:1;
  -moz-transition: all 2.618s;
  transition: all 2.618s;
}


#cristal-botella.slidingUp{
  top: calc(100% - 510px);
}
#origen-bco.slidingUp{
  top:calc(100% - 510px);
}
#sublime-5y.slidingUp{
  top:calc(100% - 480px);
}
/* #tributo-ane{
  position:absolute;
  top:calc(100% - 510px);
  left: 50%;
  translate: -33%;
} */

/*  */

/* Snap-Scroll + BG */ 

/* The nav is fixed on the right side  and we center it by translating it 50% 
(we don't know it's height so we can't use the negative margin trick) */
.cbp-fbscroller > nav {
  position: fixed;
  z-index: 9999;
  right: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius:40px;
  width:36px;
  padding:10px 10px 0;
  background:rgba(0,0,0,0.33);
}
.cbp-fbscroller > nav a {
  display: block;
  position: relative;
  color: transparent;
  height: 30px;
}
.cbp-fbscroller > nav a:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.cbp-fbscroller > nav a:hover:after {background: rgba(255,255,255,0.6);}
.cbp-fbscroller > nav a.cbp-fbcurrent:after {background: #fff;}

/* SNAP!!!!! */

.cbp-fbscroller {
  /* max-height: 100vh;
  overflow-y: scroll;
  border: 1px solid gray; 
  overflow-y:scroll;
  -ms-scroll-snap-type: mandatory;
      scroll-snap-type: mandatory;
  -ms-scroll-snap-points-y: repeat(3rem);
      scroll-snap-points-y: repeat(3rem);
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;*/
}
/* background-attachment does the trick */
.cbp-fbscroller section {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /* scroll-snap-align: start; */
}
#colecciones {background-image: url(../images/fondo_galeria1_.jpg);}
#colecciones-tequilas {background-image: url(../images/fondo_galeria1_.jpg);}
#intervenciones {background-image: url(../images/fondo_galeria3_.jpg);}
#intervenciones-up {background-image: url(../images/fondo_galeria3_.jpg);}
#contacto {background-image: url(../images/fondo_galeria4_.jpg);}

section.short-section{
  height:66vh;
  min-height:initial;
}
section.smallest-section{
  height:16vh;
}
#frase-container{
  position:absolute;
  display:block;  
  background:#000;
  top:-88vh;
}
#frase-tequilas{
  color:#fff;
  font-size:24px;
  max-width:480px;
  display:block;
  margin:0 auto;
  position:relative;
  top:0;
  z-index:0;
}





/* Nuevo INTERVENCIONES */

#intervenciones-up{
  min-height:650px;
  width:100%;
  overflow:hidden;
  z-index:2;
}

#proyectosRec .container .row div.col-md-3.col-xs-4{position:relative;}
/*#proyectosRec .container .row div.col-md-3.col-xs-4 .innerPendon{position:absolute;}*/
.innerPendon{
  width:100%;
  height:auto;
  min-height:330px;
  display:block;
  background: rgba(0,0,0,0);
  position:relative;
  top:0;
  right:-300px;
  z-index:1;
}
.innerPendon .caption{
  position:absolute;
  top:50%;
  z-index:2;
  opacity:0;
  width:100%;
  height:30px;
  line-height:30px;
  text-align:center;
  color:#fff;
  text-transform:uppercase;
  text-decoration:none;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.innerPendon:hover .caption{
  top: calc(50% - 30px);
  opacity:1;
}
.innerPendon img{position:absolute;z-index:2;top:0;left:0;-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index:1;
  border:9px solid #111;
}
.innerPendon img:hover{opacity:0.48;}

.extra-padding{
  padding:1em;
}





/* Carousel !! */

#carousel-recetas{
  display:block;
  padding:0;
  margin-top:45px;
}
#carousel-recetas a.item{
  display:block;
  background:#000;
  padding:10px;
  position:relative;
  transition: ease .168s;
  -webkit-transition: ease .168s;
}
#carousel-recetas a.item img{
  border: 6px solid #fff;
  opacity:1;
  transition: ease .168s;
  -webkit-transition: ease .168s;
}
#carousel-recetas a.item .caption{
  color:#fff;
  opacity:0;
  padding:0;
  width:100%;
  height:60px;
  font-size:18px;
  text-transform:initial;
  left:0;
  top:50%;
  text-align:center;
  position:absolute;
  transition: ease .168s;
  -webkit-transition: ease .168s;

}
#carousel-recetas a.item:hover .caption{top:calc(50% - 30px);opacity:1;}
#carousel-recetas a.item:hover img{opacity:.66;}
.background#intervenciones:before {
  background-color: rgba(0, 0, 0, 0) !important;
}

#colecciones-bodegon{
  position: relative;
  background:url(../images/botellas-home/horizonte.png)no-repeat bottom left;
  padding-top:90px;
}
#agave-plant{
  position: absolute;
  top:0;
  left: 20%;
  top: calc(50% - 180px);
}
#bodegon{
  position:relative;
  width:100%;
  height:auto;
  min-height:440px;
  padding:0;
  margin:0;
  display:block;
  list-style:none;
  
  background-size:100%;
}
#bodegon li{display:inline-block;width:100%;/*position:absolute;*/}
#bodegon li img{
  position:absolute;
  display:block;
  top:0;
}
#bodegon li img#b-dn-s-5y{
  top:60px;
  left:270px;
  z-index:19;
}
#bodegon li img#b-dn-cristal{
  top:-40px;
  left:175px;
  z-index:18;
}
#bodegon li img#b-dn-o-bco{
  top:-50px;
  left:90px;
  z-index:17;
}
#bodegon li img#b-dn-o-rep{
  top:-50px;
  left:0px;
  z-index:16;
}
#bodegon li img#b-dn-t-bco{
  top:-110px;
  left:170px;
  z-index:15;
}
#bodegon li img#b-dn-t-rep{
  top:-110px;
  left:270px;
  z-index:14;
}
#bodegon li img#b-dn-t-ane{
  top:-110px;
  left:450px;
  z-index:13;
}






#bodegon-mobile{display:none;}
.btn.ghostBtn.d-block.mx-auto{max-width:240px;margin-top:40px;padding:10px 7px;}

/* FOOTER */
p.legal{color:#666 !important;}

.alt-arrow{display:none !important;}

/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        QUERIES
::::::::::::::::::::::::::::::::::::::::::::::::::
*/

/* UP ONLY */
@media screen and (min-width: 1440px){}

/* XL */
@media screen and (max-width: 1600px){}
@media screen and (max-width: 1440px){}
/* LG */
@media screen and (max-width: 1320px){}
@media screen and (max-width: 1280px){}
@media screen and (max-width: 1200px){
  .next-section-arrow{display:none !important;}
  .alt-arrow{display:block !important;}
}
/* MD */
@media screen and (max-width: 1170px){}
@media screen and (max-width: 1080px){}
@media screen and (max-width: 991px){
  section{min-height:initial;height:auto;}
  .cbp-fbscroller > nav {right: 40px;}
  #intervenciones-up {min-height:initial;height:auto;}
  .innerPendon {height: auto;min-height: 480px;}
  #bodegon{display:none;}
  #bodegon-mobile{display:block;margin-bottom:0px;}
  #agave-plant{display:none;}
  #colecciones-bodegon{background-image:none;padding-top:45px;}
  #carousel-recetas{height:auto !important;margin:15px auto 90px;max-width:80%;}
  /* Redes Footer */
  ul#redesFooter li a.redesIcon{background:rgba(0,0,0,0.44) !important;}
}
/* SM */  
@media screen and (max-width: 767px){
  .innerPendon {min-height: 108vw;margin-bottom: 3rem;}
  section.short-section {height: 76vh;}
  section.smallest-section {height: 27vh;}
  #cristal-botella.slidingUp {top: calc(100% - 109vw);scale:0.6;}
  #sublime-5y.slidingUp {top: calc(100% - 89vw);scale:0.55;}
  #origen-bco.slidingUp {top: calc(100% - 99vw);scale:0.6;}
}
@media screen and (max-width: 640px){}
@media screen and (max-width: 510px){}
@media screen and (max-width: 480px){
  .cbp-fbscroller > nav {display:none;}
  #cristal-botella.slidingUp {top: calc(100% - 127vw);scale:0.44;}
  #sublime-5y.slidingUp {top: calc(100% - 99vw);scale:0.44;}
  #origen-bco.slidingUp {top: calc(100% - 116vw);scale:0.44;}
}
@media screen and (max-width: 360px){}