@charset "UTF-8";
@font-face {
  font-family: 'LatoRegular';
  src: url('../fonts-web/LatoRegular.eot');
  src: url('../fonts-web/LatoRegular.eot') format('embedded-opentype'), url('../fonts-web/LatoRegular.woff2') format('woff2'), url('../fonts-web/LatoRegular.woff') format('woff'), url('../fonts-web/LatoRegular.ttf') format('truetype'), url('../fonts-web/LatoRegular.svg#LatoRegular') format('svg');
}
.animacion {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s ;
}
.animacion2 {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s ;
}
.cover {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contain {
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
* {
  font-family: "LatoRegular", Arial;
  font-size: 13px;
}
a {
  text-decoration: none;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
}
.sinpadding [class*="col-"] {
  padding: 0;
}
.con-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.container,
.container-fluid,
.row {
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}
header {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  top: 0;
  padding-bottom: 0;
}
header .bt-menu {
  position: absolute;
  right: 5%;
  width: 50px;
  height: 50px;
  text-align: center;
  top: 30px;
}
header .bt-menu .fa-bars {
  font-size: 35px;
  text-align: center;
  color: #0052A0;
  margin-top: 10px;
  cursor: pointer;
}
header .cuadro-gris {
  margin: 0 auto;
  width: 300px;
  border-radius: 3px;
  padding: 4px 0;
}
header .fondo-gris {
  background-image: url('../images/img-back-menu-gris.png');
  background-repeat: repeat-x;
}
header .caja-menu {
  background-color: #000;
}
header .caja-menu .cuadro-gris-interno {
  margin: 0 auto;
  width: 300px;
  border-radius: 3px;
  padding: 4px 0;
}
header .caja-menu .bt-cerrar {
  position: absolute;
  right: 0px;
  display: block;
  cursor: pointer;
  height: 50px;
  width: 60px;
  text-align: center;
}
header .caja-menu .bt-cerrar .fa-times {
  font-size: 30px;
  line-height: 50px;
  margin: 0px auto;
  color: #fff;
}
header .caja-menu .menu-fondo {
  height: 100vh;
  display: none;
  background-color: rgba(0, 81, 160, 0.95);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 20;
  left: 0;
}
header .caja-menu .menu-fondo hr {
  margin: 30px 0px;
}
header .caja-menu .menu-fondo .barra-izq {
  border-right: 1px solid #FFF;
}
header .caja-menu .menu-fondo .separador-superior {
  margin-top: 3%;
}
header .caja-menu .menu-fondo .texto-blanco {
  margin-top: 7%;
  display: block;
  text-align: center;
  color: #FFF;
}
header .caja-menu .menu-fondo .circulo {
  background-color: #FFF;
  border-radius: 50px;
  padding-top: 10px;
  height: 70px;
  width: 70px;
  margin: 0px auto;
  display: block;
}
header .caja-menu .menu-fondo .circulo .img-responsive {
  width: 70%;
  margin: 0px auto;
}
header .caja-menu .menu-fondo .titulo {
  margin: 13px 0px;
  color: #FFF;
  font-size: 13px;
  text-align: left;
  display: block;
  text-transform: uppercase;
}
header .caja-menu .menu-fondo .enlace {
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #FFF;
  text-align: left;
}
header .caja-menu .menu-fondo .separador-inferior {
  margin-bottom: 60px;
}
.home {
  /*.owl-home{
        display: block;
        width: 100%;
        height: 100vh;*/
  /*}*/
}
.home .azul {
  color: #0427C1;
}
.home .rojo {
  color: #F60900;
}
.home .morado {
  color: #920157;
}
.home .verde {
  color: #4ABA55;
}
.home .bold {
  font-weight: bold;
}
.home .text-30 {
  font-size: 30px;
}
.home .logosoft {
  position: absolute;
  top: 85vh;
  left: 15%;
  width: 150px !important;
  cursor: pointer;
}
.home ul {
  list-style: none;
}
.home .caja-nombre-categoria {
  position: absolute;
  left: 10%;
  top: 30%;
  z-index: 4;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s ;
}
.home .caja-nombre-categoria .fa-plus-circle {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.home .caja-nombre-categoria .titulo-texto-categoria {
  font-size: 60px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.home .caja-nombre-categoria .titulo-texto-categoria .fa {
  font-size: 20px;
}
.home .caja-nombre-categoria .titulo-texto-categoria .fa:hover {
  font-size: 30px;
}
.home .caja-nombre-categoria .bt-ver-productos {
  text-decoration: none;
  font-size: 30px;
  text-align: right;
  display: block;
  color: #000;
  top: -55px;
  position: relative;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.home .caja-nombre-categoria .bt-ver-productos .fa-plus-circle {
  font-size: 20px;
}
.home .caja-imagen-superior,
.home .caja-imagen-inferior {
  position: absolute;
  width: 400px;
  height: 200px;
  z-index: 4;
}
.home .caja-imagen-superior a,
.home .caja-imagen-inferior a {
  text-decoration: none;
}
.home .caja-imagen-superior a:hover,
.home .caja-imagen-inferior a:hover {
  text-decoration: none;
}
.home .caja-imagen-superior .texto-superior,
.home .caja-imagen-inferior .texto-superior {
  text-decoration: none;
  color: #000;
}
.home .caja-imagen-superior .caja-imagen,
.home .caja-imagen-inferior .caja-imagen {
  width: 100%;
  height: 200px;
  display: block;
  border: 5px solid #FFF;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.home .caja-imagen-superior .caja-imagen img,
.home .caja-imagen-inferior .caja-imagen img {
  width: 100%;
}
.home .caja-imagen-superior:hover .caja-imagen,
.home .caja-imagen-inferior:hover .caja-imagen {
  border: 5px solid #D43A35;
}
.home .caja-imagen-superior {
  left: 41%;
  top: 30%;
}
.home .caja-imagen-inferior {
  left: 69%;
  top: 55%;
}
.home .arquitectonica,
.home .automotiva,
.home .industrial,
.home .madera {
  position: relative;
  z-index: 0;
  display: block;
  height: 100vh;
  width: 100%;
}
.home .arquitectonica .layer,
.home .automotiva .layer,
.home .industrial .layer,
.home .madera .layer {
  position: relative;
  display: block;
  height: 100vh;
  width: 100%;
}
.home .arquitectonica .layer .fondo-arquitectonica,
.home .automotiva .layer .fondo-arquitectonica,
.home .industrial .layer .fondo-arquitectonica,
.home .madera .layer .fondo-arquitectonica {
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.home .arquitectonica .layer .img-fondo-chorro,
.home .automotiva .layer .img-fondo-chorro,
.home .industrial .layer .img-fondo-chorro,
.home .madera .layer .img-fondo-chorro {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
}
.home .arquitectonica .layer .gotitas,
.home .automotiva .layer .gotitas,
.home .industrial .layer .gotitas,
.home .madera .layer .gotitas {
  position: absolute;
  z-index: 3;
}
.home .arquitectonica .layer .gotitas .img-gotita,
.home .automotiva .layer .gotitas .img-gotita,
.home .industrial .layer .gotitas .img-gotita,
.home .madera .layer .gotitas .img-gotita {
  width: 100%;
  height: auto;
}
.titulo {
  font-weight: bold;
  font-size: 30px;
  text-align: justify;
  color: #747474;
}
.subtitulo {
  font-size: 25px;
  text-align: left;
  color: #747474;
}
.contenedor-detalle {
  
  display: block;
  margin: 0px auto;
}
.detalle .espacio {
  margin: 30px 0px;
}
.detalle .espacio-chikquito {
  margin: 10px 0px;
}
.detalle .borde-inferior {
  border-bottom: 2px solid #7F7C7C;
  padding-bottom: 20px;
}
.detalle .float-l {
  float: left;
}
.detalle .float-r {
  float: right;
}
.detalle .caja-medida {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #939598;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  margin: 7px auto;
  text-decoration: none;
}
.detalle .caja-medida:hover {
  background-color: #DE1F26;
}
.detalle .owl-titulo {
  font-size: 24px;
  color: #939598;
  margin: 80px 0 30px 0;
}
.detalle .owl-titulo .bold {
  font-size: 24px;
  color: #9D9FA1;
  font-weight: bold;
}
.detalle .owl-detalle .img-detalle .img-responsive {
  height: 100%;
}
.detalle .productos-relacionados {
  margin-bottom: 100px;
}
.detalle .productos-relacionados .owl-productos-relacionados .img-producto {
  margin: 0px auto;
  max-width: 70%;
}
.detalle .productos-relacionados .owl-productos-relacionados .titulo {
  text-align: center;
  font-size: 15px;
  color: #515050;
  display: block;
  
}
.detalle .productos-relacionados .owl-productos-relacionados .subtitulo {
  text-align: center;
  font-size: 13px;
  color: #716E6D;
  display: block;
  
}
.detalle .productos-relacionados .owl-productos-relacionados .iconos {
  text-align: center;
  display: block;
  margin: 7px 0px;
}
.detalle .productos-relacionados .owl-productos-relacionados .iconos .ico {
  display: inline-block;
  margin: 0px 3px;
}
.detalle .productos-relacionados .owl-productos-relacionados .bt-ver-producto {
  text-decoration: none;
  margin: 20px auto;
  width: 60%;
  background-color: #DE1F26;
  color: #FFF;
  text-align: center;
  display: block;
  border-radius: 20px;
}
.detalle .productos-relacionados .owl-controls .owl-nav {
  position: relative;
}
.detalle .productos-relacionados .owl-controls .owl-nav .fa-angle-left {
  position: absolute;
  left: -20px;
  font-size: 70px;
  color: #939598;
  bottom: 113px;
}
.detalle .productos-relacionados .owl-controls .owl-nav .fa-angle-right {
  position: absolute;
  right: -20px;
  font-size: 70px;
  color: #939598;
  bottom: 113px;
}
.detalle .contenedor-stellar {
  margin-top: 2%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.detalle .contenedor-stellar .img-parallax {
  position: absolute;
  bottom: 0px;
  top: 0px;
}
.detalle .migajas-pan .texto {
  color: #939598;
  text-align: left;
  font-size: 25px;
}
.detalle .migajas-pan .texto .bold {
  font-weight: bold;
  font-size: 25px;
}
.detalle .nombre {
  color: #515050;
  font-size: 24px;
  font-weight: bold;
}
.detalle .ico {
  display: inline-block;
  max-width: 30px;
}
.detalle .pregunta {
  color: #939598;
  display: inline-block;
  font-weight: bold;
}
.detalle .titulito {
  color: #515050;
  font-size: 18px;
  font-weight: bold;
}
.detalle .descripcion {
  color: #515050;
  font-size: 14px;
}
.detalle .color {
  border-radius: 20px;
  margin: 7px 5px;
  height: 25px;
  width: 25px;
  display: inline-block;
  cursor: pointer;
}
.detalle .superficie {
  overflow: hidden;
  border-radius: 5px;
  margin: 7px 5px;
  height: 40px;
  width: 40px;
  display: inline-block;
  cursor: pointer;
}
.detalle .bt-agregar-carrito {
  text-decoration: none;
  background-color: #DE1F26;
  text-align: center;
  color: #FFF;
  height: 40px;
  line-height: 37px;
  cursor: pointer;
  display: block;
}
.detalle .bt-corazon {
  background-color: #AAABAB;
  color: #FFF;
  height: 40px;
  line-height: 37px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.detalle .bt-flecha-abajo {
  background-color: #AAABAB;
  color: #FFF;
  height: 40px;
  line-height: 37px;
  text-align: center;
  font-size: 40px;
  cursor: pointer;
}
.detalle .contenedor-colapsable {
  width: 100%;
  display: none;
}
.about .sepadaro {
  margin: 60px 0px;
}
.about .contenedor-stellar {
  margin-top: 2%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.about .contenedor-stellar .img-parallax {
  position: absolute;
  bottom: 0px;
  top: 0px;
}
.about .texto-about {
  margin-bottom: 200px;
}
.about .texto-about p {
  margin: 30px auto;
  color: #929396;
  font-size: 20px;
  text-align: justify;
}
.about form {
  margin: 30px 0px;
}
.about form .contenido-formulario {
  width: 100%;
  height: auto;
}
.about form .contenido-formulario label {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 25px;
  font-weight: bold;
}
.about form .contenido-formulario .campo-texto {
  display: block;
  width: 100%;
  font-size: 25px;
  padding: 0px 7px;
}
.about form .contenido-formulario textarea {
  display: block;
  width: 100%;
  font-size: 25px;
  padding: 0px 7px;
}
.about form .contenido-formulario .bt-enviar {
  border: none;
  margin: 13px 0px;
  display: block;
  width: 150px;
  height: 50px;
  font-size: 25px;
  text-align: c;
  color: #FFF;
  background-color: red;
}
.about .subtitulo {
  margin: 13px auto;
}
#map {
  height: 100vh;
}
#mapa {
  height: 45vh;
}
.distribuidores {
  width: 100%;
  display: block;
  height: auto;
}
.distribuidores .contenedor-stellar {
  margin-top: 2%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.distribuidores .contenedor-stellar .img-parallax {
  position: absolute;
  bottom: 0px;
  top: 0px;
}
.distribuidores .fondo-negro,
.distribuidores .fondo-gris {
  height: 60px;
}
.distribuidores .fondo-negro .bt-filtro,
.distribuidores .fondo-gris .bt-filtro {
  line-height: 55px;
  font-size: 20px;
}
.distribuidores .fondo-negro .click,
.distribuidores .fondo-gris .click {
  cursor: pointer;
}
.distribuidores .fondo-negro .fa,
.distribuidores .fondo-gris .fa {
  font-size: 30px;
}
.distribuidores .fondo-negro {
  background-color: #009833;
}
.distribuidores .fondo-negro .bt-filtro {
  color: #939598;
}
.distribuidores .fondo-gris {
  background-image: url('../images/bt-gris-distribuidores.jpg');
  background-repeat: repeat-x;
  color: #000;
}
.contenedor-fondo-negro {
  background-color: #000;
  padding-bottom: 30%;
}
.hacer-pedido .texto-blanco {
  color: #FFF;
}
.hacer-pedido .texto-gris {
  color: #939598;
}
.hacer-pedido .sepadaro {
  margin: 60px 0px;
}
.hacer-pedido .contenedor-stellar {
  margin-top: 2%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.hacer-pedido .contenedor-stellar .img-parallax {
  position: absolute;
  bottom: 0px;
}
.hacer-pedido .padding-right {
  padding-right: 13px;
}
.hacer-pedido .select,
.hacer-pedido .campo-texto,
.hacer-pedido .bt-pedir {
  width: 100%;
  display: block;
  height: 45px;
  font-size: 20px;
  color: #FFF;
}
.hacer-pedido div.campo-texto {
  font-size: 30px;
  text-align: center;
  cursor: pointer;
}
.hacer-pedido .espacio {
  margin: 30px 0px;
}
.hacer-pedido .select {
  border: 1px solid #EF3D2E;
  background-color: #EF3D2E;
}
.hacer-pedido .campo-texto {
  border: 1px solid #939598;
  background-color: #000;
}
.hacer-pedido hr {
  border-top: 1px solid #939598;
}
.hacer-pedido .bt-pedir {
  background-color: #EF3D2E;
  color: #FFF;
  text-align: center;
  line-height: 40px;
}
.hacer-pedido .subtitulo {
  margin: 30px 0px;
}
.listado .espaciador {
  margin-bottom: 36px;
}
.listado .contenedor-stellar {
  margin-top: 2%;
  height: 400px;
}
.listado .contenedor-stellar .img-parallax {
  position: absolute;
  bottom: 0px;
}
.listado .fondo-rojo {
  background-color: #00579C;
}
.listado .fondo-negro {
  background-color: #00579C;
}
.listado .fondo-gris {
  background-color: #00579C;
}
.listado .titulo {
  font-size: 20px;
  color: #FFF;
  margin: 30px 0px;
  text-align: center;
}
.listado .lista {
  margin-bottom: 20px;
}
.listado .lista .punto {
  width: 90%;
  display: block;
  margin: 0px auto;
  color: #FFF;
  cursor: pointer;
}
.listado .lista .punto .fa {
  font-size: 20px;
}
.listado .lista .con-circulo {
  position: relative;
  height: 60px;
  cursor: pointer;
}
.listado .lista .con-circulo .cirulo {
  background-color: #FFF;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  padding-top: 7px;
  display: inline-block;
}
.listado .lista .con-circulo .cirulo .img-responsive {
  margin: 0px auto;
}
.listado .lista .con-circulo .alinear {
  line-height: 50px;
  position: absolute;
  margin-left: 13px;
}
.listado .lista .con-circulo:hover:after {
  border: 1px solid #FFF;
  padding: 7px 13px;
  position: absolute;
  right: 0px;
  top: 20px;
  background-color: #000;
  color: #FFF;
  content: attr(alt);
}
.listado .col {
  padding: 0px;
}
.listado .centrar-caja {
  display: block;
  text-decoration: none;
  text-align: center;
  margin: 30px 20px;
  /*padding: 13px 29px;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s ;
}
.listado .centrar-caja .caja-img {
  width: 100%;
  /* height: 150px;  */
  display: block;
  margin: 0px auto;
  overflow: hidden;
}
.listado .centrar-caja .caja-img .img-responsive {
  margin: 0px auto;
  width: auto;
  max-width: : 140px;
  max-height: 110px;
  height: 100%;
}
.listado .centrar-caja .titulo {
  display: block;
  color: #515050;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin: 13px auto;
 /* height: 30px; */
}
.listado .centrar-caja .clave {
  display: block;
  color: #515050;
}
.listado .centrar-caja .corta {
  text-align: center;
  color: #515050;
}
.listado .centrar-caja .iconos {
  text-align: center;
  margin: 13px auto;
}
.listado .centrar-caja .iconos .img-responsive {
  width: 25px;
  height: 25px;
  display: inline-block;
}
.listado .centrar-caja .bt-ver-producto {
  text-decoration: none;
  margin: 5px auto;
  background-color: #DE1F26;
  color: #FFF;
  text-align: center;
  display: block;
  /* border-radius: 20px; */
}
footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #0070b9;
  padding: 20px !important;
  color: #FFF;
  font-size: 15px;
  z-index: 0;
}
footer .blanco {
  color: #FFF;
}
footer a {
  text-decoration: none;
}
footer .bold {
  font-weight: bold;
}
footer .texto {
  text-align: center;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: rgba(245, 245, 245, 0.45);
  border-radius: 4px;
}
.breadcrumb a {
  color: #0052A0;
}
.contenedor-detalle .owl-carousel {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.contenedor-detalle .separatops {
  padding-top: 60px;
}
.productos-relacionados img {
  display: block;
  width: auto !important;
  max-width: 80% !important;
  max-height: 115px !important;
  margin: 0 auto !important;
  text-align: center;
}
.productos-relacionados .titulo {
  min-height: 45px;
}
.detalle .owl-titulo {
  margin: 30px 0;
}
@media screen and (max-width: 992px) {
  .home .caja-imagen-inferior {
    top: 55%;
  }
  .home .caja-imagen-superior {
    top: 30%;
  }
}
@media screen and (max-width: 768px) {
  .contenedor-detalle {
    width: 100%;
  }
  .contenedor-detalle .separatops {
    padding-top: 0px;
  }
}
@media screen and (max-width: 480px) {
  .home .caja-imagen-inferior {
    left: 69%;
    top: 39%;
  }
  .home .caja-imagen-superior {
    left: 41%;
    top: 16%;
  }
}
.fixd {
  position: fixed;
  top: 15%;
  right: 5%;
  z-index: 9;
  width: 10px;
  -webkit-animation: sube 1.2s infinite ease-in-out;
  animation: sube 1.2s infinite ease-in-out;
}
.fixd img {
  width: 60px;
  position: relative;
}
@-webkit-keyframes sube {
  0%,
  100% {
    top: 13%;
  }
  50% {
    top: 15%;
  }
}
@keyframes sube {
  0%,
  100% {
    top: 13%;
  }
  50% {
    top: 15%;
  }
}
#bien,
#mal {
  display: none;
  padding: 1px;
  background: none;
  background-color: #0052A0;
  color: #fff;
  display: block;
  width: 100%;
  padding: 20px;
}
#bien,
#mal,
.spinner {
  display: none;
}
.scroll {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.as1 {
  z-index: 1000;
  /* .x1{
    left: 0;
   }
   .x2{
    left: 100%;
   }

   .x3{
    left: 200%;
   }

   .x4{
    left: 300%;
   }

   .x5{
    left: 400%;
   }*/
}
.as2 {
  z-index: 0;
}
.as2 .fondo-arquitectonica {
  left: -1305px;
  position: relative;
}
.as2 .img-gotita {
  position: relative;
  left: -1307px;
}
.as3 {
  z-index: 400;
}
.as4 {
  z-index: 100;
}
.scroll {
  position: fixed;
  left: 0;
  top: 0;
}
/**
  * z-index ordering of the different layers, do this for your layers,
  * also assign absolute width (to prevent issues if the script gets executed before the images get loaded)
  */
.horizon {
  z-index: 1;
  width: 4950px;
  height: 100%;
}
.middle,
.as2 {
  z-index: 0;
  width: 600px;
  height: 100%;
}
.middle .img-fondo-chorro,
.as2 .img-fondo-chorro {
  left: -2500px;
  position: relative;
  opacity: 1;
}
.front {
  z-index: 1000;
  width: 300px;
  height: 100%;
}
.bbloque {
  position: relative;
  display: inline-block;
  width: 24%;
  height: 100%;
}
.opa2 {
  opacity: 0;
}
.opa3 {
  opacity: 0;
}
.opa2:hover .bt-ver-productos,
.opa3:hover .bt-ver-productos,
.opa1:hover .bt-ver-productos,
.opa4:hover .bt-ver-productos {
  opacity: 1;
  top: 0;
}
.opa2:hover .fa-plus-circle,
.opa3:hover .fa-plus-circle,
.opa1:hover .fa-plus-circle,
.opa4:hover .fa-plus-circle {
  -webkit-animation: rotating 2s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.pdeproducto {
  padding: 0 10px;
  height: 300px;
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.arrow {
  position: relative;
  color: grey;
  z-index: 30;
  font-size: 30px;
  text-align: center;
  top: -70px;
  height: 0;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.titulocontatc {
  font-size: 40px;
  text-align: center;
  color: #0052A0;
  font-weight: 700;
  margin: 20px;
}
#feedback-page {
  text-align: center;
}
#form-main {
  width: 100%;
  float: left;
  padding-top: 0px;
}
#form-divs {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 50px;
  width: 100%;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
#form-divs p {
  border-bottom: solid 1px #0090D4;
}
#form-divs .subtitulo {
  font-size: 25px;
  text-align: left;
  color: #0052A0;
  font-weight: 700;
}
.feedback-input {
  color: #3c3c3c;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  border-radius: 0;
  line-height: 22px;
  background-color: #fbfbfb;
  padding: 13px 13px 13px 54px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid rgba(0, 0, 0, 0);
}
.feedback-input:focus {
  background: #fff;
  box-shadow: 0;
  border: 3px solid #3498db;
  color: #3498db;
  outline: none;
  padding: 13px 13px 13px 54px;
}
.focused {
  color: #30aed6;
  border: #30aed6 solid 3px;
}
/* Icons ---------------------------------- */
#name {
  background-image: url(../images/c1.png);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}
#email {
  background-image: url(../images/c2.png);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}
#telefono {
  background-image: url(../images/c3.png);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
}
#comment {
  background-image: url(../images/c4.png);
  background-size: 30px 30px;
  background-position: 11px 8px;
  background-repeat: no-repeat;
  resize: none;
}
textarea {
  width: 100%;
  height: 150px;
  line-height: 150%;
  resize: vertical;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
  background-color: white;
}
#button-blue {
  float: left;
  width: 100%;
  border: #fbfbfb solid 4px;
  cursor: pointer;
  background-color: #3498db;
  color: white;
  font-size: 24px;
  padding-top: 22px;
  padding-bottom: 22px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s ;
  margin-top: -4px;
  font-weight: 700;
}
#button-blue:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #0493bd;
}
.submit:hover {
  color: #3498db;
}
.ease {
  width: 0px;
  height: 74px;
  background-color: #fbfbfb;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}
.submit:hover .ease {
  width: 100%;
  background-color: white;
}
@media only screen and (max-width: 580px) {
  #form-div {
    left: 3%;
    margin-right: 3%;
    width: 88%;
    margin-left: 0;
    padding-left: 3%;
    padding-right: 3%;
  }
}
.datosforms .subtitulo {
  font-size: 25px;
  text-align: left;
  color: #0052A0;
  font-weight: 700;
}
.aboutes {
  background-image: url(../images/fondo-blanco.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 46px;
}
.caja-contactos {
  text-align: right;
}
.caja-contactos .subtitulo {
  text-align: right;
}
.acontainer {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}
.loader {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}
.loader--dot:first-child {
  background-color: #8cc759;
  animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
  background-color: #8c6daf;
  animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
  background-color: #ef5d74;
  animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
  background-color: #f9a74b;
  animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
  background-color: #60beeb;
  animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
  background-color: #fbef5a;
  animation-delay: 0s;
}
.loader--text {
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  width: 4rem;
  margin: auto;
}
.loader--text:after {
  content: "Enviando";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Enviando";
  }
  25% {
    content: "Enviando.";
  }
  50% {
    content: "Enviando..";
  }
  75% {
    content: "Enviando...";
  }
}
#carousel1 {
  position: relative;
}
#carousel1 .item {
  position: relative;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 648px;
}
.elmenudos {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.elmenudos .col-md-3 {
  margin: 0;
  padding: 0;
}
.elmenudos .ladivision {
  padding: 60px 0;
  position: relative;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s ;
}
.elmenudos .ladivision a {
  text-decoration: none;
}
.elmenudos .ladivision .ico {
  position: relative;
  margin: 0 auto;
}
.elmenudos .ladivision span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'LatoRegular';
}
.elmenudos .ax1 {
  background-color: #a9560d;
}
.elmenudos .ax1:hover {
  background-color: #723a09;
}
.elmenudos .ax2 {
  background-color: #ffcf00;
}
.elmenudos .ax2:hover {
  background-color: #C5A003;
}
.elmenudos .ax3 {
  background-color: #0070b9;
}
.elmenudos .ax3:hover {
  background-color: #014C7D;
}
.elmenudos .ax4 {
  background-color: #ec2028;
}
.elmenudos .ax4:hover {
  background-color: #B6181E;
}





.hastag {
  text-decoration: none;
  color: #fff;
  position: relative;
  text-align: center;
  width: 300px;
  margin: 0 auto;
}
.hastag h3 {
  font-size: 25px;
  display: block;
  font-family: Arial;
  text-transform: uppercase;
  font-weight: 700;
  color: #0051A0;
}
.hastag span {
  font-size: 12px;
  display: block;
  margin: 15px 0;
  color: grey;
  font-family: 'Arial';
}
.hastag button {
  color: #fff;
  font-size: 20px;
  background-color: #a9560d;
  border: none;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10px 13px;
  text-transform: uppercase;
  font-family: 'Arial';
}
/*Azul*/
.has1 {
  top: 65%;
  left: 36%;
}
.has1 button {
  background-color: #0070b9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s ;
}
.has1 button:hover {
  background-color: #014C7D;
}
/*madera*/
.has2 {
  top: 35%;
  left: -18%;
}
.has2 h3 {
  color: #fff;
}
.has2 span {
  color: #fff;
}
.has2 button {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s ;
  background-color: #a9560d;
}
.has2 button:hover {
  background-color: #723a09;
}
/*Fabrica*/
.has3 {
  top: 63%;
  left: 32%;
}
.has3 h3 {
  color: #0051A0;
}
.has3 span {
  color: grey;
}
.has3 button {
  background-color: #ffcf00;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s ;
}
.has3 button:hover {
  background-color: #C5A003;
}
/*Carro*/
.has4 {
  top: 26%;
  left: -10%;
}
.has4 h3 {
  color: #fff;
}
.has4 span {
  color: #fff;
}
.has4 button {
  background-color: #ec2028;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s ;
}
.has4 button:hover {
  background-color: #B6181E;
}
.filtrate .select-box {
  cursor: pointer;
  position: relative;
  max-width: 20em;
  margin: 5em auto;
  width: 100%;
  margin-top: 0;
}
.filtrate .select,
.filtrate .label {
  color: #414141;
  display: block;
  text-transform: uppercase;
}
.filtrate .select {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 5px 0;
  height: 40px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: none transparent;
  border: 0 none;
}
.filtrate .select-box1 {
  background: #ececec;
  text-transform: uppercase;
}
.filtrate .label {
  position: relative;
  padding: 10px 10px;
  cursor: pointer;
  border-bottom: 5px #00579C solid;
}
.filtrate .open .label::after {
  content: "▲";
}
.filtrate .label::after {
  content: "▼";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  border-left: 5px solid #fff;
}

.filtrate-left .select-box {
  cursor: pointer;
  position: relative;
  /*max-width: 20em;
  margin: 5em auto; */
  width: 100%;
  margin-top: 0;
}
.filtrate-left .select,
.filtrate-left .label {
  color: #414141;
  display: block;
  text-transform: uppercase;
}
.filtrate-left .select {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 5px 0;
  height: 40px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /*background: none transparent;*/
  background: #ececec;
  border: 0 none;
}
.filtrate-left .select-box1 {
  background: #ececec;
  text-transform: uppercase;
}
.filtrate-left .label {
  position: relative;
  padding: 10px 10px;
  cursor: pointer;
  border-bottom: 5px #00579C solid;
}
.filtrate-left .open .label::after {
  content: "▲";
}
.filtrate-left .label::after {
  content: "▼";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  /*border-left: 5px solid #fff; */
}

.ladescargadirecta {
  padding: 10px;
  background-color: #0052A0;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  position: relative;
  margin: 15px auto;
  display: block;
  text-align: center;
  /*max-width: 150px;*/
}
.ladescargadirecta span {
  color: #fff;
  display: inline-block;
}
.ladescargadirecta i {
  display: inline-block;
  margin-left: 10px;
}
.ladescargadirecta:hover {
  background-color: #016cd2;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s ;
}
.ladescargadirecta:hover span {
  color: #fff;
}
.ladescargadirecta:hover i {
  color: #fff;
}
.patinium {
  position: relative;
  top: 0;
  margin: 20px auto;
  max-width: 80%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s ;
}
.patinium:hover {
  opacity: 1;
}
.debajomenu {
  background-color: transparent;
  width: 50px;
  position: absolute;
  right: 0;
  padding: 0;
  top: 140px;
}
.debajomenu a {
  text-decoration: none;
  width: 100%;
  min-width: 51px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s ;
}
.debajomenu a .ico {
  min-width: 51px;
  max-width: 30px !important;
}
.debajomenu a span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s ;
  position: absolute;
  left: -110px;
  bottom: 9px;
  opacity: 0;
  color: #f00;
  text-align: right;
  display: block;
  width: 104px;
}
.debajomenu a .ax1 {
  color: #a9560d;
}
.debajomenu a .ax2 {
  color: #ffcf00;
}
.debajomenu a .ax3 {
  color: #0070b9;
}
.debajomenu a .ax4 {
  color: #ec2028;
}
.debajomenu a:hover {
  text-decoration: none;
}
.debajomenu a:hover span {
  opacity: 1;
}
@media screen and (min-width: 300px) {
  .debajomenu {
    display: none;
  }
  footer {
    position: relative;
    text-align: center;
  }
  footer .texto {
    padding: 9px 0;
  }
  .elmenudos .ladivision span {
    display: none;
  }

  .global{
  
  position: relative;
  text-align: right;
  margin: 0 auto;
  top: 50%;
  left: 70%;

 }

  header .caja-menu .menu-fondo .circulo {
    height: 54px;
    width: 54px;
  }
  .lateralesx {
    max-height: 349px;
    position: relative;
    margin: 114px auto;
    margin-bottom: 0;
  }
  .has2 {
    top: 58%;
    left: 0;
  }
  .has3 {
    top: 58%;
    left: 0;
  }
  .has1 {
    top: 58%;
    left: 0;
  }
  .has4 {
    top: 58%;
    left: 0;
  }
  .hastag h3 {
    color: #0051A0;
  }
  .hastag span {
    color: grey;
  }
  .hastag {
    text-decoration: none;
    color: #fff;
    position: relative;
    text-align: center;
    width: 300px;
    margin: 0 auto;
    top: 50% !important;
  }
  #carousel1 .item {
    background-position: 45px -37px;
    background-size: 91%;
  }
  .hubicacionesx {
    display: none !important;
  }
  .logosx1 {
    max-width: 65%;
    margin-bottom: 15px;
  }
  header .bt-menu {
    position: fixed;
  }
  .about {
    padding: 0 15px;
  }
  .logitoto {
    max-width: 80%;
  }
  .titulo {
    text-align: left;
  }
  header .caja-menu .menu-fondo .barra-izq {
    border-right: none;
  }
  #carousel1 .a {
    background-image: url('../images/sd1a.jpg');
  }
  #carousel1 .b {
    background-image: url('../images/sd2a.jpg');
  }
  #carousel1 .c {
    background-image: url('../images/sd3a.jpg');
  }
  #carousel1 .d {
    background-image: url('../images/sd4a.jpg');
  }
}
@media screen and (min-width: 900px) {
  .debajomenu {
    display: block;
  }

 

   


  #carousel1 .a {
    background-image: url('../images/sd1.jpg');
  }
  #carousel1 .b {
    background-image: url('../images/sd2.jpg');
  }
  #carousel1 .c {
    background-image: url('../images/sd3.jpg');
  }
  #carousel1 .d {
    background-image: url('../images/sd4.jpg');
  }
  header .caja-menu .menu-fondo .barra-izq {
    border-right: 1px solid #FFF;
  }
  .titulo {
    text-align: justify;
  }
  .logitoto {
    max-width: 100%;
  }
  header .bt-menu {
    position: absolute;
  }
  .hubicacionesx {
    display: block !important;
  }
  .logosx1 {
    max-width: inherit;
  }
  #carousel1 .item {
    background-position-x: initial;
  }
  /*Azul*/
  .has1 {
    top: 65%;
    left: 36%;
  }
  /*madera*/
  .has2 {
    top: 35%;
    left: 36%;
  }
  /*Fabrica*/
  .has3 {
    top: 63%;
    left: 36%;
  }
  /*Carro*/
  .has4 {
    top: 26%;
    left: 36%;
  }
  .elmenudos .ladivision span {
    display: block;
  }
  footer {
    text-align: center;
  }
  .elmenudos .ladivision:hover span {
    display: block;
  }
  header .caja-menu .menu-fondo .circulo {
    height: 70px;
    width: 70px;
  }
}
#dcomprar h4 {
  margin-bottom: 2px;
  color: #005288;
  font-size: 15px;
  text-transform: uppercase;
  min-height: 35px;
}
#dcomprar p {
  line-height: 17px;
  word-spacing: 1px;
  color: #747474;
  font-size: 15px;
}
#dcomprar .dwr {
  min-height: 127px;
  padding: 45px 0 10px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
}
#dcomprar a {
  text-decoration: none;
}
#dcomprar a:hover {
  text-decoration: none;
}
.di1 {
  margin-bottom: 0;
  color: #005288;
  font-size: 18px !important;
  text-transform: uppercase;
  min-height: 0!important;
  text-align: center;
  display: block;
  font-weight: 700;
  margin: 10px 0 !important;
}
.di2 {
  margin-bottom: 0px;
  color: #005288;
  font-size: 12px;
  text-transform: uppercase;
  min-height: 0px;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
.dco_lista {
  min-height: 200px;
}
.lladivision {
  position: relative;
  width: 100%;
  min-height: 199px;
}
.lladivision a {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s ;
}
.lladivision a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s ;
}
.lladivision a span {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s ;
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 26px;
  background-color: rgba(255, 255, 255, 0.11);
  padding: 0% 0;
  width: 100%;
  text-align: center;
}
.lladivision a:hover img {
  opacity: 0.7;
}
.lladivision a:hover span {
  opacity: 1;
  padding: 25% 0;
}
@media screen and (min-width: 1200px) {
  #carousel1 .item {
    min-height: 465px;
  }
  .global{
  
  position: relative;
  text-align: right;
  margin: 0 auto;
  top: 50%;
  left: 82%;

  }

   .alsasoft{
    position: relative;
    text-align: left;
    margin: 0 auto;
    top: 50%;
    left: 5%;

  }





}
@media screen and (min-width: 1500px) {
  #carousel1 .item {
    min-height: 784px;
  }
  .lladivision {
    position: relative;
    width: 100%;
    min-height: 281px;
  }
}
@media screen and (max-width: 500px) {
  .logosoft {
    display: none;
  }

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

  .alsasoft{

      position: relative;
      text-align: left;
      margin: 0 auto;
      top: 55%;
      left: 5%;

    }

  

}

