
#TOPMENU{
    position: relative;
    z-index: 5;
    border-bottom: 1px solid #dadada;
    
}

#TOPMENU ul{
    margin: 0;
}
#TOPMENU img{
    max-width: 150px;
}
#urkmenu,
#urkmenu-secondary{
    MARGIN-TOP: 0;
}
#urkmenu nav ul li a{
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

#urkheader{
    width: 100%;
    display: block;
    vertical-align: top;
    position: relative;
    padding: 20px;
}


.nav-row{
    margin: 0;
    display: flex;
    max-width: 1380px;
    margin: auto;
}
.nav-col-1{
    width: 250px;
    min-width: 15%;
}
.nav-col-2{
    width: 50%;
}
.nav-col-3{
    width: 480px;
}
.logosheader {
    min-width: 150px;
}
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*//////////////// urk logo //////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/


#urklogo{
    width: 20%;
    max-width: 200px;
    display: inline-block;
    margin-left: 3%;
}
#urklogo a,
#urklogo a img{
    width: 100%;
}



/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*//////////////// urk menu //////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/


#urkmenu {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    MARGIN-TOP: 10PX;
}
#urkmenu nav {
	 position: relative;
	 top: 0;
	 left: 0;
	 width: 100%;
	 background: #fff;
	 /*box-shadow: 0 3px 10px -2px rgba(0, 0, 0, .1);
	 border: 1px solid rgba(0, 0, 0, .1);*/
     z-index: 2;
    width: 100%;

}
 #urkmenu nav ul {
	 list-style: none;
	 position: relative;
	 float: right;
	 margin-right: 0;
	 display: inline-table;
}
#urkmenu nav ul li {
	 float: left;
	 -webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
    margin-right: 2.5%;
    margin-left: 2.5%;
    min-height: 101px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#urkmenu nav ul li ul li{
    min-height: auto;
    text-align: left;
    display: block;
    padding: 6px 25px 6px 10px;
}

#urkmenu  nav ul li:hover {
	 /*background: rgba(0, 0, 0, .05);*/
}

@keyframes mostrarsubmenu {
  0% {
    opacity: 0;
      transform: translateY(-20px);
  }
  100% {
    opacity: 1;
     transform: translateY(0px);
  }
}

#urkmenu  nav ul li:hover > ul {
    display: block;
    animation: .3s ease-out forwards mostrarsubmenu;
    margin: 0;
    padding: 0;
    
   -webkit-border-bottom-right-radius: 24px;
    -moz-border-radius-bottomright: 24px;
    border-bottom-right-radius: 24px;
    
        margin-left: -20px;
    
    animation-timing-function: cubic-bezier(.38,.03,.18,.99)
}





#urkmenu  nav ul li {
	 float: left;
	 -webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
     /*width: 25%;*/
     cursor: pointer;
}
#urkmenu nav ul.sub-menu li{
    width: 100%;
}

#urkmenu nav ul li a {
	    display: block;
        padding: 20px 20px;
        color: #666;
        font-size: 0.9em;
        text-decoration: none;
        /*min-width: 160px;*/
        text-align: left;
        font-size: 16px;
        min-width: auto;
        margin: 0 10px;
        line-height: 101%;
         padding: 20px 20px 20px 10px;
        font-size: 15px;
       letter-spacing: 0;
}
#urkmenu nav ul li a:hover{
    color: #222;
}
#urkmenu  nav ul ul {
	 display: none;
	 background: #fff;
	 position: absolute;
	 /*top: 100%;*/
     box-shadow: 6px 5px 10px -2px rgba(0, 0, 0, .1);
	 /*border: 1px solid rgba(0, 0, 0, .1);*/
     top: 80%;
     left: 0px;
     /*min-width: 110%;*/
     min-width: 240px;
}




#urkmenu  nav ul ul li {
	 float: none;
	 position: relative;
}
#urkmenu nav ul ul li a {
	 padding: 15px 30px;
	 border-bottom: 1px solid rgba(0, 0, 0, .05);
}
#urkmenu nav ul ul li:last-of-type a{
    border-bottom: none;
}
#urkmenu  nav ul ul ul {
	 position: absolute;
	 left: 100%;
	 top: 0;
}

