/*:root {
  --main-white-color: white;
  --main-black-color: black;
}*/
/*.section-banner-landing {
  height: 100vh !important;
}*/
.static {
  position: static; 
}
 
.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
  position: relative;
  height: 100vh;
  background-color: lightgray;
}

.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}

/*.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  position: absolute;
}*/

.owl-nav {
  position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

/*.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  transition: all 0.2s ease;
}*/

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}

.owl-carousel .owl-nav {
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: 100%;
  display: flex;
  /*align-items: flex-start;*/
  justify-content: space-between;
}

.owl-carousel .owl-nav svg {
  /*opacity: 0.3;*/
  opacity: 1;
 /*transition: opacity 0.3s;*/
}

.owl-carousel .owl-nav button:hover svg {
  opacity: 1
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

/* section {
  display: none;
} */

@media screen and (max-width: 575px) {
  .owl-carousel .owl-nav {
    /*top: 5%;*/
  }
  
  .owl-carousel .owl-nav svg {
    width: 24px;
    height: 24px;
  }
}

.owl-carousel .owl-nav .owl-prev{
  margin-left: 25px !important;
}

.owl-carousel .owl-nav .owl-next{
  margin-right: 25px !important;
}

.ancho-select-b{
  width: 120px !important; /*215*/
}

.text-input-search-banner:focus{
  
    box-shadow: 0 0 0 0.2rem #583e001f !important;
    border-color: #763624;

   /* box-shadow: 0 0 0 0.2rem rgba(201, 175, 68,0.3 ) !important;
    border-color: #c9af44;*/
}

.select-banner-btn:focus{
    box-shadow: 0px 3px 6px #00000029;
    border-color: #763624 !important;

}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #763624 !important;
}

@media screen and (max-width:991px) {
  .height-img{
    height: 584px !important; /*80vh*/
  }

  .tamanio-ze{
    width: 60px !important;
    text-overflow: ellipsis;
  }

}

@media (min-width: 574px) and (max-width: 991px){ 

  .owl-carousel .owl-nav svg {
    width: 54px;
    height: 54px;
  }

} 

@media screen and (min-width:992px) {
  .height-img{
    height: 100vh !important;
  }
}

.container-buscador .btn-tamanio {
  width: 161px;
  padding: .5rem 1rem;
  font-size: 1rem/*1.25rem*/;
  line-height: 1.5;
  border-radius: .3rem;
}

.section-banner-landing .owl-slide-text{
  text-align: left;
  letter-spacing: 0px;
  bottom: 20px;
  position: absolute;  
}

.section-banner-landing .owl-slide-subtitle{
  font-size: 18px;
  font: normal normal normal 18px/24px Nexo L;
  text-align: left;
  letter-spacing: 0px;
}

@media (max-width: 386px) {
  .section-banner-landing .container-buscador{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    min-width: 310px;
  }

  .container-buscador .btn-tamanio {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    width: 95.83px;
  }

 .container-buscador .tamanio-input-sm {
    height: 31px;
    width: 95.83px;    
  }

  .container-buscador .tamanio-input-sm2 {
    font-size: 1rem;
    height: 31px;       
  }

  .tamanio-input-sm3{
    height: 31px;  
  }

  .tamanio-input-sm3 img{
    height: 25px;
    margin-bottom: 2px;
    padding-bottom: 5px;    
  }

}

