* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
 
  background: #f2f2f2;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
}

.contenedor {
  width: 90%;
  max-width: 1800px;
  margin: auto;
}
  
:root{
  scroll-behavior: smooth;
  
}


/*Enlaces del Nav*/
.logo-principal {
  margin-right: auto;

}
.logo-principal .logo img {
  margin-top: 15px;
  width: 50px;
  border-radius: 100%;
}

 .descripcion .indumentaria {
   color: #fff;
   display: flex;
   font-size: 15px;
   margin-left: 60px;
   position: relative;
   bottom: 40px;
   
}


.menu {
  background: #337ab7;
 /* background: #232f3e;*/
  padding: 5px 0;
 
}

.menu .contenedor-botones-menu {
  display: none;
  justify-content: space-between;
}

.menu .contenedor-botones-menu button {
  font-size: 20px;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid transparent;
  display: inline-block;
  cursor: pointer;
  background: none;
}

.menu .contenedor-botones-menu button:hover {
  border: 1px solid rgba(255, 255, 255, .4);
}

.menu .contenedor-botones-menu .btn-menu-cerrar {
  display: none;
}

.menu .contenedor-botones-menu .btn-menu-cerrar.activo {
  display: inline-block;
}

.menu .contenedor-enlaces-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
 
  
}

.menu .btn-productos {
  color: #fff;
  padding: 7px;
  border-radius: 3px;
  display: flex;
  align-items: flex-end;
  border: 1px solid transparent;
  font-size: 12px;
  cursor: default;
}

.menu .btn-productos i {
  margin-left: 20px;
  position: relative;
  bottom: 3px;
}

.menu .btn-productos:hover {
  border: 1px solid rgba(255, 255, 255, .4);
}

.menu .btn-productos span {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.menu .contenedor-enlaces-nav .enlaces a {
  color: #fff;
  border: 1px solid transparent;
  padding: 7px;
  border-radius: 3px;
  font-size: 14px;
}

.menu .contenedor-enlaces-nav .enlaces a:hover {
  border: 1px solid rgba(255, 255, 255, .4);
}



/*Grid*/
.contenedor-grid {
  position: relative;
}

.grid {
  width: 100%;
  display: none;
  position: absolute;
  top: 5px;
  z-index: 1000;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-template-areas: "categorias subcategorias subcategorias subcategorias";
}

.grid.activo {
  display: grid;
}


.grid::before {
  content: "";
  display: block;
  background: transparent;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: -5px;
  left: 65px;
}


.grid > div {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .10);
}

/*Categorias*/
.grid .btn-regresar {
  background: #232f3e;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 3px;
  margin: 20px;
  font-size: 16px;
  cursor: pointer;
  display: none;
}


.grid .btn-regresar i {
  margin-right: 10px;
}

.grid .categorias {
  grid-area: categorias;
  padding-top: 10px;
  min-height: 300px;
  overflow: auto;
}

.grid .categorias .subtitulo {
  display: none;
}