#urkmenu .custom-menu-class{
   /*border: 1px solid black;*/
    text-align: center;
}
#TOPMENU .box{
     float: none;
    display: flex;
    align-items: center;
    justify-content: center;
        height: 101px;
}
#urkmenu .menu{
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 101px;
    margin: 0;
    padding: 0;
}


#urkmenu .menu-item-has-children{
     position: relative;

}
#urkmenu .menu-item-has-children a{
     position: relative;
     padding: 20px 40px 20px 10px;
     margin: 0 0 0 0px;
}
#urkmenu .menu-item-has-children a:after,
#urkmenu-secondary .menu-item-has-children a:after{
        border: 6px solid transparent;
        border-top-color: transparent;
        font-family: 'icomoon' !important;
        content: "\e90a" !important;
        display: block;
        height: 0;
        margin-top: 0;
        pointer-events: none;
        position: absolute;
        right: 10px;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%);
        width: 0;
        right: 15px;
        font-size: 23px;
        top: 50%;
        color: #bfbfbf;
        MARGIN-TOP: 0PX;
    }
#urkmenu .menu-item-has-children .sub-menu a:after,
#urkmenu-secondary .menu-item-has-children .sub-menu a:after{
        display: none;
}

#urkmenu .menu-item-has-children .sub-menu a {
    padding: 20px;
}











/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*//////////////// urkwoo //////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/

#urkwoo{
    position: absolute;
    top: 46px;
    right: 5%;
    z-index: 2;
}


#urkwoo a{
    color: #000;
    display: inline-block;
    margin: 0 0 0 10px;
}
#urkheader .icon path{

    fill: none !important;
    stroke-width: 2px;
    stroke: currentColor !important;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#urkheader .icon {
    width: 28px;
    height: 28px;
}

#urkheader .site-nav__link {
    color: #000;
}


.cart-link-buble {
    display: none;
    position: absolute;
    top: 0px;
    right: -4px;
    width: 15px;
    height: 15px;
    background-color: #c5baa6;
    border: 2px solid #fff;
    border-radius: 50%;
}
.shopping-cart-not-empty .cart-link-buble{
    display: block;
}








/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*//////////////// BUSCADOR //////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/

.search_cerrar{
        position: absolute;
        right: 5%;
        top: 114px;
        font-size: 35px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        cursor:pointer;
    }
    .search_cerrar:hover{
         color:black;
    }
    .search_wrap--inicio{
        opacity: 0;
        position: relative;
        transition: transform 0.4s, opacity 0.4s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transform: none;
        background: yellow;
        width: 100%;
        height: 270px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        background: white;
        transform: translateY(-200px);
    }
    .search_wrap--in {
        opacity: 1;
        transform: translateY(0px);
    }
    
    .search_bar--inicio{
        opacity:0;
        width:0px;
        height: 1px;
        display: block;
        background-color: silver;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    .search_bar--in{
        width:100%;
        opacity:1;
    }
    
    
    
    .et-search-field{
        width: 100%;
        border: none;
        padding: 20px;
        font-size: 24px;
    }
    .instruccion{
        font-size: 11px;
        text-align: right;
        padding: 10px 0;
        opacity: .5;
    }
    .BOXbuscador{
        position: absolute;
        left: 50%;
        top: 50%;
        background: lime;
        width: 50%;
        height: 110px;
        margin-left: -25%;
        margin-top: -70px;
        background: white;
    }
    
    #et_search_icon{
        /*background: lime;
        height: 50px;
        WIDTH: 50PX;
        DISPLAY: BLOCK;*/
    }
    #et_search_icon:before{
        color:red;
    }


    
    #mySearch{
        display: none,display:block;
        background: transparent;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        z-index: 5555556;
    }



@keyframes sacarmenu {
  0% {
      transform: translateY(-100px);
  }
  100% {
     transform: translateY(0px);
  }
}

#urkheader.urk-fixed-header{
    transform: translateY(-100px);
    position: fixed;
    top: 0;
    z-index: 2;
    background: white;
    animation: .6s ease forwards sacarmenu;
}

