/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
/*** CUSTOM CSS **/


@font-face {
    font-family: 'walkway_blackregular';
    src: url('fonts/walkway_black-webfont.woff2') format('woff2'),
         url('fonts/walkway_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'walkway_boldregular';
    src: url('fonts/walkway_bold-webfont.woff2') format('woff2'),
         url('fonts/walkway_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'walkway_obliqueregular';
    src: url('fonts/walkway_oblique-webfont.woff2') format('woff2'),
         url('fonts/walkway_oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'walkway_oblique_blackregular';
    src: url('fonts/walkway_oblique_black-webfont.woff2') format('woff2'),
         url('fonts/walkway_oblique_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'walkway_oblique_boldregular';
    src: url('fonts/walkway_oblique_bold-webfont.woff2') format('woff2'),
         url('fonts/walkway_oblique_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'walkway_oblique_semiboldRg';
    src: url('fonts/walkway_oblique_semibold-webfont.woff2') format('woff2'),
         url('fonts/walkway_oblique_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'walkway_oblique_ultraboldRg';
    src: url('fonts/walkway_oblique_ultrabold-webfont.woff2') format('woff2'),
         url('fonts/walkway_oblique_ultrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'walkway_semiboldregular';
    src: url('fonts/walkway_semibold-webfont.woff2') format('woff2'),
         url('fonts/walkway_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'walkway_ultraboldregular';
    src: url('fonts/walkway_ultrabold-webfont.woff2') format('woff2'),
         url('fonts/walkway_ultrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}


/** menu personalizado **/
/* .menu ul li ul.expanded {
    background-color: green;
    width: 890px;
  } */

#menu > ul > li > ul{
    width: 890px;
    /* background-color: green; */
}

.menu ul li ul li {
    width: 100%;
}

#carousel-home .owl-carousel .owl-slide, #carousel-home-2 .owl-carousel .owl-slide {
    height: 600px;
    position: relative;
  }

.grises img {
    filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
    filter: Gray(); /* IE4-8 and 9 */

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.grises img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.owl-slide-title{
    font-family: 'walkway_semiboldregular';
    text-transform: capitalize !important;
    color: #000 !important;
    font-size: 20px;
    font-size: 3.3rem !important;
}

.owl-slide-subtitle{
    font-family: 'walkway_semiboldregular';  
    color: #000;
    font-size: 2rem !important;
}

.small-gutters {
    height: 124px;;
}

#brands .owl-item{
    width: auto !important;
    height: 60px;
    /* background-color:red */
}

#brands .owl-item img{
    
    width: auto !important;
    height: 50px;
    margin-top: 5px;
}

header.version_1 .menu ul li ul li a {
    font-family: 'walkway_semiboldregular';  
    font-size: 20px;
    border-bottom: 1px solid #e4e4e4;
}

.mostrar_actividad{
    position: absolute; 
    background-color: #FFF;
    top: 124px;
    left: 300px;
    width: 100%;
}

.active-mostrar-producto{
    border-top: 2px solid #00afef;
    min-height: 550px;

    -webkit-box-shadow: 5px 5px 5px 0px rgba(199,199,199,1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(199,199,199,1);
    box-shadow: 5px 5px 5px 0px rgba(199,199,199,1);
}




.owl-theme .owl-nav {
    position: absolute;
    top: 0%;
    transform: translateY(-30%);
    left: 0;
    width: 100%;
    margin: 0 !important;
}

.owl-prev, .owl-next {
    border-radius: 50px !important;
    line-height:0 !important;

}

.owl-prev span, .owl-next span{
    font-size: 30px;
}

.owl-prev:hover, .owl-next:hover{
    background-color: red;
}

.owl-prev{
    left: -50px !important;
}

.owl-next{
    right: -50px !important;
}

#info-producto{
    padding: 30px;
}

.text-product{
    margin-top: 30px;
    font-size: 1rem;
    font-weight: 300;
}

.cerrar{
    font-size: 32px;
    text-align: right;
}

.cerrar a{
    color: #334862;
}

#sign-in-dialog{
    border-radius: 12px;
    border: 0px solid #eaeaea;
    box-shadow: 0px 0px 20px 0px rgba( 2, 2, 2, 0.24 );
}

.title-our-product{
    background-color: #CFCFCF;
}

.title-our-product span{
    font-size: 20px;
    font-family: 'walkway_blackregular';
    color: #FFF;
    line-height: 45px;
    height: auto;
    padding: 0 10px 0 15px;
    letter-spacing:2px;
}



.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
  }
  input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
  }
  input[type=text] {
    background-color: #f1f1f1;
    width: 100%;
  }
  input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
  }
  .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
  }
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
  }
  .autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
  }
  .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
  }

.logo-slider{
    
    width:auto !important;
    margin-bottom: 15px;
}

#show_product .all .slider-two .item{
    height: 78px !important;
}