/* NAVBAR PC */
.navbarMain {
  width: 100%;
  height: 165px;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all .3s ease;
}

.navbarHeader {
  width: 100%;
  height: 50px;
  padding: 0 0 0 0;
  position: relative;
  transition: all .3s ease;
}

.navbarContacto {
  width: 60%;
  height: 50px;
  padding: 0 5% 0 35%;
  text-align: left;
  background: #878686;
  background-color: #878686;
  float: left;
  transition: all .3s ease;
}
.navbarContacto ul {
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
  line-height: 50px;
}
.navbarContacto ul li {
  padding: 0 5px 0 5px;
  display: inline-block;
  position: relative;
  transition: all .3s ease;
}
.navbarContacto ul li:nth-child(1)::after {
  content: '';
  width: 2px;
  height: 15px;
  background: #ffffff;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: -3px;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}
.navbarContacto ul li a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  font-style: normal;
  transition: all .3s ease;
}
.navbarContacto ul li a:hover , .navbarContacto ul li a:focus , .navbarContacto ul li a:active {
  color: #00305a;
}

.navbarLogin {
  width: 15%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #4289d5;
  background-color: #4289d5;
  float: left;
  transition: all .3s ease;
}
.navbarLogin ul {
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
  line-height: 50px;
}
.navbarLogin ul li {
  padding: 0 5px 0 5px;
  display: inline-block;
  transition: all .3s ease;
  position: relative;
}
.navbarLogin ul li:nth-child(1)::after {
  content: '';
  width: 2px;
  height: 15px;
  background: #ffffff;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  transform: skew(-20deg);
  margin: auto;
  transition: all .3s ease;
}
.navbarLogin ul li a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  transition: all .3s ease;
}
.navbarLogin ul li a:hover , .navbarLogin ul li a:focus , .navbarLogin ul li a:active {
  color: #00305a;
}

.navbarCarrito {
  width: 25%;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 2%;
  text-align: left;
  background: #00305a;
  background-color: #00305a;
  float: left;
  transition: all .3s ease;
}

.navbarCarrito ul {
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
  line-height: 50px;
}
.navbarCarrito ul li {
  padding: 0 5px 0 5px;
  display: inline-block;
  position: relative;
  transition: all .3s ease;
}
.navbarCarrito ul li a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  font-style: normal;
  transition: all .3s ease;
}
.navbarCarrito ul li a:hover , .navbarCarrito ul li a:focus , .navbarCarrito ul li a:active {
  color: #4289d5;
}
.navbarCarrito ul li a img {
  position: absolute;
  top: -5px;
  right: -25px;
  bottom: 0;
  margin: auto;
}

.navbarOptions {
  width: 100%;
  height: 65px;
  padding: 0 0 0 0;
  position: relative;
  transition: all .3s ease;
}

.navbarLogo {
  width: 35%;
  height: 60px;
  float: left;
  position: relative;
  transition: all .3s ease;
}
.navbarLogo img {
  max-height: 40px;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  margin: auto;
  transition: all .3s ease;
}
.navbarPage {
  width: 65%;
  height: 65px;
  float: left;
  padding: 0 0 0 5%;
  position: relative;
  transition: all .3s ease;
}
.navbarPage ul {
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
  line-height: 65px;
}
.navbarPage ul li {
  padding: 0 50px 0 50px;
  display: inline-block;
  position: relative;
  transition: all .3s ease;
}
.navbarPage ul li a {
  font-size: 16px;
  color: #5d5e5d;
  font-weight: bold;
  font-style: normal;
  position: relative;
  transition: all .3s ease;
}
.arrow {
  position: relative;
  top: 0;
  right: -10px;
  margin: auto;
}
.navbarPage ul li a:hover , .navbarPage ul li a:focus , .navbarPage ul li a:active {
  color: #4289d5;
}