/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*//////////////// BURGER MENU //////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
   #BURGERmenu {
        left: -9px;
        top: 28px;
    }
    .hamburger {
        background-color: #fff;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        background-color: #000 !important;
    }   
    .hamburger.is-active {
        background: white;
    }
    #movilmenu0 {
        background: white;
        padding-top: 100px;
    }
    #movilmenu0 .sub-menu {
        border-bottom: none;
    }
    #movilmenu0 .sub-menu li a {
        padding: 10px 20% 10px;
        font-size: 15px;
        color: #949494 !important;
    }
    #movilmenu0 .menu ul li a {
        opacity: 1;
        position: relative;
        top: 0px;
    }
    
    
    #movilmenu0 .menu ul li {
        overflow: hidden;
        position: relative;
        padding: 0 0 0px;
    }

    
    /*
    #movilmenu0 .menu-item-has-children a:after{
         border: 6px solid transparent;
        border-top-color: transparent;
        font-family: 'icomoon' !important;
        content: "\e908" !important;
        display: block;
        height: 0;
        margin-top: -22px;
        pointer-events: none;
        position: absolute;
        right: 10px;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%);
        width: 0;
        right: 32px;
        font-size: 22px;
    }
    #movilmenu0 .menu-item-has-children .sub-menu a:after{
        display: none;
    }
    #movilmenu0 .menu-item-has-children .sub-menu{
        display: none;
    }
    */



#movilmenu0  .social-rrssb{
    TEXT-ALIGN: CENTER;
    PADDING: 20PX 0;
}
#movilmenu0  .social-rrssb a{
    color: #a28b8b;
    font-size: 23px;
    padding: 9px 15px;
    opacity: 0.4;
    transition: all .3s ease;
}

/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*//////////////// footer //////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
#urkmenu-secondary {
    /*width: 100%;
    display: inline-block;
    vertical-align: top;
    MARGIN-TOP: 10PX;
    margin: 0;
    padding: 0;
    width: 520px;
    max-width: 340px;
    position: absolute;
    right: 0;*/
    
    /*position: absolute;
    right: 0;
    top: 0;
    height: 110px;*/
}
#urkmenu-secondary nav {
    position: relative;
    top: 0;
    left: 0;
   /*background: #fff;*/
    z-index: 2;
    width: 100%;
    height: 100%;
}
#urkmenu-secondary .custom-menu-class {
    text-align: center;
}
#urkmenu-secondary .menu {
    float: none;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    height: 100%;
    /* vertical-align: top; */
    display: block;
    padding: 0;
    height: 100%;
    display: table;
    vertical-align: top;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}
#urkmenu-secondary nav ul {
    list-style: none;
    position: relative;
    float: right;
    margin-right: 0;
    display: inline-table;
}
#urkmenu-secondary nav ul ul {
    display: none;
    /*background: #fff;*/
    position: absolute;
    top: 100%;
    box-shadow: 6px 5px 10px -2px rgb(0 0 0 / 10%);
    /* border: 1px solid rgba(0, 0, 0, .1); */
}
#urkmenu-secondary nav ul li {
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /* width: 25%; */
    /*border-left: 1px solid #dadada;
     border-right: 1px solid #dadada;*/
    /* flex: 1; */
    height: 100%;
    display: inline-block;
    width: 50%;
    background: white;
    align-items: center;
    /* display: flex; */
    justify-content: center;
    vertical-align: top;
    display: inline-flex;
    max-width: 101px;
    position: relative;
}
#urkmenu-secondary nav ul li a {
    position: relative;
     text-align: left;
    font-size: 16px;
    min-width: auto;
    color: #666;
    line-height: 101%;

    /*display: block;
    padding: 20px 20px;
    color: #666;
    font-size: 0.9em;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    min-width: auto;
    margin: 0 10px;
    line-height: 101%;
    padding: 20px 20px 20px 10px;*/
}
#urkmenu-secondary nav ul.sub-menu li{
    width: 100%;
    float: left;
    position: relative;
}
#urkmenu-secondary nav ul.sub-menu li a {
    display: block;
    padding: 20px 20px;
    color: #666;
    font-size: 0.9em;
    letter-spacing: 0px;
    text-decoration: none;
    /* min-width: 160px; */
    text-align: left;
    font-size: 16px;
    min-width: auto;
    margin: 0 10px;
    line-height: 101%;
    padding: 20px;
}
#urkmenu-secondary nav ul li a:hover{
    text-decoration: none;
}
#urkmenu-secondary nav ul li.menu-item-has-children a{
    padding-right: 26px;
}
#urkmenu-secondary nav ul.sub-menu li a{
    padding-right: 0;
    padding: 0;
    margin: 0;
}
#urkmenu-secondary  nav ul li:hover > ul {
    display: block;
    animation: .2s ease-out forwards mostrarsubmenu;
    margin: 0;
    padding: 0;
}

