@charset "UTF-8";

/* ------------------------------------------
  RESET
--------------------------------------------- */

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

.amarill{

  color:#ff0000!important;
}

/* ------------------------------------------
  BASE DEMO STYLES
--------------------------------------------- */


section {
  border-bottom: 1px solid #999;
  float: left;
  width: 100%;
  height: 800px;
}


/* ------------------------------------------
  NAVIGATION STYLES
  (+ responsive-nav.css file is loaded in the <head>)
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  text-align: right;
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 99.3%;
}

.nav-collapse li {
  float: right;
  width: 100%;
  height: 20px;
}


/* MENU AMB DROPDOWN ------ */
.nav.navbar-nav li a{
  color: #dcc1de!important; 
  line-height: 20px;
  background-color: transparent;
}


div.navbar-collapse {
  float: left;
}

.navbar-ex1-collapse {
    background-color: transparent !important; 
}
.nav.navbar-nav {
   background-color: transparent !important; 
}

.nav.navbar-nav ul li {
  width: 100%;
  height: 30px;
}
div.navbar-collapse .nav {
  border: 0px;  
  margin-top: 8px;
  margin-bottom: 8px;
}


.nav.navbar-nav > li:hover > a{
  color:#FFA800!important;
}
.nav.navbar-nav > li > ul > li a:hover, .nav.navbar-nav > li > ul > li a.menuSelected:hover {
  background-color: transparent;
  color: #ababab !important;
}
.caret {
    border-top:   0px !important;
    border-right: 0px !important;
    border-left:  0px !important;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-menu {
  padding-top: 0px !important; 
  min-width: 350px !important;
  background: url(../imgs/dropdown-menu-bg.png) no-repeat left 0px;
  border: 0px !important;
  padding: 9px 0px 0px 0px !important;

}

.dropdown-menu li {
  width: 100%;
  background-color: #555555;
  padding-top: 10px;
  height: 39px !important;
  border-bottom: 1px dotted #cccccc;
}
.dropdown-menu li:last-of-type {
  border-bottom: 0px !important;
}
.dropdown-menu li a {
  color: #ffffff !important;
  text-transform: uppercase !important;
  font-family: 'gothammedium', Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.submenuMobile {
  padding-left: 40px;
}
.submenuMobile a {
  font-size: 22px;
}

/* FI MENU AMB DROPDOWN ------ */




@media screen and (max-width: 1003px) {
  div.navbar-collapse {
      float: none;
  }
  }

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: auto;
    *width: 12.4%; /* IE7 Hack */
    _width: 11%; /* IE6 Hack */
  }
}

.nav-collapse a {
  text-decoration: none;
  width: 100%;
  padding: 0;
  float: left;
}


.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}




/* ------------------------------------------
  media cueris
--------------------------------------------- */



 .nav-collapse a {
    float: left;
    text-align: left;
   font-family: Arial, Helvetica, sans-serif;
    color: #786854; 
    font-size: 18px;
    padding: 10px 15px 10px 15px; 
    line-height: 20px;
    margin-top: -10px;
  }

 .nav-collapse a:hover {
background-color: #e4732b;
color:#000000!important;
  }

@media (min-width: 1002px) and (max-width: 1165px) {

 .nav-collapse a {
    margin: 0;
    padding: 0em;
    float: left;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #786854; 
    text-transform: uppercase;
    font-size: 15px;
    margin-right: 15px;
    margin-left: 15px; 
    line-height: 20px;
  }

.col-sm-0  {
    display:none;
  }  
}


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

 .buscar, .idiomas, .compras,  .col-xs-0, .borrar {
    display:none;
  }

}


@media screen and (min-width: 1002px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }  

}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 55px;
  float: center;
}

.nav-toggle:before {
  color: #848383; /* Edit this to change the icon color */
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 80px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  margin-top: 25px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-size: 80px;
  content:"x";
}


.separ{
  display: inline-block;
  margin: 0 8px 0 8px;
  border-right: 1px solid #aeadac;
  height: 12px;
}


a.menuSelected {
  color: rgba(255,255,255,0.6)!important;
  font-weight: bold !important;
}
a.menuSelected:hover {
  color: white !important;
}