.grid .categorias a {
  color: #000;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}

.grid .categorias a i {
  display: none;
}

.grid .categorias a:hover {
  color: #e47911;
  font-weight: bold;
}

.grid .categorias a:hover i {
  display: inline-block;
}
 /*=====================================*/

/*Subcategorias*/
.grid .contenedor-subcategorias {
  grid-area: subcategorias;
}

.grid .subcategoria {
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  height: 100%;
}

.grid .subcategoria.activo {
  display: grid;
}

.grid .subcategoria img {
  width: 100%;
  vertical-align: top;
  height: 100%;
  object-fit: cover;
}

.grid .enlaces-subcategoria {
  padding-top: 10px;
  height: 100%;
  max-height: 300px;
  overflow: auto;
}

.grid .enlaces-subcategoria a {
  color: #000;
  display: block;
  font-size: 14px;
  padding: 10px 20px;
}

.grid .enlaces-subcategoria a:hover {
  color:  #e47911;
}

.grid .subtitulo {
  font-size: 18px;
  font-weight: normal;
  color:  #e47911;
  padding: 10px 20px;
}

.grid .banner-subcategoria a {
  display: block;
  height: 100%;
}

.grid .galeria-subcategoria {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
}

.grid .galeria-subcategoria a {
  width: 50%;
  height: 50%;
}


/*=============================================*/


/*Header*/
.contenido-header {
  width: 100%;
  height: 100vh;
  margin-bottom: 50px;
  background-image: url(../img/mesa.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;

  
  
}

.contenido-header .texto-header {
  text-align: center;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,.5);
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/*=============================================*/
/*contenedor articulos*/

.container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 200px;
  text-align: center;
  justify-content: center;
}

.container .title {
  font-size: 20px;
  color: #5804a7;
  font-weight: 700;
  z-index: 2;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.container .title span {
  background-color: #cbcbcb;
  padding: 0 15px;
  z-index: 99;
  position: relative;
}

.container .title::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 100%;
  background: #cbcbcb;
  position: relative;
  top: -29px;
  z-index: 1;
}
.container .enlace {
  display: inline-block;
  margin-top: 40px;
  color: #5804a7;
  font-weight: 700;
  border-bottom: 1px solid transparent;
  transition: .3s ease all;
}

.container .enlace:hover {
  text-decoration: none;
  letter-spacing: 3px;
  border-bottom: 1px solid #5804a7;
}

/*==================================*/
/*Separador*/
.articulo {
  width: 100%;
  height: auto;
  padding: 20px;
  margin: auto;
  text-align: center;
  display: block;
  justify-content: center;
  background: #fff;
  
}

.articulo h1 {
  color: #000;
  font-size: 30px;
  margin: 10px 20px;
  font-style: 'Open Sans', sans-serif;

  
}


.articulo p {
  justify-content: center;
  margin: 20px;
  text-align: center;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 20px;
}
/*CONTENEDOR Telas*/

.grid-telas {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 90%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
  grid-gap: 10px;
  overflow: hidden;
  align-items: center;
}
.telas {
  height: 500px;
}
.parrafo {
  margin-bottom: 20px;
}
.img-telas {
  width: 100%;
  height: auto;
  grid-column: 7/13;
}
.img-tela {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .6);
  width: 95%;
  max-width: 400px;
}
.parrafo-texto {
  grid-column: 1/7;
}
.parrafo-texto p {
  text-align: justify;
}

.cta {
  border-radius: 10px;
  width: 130px;
  background: #af562e;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
}


.cta:hover {
  background-color: white;
  color: #af562e;
  border-style: solid;
  padding: 7px 0;
}

/*=====================================*/

