header .abre-menu{
  color: #6c6c6c;
  font-size: 2em;
  cursor: pointer;
  display: inline-block;
}
header .abre-menu .text-menu{
  font-size: 12px;
  margin-left: -4px;
  margin-top: -8px;
  text-transform: uppercase;
}
#abre-new-menu{
  opacity: 1;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
#abre-new-menu span{
  font-size: 2.2em;
  margin-top: 5px;
  color: #000;
}
#abre-new-menu:hover{
  cursor: pointer;
  opacity: 1;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
nav.scrolled #abre-new-menu{
  opacity: 1;
}
.texto-menu{
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
nav.scrolled #abre-new-menu:hover .texto-menu{
  color: #e52525;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
nav.scrolled #abre-new-menu span{
  color: #e52525;
}
header.fixed #logo{
  padding-top: 0px;
  padding-bottom: 0px;
}
header.fixed .abre-menu{
  font-size: 1.5em;
}
header.fixed .abre-menu .text-menu{
  font-size: 10px;
}
header.fixed #logo img{
  max-width: 90px;
}
#abre-new-menu .texto-menu{
  font-size: .8em;
  color: #FFF;
  margin-top: -10px;
  text-transform: uppercase;
  margin-left: -2.5px;
}
nav.scrolled #abre-new-menu .texto-menu{
  color: #888;
}
#new-menu{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: 9999;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  font-size: .9em;
  opacity: 0;
}
#new-menu::before{
  content: "";
  position: absolute;
  z-index: 88;
  bottom: 0;
  left: 100%;
  right: -300%;
  top: 0;
  opacity: 0;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#new-menu.active{
  right: 80%;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  opacity: 1;
}
#new-menu.active::before{
  opacity: .75;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
#cierra-menu{
  display: none;
  position: fixed;
  top: 33px;
  left: 220px;
  z-index: 999;
  color: #999;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

#cierra-menu .texto-cierra-menu{
  font-size: .8em;
  margin-top: -5px;
  text-transform: uppercase;
  margin-left: -5px;
}

#cierra-menu span{
  font-size: 3em;
}

#cierra-menu:hover{
  cursor: pointer;
  color: #000;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

#new-menu #ftco-nav{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 130px;
}

#new-menu #ftco-nav li a{
  border-top: solid 1px #eaeaea;
  color: #000 !important;
  padding: 0.5rem 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  padding-left: 20px;
}

#new-menu #ftco-nav li a:hover{
  background: #dddddd;
  color: #000 !important;
}

#new-menu #ftco-nav li:last-child a{
  border-bottom: solid 1px #eaeaea;
}

.inicio-sesion{
  position: absolute;
  right: 300px;
}

.inicio-sesion a{
  color: #FFF;
  border: solid 1px #FFF;
  padding: 10px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.inicio-sesion a:hover{
  border: solid 1px #e52525;
  background: #e52525;
  color: #FFF;
}

nav.scrolled .inicio-sesion a{
  border: solid 1px #e52525;
  background: transparent;
  color: #e52525;
}

nav.scrolled .inicio-sesion a:hover{
  background: #e52525;
  color: #FFF;
}

.inicio-sesion .icon-user{
  margin-left: 10px;
}

header.fixed{
  position: fixed;
  top: 0;
  background: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

header.fixed .logo{
  margin-top: 0;
}

header.fixed #abre-new-menu{
  color: #000;
  opacity: 1;
  margin-top: 0px;
}

ul.sub-menu{
  display: none;
  margin: 0;
  padding: 0;
  font-size: .9em;
  background: #f0f0f0;
}

ul#ftco-nav li{
  position: relative;
}

ul#ftco-nav li .fa-angle-down, ul#ftco-nav li .fa-angle-up{
  position: absolute;
  background: #FFF;
  border-left: solid 1px #ccc;
  padding-left: 24px;
  padding-right: 24px;
  right: 0;
  top: 1px;
  color: #000;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  line-height: 42px;
}

ul#ftco-nav li .fa-angle-up{
  display: none;
}

ul#ftco-nav li i.fa-angle-down:hover , ul#ftco-nav li i.fa-angle-up:hover{
  background: #dddddd;
  color: #000;
  border-left: solid 1px #fff;
  cursor: pointer;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

#new-menu #ftco-nav ul.sub-menu li a{
  color: #000;
}

#new-menu #ftco-nav ul.sub-menu li a:hover{
  background: #dddddd;
  color: #000 !important;
}

header #carro{
  cursor: pointer;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

header #carro:hover{
  box-shadow: 0px 2px 7px rgb(0 0 0 / 30%);
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

header.fixed #carro{
  top: 18px !important;
}

#contiene-carro{
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  right: 0;
  z-index: 999999;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(265deg, rgba(0,0,0,0.8494748241093313) 0%, rgba(0,0,0,0.3200630594034489) 100%);
  background: -webkit-linear-gradient(265deg, rgba(0,0,0,0.8494748241093313) 0%, rgba(0,0,0,0.3200630594034489) 100%);
  background: linear-gradient(265deg, rgba(0,0,0,0.8494748241093313) 0%, rgba(0,0,0,0.3200630594034489) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  overflow: hidden;
}

#contiene-carro.activo{
  left: 53%;
  transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
}

#contiene-carro .cont{
  position: fixed;
  right: -300px;
  top: 30px;
  bottom: 10px;
  z-index: 9999999;
  transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  opacity: 0;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #eaeaea;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}


#contiene-carro .cont .primero, #contiene-carro .cont .segundo{
  background: #FFF;
  width: 600px;
  padding: 15px;
  margin-bottom: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

#contiene-carro .cont .segundo{
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  bottom: 0;
}

#contiene-carro.activo .cont{
  right: 30px;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  opacity: 1;
}

#contiene-carro .cierra-carro{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}


#contiene-carro .cont .primero{
  max-height: 537px;
  overflow-x: hidden;
}

#contiene-carro .cont .segundo .btn-primary{
  background: #e52525;
  color: #FFF;
  border-color: #b61616;
  float: right;
}

#contiene-carro .cont .segundo table{
  margin-top: 0;
  font-size: 1.2em;
  border-bottom: solid 1px #eaeaea;
  margin-bottom: 15px;
}

#contiene-carro .cont .segundo table tr th:nth-child(2){
  text-align: right;
}

#contiene-carro .cont .segundo table th{
  border-top: none;
}

#contiene-carro .cont table{
  margin-top: 10px;
  font-size: .8em;
  margin-bottom: 0;
}

#contiene-carro .cont table thead tr th{
  background: #eaeaea;
}

#contiene-carro .cont table thead tr th:nth-child(6){
  text-align: center;
}

#contiene-carro .cont table tbody tr td:nth-child(6){
  text-align: center;
}

#contiene-carro .cont table tbody tr td:nth-child(6) i{
  cursor: pointer;
}

@media (max-width: 900px) {
  ul#ftco-nav li .fa-angle-down, ul#ftco-nav li .fa-angle-up{
    line-height: 46px;
  }
  .inicio-sesion{
    right: 100px;
  }
  .inicio-sesion .icon-user{
    margin-left: 0px;
  }
  .text-ini{
    display: none;
  }
  #new-menu.active{
    left: 0%;
  }
  nav.navbar#ftco-navbar{
    padding: 10px 30px;
  }
  #cierra-menu{
    top: 28px;
    right: 22px;
    left: auto;
  }
  #new-menu.active{
    right: 0;
  }
  #new-menu #ftco-nav li a{
    font-size: 1.2em;
  }
}
