.nav-border {
  /*border: 1px solid blue;*/
}


#navbarPc {
    position: relative;
    z-index: 5;
}

.productosClose {
    font-size: 33px;
    color: #ffffff;
    position: absolute;
    top: 200px;
    right: 50px;
    z-index: 10;
}
.productosClose:hover,
.productosClose:active,
.productosClose:focus {
    color: #e61e2a;
}


.productosFull {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -350%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    display: none;
}
.productosFull::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000;
    background-color: #000000;
    opacity: 0.7;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.productosFullInner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 0 0 0;
}

.productosFullContent {
  width: 100%;
  position: absolute;
  bottom: 2px;
  top: 130px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 75px 15% 0 15%;
  text-align: left;
  transition: all .3s ease;
}

.productosFullFooter {
  width: 100%;
  height: 2px;
  position: absolute;
  padding: 0 0 0 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

nav {
  color: black !important;
  background-color: white !important;
  width: 100%;
  height: 130px!important;
  line-height: 58px;

  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.navbar-enlaces {
  /*padding-left: 20%;
  padding-left: 15%;
  /*display: flex;
  align-items: center;*/
}

nav ul a {
  color: black !important;
  font-family: 'Circular-std-book' !important;
  /*vertical-align: baseline !important;*/
  /*border: 1px solid red;*/
  display: flex;
  margin-right: 38px;
}

nav ul li a:hover {
  background-color: transparent !important;
}

.navbar-borde:hover {
  border-bottom: 3px solid #e61e2a;
}
.navbar-activo {
  border-bottom: 3px solid #e61e2a;
}

.navbar-margen {
  border: 1px solid black;
  line-height: 30px !important;
  margin-top: 13px !important;
  border-bottom: 1px solid black !important;
}

.navbar-margen:hover {
  background-color: #e61e2a !important;
  color: white !important;
  border: 1px solid #e61e2a;
}

.navbar-logo img {
  max-width: 120px;
  margin-left: 40%;
  margin-top: 35px;
}

.navbar-telefono {
  /*border: 1px solid blue;*/
  height: 40px !important;
  width: 50%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: 'Circular-std-book';
  color: #c4c4c2 !important;
  margin-left: 8%;
}

.navbar-telefono p {
  padding-right: 24px;
}

.navbar-telefono img {
  transform: scale(0.8);
}

/*
.navbar-telefono::after {
  padding-top: 15px;
  content: url('/img/telefono.png');
  transform: scale(0.7);


}*/

/*
.dropdown-content {
  background-color: rgba(67, 67, 63, 0.6);
  margin: 0;
  display: none;
  min-width: 200px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}*/

/*
.dropdown-content a {
  color: white !important;
  font-family: 'Circular-std-book' !important ;
  font-size: 13px !important;
}

.dropdown-content span {
  color: #e61e2a !important;
}

.dropdown-content a:hover {
  background-color: transparent !important;
}

.dropdown-content li:hover {
  background-color: transparent !important;
}
*/

.dropdown {
  position: relative;
  /*display: inline-block;*/
  display: block;
}

.dropdown-contenido {
  display: none;
  position: absolute;
  background-color: rgba(67, 67, 63, 0.6);
  min-width: 230px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  /*padding: 12px 16px;*/
  z-index: 1001;
  line-height: 2.3;
}

.dropdown-contenido::after,
.dropdown-contenido::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 25%;
  margin-left: -10px;
  border: 10px solid transparent;
  height: 0;
  color: red;
}

.dropdown-contenido::after {
  border-bottom-color: rgba(67, 67, 63, 0.6);
}

.dropdown-contenido::before {
  margin-left: -13px;
  border: 13px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.dropdown:hover .dropdown-contenido {
  display: block;
  border-bottom: none !important;
}

.submenu-titulo {
  color: #e61e2a !important;
  letter-spacing: 0.3em !important;
}
.submenu-enlaces {
  color: white !important;
  font-family: 'Circular-std-book' !important;
  font-size: 13px!important;
}
.submenu-enlaces::before {
    content: '\025ba';
    color: #e61e2a !important;
    /*border: 1px solid white;*/
    margin-left: -16px;
}
.productosList {
    width: 100%;
    height: auto;
    padding: 0 15px 0 25px;
    text-align: left;
}
.productosList ul li {
    line-height: 35px;
}
/* Responsive Large */
@media screen and (min-width: 2250px) {
}
/*  */

/* Responsive */
@media screen and (max-width: 1930px) {
}

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

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

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

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

@media screen and (max-width: 1500px) {
    .productosFullContent {
      padding: 50px 13% 0 13%;
    }
}

@media screen and (max-width: 1400px) {
    .productosFullContent {
      padding: 50px 12% 0 12%;
    }
}

@media screen and (max-width: 1300px) {
  .navbar-enlaces {
    padding-left: 0%;
  }

  nav ul a {
    font-size: 13px;
  }

  .productosFullContent {
    padding: 50px 11% 0 11%;
  }
}

@media screen and (max-width: 1200px) {
  .navbar-enlaces {
    padding-left: 0%;
  }

  nav ul a {
    font-size: 13px;
  }

  .productosFullContent {
    padding: 50px 50px 0 50px;
  }
}

@media screen and (max-width: 1100px) {
  .navbar-enlaces {
    padding-left: 0%;
  }

  nav ul a {
    font-size: 13px;
  }
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 320px) {
}
/*  */
