.barra-superior{
  background: #120f2e;
  color: #fff;
  padding: 0px;
  opacity: .9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  overflow: hidden;
}

.barra-superior a{
  color: #FFF;
  padding: 17px 30px;
  font-size: 14px;
  display: inline-block;
}

.barra-superior a.tienda{
  background: #6c757d;
}

.barra-superior a.tienda i{
  margin-right: 0px;
  margin-left: 5px;
}

.barra-superior a i{
  margin-right: 5px;
}

.barra-superior a:nth-child(2){
  border-left: solid 1px rgba(255,255,255,0.5);
}

.barra-superior a:hover{
  background: #33323d;
}

.barra-superior ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.barra-superior ul li{
  margin: 0;
  padding: 0;
  display: inline-block;
}

header{
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  z-index: 99;
}

header nav{
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
  transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}

header nav ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

header nav ul li{
  display: inline-block;
  margin: 0px 3%;
  padding: 0px;
}

header nav a{
  background: #EC6618;
  opacity: .8;
  color:rgba(255,255,255,.7);
  padding: 7px 30px;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-top: 20px;
}

header nav .logo{
  display: inline-block;
  margin: 0px 3%;
  transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  max-width: 250px;
}

header nav .logo a{
  background: transparent;
  opacity: 1;
  border: none;
}

header nav a:hover{
  color:rgba(255,255,255,1);
}

#logo{
  padding: 15px;
  background: #FFF;
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#logo:hover{
}

#logo img{
  max-width: 160px;
  transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}

.sombra{
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  height: 250px;
  background: rgb(0,0,0);
  background: -webkit-linear-gradient(rgba(0,0,0,0.80015756302521) 0%, rgba(0,0,0,0) 78%);
  background: -o-linear-gradient(rgba(0,0,0,0.80015756302521) 0%, rgba(0,0,0,0) 78%);
  background: linear-gradient(rgba(0,0,0,0.80015756302521) 0%, rgba(0,0,0,0) 78%);
  z-index: 9;
  transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}

header.achica .logo{
  max-width: 160px;
  transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  margin-top: 0;
}

.sombra.achica{
  height: 150px;
  transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}

.logo{
  max-width: 200px;
  margin-left: 130px;
  margin-top: 20px;
  float: left;
  transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}

nav{
  float: right;
  margin-top: 20px!important;
  padding-right: 130px;
}

header nav ul{
  margin-top: 0px;
}

header nav ul li{
  margin: inherit;
  margin-left: 25px;
  margin-top: 0 !important;
}

header nav a{
  background: transparent;
  padding: 0px 10px;
  font-size: 1.1em;
  opacity: 1;
}

#slider .carousel-item img{
  min-height: 70vh;
  width: 100% !important;
}

header.achica{
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

header.achica ul li a{
  color: #333;
}

header.achica img{
  max-width: 115px !important;
}

header.achica nav a{
  margin-top: 0px;
}

header.achica nav a:hover{
  background: none;
  color: #000;
}

header.achica #logo{
  padding: 5px;
}

#menu{
  display: none;
}

#abremenu{
  display: none;
}

body{
  font-family: 'Open Sans', sans-serif;
}

header.achica nav{
  margin-top: 25px !important;
  transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}

@media (max-width: 1440px) {
  #logo{
    max-width: 190px;
  }
}

@media (max-width: 768px) {
  .logo{
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
  }
  .carousel-indicators{
    z-index: 7 !important;
  }
  #logo img{
    max-width: 160px;
  }
  header.achica .logo{
    max-width: 100%;
    margin-top: 20px;
  }
  body.gracias section#slider img{
    min-height: 100vh;
  }
  .barra-superior a span{
    display: none;
  }
  header nav ul li{
    display: none !important;
  }
  header{
    top: 0px;
  }
  #logo{
    max-width: 250px;
    padding: 10px;
  }
  .barra-superior a{
    padding: 19px 18px;
    font-size: 13px;
    border-left: solid 1px rgba(255,255,255,.5);
  }
  .barra-superior a i{
    margin-left: 0;
    margin-right: 0;
  }
  header.achica nav{
    margin-top: 30px;
  }
}

@media (max-width: 468px){

  #abremenu{
    display: block;
    position: fixed;
    top: 40px;
    right: 45px;
    z-index: 100;
    cursor: pointer;
  }
  #cierramenu{
    position: fixed;
    top: 45px;
    right: 48px;
    z-index: 100;
    cursor: pointer;
  }
  #menu{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    text-align: center;
    padding-top: 45%;
    display: none;
  }
  .sombra{
    height: 150px;
  }
  #menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 70%;
    margin: auto;
  }

  #menu ul li{
    margin: 0;
    padding: 15px 0px;
    font-size: 1.3em;
    border-bottom: solid 1px #ccc;
  }

  #menu ul li:last-child{
    border-bottom: none;
  }

  #menu ul li a{
    color: #000;
  }
  .barra-superior{
    top: inherit;
    bottom: 0;
  }
  .barra-superior ul li:nth-child(1){
    display: none;
  }

  header.achica{
    box-shadow: none;
    background: none;
  }

}
