@font-face {
  font-family: "Helvetica", sans-serif;
  src: url(/fonts/Helvetica-01.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica-light", sans-serif;
  src: url(/fonts/Helvetica-LightOblique-06.woff) format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "Helvetica-bold", sans-serif;
  src: url(/fonts/Helvetica-Black-Black.woff) format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica-black", sans-serif;
  src: url(/fonts/Helvetica-Black-Black.woff) format("woff");
  font-weight: 800;
}
p {
  font-family: "Helvetica", sans-serif;
  line-height: 1.6;
  color: #343333;
}

.breadcrumb {
  background-color: #F1F1F1;
}
.breadcrumb .breadcrumb-wrapper {
  font-family: "Helvetica-light", sans-serif;
}
.breadcrumb .breadcrumb-wrapper .categoria1 a {
  color: #797979;
  text-decoration: none;
}
.breadcrumb .breadcrumb-wrapper .categoria1 a:hover {
  color: #2B3676;
}
.breadcrumb .breadcrumb-wrapper .is-active {
  color: #2B3676;
}

.hero .hero-head .navbar {
  padding: 10px;
  width: 100%;
  background-color: #2B3676;
  position: fixed;
  /* TABLET **portrait */
  /* TABLET  landscape */
  /* ipad mini*/
  /* Mobile landscape *** */
  /* Mobile Portrait **/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .hero .hero-head .navbar {
    position: relative;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
  .hero .hero-head .navbar {
    position: relative;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .hero .hero-head .navbar {
    position: relative;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .hero .hero-head .navbar {
    position: relative;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hero .hero-head .navbar {
    position: relative;
  }
}
.hero .hero-head .navbar .container .brand {
  display: flex;
  align-items: center;
}
.hero .hero-head .navbar .container .brand .brand-item .logo-imagen {
  width: 80%;
}
.hero .hero-head .navbar .container .brand .brand-item .logo-texto {
  font-family: "Helvetica", sans-serif;
  font-weight: 600;
  color: #fff;
}
.hero .hero-head .navbar .container .brand .navbar-burger {
  color: #DFDFEC;
}
.hero .hero-head .navbar .container .navbar-menu {
  background-color: transparent;
}
.hero .hero-head .navbar .container .navbar-menu .navbar-end .texto-menu {
  font-family: "Helvetica-light", sans-serif;
  color: #fff;
  text-decoration: none;
}
.hero .hero-head .navbar .container .navbar-menu .navbar-end .texto-menu:hover {
  color: #797979;
  background-color: transparent;
}
.hero .hero-head .navbar .container .navbar-menu .navbar-end .navbar-item .button {
  border: none;
  transition: all, 1s;
  text-decoration: none;
}
.hero .hero-head .navbar .container .navbar-menu .navbar-end .navbar-item .button:hover {
  background-color: #2B3676;
  color: #fff;
}
.hero .hero-head .navbar .container .navbar-menu .navbar-end .navbar-item .button span {
  font-family: "Helvetica", sans-serif;
}
.hero .hero-head .navbar .container .navbar-menu .navbar-end .navbar-item .button span:hover {
  color: #fff;
}/*# sourceMappingURL=navbar.css.map */