.navbarProducts {
  width: 80%;
  height: 400px;
  padding: 35px 1% 0 1%;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  background: #ffffff;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -400px;
  margin: auto;
  z-index: 5;
  -webkit-box-shadow: -1px 0px 12px -1px rgba(0,0,0,0.42);
  -moz-box-shadow: -1px 0px 12px -1px rgba(0,0,0,0.42);
  box-shadow: -1px 0px 12px -1px rgba(0,0,0,0.42);
  display: none;
}
.navbarProducts h1 {
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}
.navbarProducts h1 a {
  color: #414141;
  transition: all .3s ease;
}
.navbarProducts h1 a:hover , .navbarProducts h1 a:focus , .navbarProducts h1 a:active {
  color: #4289d5;
}
.navbarProducts ul li a {
  font-size: 14px;
  color: #878686;
  transition: all .3s ease;
}
.navbarProducts ul li a:hover , .navbarProducts ul li a:focus , .navbarProducts ul li a:active {
  color: #4289d5;
}

.closeProductList {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #414141;
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  position: absolute;
  top: 15px;
  right: 15px;
  margin: auto;
  z-index: 5;
  transition: all .3s ease;
}
.closeProductList:hover , .closeProductList:focus , .closeProductList:active {
  color: #4289d5;
}

.navbarPerfil {
  width: 100%;
  height: 20px;
  padding: 0 17% 0 20%;
  text-align: right;
  transition: all .3s ease;
}
.navbarPerfil a {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  color: #4289d5;
  transition: all .3s ease;
}
.navbarPerfil a span {
  margin: 0 0 0 10px;
}
.navbarPerfil a:hover, .navbarPerfil a:active, .navbarPerfil a:focus {
  color: #00305a;
}

.navbarFinder {
  width: 60%;
  height: 50px;
  padding: 0 0 0 0;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .3s ease;
}

.finderLabel {
  width: 25%;
  height: 45px;
  text-align: center;
  background: #4289d5;
  background-color: #4289d5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}
.finderLabel h1{
  font-size: 16px;
  font-weight: 200;
  font-style: normal;
  color: #ffffff;
  line-height: 45px;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.finderField {
  width: 75%;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}

.finderInner {
  width: 100%;
  height: 100%;
  position: relative;
}

.finderInput {
  width: 93%;
  height: 100%;
  padding: 0 15px 0 15px!important;
  background: #ffffff!important;
  background-color: #ffffff!important;
  border: 0px solid #4289d5!important;
  float: left;
  /*overflow: hidden;*/
  position: relative;
  transition: all .3s ease;
}
.navbarFinder div.input-field {
  margin: 0 0 0 0!important;
}
.finderInput input {
  margin: 0 0 0 0!important;
}

.finderButton {
  width: 7%;
  height: 100%;
  float: left;
  position: relative;
}
.btnFinderNavbar {
  width: 100%!important;
  height: 100%!important;
  position: absolute!important;
  top: 0;
  right: 0;
  line-height: 45px;
  text-align: center;
  color: #4289d5;
  border: 1px solid #4289d5;
  background: #ffffff;
  background-color: #ffffff;
  transition: all .3s ease;
}
.btnFinderNavbar:hover , .btnFinderNavbar:active , .btnFinderNavbar:focus {
  background: #4289d5;
  background-color: #4289d5;
  color: #ffffff;
}
/*  */

/* NAVBAR RESPONSIVE */
.navbarResponsive {
  width: 100%;
  height: 50px;
  background: #383838!important;
  background-color: #383838!important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  z-index: 1000;
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.38);
  -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.38);
  box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.38);
  transition: all .3s ease;
}

.navbarHamb {
  width: 50px;
  height: 40px;
  padding: 0 0 0 0;
  position: absolute;
  top: 0;
  left: 3%;
  bottom: 0;
  margin: auto;
  border: 1px solid #ffffff;
  transition: all .3s ease;
}
.navbarHamb div {
  width: 35px;
  height: 2px;
  background: #ffffff;
  background-color: #ffffff;
  margin: 8px auto;
  transition: all .3s ease;
}