/* @group Block Category */

.box-category {
  position: relative;
  padding: 0px !important;
}

.box-category ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.box-category > ul li {
  border-top: 1px solid #e5e5e5;
  position: relative;
}

.box-category > ul > li:first-child {
  border: none;
}

.box-category ul li a {
  display: block;
  padding: 11px 30px 9px 30px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.box-category ul li a.active,
.box-category ul li:hover > a {
  background: #f7f7f7;
  color: #81b6aa;
}

.box-category ul li .head a {
  font-size: 14px;
  line-height: 10px;
  padding: 0px !important;
  margin: 0px;
  position: absolute;
  top: 14px;
  right: 15px;
  width: 14px;
  height: 14px;
  color: #a8dbd1;
  border: 1px solid #a8dbd1;
  text-align: center;
  display: block;
}

.box-category ul li .head a.collapsed {
  line-height: 11px;
}

.box-category ul li .head .plus {
  display: none;
}

.box-category ul li .head .collapsed .plus {
  display: block;
}

.box-category ul li .head .collapsed .minus {
  display: none;
}

.box-category ul li ul a {
  font-size: 13px;
  font-weight: 300;
  text-transform: none;
}


/* 
.box-category ul li ul a:before {
 content: '';
  color: #79bd9a;
  padding-right: 10px;
}

*/

/* @end */