/*=====================================*/
/*Separador*/
.separador {
  width: 100%;
  height: 350px;
  background-image: url(../img/maquinas.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
 
.separador p {
  height: 100%;
  width: 100%;
  color: #fff;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
}

.separador-dos {
  width: 100%;
  height: 450px;
  background-image: url(../img/limpieza-2.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  /*margin: 40px 0;*/
}
.separador-dos p {
  color: #fff;
  display: flex;
  text-align: center;
  align-content: center;
  justify-content: center;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  padding: 20px;
}

.separador .sep-logo {
  width: 70px;
  opacity: .7;
  border-radius: 100%;
}
.talles-tabla p{
  font-size: 30px;
  text-align: center;
  justify-content: center;
  color: orangered;
  padding: 15px;
}
.talles-tabla p:hover {
  color: #ffffff;
}
/*=============================================*/
/*Slider*/
.slider {
 /* height: 500px;*/
  width: 95%;
  overflow: hidden;
  margin: auto;
  margin-top: 30px;
}

.slider ul {
  display: flex;
  padding: 0;
  width: 400%;
  animation: cambio 20s infinite alternate;
  animation-timing-function: linear;
}

.slider li {
  width: 100%;
  list-style: none;
}

.slider img {
  width: 100%;
  height: 95%;
}



@keyframes cambio {
  0% {margin-left: 0%;}
  20% {margin-left: 0%;}
  
  25% {margin-left: -100%;} 
  45% {margin-left: -100%;}
  
  50% {margin-left: -200%;}
  70% {margin-left: -200%;}
  
  75% {margin-left: -300%;}
  100% {margin-left: -300%;}
}


/*Slider movil*/
@media screen and (max-width: 800px){
  .slider {
    width: 100%;
  }
}


/*===================================*/

/*===================================*/

/*Dispositivos moviles barra-todos los productos*/

@media screen and (max-width: 1000px) {
  .menu .contenedor-enlaces-nav {
    padding: 0 10px;
  }
}



@media screen and (max-width: 800px) {
  .menu .contenedor {
  width: 90%;
  }
  
  .menu .contenedor-botones-menu {
    display: flex;
  }
  
  
  .menu .contenedor-enlaces-nav {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    left: 0;
    background: #232f3e;
    height: 100vh;
    width: 80%;
    z-index: 2000;
    transition: .3s ease all;
    transform: translate(-100%);
  }
  
  .menu .contenedor-enlaces-nav.activo {
    transform: translate(0%);
  }
  
  .menu .btn-productos {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  
  .menu .btn-productos i {
    position: static;
    margin-left: 20px;
    transform: rotate(-90deg);
  }
  
  .menu .enlaces {
    width: 100%;
  }
  
  .menu .enlaces a {
    display: block;
    margin: 10px 0;
    padding: 10px;
  }
  
  .grid {
    display: grid;
    transition: .3s ease all;
    transform: translateX(-100%);
    z-index: 3000;
    width: 80%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    grid-template-areas: "categorias categorias categorias categorias";
  }
  
  .grid.activo {
    transform: translateX(0);
  }
  
  .grid::before {
    display: none;
  }
  
  .grid .btn-regresar {
    display: inline-block;
  }
  
  .grid .categorias .subtitulo {
    display: block;
  }
  
  .grid .contenedor-subcategorias {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: .3s ease all;
    overflow: auto;
  }
  
  
  .grid .contenedor-subcategorias.activo {
    transform: translateX(0);
  }
  
  .grid .contenedor-subcategorias .subcategoria {
    grid-template-columns: 1fr;
  }
  
  .grid .contenedor-subcategorias .banner-subcategoria {
    width: 100%;
    min-height: 250px;
    max-height: 350px;
  }
  
  .grid .contenedor-subcategorias .enlaces-subcategoria {
    min-height: 50vh;
    overflow: auto;
  }
  
  .grid .contenedor-subcategorias .galeria-subcategoria a {
    width: 25%;
    height: 100%;
  }
  .grid-telas {
    height: auto;
  }
  .img-tela, .parrafo-texto {
    grid-column: 1/-1;
  }
  .img-tela {
    text-align: center;
  }
  .parrafo-texto {
    margin-top: 40px;
  }
  /*.talles {
    display:inline-block;
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
    
  }*/
  .social {
    overflow: hidden;
  }
}

/*==========================================*/

/*==========================================*/

/*PORTAFOLIO*/
.portafolio {
  background: #f2f2f2;
}

.galeria-port {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.portafolio .titulo-galeria {
  color: #6f6c6c;
  text-align: center;
  margin: 40px;
  font-size: 30px;
}
.imagen-port {
  width: 24%;
  border-radius: 5px;
  margin-bottom: 10px;
  height: 250px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .6);
}

.imagen-port > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hover-galeria {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transform: scale(0);
  background: hsla(0, 0%, 0%, 0.5);
  transition: transform .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hover-galeria p {
  color: #fff;
  display: flex;
  font-size: 20px;
  margin-bottom: 5px;
  top: 5px;
  text-align: center;
  justify-content: center;
}

.hover-galeria ul {
  color: #fff;
  display: inline-block;
  font-family: serif;
  margin: 10px; 
}


.hover-galeria li {
  margin: 18px;
}


.imagen-port:hover .hover-galeria {
  transform: scale(1);
}


@media screen and (max-width: 1000px) {
  .imagen-port {
    width: 50%;
  }
}

@media screen and (max-width: 400px) {
  .imagen-port {
    width: 100%;
  }
  .talles-tabla {
    display:inline-block;
    width: 100%;
    margin-top: 50px;
  }
  
}



/*===================================*/
/*Mapa*/
.container-fluid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
  text-align: center;
  justify-content: center;
}

.container-fluid .title {
  font-size: 20px;
  color: #5804a7;
  font-weight: 700;
  z-index: 2;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 40px;
}

 .contacto .title span {
  padding: 0 15px;
  z-index: 99;
  position: relative;
  letter-spacing: 3px;
}


.contacto p {
  font-size: 20px;
  font-family: sans-serif;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}


.telefono {
  width: 100%;
  padding: 10px;
  margin: 35px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  
}

 .number {
  display: flex;
  justify-content: center;
  font-size: 20px;
  margin-top: 30px;
  width: 100%;
  border: 10px;
  text-decoration-line: underline;
  text-decoration-color: #c8c8cb ;
   
  
}
.telefono img {
  background: #ccc;
  border-radius: 100px;
  background: #337ab7;
  cursor: pointer;
  }
.telefono img:hover {
  animation: icono .5s ease;
}

@keyframes icono {
  from {
    transform: rotate3d(0,0,0,0);
  }
  to {
    transform: rotate3d(0,1,0, 360deg)
  }
}


.datos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

.datos .direccion {
  padding: 10px;
  margin-right: 1%;
}
.direccion h3 {
  margin-bottom: 10px;
}
.datos .horario {
  padding: 10px;
  margin-right: 1%;
}
.horario h3 {
  margin-bottom: 10px;
}

.domicilio {
  margin-top: 30px;
}
.horarios {
  margin-top: 30px;
}
hr {
  width: 80px;
  margin: auto;
}

button {
  border: none;
  background: none;
 
 
}

.flecha-arriba {
   margin-left: 80%;
   margin-bottom: auto;
  
}

.flecha-arriba img {
  width: 50px;
  background-color: #337ab7;
  padding: 5px;
}

/*===============================================*/

/*FOOTER*/
footer {
  padding: 20px;
  margin-top: 50px; 
}
.footer {
  background: #337ab7;
}
footer .redes-sociales {
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 20px;
  flex-wrap: wrap;
  margin-top: 50px;
}

footer .redes-sociales a {
  display: block;
  width: 60px;
  height: 60px;
  background: #000;
  color: #fff;
  margin: 20px;
  text-align: center;
  border-radius: 100px;
  transition: .3s ease all;
}


footer .redes-sociales .gmail {
  background: #fff;
}
footer .redes-sociales .gmail img {
  align-content: center;
  margin: 16px 1px;
  width: 80%;
  
}
footer .redes-sociales .facebook {
  background: #3b5998;
}
footer .redes-sociales .instagram {
  background: #c13584;
}
footer .redes-sociales .linkedin {
  background: rgba(0, 102, 153);
}

footer .redes-sociales a i {
  font-size: 20px;
  line-height: 60px;
}

.footer-icono:hover a {
  animation: icono .5s ease;
}


@keyframes icono {
  from {
    transform: rotate3d(0,0,0,0);
  }
  to {
    transform: rotate3d(0,1,0, 360deg)
  }
}

footer .footer-descripcion {
 /* background:   #337ab7;*/
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.logo-footer img{
  margin: 15px;
  width: 50px;
  border-radius: 100%;
}
.texto {
  letter-spacing: 3px;
  margin-top: 25px;
 
}


/*Celulares*/
@media screen and (max-width: 800px) {
  .contenido-header .texto-header {
    font-size: 30px;
    justify-content: center;
    text-align: center;
  }
  
  p {
    font-size: 18px;
  }
  
 .datos {
  width: 100%;
  justify-content: space-around;
}
   .datos .direccion {
    justify-content: center;
     text-align: center;
  }
  .social {
    transform: translateX(-100%);
  }

  
}


@media screen and (max-width: 400px) {
  .contenido-header .texto-header {
    font-size: 20px;
    text-align: center;
    justify-content: center;
  }
  

}






/*Social*/
.social {
  position: fixed;
  left: 0;
  top: 400px;
  z-index: 2000;
 
}
.social ul {
  list-style: none;
}
.social ul li a {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 15px 18px;
  text-decoration: none;
  -webkit-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}
.social ul li a:hover {
  padding: 15px 30px;
  background: #000;
}
.social .gmail {
  color: #b20000;
  
  
}
.social ul li .facebook{background: #3b5998;}
.social ul li .instagram{background: #c13584;}
.social ul li .linkedin{background: rgba(0, 102, 153);}
.social ul li .gmail{background: #fff;}

/*============================================*/





