#urkmenu-secondary nav ul{
    display: block;
}
#urkmenu-secondary nav ul ul {
    display: none;
    background: #fff;
    position: absolute;
    box-shadow: 6px 5px 10px -2px rgb(0 0 0%);
    /* border: 1px solid rgba(0, 0, 0, .1); */
    width: 100%;
    /*top: 100%;*/
    top: 80%;
    border: none;
}

#urkmenu-secondary nav ul.sub-menu li {
    width: 100%;
    text-align: left;
    height: 80px;
    border: none;
}
#urkmenu-secondary nav ul.sub-menu li a {
    padding-right: 0;
    padding: 0;
}

#urkmenu-secondary nav ul li#menu-item-501{
    width: auto;
    max-width: initial;
    border: none;
    margin-right: 20px;
}

#urkmenu-secondary nav ul li#menu-item-501 a{
    color: white;
    background-color: #2f9fae;
    padding: 16px 28px 16px 28px;
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 110%;
    font-family: 'Questrial', sans-serif;
    letter-spacing: .5px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    border-radius: 70px;
    text-align: center;
}
#urkmenu-secondary nav ul li#menu-item-501 a:hover{
    background-color: #00283f;
}
#urkmenu-secondary nav ul li#menu-item-501 a span {
    font-size: 26px;
    display: inline-block;
    position: absolute;
    top: 50%;
    line-height: 14px;
    margin-left: 10px;
    margin-top: -9px;
}
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*//////////////// BURGER //////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/

#BURGERmenu button:focus, 
#BURGERmenu input[type="button"]:focus, 
#BURGERmenu input[type="reset"]:focus, 
#BURGERmenu input[type="submit"]:focus {
    outline: thin dotted;
    outline-offset: -4px;
    OUTLINE: NONE;
    /*background: white;*/
}

#BURGERmenu button:hover, 
#BURGERmenu button:focus, 
#BURGERmenu input[type="button"]:hover, 
#BURGERmenu input[type="button"]:focus{
    /*background: white;*/
}


#BURGERmenu .hamburger{
    cursor: pointer;
}
#BURGERmenu .hamburger.is-active {
    background: #00283f!important;
    opacity: 1;
}

#et_mobile_nav_menu{
    display: block
}
.et_menu_container{
    min-height: 70px;
}

  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 31px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger.is-active {
    background: #ffcc05;
    opacity: 1;
}

/*-  ////////////////////////////////////--*/
/*-  ////////////////////////////////////--*
/*-  ////////////////////////////////////--*
/*-  ////////////////////////////////////--*
/*-  ////////////////////////////////////--*/
/*-  ////////////////////////////////////--*/

#BURGERmenu{
    position: fixed;
    top: 20px;
    right: 25px;
    width: 59px !important;
    margin-left: 0;
    z-index: 999;
    left: auto;
    display: none;

}	
    

.hamburger {
        padding: 9px 0px 0px 7px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: black;
    border: 0;
    margin: 0;
    overflow: visible;
    border-radius: 0px;
    width: 60px;
    height: 60px;
    border-radius: 40px;
}
    
    
#mySidenav{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 310px;
    height: 100%;
    /*z-index: 999999;*/
    z-index: 998;

}
.fuerabig{
    -ms-transform: translate(80%, 0px);
    -webkit-transform: translate(80%, 0px); 
    transform: translate(80%, 0px);
}
.dentrobig{
    -ms-transform: translate(0%, 0px);
    -webkit-transform: translate(0%, 0px); 
    transform: translate(0%, 0px);
}

#BURGEROVERLAY{
    position: fixed;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 997;
}

