/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        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: Colecciones
  Autor: KUBIK
==========================================================================
*/

#colecciones {background-image: url(../images/fondo_galeria1_.jpg);}
#colecciones-badges {background-image: url(../images/fondo_galeria1_.jpg);}
#colecciones-botellas {background-image: url(../images/fondo_galeria2_.jpg);}


#colecciones-meridaje {background-image: url(../images/fondo_galeria3_.jpg);}
#colecciones-meridaje .contenido{color:#000000;}
#colecciones-meridaje .contenido p{text-transform:initial;text-align:left;}
#colecciones-meridaje .contenido .titulo-meridaje{margin:20px auto;}
#colecciones-meridaje .contenido .titulo-meridaje h3{font-weight:600;font-size:44px;}
#colecciones-meridaje .contenido .titulo-meridaje h3 small{font-weight:500;font-size:22px;margin-bottom:10px;}

.font-pinyon-script{text-transform:initial;}

.main-titulo{max-width:480px;}

/*.botella-colecciones{max-width:300px;}*/

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

#colecciones-badges{}

/* .owl-item {height: 0;}    
.owl-item.active {height: auto;} */

#col-origen{
  /*min-height:100vh;*/   
  width:100%;
  display:block;
}
#col-tributo{
  /*min-height:100vh;*/   
  width:100%;
  display:block;
}

/* AWARDS */

.awards{}
.award{}
img.badge-img{
  display:inline-block;
  float:left;
  max-width:160px;
}
.line{
  float:left;
  width:1px;
  height:140px;
  display:inline-block;
  margin:10px 10px 10px 5px;
  background:#fff;
}

ul.award-info{
  float:left;
  list-style:none;
  margin:0;
  padding:30px 0;
  text-align:left;
  text-transform:initial;
  display:inline-block;
  font-size:14px;
}
ul.award-info li{}
ul.award-info li.year{}
ul.award-info li.title{font-size:24px;font-family:Newsreader, serif;text-transform:uppercase;}
ul.award-info li.tag-award{}

.seal{
  height:auto;
  min-height:230px;
  display:inline-block;
  position:relative;
  width:230px;
}
.seal:hover{}
.seal div{
  position:absolute;
  display:block;
  left:0;
  opacity:0;
  scale: 0.84;
  transition: ease 0.618s;
  -webkit-transition: ease 0.618s;
}

.seal div.botella{bottom:-240px; display: flex;}
.seal:hover div.botella{opacity:1;bottom:-275px;}

.seal img#seal-1{top: 45px;transition-delay:0s;}
.seal img#seal-1.show{top:0px;opacity:1;}
.seal img#seal-2{top: 45px;transition-delay:.222s;}
.seal img#seal-2.show{top:0px;opacity:1;}
.seal img#seal-3{top: 45px;transition-delay:.444s;}
.seal img#seal-3.show{top:0px;opacity:1;}
.seal img#seal-4{top: 45px;transition-delay:.666s;}
.seal img#seal-4.show{top:0px;opacity:1;}

.tag{text-transform:uppercase;}
.desc{text-transform:initial;text-align:left;}

.tab-content .links-premios .seal{width: 150px;}

.badges-ref{
  list-style:none;
  padding:0;
  margin:0 0 30px;
}
.badges-ref li{
  display:inline-block;
}
.badges-ref li a{
  display:block;
  transition: ease .1618s;
  -webkit-transition: ease .1618s;
}
.badges-ref li a img{
  width:100%;
  height:auto;
  scale:0.85;
  transition: ease .1618s;
  -webkit-transition: ease .1618s;
}
.badges-ref li a:hover img{scale:1;}


.botella-container{position:relative;display:block;}
.botella-colecciones{
  position:absolute;
  display:block;
  width:100%;
  height:auto;
  bottom:-190px;
  left:0;
}
.bloque-img{
  background:#000;
  padding:15px;
}
.bloque-img img{
  border:10px solid #fff;
}
.alt-arrow{display:none;}

.owlproductos .item{min-height: 296px;display: flex;flex-direction: column;}
.owlproductos .item .row{flex: 1;}
.owlproductos .owl-stage-outer{overflow-y: visible;overflow-x: clip;}
#containerbottles{position: relative;width: 100%;min-height: 300px;}
.elementbottle{position: absolute;}
.customarrow{height: 40px;}
.imgselected{display: none;}
.btncollection.selected .imgselected{display: block;}
.btncollection.selected .imgnormal{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;}
  .badges-ref li a img {width:100px;}
  .botella-colecciones {bottom:-130px;}
  #trigger-seals{margin-bottom:140px;}
  .seal {min-height:360px;}
}
/* MD */
@media screen and (max-width: 1170px){}
@media screen and (max-width: 1080px){}
@media screen and (max-width: 991px){
  #categorias-btns{}
  .tab-content .links-premios .seal{width: 120px;}
  #trigger-seals {margin-bottom:60px;}
  .seal {min-height:240px;}
  .badges-ref li a img {width:90px;}
  .main-titulo h3 {font-size:30px;padding:5px 10px;}
  .main-titulo h3 small {font-size:18px;}
  /* Redes Footer */
  ul#redesFooter li a.redesIcon {background: rgba(0,0,0,0.44);}
}
/* SM */  
@media screen and (max-width: 767px){

  #trigger-seals {margin-bottom:0;}
  .categorias-btns-sm.seal {margin:0px 0px;max-width: 220px;min-height: 100px;}
  .seal {margin:0px 0px 15px;max-width: 220px;min-height: 150px;}
  .seal div.botella {display:none !important;}
  .seal img{scale: 1;}
  /*.seal:hover img{scale: 0.84;}*/
  #colecciones-botellas{min-height:100vh;height:auto;display:block;padding:65px 0 70px;}
  #colecciones-botellas .container .content-wrapper{min-height:100vh;height:auto;display:block;}
  .botella-container{height:auto;display:block; text-align: center;}
  .botellas{min-height:100vh;height:auto;display:block;}
  .botella-colecciones {width:66%;bottom:0px;margin-left:auto !important;margin-right:auto !important;position: relative;}
  #colecciones-meridaje{min-height:100vh;height:auto;display:block;padding:40px 0 0px;}
  #colecciones-meridaje .container .content-wrapper{min-height:100vh;height:auto;display:block;}
  #colecciones-meridaje .contenido .main-titulo.sm-p.dark{max-width:240px;margin:20px auto;}
}
@media screen and (max-width: 640px){


p  {font-size:14px !important; line-height: normal;}

  #colecciones-badges{
    display: none; !important}

  #colecciones .main-titulo {max-width: 90%;}

  .buttonscolecciones{width: 50%;}
  .seal {
    width: 50%;}

    h2 {
    font-size: 30px !important;
}

.owl-carousel .owl-item img {
    width: 55% !important;
}

.owl-controls {
  position: relative;
    top: -400px;
    z-index: 99999999999999999999999999999999999;
}


.owl-nav {
  position: relative;
    z-index: 99999999999999999999999999999999999;
}

.owl-dots {
  display: none !important;
}

}
@media screen and (max-width: 510px){}
@media screen and (max-width: 480px){
  .bloque-img {max-width: 90%;margin: 30px auto;}
}
@media screen and (max-width: 360px){}