.text-btn-banner{
  text-align: center;
  font: normal normal normal 18px/24px Nexo B;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.text-input-search-banner{
  font: normal normal normal 20px/24px;
  text-overflow: ellipsis;
}


.btn-banner-active, .btn-banner-transparent:hover, .btn-banner-transparent:active{
  background: #763624 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  color: #FFFFFF !important;
}

.btn-banner-transparent{
  background: #763624 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px 0px 0px 5px;
  opacity: 0.5;  
}

.select-banner-btn{
 /* -moz-appearance:none;*/
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  opacity: 1;
  text-align: left;
  /*font: normal normal normal 18px/24px Nexo L;*/
  font-family: Nexo L;
  letter-spacing: 0px;
  color: #D5B870;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 18px;
  border: none;
}

.select-banner-btn2 {
  border-radius: 5px;
  opacity: 1;
  text-align: left;
  font-family: Nexo L;
  letter-spacing: 0px;
  color: #D5B870;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 18px;
  border: none;
}
.select-banner-btn3 {
  border-radius: 5px;
  opacity: 1;  
  font-family: Nexo L;  
  color: #999;
  max-width: 120px;
  font-size: 18px;
  border: none;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.css-select-custon-banner {
   display: block;
   -moz-appearance: none;
   -webkit-appearance: none;
   background-image: url('../../imagen/newimagen/flechaabajo.svg') !important;
   background-repeat: no-repeat, repeat;
   background-position: right .7em top 50%, 0 0;
   background-size: .65em auto, 100%;
}
	
@media (min-width: 320px) and (max-width: 387px) {
  .section-banner-landing .container-buscador{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    width: 300px;
  }

  .container-buscador .btn-tamanio {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    width: 95.83px; /*95.83px;*/
  }

 .container-buscador .tamanio-input-sm {
    height: 31px;
    width: 42px;
   /* padding-top: 2px;*/

  }

  .container-buscador .tamanio-input-sm2 {
    font-size: 1rem;
    height: 31px;       
  }

  .tamanio-input-sm3{
    height: 31px;  
  }

  .tamanio-input-sm3 img{
    height: 25px;
    margin-bottom: 2px;
    padding-bottom: 5px;    
  }

  /*.section-banner-landing .owl-slide-text{
    width: 200px;
    left: 65px;
    bottom: 200px;
    font: normal normal normal 12px Nexo B;
  }*/

  .section-banner-landing .owl-slide-text{
    max-width: 218px;
    top: 215px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font: normal normal normal 11px Nexo B;
    text-align: center;
  }

  .section-banner-landing .owl-slide-subtitle{
    text-align: center;
  }

  .ancho-select-b{
    width: 95.83px !important;
  }

  .mx-buscador-xs{
    padding-left: 0px !important;
    padding-right: 0px !important;
  } 

}


@media (min-width: 388px) and (max-width: 659px) {
  .section-banner-landing .container-buscador{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
    z-index: 2;
    width: 385px;
  }

  .container-buscador .btn-tamanio {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    max-width: 115px; /*95.83px*/
  }

 .container-buscador .tamanio-input-sm {
    height: 31px;
    width: 42px; /*60px;*/
    /*padding-top: 2px;  */  
  }

  .container-buscador .tamanio-input-sm2 {
    font-size: 1rem;
    height: 31px;       
  }

  .tamanio-input-sm3{
    height: 31px;  
  }

  .tamanio-input-sm3 img{
    height: 25px;
    margin-bottom: 2px;
    padding-bottom: 5px;    
  }

  .section-banner-landing .owl-slide-text{
    max-width: 400px;
    /*left: 110px;
    bottom: 200px;*/
    top: 215px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font: normal normal normal 12px Nexo B;
    text-align: center;
  }

  .section-banner-landing .owl-slide-subtitle{
    text-align: center;
  }

  .ancho-select-b{
    width: 60px !important; /*115px; 95.83px*/
    text-overflow: ellipsis;
  }

}

/*@media  (max-width: 768px) {
  .section-banner-landing .container-buscador{
    bottom: -47px !important;
  }
}
@media  (max-width: 425px) {
  .section-banner-landing .container-buscador{
    bottom: -32px !important;
  }
}*/
@media (min-width: 660px) and (max-width: 991px) {
  .section-banner-landing .container-buscador{
    position: absolute;
    bottom: 20px;
    /*bottom: -28px;*/
    left: 20px;
    z-index: 2;
    width: 420px;
  }

  .container-buscador .btn-tamanio {
    padding: .25rem .5rem;
    font-size: 1rem; /*.875rem*/
    line-height: 1.5;
    border-radius: .2rem;
    width: 120px;/*95.83px;*/
  }

 .container-buscador .tamanio-input-sm {
    height: 31px;
    width: 42px; /*60px*/
    /*padding-top: 2px; */   
  }

  .container-buscador .tamanio-input-sm2 {
    font-size: 1rem;
    height: 31px;       
  }

  .tamanio-input-sm3{
    height: 31px;  
  }

  .tamanio-input-sm3 img{
    height: 25px;
    margin-bottom: 2px;
    padding-bottom: 5px;    
  }

  .section-banner-landing .owl-slide-text{
    width: 200px;
    /*left: 470px;*/
    right: 20px;
    font: normal normal normal 12px Nexo B;
  }

  .ancho-select-b{
    width: 120px !important; /*95.83px*/
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-banner-landing .container-buscador{
    position: absolute;
    bottom: 20px;
   /* bottom: -38px;*/
    left: 35px;
    z-index: 2;
    width: 600px;
  }

  .section-banner-landing .owl-slide-text{
    width: 200px;
    left: 680px;
    font: normal normal normal 16px/20px Nexo B;
  }  
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .section-banner-landing .container-buscador{
    position: absolute;
    bottom: 20px;
    /*bottom: -39px;*/
    left: 130px;
    z-index: 2;
    width: 675px;
  }

  .section-banner-landing .owl-slide-text{
    width: 250px;
    left: 890px;
    font: normal normal 20px/24px Nexo B;
  }

}

@media (min-width: 1601px) and (max-width: 1960px) {
  .section-banner-landing .container-buscador{
    position: absolute;
    bottom: 20px;
    left: 250px;
    /*bottom: -37px;
    left: 162px;*/
    z-index: 2;
    width: 675px;
  }

  .section-banner-landing .owl-slide-text{
    width: 360px;
    left: 1100px;
    font: normal normal normal 24px/24px Nexo B;
  }  
  
}

@media (min-width: 1901px) {
  .section-banner-landing .container-buscador{
    position: absolute;
    bottom: 20px;
    left: 250px;
    /*bottom: -37px;
    left: 162px;*/
    z-index: 2;
    width: 675px;
  }

  .section-banner-landing .owl-slide-text{
    width: 360px;
    left: 1100px;
    font: normal normal normal 24px/24px Nexo B;
  }  
  
}

.btn-home24-b:focus, .btn-home24-b:active, .btn-home24-b:hover {
    background-color: #ffffff;
    color: #763624;
}

.btn-home24-b {
    background-color: #763624;
    border: 1px solid #763624;
    color: #ffffff;
}

.btn-tamanio:focus {
     box-shadow: 0 0 0 0.2rem #583e001f !important;
    border-color: #763624;
}
.color-text-home24-b {
    color: #763624;
}

.btn-home24-white-b {
    background-color: #ffffff;
    color: #763624;
}