@keyframes OVERLAYSALIDA{
  0% {
    opacity: 1;
     }
  100% {
    opacity: 0;
  }
}
.BOXoverlayhide {
    display: none;
}

.BOXoverlay{
    position: relative;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    display: block;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    
    transition-delay:0s
        webkit-animation: OVERLAYSALIDA 1s forwards; /* for less modern browsers */
    animation: OVERLAYSALIDA 1s forwards;
        
}

@keyframes OVERLAYNTRADA{
  0% {
    opacity: 0;
     }
  100% {
    opacity: 1;
  }
}
.overlaydentro{
    -webkit-animation: OVERLAYNTRADA .3s forwards; /* for less modern browsers */
    animation: OVERLAYNTRADA .3s forwards;
}


#movilmenu0{
    background-color: #2f9fae;
    overflow-y: auto;
    position: absolute;
    padding: 10px;
    margin: 0;
    top: 0px;
    left: auto;
    right: 0;
    z-index: 1;
    width: 310px;
    height: 100vh;
    padding-top: 65px;
    
 /*-webkit-box-shadow: 0px 0px 73px -14px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 73px -14px rgba(0,0,0,0.35);
box-shadow: 0px 0px 73px -14px rgba(0,0,0,0.35);*/
}

@keyframes MENUENTRADA{
  0% {
    transform: translateX(100%);
     }
  100% {
    transform: translateX(0%);
  }
}

#movilmenu0{
    transform: translateX(100%);
}
#movilmenu0.dentro{
    transform: translateX(100%);
    -webkit-animation: MENUENTRADA .5s linear alternate forwards;
    animation: MENUENTRADA .5s linear alternate forwards;
    animation-timing-function:  cubic-bezier(.54,.21,.43,.99);
    animation-delay: .2s;
    MIN-HEIGHT: 100%;
}




.logo-small {
    width: 160px;
    PADDING: 0 10PX 30px 30PX;
}
#movilmenu0 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#movilmenu0 .menu ul li{
    overflow: hidden;
    position: relative;
    padding: 10px 0 ;
}

#movilmenu0 .menu ul li a{
    opacity: 0;
    position: relative;
    top:30px;

}

.fuera{
    -ms-transform: translate(20%, 0px);
    -webkit-transform: translate(20%, 0px); 
    transform: translate(20%, 0px);
}

.dentro{
    -ms-transform: translate(0%, 0px);
    -webkit-transform: translate(0%, 0px); 
    transform: translate(0%, 0px);
}



#movilmenu0 li a{
    PADDING: 10px 5%;
    DISPLAY: BLOCK;
    COLOR: #ffffff;
    text-transform: normal;
    font-size: 16px;
    line-height: 120%;
    text-align: left;
    width: auto;
    height: auto;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-weight: 500;
    font-size: 18px;
    background: transparent;
    margin-bottom: 9px;
    border-radius: 0;
    cursor: pointer;
    border-bottom: 1px solid #ffffff57;
}
    
#movilmenu0 li a:hover,
#movilmenu0 li.current-menu-item a{
    text-decoration: none;
    /*color: red;*/
    color: #00283f;
}

#movilmenu0 li a.eligemenu{
    background: white;
    border-radius: 40px;
    border: none;
    color: #08283f;
    padding-left: 16px;
    font-size: 16px;
    margin-top: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
}
#movilmenu0 li a.eligemenu span {
    font-size: 25px;
    display: inline-block;
    position: relative;
    top: 7px;
    line-height: 14px;
    margin-left: 0;
    position: absolute;
    top: 14px;
    right: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    
#movilmenu0 .sub-menu li a{
    padding: 0px 20% 26px;
    font-size: 27px;
    color: #2f9fae;
    background-color: #dadada;
    opacity: 1;
}

#movilmenu0 li a.submenu{
    padding-left: 1px;
    font-size: 19px;
    cursor: none;
}

#movilmenu0 .sub-menu{
    border-bottom: 1px solid #dadada;
}

#movilmenu0 .current-menu-item .sub-menu a{
   color: #000 !important;
}
#mySidenav,
.menumovil{
    display: none;
}
.posStart{
    position: absolute;
    top: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    height: 100%;
    background: white;
    
    left: 100%;  
    opacity: 0;
}