.navbarHamb:hover ,
.navbarHamb:focus {
  border: 1px solid #4289d5;
}

.navbarHamb:hover div,
.navbarHamb:focus div {
  background: #4289d5;
  background-color: #4289d5;
  border: 1px solid #4289d5;
}

.navbarFooter {
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  z-index: 1000;
  -webkit-box-shadow: 1px -3px 5px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px -3px 5px 1px rgba(0,0,0,0.3);
  box-shadow: 1px -3px 5px 1px rgba(0,0,0,0.3);
  transition: all .3s ease;
}
.navbarFooter a {
  width: 100%;
  height: 50px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  line-height: 50px;
  background: #00305a;
  background-color: #00305a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}
.navbarFooter a img {
  max-width: 100%;
  height: auto;
}
.navbarFooter a span {
  margin: 0 0 0 10px;
}
.navbarFooter a:hover , .navbarFooter a:focus , .navbarFooter a:active {
  background: #4289d5;
  background-color: #4289d5;
}

.noShadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*  */

/* Sidebar Main */
.sidebarMain {
  width: 100%;
  height: 0;
  background: #ffffff;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 998;
  display: none;
}
.sidebarInner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 0 0 0;
}
.sidebarContent {
  width: 100%;
  position: absolute;
  bottom: 2px;
  top: 50px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 75px 0 0 0;
  text-align: center;
  transition: all .3s ease;
}
.sidebarContent ul li {
  line-height: 75px;
}
.sidebarContent ul li a {
  color: #5d5e5d;
  font-weight: bold;
  font-style: normal;
  font-size: 40px;
  transition: all .3s ease;
}
.sidebarContent ul li a.activePage , .sidebarContent ul li a:hover ,
.sidebarContent ul li a:focus {
  color: #4289d5;
}


.sidebarFinder {
  width: 100%;
  height: 45px;
  position: absolute;
  padding: 0 0 0 0;
  top: 50px;
  right: 0;
  left: 0;
  display: none;
  margin: auto;
}

.finderLabelSidebar {
  width: 25%;
  height: 45px;
  text-align: center;
  background: #4289d5;
  background-color: #4289d5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}
.finderLabelSidebar h1{
  font-size: 16px;
  font-weight: 200;
  font-style: normal;
  color: #ffffff;
  line-height: 45px;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}

.finderFieldSidebar {
  width: 75%;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  transition: all .3s ease;
}

.finderInnerSidebar {
  width: 100%;
  height: 100%;
  position: relative;
}

.finderInputSidebar {
  width: 93%;
  height: 100%;
  padding: 0 15px 0 15px!important;
  background: #ffffff!important;
  background-color: #ffffff!important;
  border: 1px solid #4289d5!important;
  float: left;
  position: relative;
  transition: all .3s ease;
}
.sidebarFinder div.input-field {
  margin: 0 0 0 0!important;
}
.finderInputSidebar input {
  margin: 0 0 0 0!important;
  border: none!important;
}

.finderButtonSidebar {
  width: 7%;
  height: 100%;
  float: left;
  position: relative;
}
.btnFinderSidebar {
  width: 100%!important;
  height: 100%!important;
  position: absolute!important;
  top: 0;
  right: 0;
  line-height: 45px;
  text-align: center;
  color: #4289d5;
  border: 1px solid #4289d5;
  background: #ffffff;
  background-color: #ffffff;
  transition: all .3s ease;
}
.btnFinderSidebar:hover , .btnFinderSidebar:active , .btnFinderSidebar:focus {
  background: #4289d5;
  background-color: #4289d5;
  color: #ffffff;
}
/*  */

/* SIDEBAR FOOTER */
.sidebarFooter {
  width: 100%;
  height: 2px;
  background: #ffffff;
  background-color: #ffffff;
  position: absolute;
  padding: 0 0 0 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
/*  */

/* PÁGINA ACTIVA */
.activePage {
  color: #4289d5!important;
}
.activePage1 {
  color: #00305a!important;
}
/*  */