.posIn{
    -ms-transform: translate(-100%, 0px);
    -webkit-transform: translate(-100%, 0px); 
    transform: translate(-100%, 0px);
    opacity: 1;
}
.enlace {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 13px 22px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px solid #dadada;
    font-family: 'Montserrat', sans-serif;
	
}
.seccionmenu{
    background-color: #fff;
    cursor: pointer;
    padding: 13px 22px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 13px;
    transition: 0.4s;
    border-bottom: 1px solid #dadada;
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-weight: 700;
}

.menumovil{
    background: black;
    position: fixed;
    z-index: 8;
    width: 100%;
    height: 71px;
    top: 0;
}

.menumovil .col1 {
    display: inline-block;
    width: 82%;
    text-align: center;
}

.menumovil .col2{
    display: inline-block;
    width: 70px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    background: #97ad3d;
    padding: 9px 7px 2px 7px;
    color: white;
}
.hamburger {
    background-color: #2f9fae;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background-color: #fff !important;
}
.home .hamburger-inner, .home .hamburger-inner::before, .home .hamburger-inner::after{
    /*background-color: #aebcb9;*//*gris*/
	background-color: #fff !important;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background-color: #fff !important;
}
.is-active .hamburger-inner, .is-active  .hamburger-inner::before, .is-active  .hamburger-inner::after{
    /*background-color: #aebcb9;*//*gris*/
	/*background-color: red;*/
}


#movilmenufooter{
    text-align: center;
    color: black;
    position: absolute;
    bottom: 0;
    width: 96%;
    padding-bottom: 20px;
        
}
.menufootcol{
    text-align: center;
    display: inline-block;
    width: 77px;
    padding: 20px;
}
.hamburger-inner::before {
    top: -8px;
}
.hamburger-inner::after {
    bottom: -8px;
}
.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
    width: 26px;
    height: 3px;
}
.hamburger-box {
    width: 33px;
    height: 33px;
    display: inline-block;
    position: relative;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }


/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*//////////////// BUSCADOR //////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
@media screen and (max-width: 1300px){
    .nav-col-2 {
        width: 480px;
    }
    #urkmenu .menu {
        justify-content: flex-start;
    }
    #urkmenu nav ul li {
        width: 140px;
    }

}


@media screen and (max-width: 1250px){
    .nav-col-2{
        width: 600px;
    }
}

@media screen and (max-width: 1150px){
    .nav-col-3 {
        width: 280px;
    }
   
}
@media screen and (max-width: 980px){
     #urkmenu-secondary nav ul li#menu-item-501{
        display: none;
    }
    .nav-col-2{
       display: none;
    }
    #urkmenu-secondary nav ul li#menu-item-501,
    #urkmenu-secondary nav ul li#menu-item-502{
        display: none;
    }
    .nav-col-1 {
        min-width: 15%;
        width: 100%;
    }

    .nav-col-2,
    .nav-col-3,
    #urkmenu-secondary{
        display: none;
    }
    #urkmenu nav ul li a {
        margin: 0 10px;
    }
    #TOPMENU .box {
        justify-content: flex-start;
    }
    #TOPMENU img {
        margin: 0 5%;
    }
    #BURGERmenu {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    
    #BURGERmenu {
        display: block;
    }
    .et_pb_section {
        padding: 10px 0;
    }
    .slide-display p {
        font-size: 30px;
        max-width: 90%;
    }
    .titulo-coleccion h1 {
        text-align: center;
        font-size: 33px;
    }
    coleccion-box h3 {
        font-size: 32px;
    }
    
    .coleccion-box h5 {
        margin-top: 0%;
    }

    
    .home .home-destacado-zoom .imagezoom {
        display: none;
    }
    #urkmenu{
        display: none;
    }
    
    #urklogo {
        width: 100%;
        max-width: 100%;
        display: inline-block;
        text-align: center;
    }
    #urklogo a, #urklogo a img {
        width: 90%;
        display: block;
        text-align: center;
    }
    #urklogo a img {
        width: 100%;
        max-width: 170px;
        margin: auto;
    }
    #urkwoo {
        position: absolute;
        top: 32px;
        right: 5%;
    }

    
   

    
}